Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51509 - mplayer supports xinerama USE flag but not in IUSE variable in ebuild
Summary: mplayer supports xinerama USE flag but not in IUSE variable in ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Brian Harring (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-19 15:04 UTC by Andreas Plesch
Modified: 2004-06-01 01:31 UTC (History)
1 user (show)

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 Andreas Plesch 2004-05-19 15:04:42 UTC
The mplayer ebuild supports the 'xinerama' USE flag (use-enable xinerama). However, invoking emerge -pv mplayer does not show the flag. The reason is probably that the flag is not listed in the IUSE variable in the ebuild although it could and should be listed.

Reproducible: Always
Steps to Reproduce:
1.USE="xinerama" emerge -pv mplayer
2.
3.

Actual Results:  
[ebuild   R   ] media-video/mplayer-1.0_pre4  -3dfx -3dnow +X -aalib -alsa 
+arts -debug -dga -directfb -dvb +dvd +encode +esd -fbcon -ggi +gif -gnome 
+gtk -ipv6 -joystick +jpeg -lirc -matroska -matrox +oggvorbis +opengl +oss 
+samba +sdl +sse +svga -theora +truetype -v4l -v4l2 +xmms +xv  0 kB 
 

Expected Results:  
[ebuild   R   ] media-video/mplayer-1.0_pre4  -3dfx ... +XINERAMA 0 kB 
 

emerge info: 
 
Portage 2.0.50-r6 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 
2.4.22-gentoo-r7) 
================================================================= 
System uname: 2.4.22-gentoo-r7 i686 Intel(R) Pentium(R) 4 CPU 1.90GHz 
Gentoo Base System version 1.4.10 
Autoconf: sys-devel/autoconf-2.58-r1 
Automake: sys-devel/automake-1.8.3 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache sandbox" 
GENTOO_MIRRORS="http://128.213.5.34/gentoo/ http://gentoo.oregonstate.edu 
http://www.ibiblio.org/pub/Linux/distributions/gentoo" 
MAKEOPTS="-j2" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="X apm arts avi berkdb cdr crypt cups dvd emacs encode esd flash 
foomaticdb gd gdbm gif gpm gtk imap imlib java jpeg kde libg++ libwww mad 
mikmod mmx motif mozilla mpeg ncurses nls odbc oggvorbis opengl oss pam pdflib 
perl plotutils png postgres ppds python qt quicktime readline samba sdl slang 
spell sse ssl svga tcltk tcpd tetex tiff truetype usb wmf x86 xinerama xml2 
xmms xv zlib"
Comment 1 Andreas Plesch 2004-05-19 15:06:51 UTC
Proposed fix:

add 'xinerama' to IUSE variable in ebuild (trivial).
Comment 2 Brian Harring (RETIRED) gentoo-dev 2004-05-26 22:41:57 UTC
I'll take care of it in the next day or so, thank you :)
Comment 3 Andreas Plesch 2004-05-27 11:59:04 UTC
Thanks for quick reaction, the bug had caused some confusion.
Comment 4 Brian Harring (RETIRED) gentoo-dev 2004-06-01 01:31:06 UTC
In-Cvs....