Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34567 - media-video/mplayer
Summary: media-video/mplayer
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 34553
  Show dependency tree
 
Reported: 2003-11-27 16:16 UTC by Spider (RETIRED)
Modified: 2003-12-07 08:12 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 Spider (RETIRED) gentoo-dev 2003-11-27 16:16:37 UTC
the gtk? ( ) should have all gtk2 flags nested inside of it :
change this :
        gtk? ( !gtk2? ( =x11-libs/gtk+-1.2*
                       =dev-libs/glib-1.2* )
               media-libs/libpng
               >=x11-base/xfree-4.2.1-r2 )
        gtk2? ( >=x11-libs/gtk+-2.0.6
                >=dev-libs/glib-2.0.6 )

to this:
gtk? (
	media-libs/libpng
	>=x11-base/xfree-4.2.1-r2
	!gtk2? ( =x11-libs/gtk+-1.2*
        	=dev-libs/glib-1.2* )
	gtk2? ( >=x11-libs/gtk+-2.0.6
		>=dev-libs/glib-2.0.6 )
)
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-12-04 09:27:49 UTC
fixed in cvs