Gentoo Archives: gentoo-user

From: "Jesús Guerrero" <i92guboj@×××××.es>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Portage should rebuild kaffeine after libdvdcss installed?
Date: Mon, 05 Oct 2009 14:18:50
Message-Id: 8f96eb4ab49356458f53d24af45a283f@localhost
In Reply to: Re: [gentoo-user] Portage should rebuild kaffeine after libdvdcss installed? by Stroller
1 On Mon, 5 Oct 2009 15:00:46 +0100, Stroller
2 <stroller@××××××××××××××××××.uk> wrote:
3 > On 5 Oct 2009, at 02:44, Jesús Guerrero wrote:
4 >> On Mon, 5 Oct 2009 10:31:53 +0900, daid kahl <daidxor@×××××.com>
5 >> wrote:
6 >>> ...
7 >>> I was getting some Japanese-bought DVDs ... to rebuild kaffeine (or
8 >>> mplayer, etc)
9 >>
10 >> Nope. What you have to do is to set up the correct use flags for
11 >> xine-lib
12 >> (dvd).
13 >
14 > I think the css USE flag may also be required, at least by some
15 > packages.
16
17 For each package it might be different (which can be confusing) but for
18 xine-lib, it's the "dvd" use flag which controls this, and trigger the
19 dependency of xine-libs upon libdvdcss. You just need to look into the
20 ebuild to see it:
21
22 $ grep dvd /var/portage/media-libs/xine-lib/xine-lib-1.1.16.3-r1.ebuild
23 IUSE="-aalib -libcaca -arts esd win32codecs nls +dvd +X directfb +vorbis
24 +alsa
25 dvd? ( >=media-libs/libdvdcss-1.2.7 )
26
27
28
29 --
30 Jesús Guerrero

Replies

Subject Author
Re: [gentoo-user] Portage should rebuild kaffeine after libdvdcss installed? Stroller <stroller@××××××××××××××××××.uk>