Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/vips/files/
Date: Thu, 29 Dec 2016 13:14:56
Message-Id: 1483017109.c1c74771f0f6b65f1a1e5483ed465cd3eb5695ee.soap@gentoo
1 commit: c1c74771f0f6b65f1a1e5483ed465cd3eb5695ee
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 23 16:13:12 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 13:11:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c74771
7
8 media-libs/vips: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/3224
11
12 media-libs/vips/files/vips-7.20.7-build.patch | 57 ---------------------------
13 1 file changed, 57 deletions(-)
14
15 diff --git a/media-libs/vips/files/vips-7.20.7-build.patch b/media-libs/vips/files/vips-7.20.7-build.patch
16 deleted file mode 100644
17 index 7e1fe93..00000000
18 --- a/media-libs/vips/files/vips-7.20.7-build.patch
19 +++ /dev/null
20 @@ -1,57 +0,0 @@
21 -http://bugs.gentoo.org/show_bug.cgi?id=298671
22 -
23 ---- libvips/colour/im_icc_transform.c
24 -+++ libvips/colour/im_icc_transform.c
25 -@@ -63,7 +63,7 @@
26 - im_icc_transform( IMAGE *in, IMAGE *out,
27 - const char *input_profile_filename,
28 - const char *output_profile_filename,
29 -- int intent )
30 -+ VipsIntent intent )
31 - {
32 - im_error( "im_icc_transform", "%s",
33 - _( "lcms library not linked to this VIPS" ) );
34 -@@ -73,7 +73,7 @@
35 -
36 - int
37 - im_icc_import( IMAGE *in, IMAGE *out,
38 -- const char *input_profile_filename, int intent )
39 -+ const char *input_profile_filename, VipsIntent intent )
40 - {
41 - im_error( "im_icc_import", "%s",
42 - _( "lmcs library not linked to this VIPS" ) );
43 -@@ -82,7 +82,7 @@
44 - }
45 -
46 - int
47 --im_icc_import_embedded( IMAGE *in, IMAGE *out, int intent )
48 -+im_icc_import_embedded( IMAGE *in, IMAGE *out, VipsIntent intent )
49 - {
50 - im_error( "im_icc_import", "%s",
51 - _( "lmcs library not linked to this VIPS" ) );
52 -@@ -92,7 +92,7 @@
53 -
54 - int
55 - im_icc_export_depth( IMAGE *in, IMAGE *out, int depth,
56 -- const char *output_profile_filename, int intent )
57 -+ const char *output_profile_filename, VipsIntent intent )
58 - {
59 - im_error( "im_icc_export_depth", "%s",
60 - _( "lmcs library not linked to this VIPS" ) );
61 -@@ -101,16 +101,6 @@
62 - }
63 -
64 - int
65 --im_icc_export( IMAGE *in, IMAGE *out,
66 -- const char *output_profile_filename, int intent )
67 --{
68 -- im_error( "im_icc_export", "%s",
69 -- _( "lmcs library not linked to this VIPS" ) );
70 --
71 -- return( -1 );
72 --}
73 --
74 --int
75 - im_icc_ac2rc( IMAGE *in, IMAGE *out, const char *profile_filename )
76 - {
77 - im_error( "im_icc_ac2rc", "%s",