Gentoo Archives: gentoo-user

From: Stroller <stroller@××××××××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: [gentoo-user] mplayer-1.0_rc2_p28058-r1 & USE dvdnav
Date: Sat, 20 Dec 2008 02:16:19
Message-Id: E9CD8917-12F5-4893-88DF-F141AEC0729A@stellar.eclipse.co.uk
1 Anyone see what I'm doing wrong here, please?
2
3 I can't seem to get mplayer to accept the dvdnav USE flag, which is
4 always (-bracketed) out when I pretend to emerge it:
5
6
7 $ grep dvdnav /etc/portage/package.use
8 media-video/mplayer dvd enca encode gif iconv jpeg live lzo mad mmx
9 mp2 mp3 musepack nemesi png pnm quicktime rar samba srt sse sse2
10 theora truetype unicode vorbis win32codecs x264 xanim xvid zoran doc
11 dvdnav
12 $ emerge -pv mplayer
13
14 These are the packages that would be merged, in order:
15
16 Calculating dependencies... done!
17 [ebuild U ] media-video/mplayer-1.0_rc2_p28058-r1 [1.0_rc2_p27725-
18 r1] USE="a52 aac alsa ass%* doc dvd enca encode gif iconv jpeg live
19 lzo mad md5sum mmx mp2 mp3 musepack nemesi png pnm quicktime rar samba
20 sse sse2 svga theora truetype unicode vidix vorbis win32codecs x264
21 xanim xv xvid zoran -3dnow -3dnowext -X -aalib (-altivec) -amrnb -
22 amrwb -arts -bidi -bindist -bl -cddb -cdio -cdparanoia -cpudetection -
23 custom-cflags -custom-cpuopts -debug -dga -dirac -directfb -dts -dv -
24 dvb (-dvdnav) -dxr3 -esd -fbcon -ftp -ggi -gtk -ipv6 -jack -joystick -
25 ladspa -libcaca -lirc -mmxext -mng% -nas -openal -opengl -oss -
26 pulseaudio -pvr -radio (-real) -rtc -schroedinger -sdl -speex -ssse3 -
27 teletext -tga -v4l -v4l2 -xinerama -xscreensaver -xvmc (-srt%*)"
28 VIDEO_CARDS="vesa -mga -s3virge -tdfx" 7,918 kB
29
30 Total: 1 package (1 upgrade), Size of downloads: 7,918 kB
31
32
33
34 Yet the ebuild seems to say:
35 dvdnav? ( >=media-libs/libdvdnav-4.1.3
36 >=media-libs/libdvdread-4.1.3 )
37 ...
38 if use dvdnav; then
39 myconf="${myconf} --with-dvdread-config=/usr/bin/dvdread-config \
40 --with-dvdnav-config=/usr/bin/dvdnav-config \
41 --disable-dvdread-internal"
42 elif ! use dvd && ! use dvdread; then
43 myconf="${myconf} --disable-dvdnav --disable-dvdread"
44 use a52 || myconf="${myconf} --disable-liba52 \
45
46
47 I think I have emerged the appropriate versions of libdvdnav &
48 libdvdread:
49
50 $ eix -I -c libdvd
51 [I] media-libs/libdvdcss (1.2.9-r1(1.2)@10/10/08): A portable
52 abstraction library for DVD decryption
53 [I] media-libs/libdvdnav (4.1.3@12/20/08): Library for DVD navigation
54 tools
55 [I] media-libs/libdvdplay (1.0.1@07/07/07): A simple library designed
56 for DVD-menu navigation
57 [I] media-libs/libdvdread (4.1.3-r1@12/19/08): Library for DVD
58 navigation tools
59 Found 4 matches.
60 $
61
62
63 This is a mostly x86 system, with only a handful of packages manually
64 keyworded or unmasked.
65
66 Cheers,
67
68 Stroller.

Replies

Subject Author
Re: [gentoo-user] mplayer-1.0_rc2_p28058-r1 & USE dvdnav Willie Wong <wwong@×××××××××.EDU>