Hi
The patch below has been in Debian's ufraw package since 0.14.1-3
(2008-12-20) [1], relating to Debian bug #504260 [2]. It is currently in
Ubuntu's ufraw 0.19.1 package as well.
The package maintainer's comments were:
"Default to using gimp rather than gimp-remote, since gimp 2.4 already has
the -remote functionality."
If I understand correctly, shouldn't that condition check whether gimp is
>= 2.4, or if we don't care about versions of gimp that old, maybe always
use 'gimp' instead of 'gimp-remote'?
Regards
Graham
[1]
http://packages.debian.org/changelogs/pool/main/u/ufraw/ufraw_0.18-2/changelog
[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504260
--- a/ufraw_conf.c
+++ b/ufraw_conf.c
@@ -133,10 +133,8 @@
FALSE, /* silent */
#ifdef WIN32
"gimp-win-remote gimp-2.8.exe", /* remoteGimpCommand */
-#elif HAVE_GIMP_2_6
- "gimp", /* remoteGimpCommand */
#else
- "gimp-remote", /* remoteGimpCommand */
+ "gimp", /* remoteGimpCommand */
#endif
/* EXIF data */
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
ufraw-devel mailing list
ufraw-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ufraw-devel