echo “dev-libs/glib ~x86″ >> /etc/portage/package.keywords
#na nowym systemie nie wymagane nowe glib
emerge glib
#gtk-doc wymagany przez gimp, chociaż można to wyłączyć
#ruby wymagany przez gegl configure
emerge gtk-doc ruby
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
mkdir gimp_svn
cd gimp_svn
svn co http://svn.gnome.org/svn/babl/trunk/ babl
svn co http://svn.gnome.org/svn/gegl/trunk/ gegl
svn co http://svn.gnome.org/svn/libxslt/trunk/ libxslt
svn co http://svn.gnome.org/svn/gimp/trunk/ gimp
emerge gtk-doc
cd babl
./autogen.sh && make && make install
cd ../gegl
./autogen.sh && make && make install
cd ../libxslt
./autogen.sh && make && make install
cd ../gimp
./autogen.sh && make && make install
ldconfig
gimp-2.5
Aktualizacja:
./autogen.sh dla gegl wyrzuca jakiś błąd ale się kompiluje dalej
generating subtractive.c
../tools/create-reference.rb:556:in `foreach’: No such file or directory – operations.html (Errno::ENOENT)
from ../tools/create-reference.rb:556
from ../tools/create-reference.rb:531:in `open’
from ../tools/create-reference.rb:531
[...] Dodatkowo może się przydać wpis jak skompilować Gimpa developerskiego na gentoo http://rofrol.wordpress.com/2008/05/04/gimp-svn-i-gentoo/ [...]