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.
Created attachment 12458 [details, diff] Patch for mplayer ebuild.
-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.
*** Bug 28822 has been marked as a duplicate of this bug. ***