Gentoo Archives: gentoo-dev

From: Martin Schlemmer <azarah@×××××××××.net>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] Issues with mplayer-0.18pre ebuild
Date: Thu, 20 Sep 2001 16:36:32
Message-Id: 1001025350.18011.33.camel@nosferatu.lan
In Reply to: [gentoo-dev] Issues with mplayer-0.18pre ebuild by Karl Trygve Kalleberg
1 On Thu, 2001-09-20 at 23:27, Karl Trygve Kalleberg wrote:
2 > This ebuild does not install /etc/mplayer.conf.
3 >
4 > Is there any particular reason for this ?
5 >
6 > To get it to run, the codecs.conf.gz must be manually installed in
7 > .mplayer/codecs.conf by each user, which is unneccessarily cumbersome.
8 >
9 > Does anybody (Bruce ?) have more detailed knowledge about this ?
10 >
11
12 Problem with having a devault /etc/mplayer.conf, is that mplayer can
13 have so many different setup's. Should it use SDL, OpenGL, X11, XV,
14 framebuffer dev,etc for video? And what about sound ?
15
16 I am no .ebuild expert, nor mplayer, although it is the video player
17 I use by default, but am prepared to hack the mplayer .ebuild a bit.
18 All I need is some suggestions as how to handle the .conf file?
19
20 Do we:
21 1) look for X in USE, if so make libSDL a required depend and install
22 a .conf that use SDL for sound and video (since SDL can make use of
23 accel and also autodetect the sound ...)?
24 2) if ! X in USE, assume that the framebuffer dev will be used and
25 install a .conf accordingly ?
26
27 This is the easiest way of doing it as far as I can see. X11 do not
28 give decent output, and determining if OpenGL sould be used, or XV, or
29 DGE, etc can be difficult, and since SDL can autodetect this, it should
30 make things easier ... same with audio ....
31
32
33 Some suggestions will be appreciated.
34
35 Greetings
36 MS

Replies

Subject Author
Re: [gentoo-dev] Issues with mplayer-0.18pre ebuild Mikael Hallendal <hallski@g.o>
Re: [gentoo-dev] Issues with mplayer-0.18pre ebuild Karl Trygve Kalleberg <karltk@×××××××.no>