Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 336310 - app-emulation/wine uses old gecko version - update to gecko 1.1.0
Summary: app-emulation/wine uses old gecko version - update to gecko 1.1.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Wine Maintainers
URL: http://sourceforge.net/projects/wine/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-06 23:12 UTC by ScytheMan
Modified: 2010-09-21 22:07 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
update gecko to 1.1.0 (gecko.patch,377 bytes, patch)
2010-09-08 22:00 UTC, Y Liu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description ScytheMan 2010-09-06 23:12:38 UTC
With Wine 1.3.2 a new gecko version 1.1.0 (x86 and x64) was released.
The Wine 1.3.2 ebuild uses gecko 1.0.0 (x86).

I propose to update the gecko version in Wine 1.3.2 to 1.1.0 (x86) as a quick fix to have the newest winegecko release (winegecko 1.0.0 was released one year ago) included.

The next step should be the addition of the x64 version.

Thanks in advance
Comment 1 Y Liu 2010-09-08 22:00:25 UTC
Created attachment 246500 [details, diff]
update gecko to 1.1.0

I have the same issue with the wine-1.3.2 when I play some games. So I made this very simple patch to the wine ebuild.

As I am only using the 32bit version, so I did not touch the 64bit land, and it may require someone to rewrite some parts of the original ebuild in order to use the 64bit of wine_gecko.
Comment 2 SpanKY gentoo-dev 2010-09-21 21:32:13 UTC
i wasnt quite sure how to handle the x86_64 cab which is why there was a delay

should be fixed now though in the tree

http://sources.gentoo.org/app-emulation/wine/wine-1.3.2.ebuild?r1=1.2&r2=1.3
http://sources.gentoo.org/app-emulation/wine/wine-9999.ebuild?r1=1.59&r2=1.60
Comment 3 ScytheMan 2010-09-21 21:50:54 UTC
thanks for your work :]

maybe you can improve the ebuild by adding:

 gecko? (
	mirror://sourceforge/wine/wine_gecko-${GV}-x86.cab 
 	amd64? ( mirror://sourceforge/wine/wine_gecko-${GV}-x86_64.cab )
)

so x86 users don't download the useless x86_64.cab.

(amd64? might also be win64? i'm not sure, whats better) 
Comment 4 SpanKY gentoo-dev 2010-09-21 22:07:53 UTC
yes, it should be tied to win64.  i noticed it, but didnt feel like pondering the issue too hard :p.