- added some gentoo/debian patches: * ufraw-0.22-jpeg9.patch * ufraw-0.22-exiv2-0.27.patch * 01_no-gimp-remote.patch * 02_CVE-2015-8366.patch * 04_fix-abs-gcc-7.patch * 05_CVE-2018-19655.patch * 06_lensfun_destroy_cleanup.patch OBS-URL: https://build.opensuse.org/request/show/673262 OBS-URL: https://build.opensuse.org/package/show/graphics/ufraw?expand=0&rev=47
13 lines
315 B
Diff
13 lines
315 B
Diff
Don't use gimp-remote since gimp 2.4 already includes gimp-remote functionality
|
|
--- a/ufraw_conf.c
|
|
+++ b/ufraw_conf.c
|
|
@@ -137,7 +137,7 @@
|
|
#elif HAVE_GIMP_2_4
|
|
"gimp", /* remoteGimpCommand */
|
|
#else
|
|
- "gimp-remote", /* remoteGimpCommand */
|
|
+ "gimp", /* remoteGimpCommand */
|
|
#endif
|
|
|
|
/* EXIF data */
|