Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21773 - No gui is built for mplayer if USE="-gtk gtk2"
Summary: No gui is built for mplayer if USE="-gtk gtk2"
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
: 28822 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-05-27 11:45 UTC by Sergey Kuleshov (RETIRED)
Modified: 2003-09-15 15:00 UTC (History)
2 users (show)

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


Attachments
Patch for mplayer ebuild. (mplayer.patch,515 bytes, patch)
2003-05-27 11:46 UTC, Sergey Kuleshov (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Kuleshov (RETIRED) gentoo-dev 2003-05-27 11:45:08 UTC
The way the mplayer ebuild works now it is not going to build the gui support
unless the gtk option is in the USE. In my case, e.g. I have -gtk gtk2 (well it
might not be very wise but stil). As a resuly I don't get gui, cause the ebuild
is checking use gtk && use gtk2 before giving all gui opts. I don't think it is
an expected behaviour. Anyway I attach the patch, which I guess will fix it.

Reproducible: Always
Steps to Reproduce:
1. Set USE="-gtk gtk2"
2. emrege mplayer

Actual Results:  
No gui support enabled.

Expected Results:  
GUI should be there.
Comment 1 Sergey Kuleshov (RETIRED) gentoo-dev 2003-05-27 11:46:03 UTC
Created attachment 12458 [details, diff]
Patch for mplayer ebuild.
Comment 2 foser (RETIRED) gentoo-dev 2003-05-28 06:33:13 UTC
-gtk gtk2 is an incorrect USE flag usage, read the description in use.desc . You should only have gtk2 set if you have also gtk set.
Comment 3 Tavis Ormandy (RETIRED) gentoo-dev 2003-09-15 15:00:10 UTC
*** Bug 28822 has been marked as a duplicate of this bug. ***