maekke      14/11/05 18:19:26

  Added:                ufraw-0.20-gimp.patch
  Log:
  add upstream fix to work with newer gimp versions, bug #527836 (straight to 
stable)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed 
Manifest commit with key 072AD062)

Revision  Changes    Path
1.1                  media-gfx/ufraw/files/ufraw-0.20-gimp.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ufraw/files/ufraw-0.20-gimp.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/ufraw/files/ufraw-0.20-gimp.patch?rev=1.1&content-type=text/plain

Index: ufraw-0.20-gimp.patch
===================================================================
http://ufraw.cvs.sourceforge.net/viewvc/ufraw/ufraw/ufraw-gimp.c?r1=1.82&r2=1.83&diff_format=u
http://sourceforge.net/p/ufraw/bugs/392/
https://bugs.gentoo.org/show_bug.cgi?id=527836

--- ufraw-gimp.c        2014/01/07 13:00:08     1.82
+++ ufraw-gimp.c        2014/10/20 04:00:10     1.83
@@ -79,12 +79,16 @@
                            load_args,
                            load_return_vals);
 
+#if HAVE_GIMP_2_9
     gimp_register_magic_load_handler("file_ufraw_load",
                                      (char *)raw_ext,
                                      "",
                                      "0,string,II*\\0,"
                                      "0,string,MM\\0*,"
                                      "0,string,<?xml");
+#else
+    gimp_register_load_handler("file_ufraw_load", (char *)raw_ext, "");
+#endif
 
     gimp_install_procedure("file_ufraw_load_thumb",
                            "Loads thumbnails from digital camera raw files.",





Reply via email to