Gentoo Archives: gentoo-user

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge -pv mplayer questions
Date: Sat, 17 Sep 2005 01:05:16
Message-Id: 5bdc1c8b05091617595d90f464@mail.gmail.com
In Reply to: [gentoo-user] emerge -pv mplayer questions by maxim wexler
1 On 9/16/05, maxim wexler <blissfix@×××××.com> wrote:
2
3 > [ebuild N ] media-video/mplayer-1.0_pre6-r4 -3dfx
4 > -3dnow -3dnowext +X -aalib +alsa (-altivec) +arts +avi
5 > -bidi -cdparanoia -debug -dga -directfb -divx4linux
6 > -doc -dts -dv -dvb -dvd -dvdread -edl +encode +esd
7 > -fbcon -ggi +gif +gtk -i8x0 +ipv6 -jack -joystick
8 > +jpeg -libcaca -lirc -live -lzo +mad -matroska -matrox
9 > -mmx -mmxext +mpeg -mythtv -nas +nls -nvidia
10 > +oggvorbis +opengl +oss +png -real -rtc -samba +sdl
11 > -sse -sse2 -svga -tga -theora +truetype -v4l -v4l2
12 > -xanim -xinerama +xmms +xv -xvid -xvmc 7,137 kB
13 >
14 > Total size of downloads: 26,250 kB
15 >
16 > And here's something from the archives:
17 >
18 > [ebuild R ] media-video/mplayer-1.0_pre6-r4 -3dfx
19 > +3dnow
20 > +3dnowext +X +aalib +alsa (-altivec) +arts +avi -bidi
21 > -cdparanoia
22 > -debug -dga -directfb -divx4linux -doc -dts -dv -dvb
23 > -dvd -dvdread
24 > -edl +encode +esd -fbcon -ggi +gif +gtk -i8x0 +ipv6
25 > -jack -joystick
26 > +jpeg -libcaca -lirc -live -lzo +mad -matroska -matrox
27 > +mmx +mmxext
28 > +mpeg -mythtv -nas +nls -nvidia +oggvorbis +opengl
29 > +oss +png -real
30 > -rtc +samba +sdl +sse +sse2 +svga -tga -theora
31 > +truetype -v4l -v4l2
32 > -xanim -xinerama +xmms +xv -xvid -xvmc 0 kB
33 >
34
35 > for the mplayer ebuild there are significant
36 > differences. How come? Is it a question of programs
37 > already installed? Kernel config? USE flags? Is my
38 > machine telling me what's good and what isn't? How
39 > does it know, if it knows?
40 >
41
42 This a difference in the USE flags for the two systems. It is caused by:
43
44 1) the machines running different profiles
45
46 2) Different USE flag settings in /etc/portage/package.use
47
48 3) Differences in make.conf
49
50 For instance, here's the same command on one of our machines:
51
52 [ebuild R ] media-video/mplayer-1.0_pre7-r1 -3dfx -3dnow
53 -3dnowext +X -aac -aalib +alsa (-altivec) -arts -bidi -bl -cdparanoia
54 -cpudetection -custom-cflags -debug -dga -directfb -divx4linux -doc
55 -dts -dv -dvb +dvd +dvdread -edl +encode +esd -fbcon -ggi +gif +gtk
56 +i8x0 +ipv6 +jack -joystick +jpeg -libcaca +lirc -live -lzo +mad
57 -matroska -matrox +mmx -mmxext +mythtv -nas +nls -nvidia +opengl +oss
58 +png -real -rtc +samba +sdl +sse +sse2 +svga -tga -theora +truetype
59 +v4l +v4l2 +vorbis +win32codecs -xanim -xinerama +xmms +xv +xvid -xvmc
60 0 kB
61
62
63 Differs from both of yours again. Here's my package.use for the machine:
64
65 dragonfly ~ # cat /etc/portage/package.use
66 media-video/ffmpeg aac
67 media-video/avidemux aac
68 app-cdr/cdrtools unicode
69 media-sound/jack-audio-connection-kit debug -caps
70 media-video/mplayer win32codecs
71 x11-misc/xscreensaver new-login
72 dragonfly ~ #
73
74 and from make.conf:
75
76 dragonfly ~ # cat /etc/make.conf | grep USE
77 USE="userlocales gnome kde gtk gtk2 -arts -apm ladspa nptl nptlonly
78 ladcca audiofile gimp gimpprint ppds usb alsa cdr dvd dvdr dvdread mmx
79 sse sse2 caps jack jack-tmpfs fluidsynth tcltk sndfile v4l v4l2
80 firebird mysql flac xscreensaver samba i8x0 mythtv apache2 lirc mjpeg
81 threads xvid transcode"
82 dragonfly ~ #
83
84 All that stuff works with your profile to set up the specific set of
85 flags that you get when you emerge the package.
86
87 Hope this helps,
88 Mark
89
90 --
91 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] emerge -pv mplayer questions maxim wexler <blissfix@×××××.com>