Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ufraw/files/
Date: Tue, 04 Apr 2017 15:42:29
Message-Id: 1491320498.56b5e63cb2a7677345ef6fe565e6c2c59ab1dad9.asturm@gentoo
1 commit: 56b5e63cb2a7677345ef6fe565e6c2c59ab1dad9
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 4 15:35:25 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 4 15:41:38 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b5e63c
7
8 media-gfx/ufraw: Drop unused patch
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-gfx/ufraw/files/ufraw-0.20-gimp.patch | 24 ------------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/media-gfx/ufraw/files/ufraw-0.20-gimp.patch b/media-gfx/ufraw/files/ufraw-0.20-gimp.patch
16 deleted file mode 100644
17 index 8d81007ee6b..00000000000
18 --- a/media-gfx/ufraw/files/ufraw-0.20-gimp.patch
19 +++ /dev/null
20 @@ -1,24 +0,0 @@
21 -http://ufraw.cvs.sourceforge.net/viewvc/ufraw/ufraw/ufraw-gimp.c?r1=1.82&r2=1.83&diff_format=u
22 -https://sourceforge.net/p/ufraw/bugs/392/
23 -https://bugs.gentoo.org/show_bug.cgi?id=527836
24 -
25 ---- ufraw-gimp.c 2014/01/07 13:00:08 1.82
26 -+++ ufraw-gimp.c 2014/10/20 04:00:10 1.83
27 -@@ -79,12 +79,16 @@
28 - load_args,
29 - load_return_vals);
30 -
31 -+#if HAVE_GIMP_2_9
32 - gimp_register_magic_load_handler("file_ufraw_load",
33 - (char *)raw_ext,
34 - "",
35 - "0,string,II*\\0,"
36 - "0,string,MM\\0*,"
37 - "0,string,<?xml");
38 -+#else
39 -+ gimp_register_load_handler("file_ufraw_load", (char *)raw_ext, "");
40 -+#endif
41 -
42 - gimp_install_procedure("file_ufraw_load_thumb",
43 - "Loads thumbnails from digital camera raw files.",
44 -