summaryrefslogtreecommitdiffstats
path: root/gd.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-08-30 16:34:46 +0200
committerRemi Collet <remi@remirepo.net>2017-08-30 16:34:46 +0200
commitf9054186d3e96fb689f30823cff2c08ed62f6456 (patch)
tree6360f698c3b3819e9e11388a22cac72f616cdb3b /gd.spec
parentfbaf0f613c07eef243a8bdcd19489a4120bd5b59 (diff)
libimagequant stuff (disabled for now)
Diffstat (limited to 'gd.spec')
-rw-r--r--gd.spec10
1 files changed, 10 insertions, 0 deletions
diff --git a/gd.spec b/gd.spec
index 0ee4a0c..878a151 100644
--- a/gd.spec
+++ b/gd.spec
@@ -14,6 +14,13 @@
%global with_webp 1
+# requested by https://bugzilla.redhat.com/1468338
+# this break gdimagefile/gdnametest:
+# gdimagefile/gdnametest.c:122: 255 pixels different on /tmp/gdtest.CrpdIb/img.gif
+# gdimagefile/gdnametest.c:122: 255 pixels different on /tmp/gdtest.CrpdIb/img.GIF
+# FAIL gdimagefile/gdnametest (exit status: 2)
+%global with_liq 0
+
Summary: A graphics library for quick creation of PNG or JPEG images
%if 0%{?fedora} >= 20
Name: gd
@@ -44,6 +51,9 @@ BuildRequires: libtiff-devel
%if %{with_webp}
BuildRequires: libwebp-devel
%endif
+%if %{with_liq}
+BuildRequires: libimagequant-devel
+%endif
BuildRequires: libX11-devel
BuildRequires: libXpm-devel
BuildRequires: zlib-devel