Bug 75490 - GTKam requires updating to gimp2.2
Summary: GTKam requires updating to gimp2.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-25 11:50 UTC by robbak
Modified: 2004-12-28 19:59 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description robbak 2004-12-25 11:50:21 UTC
After updating to gimp2.2, the gtkam plugin ceases to work. Reinstalling the port does not fix it. This is because it installs the plugin to X11R6/libexec/gimp/2.0/plug-ins/gtkam-gimp, and this is hardwired in the Makefile.
There are a few other problems that would hurt someone installing it from scratch. While a simple s|2.0|2.2|g should fix it, I think that this should be made more flexable.

Fix: 

Copy the plugin file (gtkam-gimp) from X11R6/libexec/gimp/2.0/plug-ins/gtkam-gimp to X11R6/libexec/gimp/2.2/plug-ins/gtkam-gimp.

Or fix Makefile and pkg-plist to point to gimp-2.2 libraries. Preferably, detect existing gmip version and install to correct locations, although that's beyond my skill level.
How-To-Repeat: Install GTKam and gimp.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2004-12-28 19:59:30 UTC
State Changed
From-To: open->closed

I updated GIMP plugin to install into 2.2 directories.