Gentoo Archives: gentoo-dev

From: Martin Schlemmer <azarah@×××××××××.net>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] Issues with mplayer-0.18pre ebuild (mplayer-0.18pre-r1.ebuild)
Date: Sat, 22 Sep 2001 11:28:53
Message-Id: 1001179687.21964.20.camel@nosferatu.lan
In Reply to: Re: [gentoo-dev] Issues with mplayer-0.18pre ebuild by Karl Trygve Kalleberg
1 On Sat, 2001-09-22 at 16:46, Karl Trygve Kalleberg wrote:
2
3 > I'm not advocating "dumbing down" our users; but I do think it only fair
4 > to make a notice to the user that "this package does, contrary to what one
5 > would expect, does not work without manual configuration".
6 >
7 > I find it repulsive that I have to manually configure my video player to
8 > get it to run at all. I have not problems accepting that I will have to
9 > manually tweak it to obtain optimal performance. But the point of using a
10 > distro (any kind of distro) in the first place was to avoid doing all the
11 > strictly unnecessary details. I would expect the packagers to set up
12 > reasonable defaults in the configuration files, whenever that is possible.
13 >
14 > In this specific case, it seems to be very possible, since what I did to
15 > get mplayer to run was simply unpack the codecs.conf.gz file into
16 > .mplayer/codecs.conf of the user that should run mplayer, and it all
17 > worked okay.
18 >
19
20 hehe
21
22 ok, here is updated mplayer .ebuild. It tries to use the USE variable
23 to construct a /etc/mplayer.conf.
24
25 also added is w32codecs-0.18.ebuild, which should go to media-libs, and
26 is a depend of mplayer-0.18_pre-r1
27
28 in detecting what config should be used, worked as follow:
29
30 Video: if use X: sdl -> ggi -> gl -> x11
31 if ! use X: fbdev -> svga
32
33 Audio sdl -> alsa -> oss -> esd
34
35 I think we need another USE variable XV for XVideo extension, since it
36 is more usable than gl, and a few apps use it, will use in future.
37
38
39 greetings
40 MS

Attachments

File name MIME type
mplayer.tar.bz2 application/x-bzip
w32codecs-0.18.ebuild text/plain