From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15083 invoked by uid 1002); 9 Apr 2003 09:19:55 -0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 23919 invoked from network); 9 Apr 2003 09:19:54 -0000 Date: Wed, 9 Apr 2003 11:09:19 +0200 From: Henti Smith To: azarah@gentoo.org Cc: gentoo-dev@gentoo.org Message-Id: <20030409110919.68e54c47.bain@tcsn.co.za> In-Reply-To: <1049833109.25930.25.camel@nosferatu.lan> References: <20030408193908.75df165d.bain@tcsn.co.za> <1049833109.25930.25.camel@nosferatu.lan> Organization: The Computer Smith Networks X-Mailer: Sylpheed version 0.8.5 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [gentoo-dev] mplayer with dvdread .. X-Archives-Salt: 61c108b8-bcd1-438f-86d0-445c7caf37dc X-Archives-Hash: 4a2d0af1e49cc1bd4673a51e6b16b20d On 08 Apr 2003 22:18:29 +0200 Martin Schlemmer wrote: > Afiak, if you have 'dvd' in USE, it enables --enable-mpdvdkit, which > DOES use the libdvdread and libdvdcss included with mplayer. This is > shown here as from ebuild: > > ---------------------------------------------------------------------- > use dvd \ > && myconf="${myconf} --enable-mpdvdkit --enable-dvdnav" \ > || myconf="${myconf} --disable-mpdvdkit --disable-dvdread \ > --disable-css --disable-dvdnav" > ---------------------------------------------------------------------- I thought so as well ... but if you go throught the documentation in mplayer and you have dvd specified .. it will use libdvdread and libdvdcss if its installed on your machine and the ebuild does not have libdvdread or libdvdcss in the RDEPEND settings .. so if you run a stock box and USE="dvd" and emerge mplayer you only get dvd-nav which does not work. > We may just disable the dvdnav support if that is wat breaks things for > you ... dvd support works fine ... but it's not enabled .. to get mplayer to emerge with dvd support correctly you have to emerge libdvdread and libdvdcss manually .. and then USE="dvd" and emerge mplayer. As I pointed out in the original mail this is not recommended by the mplayer developers anyway and they suggest you use the internal libdvdread and libdvdcss libs they supply. I'm more then happy to create a new ebuild with correct patching to make this work (I hacked a ebuild to get everything working on my system) hence the suggestion to change the mplayer spacific libs to libmplaydvdread and libmplaydvdcss instead of the defaultsa so you can use both libs without cuaseing problems. I really do think think this is a good thing to have fixed as alot of guy I know are looking at mplayer for DVD playback and would not knwo that they need to have libdvdread and libdvdcss installed before emerging mplayer Henti Smith -- gentoo-dev@gentoo.org mailing list