Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69172 - wine-20041019 has dependency on media-sound/jack not media-sound/jack-audio-connection-kit
Summary: wine-20041019 has dependency on media-sound/jack not media-sound/jack-audio-c...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Wine Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-27 10:12 UTC by Murray Campbell
Modified: 2004-10-27 18: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 Murray Campbell 2004-10-27 10:12:13 UTC
The latest ebuild of wine has a "jack" USE flag which includes media-sound/jack - the CD-ripper front-end.

I think this ought to be media-sound/jack-audio-connection-kit - the sound daemon.

Reproducible: Always
Steps to Reproduce:
1.USE=jack ACCEPT_KEYWORDS="~x86" emerge -pv wine
2.
3.
Actual Results:  
See media-sound/jack wanting to install itself along with other dependencies.

Expected Results:  
Don't see the above

Here's a patch, just to be clear.

--- wine-20041019.ebuild.orig   2004-10-27 17:50:23.883769200 +0100
+++ wine-20041019.ebuild        2004-10-27 17:50:55.624943808 +0100
@@ -20,7 +20,7 @@
        sys-devel/flex
        ncurses? ( >=sys-libs/ncurses-5.2 )
        >=media-libs/freetype-2.0.0
-       jack? ( media-sound/jack )
+       jack? ( media-sound/jack-audio-connection-kit )
        X? ( virtual/x11 )
        tcltk? ( dev-lang/tcl dev-lang/tk )
        arts? ( kde-base/arts )
Comment 1 SpanKY gentoo-dev 2004-10-27 18:23:32 UTC
probably :)

fixed in cvs, thanks