Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
GTK+, Cinepaint und Wacom
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
luxactor
n00b
n00b


Joined: 29 Mar 2005
Posts: 6

PostPosted: Thu Mar 31, 2005 11:45 am    Post subject: GTK+, Cinepaint und Wacom Reply with quote

Servus!

Erfolglos versuche ich mein Wacom Intuos 2 Grafiktablett unter GIMP/Cinepaint mit Druckempfindlichkeit zum Laufen zu kriegen. Nach ewig langer Suche im Forum habe ich die Antwort gefunden: Xinput. Ich soll also GTK+ sowie GIMP/Cinepaint mit der Option xinput neu kompliieren. Aber wie?

Meine Frage also: wie kann ich bei emerge (falls es überhaupt geht) eigene Compileroptionen hinzufügen, wenn es für diese kein USE gibt? In dem Benutzerhandbuch habe ich nichts passendes gefunden.


Danke im Voraus!
Back to top
View user's profile Send private message
luxactor
n00b
n00b


Joined: 29 Mar 2005
Posts: 6

PostPosted: Thu Mar 31, 2005 8:31 pm    Post subject: Reply with quote

Kann mir keiner eine Antwort geben? Ist es nun möglich diese Programme mit eigenen Compilerparameter neu zu kompliieren?
Back to top
View user's profile Send private message
zielscheibe
l33t
l33t


Joined: 02 Apr 2004
Posts: 804
Location: Aachen

PostPosted: Thu Mar 31, 2005 8:51 pm    Post subject: Reply with quote

Hi,

Falls es das Ebuild unterstützt, funktioniert der "EXTRA_ECONF="xxx"" Parameter, um zusätzliche Optionen zu konfigurieren.
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=1

Ansonsten geht es auch halb manuell, ohne dabei Portage auszuhebeln:
Code:

1. "ebuild /usr/portage/..pfad_zum_ebuild/ebuildname.ebuild unpack"
2. "cd var/tmp/portage/ebuildname/work/ebuildname"
3. "./configure --alle gewünschten Optionen"
4. "ebuild /usr/portage/..pfad_zum_ebuild/ebuildname.ebuild compile"
4. "ebuild /usr/portage/..pfad_zum_ebuild/ebuildname.ebuild install"
5. "ebuild /usr/portage/..pfad_zum_ebuild/ebuildname.ebuild qmerge"
Back to top
View user's profile Send private message
luxactor
n00b
n00b


Joined: 29 Mar 2005
Posts: 6

PostPosted: Thu Mar 31, 2005 9:15 pm    Post subject: Reply with quote

Danke für die Antwort!

Werde es dann erstmal mit EXTRA_ECONF="--with-xinput=xfree" emerge gtk+ ausprobieren, hoffe das ist richtig.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum