Gentoo Archives: gentoo-user

From: maxim wexler <blissfix@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] emerge -pv mplayer questions
Date: Sat, 17 Sep 2005 03:59:03
Message-Id: 20050917035311.32655.qmail@web31706.mail.mud.yahoo.com
In Reply to: Re: [gentoo-user] emerge -pv mplayer questions by Mark Knecht
1 --- Mark Knecht <markknecht@×××××.com> wrote:
2
3 > On 9/16/05, maxim wexler <blissfix@×××××.com> wrote:
4 >
5 > > [ebuild N ] media-video/mplayer-1.0_pre6-r4
6 > -3dfx
7 > > -3dnow -3dnowext +X -aalib +alsa (-altivec) +arts
8 > +avi
9 > > -bidi -cdparanoia -debug -dga -directfb
10 > -divx4linux
11 > > -doc -dts -dv -dvb -dvd -dvdread -edl +encode +esd
12 > > -fbcon -ggi +gif +gtk -i8x0 +ipv6 -jack -joystick
13 > > +jpeg -libcaca -lirc -live -lzo +mad -matroska
14 > -matrox
15 > > -mmx -mmxext +mpeg -mythtv -nas +nls -nvidia
16 > > +oggvorbis +opengl +oss +png -real -rtc -samba
17 > +sdl
18 > > -sse -sse2 -svga -tga -theora +truetype -v4l -v4l2
19 > > -xanim -xinerama +xmms +xv -xvid -xvmc 7,137 kB
20 > >
21 > > Total size of downloads: 26,250 kB
22 > >
23 > > And here's something from the archives:
24 > >
25 > > [ebuild R ] media-video/mplayer-1.0_pre6-r4
26 > -3dfx
27 > > +3dnow
28 > > +3dnowext +X +aalib +alsa (-altivec) +arts +avi
29 > -bidi
30 > > -cdparanoia
31 > > -debug -dga -directfb -divx4linux -doc -dts -dv
32 > -dvb
33 > > -dvd -dvdread
34 > > -edl +encode +esd -fbcon -ggi +gif +gtk -i8x0
35 > +ipv6
36 > > -jack -joystick
37 > > +jpeg -libcaca -lirc -live -lzo +mad -matroska
38 > -matrox
39 > > +mmx +mmxext
40 > > +mpeg -mythtv -nas +nls -nvidia +oggvorbis +opengl
41 > > +oss +png -real
42 > > -rtc +samba +sdl +sse +sse2 +svga -tga -theora
43 > > +truetype -v4l -v4l2
44 > > -xanim -xinerama +xmms +xv -xvid -xvmc 0 kB
45 > >
46 >
47 > > for the mplayer ebuild there are significant
48 > > differences. How come? Is it a question of
49 > programs
50 > > already installed? Kernel config? USE flags? Is my
51 > > machine telling me what's good and what isn't? How
52 > > does it know, if it knows?
53 > >
54 >
55 > This a difference in the USE flags for the two
56 > systems. It is caused by:
57 >
58 > 1) the machines running different profiles
59 >
60 > 2) Different USE flag settings in
61 > /etc/portage/package.use
62 >
63 > 3) Differences in make.conf
64 >
65 > For instance, here's the same command on one of our
66 > machines:
67 >
68 > [ebuild R ] media-video/mplayer-1.0_pre7-r1
69 > -3dfx -3dnow
70 > -3dnowext +X -aac -aalib +alsa (-altivec) -arts
71 > -bidi -bl -cdparanoia
72 > -cpudetection -custom-cflags -debug -dga -directfb
73 > -divx4linux -doc
74 > -dts -dv -dvb +dvd +dvdread -edl +encode +esd -fbcon
75 > -ggi +gif +gtk
76 > +i8x0 +ipv6 +jack -joystick +jpeg -libcaca +lirc
77 > -live -lzo +mad
78 > -matroska -matrox +mmx -mmxext +mythtv -nas +nls
79 > -nvidia +opengl +oss
80 > +png -real -rtc +samba +sdl +sse +sse2 +svga -tga
81 > -theora +truetype
82 > +v4l +v4l2 +vorbis +win32codecs -xanim -xinerama
83 > +xmms +xv +xvid -xvmc
84 > 0 kB
85 >
86 >
87 > Differs from both of yours again. Here's my
88 > package.use for the machine:
89 >
90 > dragonfly ~ # cat /etc/portage/package.use
91
92 no such file on my machine. Did I miss something?
93
94 > media-video/ffmpeg aac
95 > media-video/avidemux aac
96 > app-cdr/cdrtools unicode
97 > media-sound/jack-audio-connection-kit debug -caps
98 > media-video/mplayer win32codecs
99 > x11-misc/xscreensaver new-login
100 > dragonfly ~ #
101 >
102 > and from make.conf:
103 >
104 > dragonfly ~ # cat /etc/make.conf | grep USE
105 > USE="userlocales gnome kde gtk gtk2 -arts -apm
106 > ladspa nptl nptlonly
107 > ladcca audiofile gimp gimpprint ppds usb alsa cdr
108 > dvd dvdr dvdread mmx
109 > sse sse2 caps jack jack-tmpfs fluidsynth tcltk
110 > sndfile v4l v4l2
111 > firebird mysql flac xscreensaver samba i8x0 mythtv
112 > apache2 lirc mjpeg
113 > threads xvid transcode"
114 > dragonfly ~ #
115
116 This is all I got:
117 USE="java alsa esd mad mp3 ogg oss vorbis xmms"
118
119 Assembling these flags has been hit or miss. Something
120 I read in a forum somewhere or just a guess. It
121 certainly doesn't represent all the software I've
122 emerged since setting up this system about 4 months
123 ago. Is there some sort of tried and true method of
124 determining what USE flags to use.
125
126 >
127 > All that stuff works with your profile to set up the
128 > specific set of
129 > flags that you get when you emerge the package.
130 >
131 > Hope this helps,
132 > Mark
133 >
134 > --
135 > gentoo-user@g.o mailing list
136 >
137 >
138
139
140
141
142 __________________________________
143 Yahoo! Mail - PC Magazine Editors' Choice 2005
144 http://mail.yahoo.com
145 --
146 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] emerge -pv mplayer questions Mark Knecht <markknecht@×××××.com>
Re: [gentoo-user] emerge -pv mplayer questions Walter Dnes <waltdnes@××××××××.org>