Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 423093 - app-emulation/wine-1.2.3 cannot be installed with latest app-emulation/emul-linux-x86-soundlibs revision
Summary: app-emulation/wine-1.2.3 cannot be installed with latest app-emulation/emul-l...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-23 11:16 UTC by Pacho Ramos
Modified: 2012-06-24 23:23 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pacho Ramos gentoo-dev 2012-06-23 11:16:27 UTC
The following is needed:
--- /home/pacho/gentoo-x86/app-emulation/wine/wine-1.2.3.ebuild	2012-06-15 21:50:26.000000000 +0200
+++ /usr/portage/app-emulation/wine/wine-1.2.3.ebuild	2012-06-23 10:53:54.000000000 +0200
@@ -38,7 +38,7 @@
 	truetype? ( >=app-emulation/emul-linux-x86-xlibs-2.1 )
 	X? (
 		>=app-emulation/emul-linux-x86-xlibs-2.1
-		>=app-emulation/emul-linux-x86-soundlibs-2.1[pulseaudio?]
+		>=app-emulation/emul-linux-x86-soundlibs-2.1[pulseaudio(+)?]
 	)
 	mp3? ( app-emulation/emul-linux-x86-soundlibs )
 	openal? ( app-emulation/emul-linux-x86-sdl )

all versions not providing pulseaudio use flag install pulse libs unconditionally

Thanks

Reproducible: Always
Comment 1 Alexandre Rostovtsev (RETIRED) gentoo-dev 2012-06-24 23:23:56 UTC
Fixed, thanks.

>*wine-1.5.7 (24 Jun 2012)
>*wine-1.4.1 (24 Jun 2012)
>
>  24 Jun 2012; Alexandre Rostovtsev <tetromino@gentoo.org> wine-1.2.ebuild,
>  wine-1.2.1.ebuild, wine-1.2.2.ebuild, wine-1.2.3.ebuild, +wine-1.4.1.ebuild,
>  +wine-1.5.7.ebuild, wine-9999.ebuild:
>  Bump, see http://www.winehq.org/announce/1.5.7 and
>  http://www.winehq.org/announce/1.4.1 for the announcements. Enable optional
>  native pulseaudio support for 1.5.7 (bug #421365, thanks to Lee Trager). Fix
>  emul-linux-x86-soundlibs dependency (bug #423093, thanks to Pacho Ramos).