Gentoo Archives: gentoo-user

From: Holly Bostick <motub@××××××.nl>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] mplayer codecs
Date: Wed, 06 Jul 2005 13:02:27
Message-Id: 42CBD4C2.7080207@planet.nl
In Reply to: Re: [gentoo-user] mplayer codecs by Bruno Gola
1 Bruno Gola schreef:
2 > Holly Bostick wrote:
3 >
4 >
5 >>Bruno Gola schreef:
6 >>
7 >>
8 >>
9 >>>Hello guys,
10 >>>
11 >>>I was trying to play some *.wmv files in mplayer, but it seems i dont
12 >>>have the proper video codec (it complains about the video only), so,
13 >>>where should i put the codecs files ? Because i've already downloaded
14 >>>the codecs that i need... but i dont know where to put... can anyone
15 >>>help me?
16 >>>
17 >>>Thanks,
18 >>>
19 >>>Bruno Gola
20 >>>
21 >>>
22 >>
23 >>It might be easier if you just let Portage manage it:
24 >>
25 >>eix win32codecs
26 >>* media-libs/win32codecs
27 >> Available versions: 20050216 *~20050412
28 >> Installed: 20050216
29 >> Homepage: http://www.mplayerhq.hu/
30 >> Description: Win32 binary codecs for video and audio
31 >>playback support
32 >>
33 >>and then made sure mplayer knew about it:
34 >>
35 >>emerge -pv mplayer
36 >>These are the packages that I would merge, in order:
37 >>
38 >>Calculating dependencies ...done!
39 >>[ebuild R ] media-video/mplayer-1.0_pre7 -3dfx +3dnow +3dnowext +X
40 >>+aac +aalib +alsa (-altivec) -arts -bidi -bl +cdparanoia -cpudetection
41 >>-custom-cflags -debug +dga +directfb +divx4linux -doc +dts +dv +dvb +dvd
42 >>+dvdread +edl +encode +esd +fbcon +ggi +gif +gtk -i8x0 -ipv6 -jack
43 >>-joystick +jpeg +libcaca -lirc -live -lzo +mad +matroska -matrox +mmx
44 >>+mmxext -mythtv +nas +nls -nvidia +opengl +oss +png +real +rtc +samba
45 >>+sdl +sse +sse2 +svga +tga +theora +truetype +v4l +v4l2 +vorbis
46 >>
47 >>+win32codecs
48 >>
49 >>+xanim -xinerama +xmms +xv +xvid +xvmc 0 kB
50 >>
51 >>Of course, if you emerge mplayer +win32codecs, then you don't have to
52 >>emerge the win32codecs package separately (unless you want it in your
53 >>world file), as it will then be pulled in as a dependency.
54 >>
55 >>Holly
56 >>
57 >>Holly
58 >>
59 >>
60 >
61 > thanks for helping me, but ive already done this, i tried to merge this
62 > codecs package but, it stills not working... and when i try emerge -pv
63 > mplayer it stops at :
64 >
65 > [ebuild R ] media-video/mplayer-1.0_pre7 -3dfx +3dnow +3dnowext +X
66 > +aac +aalib +alsa (-altivec) -arts -bidi -bl +cdparanoia -cpudetection
67 > -custom-cflags -debug +dga +directfb +divx4linux -doc +dts +dv +dvb +dvd
68 > +dvdread +edl +encode +esd +fbcon +ggi +gif +gtk -i8x0 -ipv6 -jack
69 > -joystick +jpeg +libcaca -lirc -live -lzo +mad +matroska -matrox +mmx
70 > +mmxext -mythtv +nas +nls -nvidia +opengl +oss +png +real +rtc +samba
71 > +sdl +sse +sse2 +svga +tga +theora +truetype +v4l +v4l2 +vorbis
72 >
73 > I cant see the:
74 >
75 > +win32codecs
76 >
77 > +xanim -xinerama +xmms +xv +xvid +xvmc 0 kB
78 >
79 >
80 > And, when i try to: emerge mplayer +win32codecs it complains:
81 >
82 > br ~ # emerge mplayer +win32codecs
83 > Calculating dependencies -
84 > emerge: there are no ebuilds to satisfy "+win32codecs".
85 >
86 > Do you have anyidea ?
87 >
88 > thaks again,
89 >
90 > Bruno Gola
91 >
92 >
93
94 The correct way would be to
95
96 # echo 'media-video/mplayer win32codecs' >>/etc/portage/package.use
97
98 (this will enable the USE flag for all compiles of mplayer, now and in
99 the future)
100
101 The much less correct way would be to
102
103 # USE="win32codecs" emerge mplayer
104
105 (this will compile mplayer with the USE flag set just for this compile,
106 but if you upgrade, Portage will not remember the setting, and will
107 upgrade without the flag)
108
109 You can also simply
110
111 # emerge win32codecs
112
113 which will install the codecs, but it will also put the package in your
114 world file, which you may not want, and will also not tell mplayer about
115 it (because mplayer was compiled without support for the codecs)-- you
116 would still need to re-emerge mplayer with the win32codecs USE flag enabled.
117
118 What version of mplayer are you emerging? Perhaps the last stable
119 (1.0_pre6-r4) doesn't support that USE flag, and you have to unmask an
120 unstable version?
121
122 Hope this helps
123 Holly
124 --
125 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] mplayer codecs Bruno Gola <brunogola@×××××××××.br>