You are not logged in.
Pages: 1
Has anyone successfully compiled the Gimp Refocus (not Refocus-it) plug-in for Arch64? I'm trying to install it into Gimp 2.3.10 with no luck. Any help would be appreciated.
Offline
Sorry to bump...
The solution is probably the same for 32 bit Arch. The original 'refocus' plug-in simply won't compile as is against the Gimp 2.2 or 2.3 releases. There is a patched version that can be found through this link:
http://www.mail-archive.com/gimp-develo … 07026.html
From there it's just a matter of getting all of the environmental variables and compiling options right. As I said before, I'm running the development branch of Gimp, so for me it's:
export PKG_CONFIG_PATH=/opt/gimp-2.3/lib/pkgconfig
./configure --with-gimp-prefix=/opt/gimp-2.3
make
I didn't run make install, so I don't know if it works right. The plug-in ended up in the 'src' directory in the refocus directory.
Offline
Pages: 1