Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: USE flags handling
Date: Thu, 31 Jul 2014 01:56:06
Message-Id: 20140731015540.GA19648@waltdnes.org
In Reply to: Re: [gentoo-user] Re: USE flags handling by Volker Armin Hemmann
1 On Wed, Jul 30, 2014 at 10:31:50PM +0200, Volker Armin Hemmann wrote
2 > Am 30.07.2014 21:48, schrieb Dale:
3 >
4 > > While to me KDE is bloated, I just try to disable what I can and carry
5 > > on. If my system was limited on resources, then I may use something else.
6 >
7 > and maybe you did exactly the wrong thing. KDE is very modular and
8 > reuses its modules as much as it can. Which also means: memory is only
9 > used once.
10 >
11 > There were once a very good (in my not so humble opinion. It think very
12 > highly of myself) comparism here:
13 >
14 > http://ktown.kde.org/~seli/memory/
15 > (url is dead btw)
16 >
17 > and if you actually use kde apps in kde - memory consumption is lower
18 > than in either gnome or 'leightweight' solutions like xfce or
19 > windowmaker+stuff.
20 >
21 > http://web.archive.org/web/20071229030604/http://ktown.kde.org/~seli/memory/desktop_benchmark.html
22
23 The problem with KDE apps is that they're imitating what MS did with
24 Internet Explorer. They pointed to the itsy-bitsy-teeny-weeny little
25 "ie.exe" that you could delete if you felt like doing so. They
26 deliberately obfuscated that it was merely a front end to a ton of
27 system libraries that you could not remove. Back when xpdf was being
28 deprecated, various replacement options were suggested. I chose mupdf
29 rather than the KDE app "okular". Here's why. After multiple attempts
30 at "emerge -pv okular", I found I had to add at least the following to
31 package.use to get it to work...
32
33 dev-libs/libattica qt4
34 media-libs/phonon vlc
35 media-video/vlc dbus xcb -ffmpeg
36 dev-qt/qtcore qt3support
37 dev-qt/qtdeclarative accessibility qt3support
38 dev-qt/qtgui accessibility qt3support
39 dev-qt/qtopengl qt3support
40 dev-qt/qt3support accessibility
41 dev-qt/qtsql qt3support sqlite
42 dev-qt/qtsvg accessibility
43 sys-libs/ncurses unicode
44
45 Seems that if I want to emerge and use KDE's "pdf reader", I need...
46
47 phonon
48 vlc (or gstreamer)
49 libmpeg
50 libmad
51 net-dns/libidn
52 dev-qt/qtwebkit
53
54 ...***FOR A STINKING PDF READER***. Here's the "emerge -pv okular"
55 output with USE flag listings edited out...
56
57 [d531][waltdnes][~] emerge -pv okular | sed " s/USE.*$//"
58
59 These are the packages that would be merged, in order:
60
61 Calculating dependencies .... done!
62 [ebuild R ] sys-libs/ncurses-5.9-r3:5
63 [ebuild N ] net-dns/libidn-1.28
64 [ebuild N ] kde-base/kde-env-4.12.5:4/4.12
65 [ebuild N ] dev-libs/libpcre-8.35:3
66 [ebuild N ] app-admin/eselect-qtgraphicssystem-1.1.1 0 kB
67 [ebuild N ] dev-qt/qtcore-4.8.5-r2:4
68 [ebuild N ] dev-qt/qtscript-4.8.5:4
69 [ebuild N ] dev-qt/qtgui-4.8.5-r3:4
70 [ebuild N ] dev-qt/qtsql-4.8.5:4
71 [ebuild N ] dev-qt/qt3support-4.8.5:4
72 [ebuild N ] dev-qt/qtdbus-4.8.5:4
73 [ebuild N ] dev-qt/qtsvg-4.8.5:4
74 [ebuild N ] dev-qt/qttest-4.8.5:4
75 [ebuild N ] dev-qt/designer-4.8.5:4
76 [ebuild N ] dev-qt/qtopengl-4.8.5:4
77 [ebuild N ] dev-qt/qtxmlpatterns-4.8.5:4
78 [ebuild N ] app-crypt/qca-2.0.3:2
79 [ebuild N ] dev-qt/qtwebkit-4.8.5:4
80 [ebuild N ] dev-qt/qtdeclarative-4.8.5:4
81 [ebuild N ] x11-libs/libXScrnSaver-1.2.2-r1
82 [ebuild N ] media-libs/libmpeg2-0.5.1-r2
83 [ebuild N ] media-libs/libmad-0.15.1b-r7
84 [ebuild N ] media-video/vlc-2.1.2:0/5-7
85 [ebuild N ] dev-util/automoc-0.9.88 9 kB
86 [ebuild N ] kde-base/oxygen-icons-4.12.5:4/4.12
87 [ebuild N ] media-libs/qimageblitz-0.0.6-r1
88 [ebuild N ] dev-libs/libattica-0.4.2
89 [ebuild N ] dev-libs/libdbusmenu-qt-0.9.2
90 [ebuild N ] app-misc/strigi-0.7.8
91 [ebuild N ] media-libs/phonon-4.6.0-r1
92 [ebuild N ] media-libs/phonon-vlc-0.6.2
93 [ebuild N ] kde-base/kdelibs-4.12.5-r1:4/4.12
94 [ebuild N ] kde-base/katepart-4.12.5:4/4.12
95 [ebuild N ] kde-base/libkexiv2-4.12.5:4/4.12
96 [ebuild N ] kde-base/okular-4.12.5-r1:4/4.12
97
98 Total: 35 packages (34 new, 1 reinstall), Size of downloads: 309,990 kB
99
100
101 --
102 Walter Dnes <waltdnes@××××××××.org>
103 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] Re: USE flags handling Volker Armin Hemmann <volkerarmin@××××××××××.com>
Re: [gentoo-user] Re: USE flags handling Alan McKinnon <alan.mckinnon@×××××.com>