From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; fr-FR; rv:1.7.5) Gecko/20041108 Firefox/1.0 Description of problem: Currently, gimp is built with ./configure --disable-perl It would be nice to have perl support in a subpackage, like gimp-perl for example. I have a perl script doing "use Gimp" in a package I maintain (showimg), and it causes an unresolvable dependancy. Thanks Version-Release number of selected component (if applicable): 1:2.0.5-0.fc2.3 How reproducible: Always Steps to Reproduce: N/A
The Perl extension isn't part of the gimp package anymore (since 2.0). it is now maintained separately (grab it at ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.0/perl) and needs perl-Gtk2 as well. You might want to submit these to Fedora Extras/fedora.us for eventual inclusion.