summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-04-04 17:35:25 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-04-04 17:41:38 +0200
commit56b5e63cb2a7677345ef6fe565e6c2c59ab1dad9 (patch)
tree35b74902a1330ebc74d5ad18e2fa22406b6187dc /media-gfx/ufraw
parentmedia-gfx/ufraw: add explicit jpeg2k support (diff)
downloadgentoo-56b5e63cb2a7677345ef6fe565e6c2c59ab1dad9.tar.gz
gentoo-56b5e63cb2a7677345ef6fe565e6c2c59ab1dad9.tar.bz2
gentoo-56b5e63cb2a7677345ef6fe565e6c2c59ab1dad9.zip
media-gfx/ufraw: Drop unused patch
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-gfx/ufraw')
-rw-r--r--media-gfx/ufraw/files/ufraw-0.20-gimp.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/media-gfx/ufraw/files/ufraw-0.20-gimp.patch b/media-gfx/ufraw/files/ufraw-0.20-gimp.patch
deleted file mode 100644
index 8d81007ee6ba..000000000000
--- a/media-gfx/ufraw/files/ufraw-0.20-gimp.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-http://ufraw.cvs.sourceforge.net/viewvc/ufraw/ufraw/ufraw-gimp.c?r1=1.82&r2=1.83&diff_format=u
-https://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.",
-