The new gimp-print versions contain and experimental gimp2 printing plugin. The gimp-print configure script checks to see if the gimp2 is installed and if so compiles and installs the plugin. The only problem is that the plugin is installed into the gimp1.2 plugins directory. One way to fix this would to simply move the file in a manner such as
Code: Select all
mv /usr/lib/gimp/1.2/plug-ins/print /usr/lib/gimp/2.0/plug-ins/print
Or you could use the updated gimp-print ebuild found here
http://bugs.gentoo.org/show_bug.cgi?id=61218 which includes a sed line to fix the install directory in the Makefile. Happy printing.