Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: USE flags handling
Date: Sun, 03 Aug 2014 02:59:58
Message-Id: 20140803025929.GA2092@waltdnes.org
In Reply to: Re: [gentoo-user] Re: USE flags handling by Alan McKinnon
1 On Fri, Aug 01, 2014 at 06:57:17PM +0200, Alan McKinnon wrote
2 > On 01/08/2014 05:16, Walter Dnes wrote:
3 > > On Thu, Jul 31, 2014 at 10:47:29AM +0200, Volker Armin Hemmann wrote
4 > >
5 > >> how much do you have to install if you deactivate all use flags for
6 > >> okular? well, you still have all of qt... and kdelibs and phonon... but
7 > >> you would loose a lot of the other stuff. vlc support in phonon is as
8 > >> optional as tiff or chm in okular.
9 > >
10 > > When reading pdf files, one expects images, so tiff and jpeg are
11 > > reasonable flags. One does *NOT* expect audio stuff like phonon. And
12 > > phonon *DEMANDS SOMETHING*. vlc is one of the options that satisfies
13 > > phonon's demands. Or you could choose gstreamer and its gazillion plugins.
14 > >
15 >
16 >
17 > I have no idea what you are talking about.
18 >
19 > [I] kde-base/okular
20 > Available versions: (4) 4.12.5-r1(4/4.12)^t (~)4.13.3(4/4.13)^t
21 > {aqua chm crypt debug djvu dpi ebook +handbook +jpeg mobi +pdf
22 > +postscript +tiff}
23 >
24 >
25 > There's nothing in there about audio or video. There's only images and
26 > of those only 4 rational ones are enabled by default plus the help system.
27 >
28 > So what is the real problem exactly again?
29
30 On Fri, Aug 01, 2014 at 09:49:57PM +0200, Volker Armin Hemmann wrote
31 >
32 > phonon is not an okular dependency.
33
34 It is a "deep dependancy". kde-base/kdelibs-4.12.5-r1.ebuild has a
35 "COMMONDEPEND=" block which includes ">=media-libs/phonon-4.4.3". And
36 media-libs/phonon-4.6.0-r1.ebuild has the following line...
37
38 REQUIRED_USE="|| ( aqua gstreamer vlc )"
39
40 In gentoo, *ANY* kde app which runs on the kde infrastructure requires
41 phonon, and one of aqua/gstreamer/vlc, unless you resort to ugly hackery
42 as per http://permalink.gmane.org/gmane.linux.gentoo.user/276393
43
44 --
45 Walter Dnes <waltdnes@××××××××.org>
46 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] Re: USE flags handling Philip Webb <purslow@××××××××.net>
Re: [gentoo-user] Re: USE flags handling Alan McKinnon <alan.mckinnon@×××××.com>