summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-12-23 17:13:12 +0100
committerDavid Seifert <soap@gentoo.org>2016-12-29 15:11:49 +0200
commitc1c74771f0f6b65f1a1e5483ed465cd3eb5695ee (patch)
tree250ad256e50c6c1cbbcd2fc466cd4e02e63406b6 /media-libs/vips
parentmedia-libs/tiff: remove unused patches (diff)
downloadgentoo-c1c74771f0f6b65f1a1e5483ed465cd3eb5695ee.tar.gz
gentoo-c1c74771f0f6b65f1a1e5483ed465cd3eb5695ee.tar.bz2
gentoo-c1c74771f0f6b65f1a1e5483ed465cd3eb5695ee.zip
media-libs/vips: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3224
Diffstat (limited to 'media-libs/vips')
-rw-r--r--media-libs/vips/files/vips-7.20.7-build.patch57
1 files changed, 0 insertions, 57 deletions
diff --git a/media-libs/vips/files/vips-7.20.7-build.patch b/media-libs/vips/files/vips-7.20.7-build.patch
deleted file mode 100644
index 7e1fe93fa1e4..000000000000
--- a/media-libs/vips/files/vips-7.20.7-build.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-http://bugs.gentoo.org/show_bug.cgi?id=298671
-
---- libvips/colour/im_icc_transform.c
-+++ libvips/colour/im_icc_transform.c
-@@ -63,7 +63,7 @@
- im_icc_transform( IMAGE *in, IMAGE *out,
- const char *input_profile_filename,
- const char *output_profile_filename,
-- int intent )
-+ VipsIntent intent )
- {
- im_error( "im_icc_transform", "%s",
- _( "lcms library not linked to this VIPS" ) );
-@@ -73,7 +73,7 @@
-
- int
- im_icc_import( IMAGE *in, IMAGE *out,
-- const char *input_profile_filename, int intent )
-+ const char *input_profile_filename, VipsIntent intent )
- {
- im_error( "im_icc_import", "%s",
- _( "lmcs library not linked to this VIPS" ) );
-@@ -82,7 +82,7 @@
- }
-
- int
--im_icc_import_embedded( IMAGE *in, IMAGE *out, int intent )
-+im_icc_import_embedded( IMAGE *in, IMAGE *out, VipsIntent intent )
- {
- im_error( "im_icc_import", "%s",
- _( "lmcs library not linked to this VIPS" ) );
-@@ -92,7 +92,7 @@
-
- int
- im_icc_export_depth( IMAGE *in, IMAGE *out, int depth,
-- const char *output_profile_filename, int intent )
-+ const char *output_profile_filename, VipsIntent intent )
- {
- im_error( "im_icc_export_depth", "%s",
- _( "lmcs library not linked to this VIPS" ) );
-@@ -101,16 +101,6 @@
- }
-
- int
--im_icc_export( IMAGE *in, IMAGE *out,
-- const char *output_profile_filename, int intent )
--{
-- im_error( "im_icc_export", "%s",
-- _( "lmcs library not linked to this VIPS" ) );
--
-- return( -1 );
--}
--
--int
- im_icc_ac2rc( IMAGE *in, IMAGE *out, const char *profile_filename )
- {
- im_error( "im_icc_ac2rc", "%s",