Gentoo Archives: gentoo-user-de

From: Martin <nadima@×××××.de>
To: gentoo-user-de@l.g.o
Subject: Re: [gentoo-user-de] useflag_inkscape
Date: Sun, 18 Feb 2007 00:18:52
Message-Id: 20070218001546.GA9002@delight
In Reply to: [gentoo-user-de] useflag_inkscape by "Sebastian Kürschner"
1 On Sat, Feb 17, 2007 at 11:49:41PM +0100, Sebastian Kürschner wrote:
2 > ich möchte gerne wissen welche Funktionen hinter welchem Useflag stehen, wo
3 > finde ich dazu Informationen google hilft mir leider nicht weiter.
4
5 equery u -a =xxx-xxx/xxx
6
7 > Konkret geht es um Inkscape welches angeblich *.eps importieren kann, bei mir
8 > aber nicht.
9
10 .eps wird - wenn ich mich richtig erinnere - von ghostscript oder einem
11 Programm in dieser Richtung gehandhabt. Und da war mal was mit 'nem
12 Update von ghostscript. Rebuild von Inkscape? revdep-rebuild?
13
14 > emerge zeigt folgende flags an: media-gfx/inkscape-0.43 USE="perl
15 > python -bonobo -debug -doc -effects -gnome -inkjar -mmx -plugin -spell"
16 >
17 > Was die aber alle bedeuten?
18
19 # equery u -a =media-gfx/inkscape-0.43
20 [ Searching for packages matching =media-gfx/inkscape-0.43... ]
21 [ Colour Code : set unset ]
22 [ Legend : Left column (U) - USE flags from make.conf ]
23 [ : Right column (I) - USE flags packages was installed with ]
24 [ Found these USE variables for media-gfx/inkscape-0.43 ]
25 U I
26 - - bonobo : Adds support for gnome-base/bonobo (Gnome CORBA interfaces)
27 - - debug : Enable extra debug codepaths, like asserts and extra
28 output. If you want to get meaningful backtraces see
29 http://www.gentoo.org/proj/en/qa/backtraces.xml .
30 - - doc : Adds extra documentation (API, Javadoc, etc)
31 - - effects : enables additional scripts (effects)
32 + + gnome : Adds GNOME support
33 - - inkjar : enables inkjar support
34 + + mmx : Adds support for optimizations for Pentium MMX and Athlon
35 class processors
36 + + perl : Adds support/bindings for the Perl language.
37 - - plugin : enables extra plugins
38 + + python : Adds support/bindings for the Python language
39 + + spell : Adds dictionary support
40
41 equery wird Ihnen präsentiert mit freundlicher Unterstützung von
42 app-portage/gentoolkit.
43
44 "equery u" fragt nach Useflags, "-a" schaut alle verfügbaren Pakete
45 durch, denn standardmäßig wird nur nach installierten Paketen geschaut.
46 (Ich habe inkscape nicht installiert.) Danach kannst Du entweder einen
47 Paketnamen angeben - bei gentoo-sources würde die Ausgabe dann ein paar
48 Zeilen länger werden - oder eine genaue Paketbezeichnung.
49
50 Ich hoffe, das hilft.
51
52 Martin
53 --
54 gentoo-user-de@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-de] useflag_inkscape Sebastian Damm <lists@×××××.de>