diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-01-06 19:40:13 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-01-06 20:50:23 +0100 |
commit | 7114b09fb6274553c88b714a53541589bdf35cdf (patch) | |
tree | c59f3b27ab3b215a39fb80713158d00729516369 /media-gfx/imagemagick/files | |
parent | media-gfx/imagemagick: move stable keywords (diff) | |
download | gentoo-7114b09fb6274553c88b714a53541589bdf35cdf.tar.gz gentoo-7114b09fb6274553c88b714a53541589bdf35cdf.tar.bz2 gentoo-7114b09fb6274553c88b714a53541589bdf35cdf.zip |
media-gfx/imagemagick: drop old
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-gfx/imagemagick/files')
-rw-r--r-- | media-gfx/imagemagick/files/imagemagick-6.9.10.16-fix-MagickCore-config.patch | 23 | ||||
-rw-r--r-- | media-gfx/imagemagick/files/imagemagick-6.9.10.21-fix-ReadHEICImage.patch | 13 |
2 files changed, 0 insertions, 36 deletions
diff --git a/media-gfx/imagemagick/files/imagemagick-6.9.10.16-fix-MagickCore-config.patch b/media-gfx/imagemagick/files/imagemagick-6.9.10.16-fix-MagickCore-config.patch deleted file mode 100644 index 1fce48d48660..000000000000 --- a/media-gfx/imagemagick/files/imagemagick-6.9.10.16-fix-MagickCore-config.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 02701e96029c4e2a9902685a9aca84ae21ab1c4c Mon Sep 17 00:00:00 2001 -From: "Azamat H. Hackimov" <azamat.hackimov@gmail.com> -Date: Fri, 14 Dec 2018 02:03:07 +0300 -Subject: [PATCH] Remove non-existing "-config" option from pkg-config - -This bug produces "Unknown option -config" error. ---- - magick/MagickCore-config.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/magick/MagickCore-config.in b/magick/MagickCore-config.in -index 94bc87b95..e56f34a76 100644 ---- a/magick/MagickCore-config.in -+++ b/magick/MagickCore-config.in -@@ -38,7 +38,7 @@ while test $# -gt 0; do - echo '@PACKAGE_VERSION@ Q@QUANTUM_DEPTH@ @MAGICK_HDRI@' - ;; - --cflags) -- @PKG_CONFIG@ -config --cflags MagickCore -+ @PKG_CONFIG@ --cflags MagickCore - ;; - --cxxflags) - @PKG_CONFIG@ --cflags MagickCore diff --git a/media-gfx/imagemagick/files/imagemagick-6.9.10.21-fix-ReadHEICImage.patch b/media-gfx/imagemagick/files/imagemagick-6.9.10.21-fix-ReadHEICImage.patch deleted file mode 100644 index f3a382b98938..000000000000 --- a/media-gfx/imagemagick/files/imagemagick-6.9.10.21-fix-ReadHEICImage.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://github.com/ImageMagick/ImageMagick6/issues/33 - ---- a/coders/heic.c -+++ b/coders/heic.c -@@ -317,7 +317,7 @@ static Image *ReadHEICImage(const ImageInfo *image_info, - image pixels. ReadImage processes "exif:Orientation" expecting pixels to be - oriented accordingly. However, in HEIF the pixels are NOT rotated. - */ -- SetImageProperty(image, "exif:Orientation", "1", exception); -+ SetImageProperty(image, "exif:Orientation", "1"); - return(GetFirstImageInList(image)); - } - #endif |