diff options
author | Remi Collet <remi@remirepo.net> | 2017-08-30 16:34:46 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-08-30 16:34:46 +0200 |
commit | f9054186d3e96fb689f30823cff2c08ed62f6456 (patch) | |
tree | 6360f698c3b3819e9e11388a22cac72f616cdb3b | |
parent | fbaf0f613c07eef243a8bdcd19489a4120bd5b59 (diff) |
libimagequant stuff (disabled for now)
-rw-r--r-- | gd.spec | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |