|
|
@ -1,7 +1,7 @@
|
|
|
|
%global libname libimagequant
|
|
|
|
%global libname libimagequant
|
|
|
|
|
|
|
|
|
|
|
|
Name: pngquant
|
|
|
|
Name: pngquant
|
|
|
|
Version: 2.11.4
|
|
|
|
Version: 2.11.7
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: PNG quantization tool for reducing image file size
|
|
|
|
Summary: PNG quantization tool for reducing image file size
|
|
|
|
|
|
|
|
|
|
|
@ -35,9 +35,6 @@ their 24/32-bit version. %{name} uses the median cut algorithm.
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
# add some speed-relevant compiler-flags
|
|
|
|
# add some speed-relevant compiler-flags
|
|
|
|
export CFLAGS="%{optflags} -fno-math-errno -funroll-loops -fomit-frame-pointer -fPIC"
|
|
|
|
export CFLAGS="%{optflags} -fno-math-errno -funroll-loops -fomit-frame-pointer -fPIC"
|
|
|
|
export CXXFLAGS="$CFLAGS"
|
|
|
|
|
|
|
|
export FFLAGS="%{%__global_fflags} -fno-math-errno -funroll-loops -fomit-frame-pointer -fPIC"
|
|
|
|
|
|
|
|
export FCFLAGS="$FFLAGS"
|
|
|
|
|
|
|
|
%configure --with-openmp --with-libimagequant
|
|
|
|
%configure --with-openmp --with-libimagequant
|
|
|
|
%make_build
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
|
@ -58,6 +55,12 @@ export FCFLAGS="$FFLAGS"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Jan 19 2018 Sandro Mani <manisandro@gmail.com> - 2.11.7-1
|
|
|
|
|
|
|
|
- Update to 2.11.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 18 2018 Sandro Mani <manisandro@gmail.com> - 2.11.6-1
|
|
|
|
|
|
|
|
- Update to 2.11.6
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 27 2017 Sandro Mani <manisandro@gmail.com> - 2.11.4-1
|
|
|
|
* Mon Nov 27 2017 Sandro Mani <manisandro@gmail.com> - 2.11.4-1
|
|
|
|
- Update to 2.11.4
|
|
|
|
- Update to 2.11.4
|
|
|
|
|
|
|
|
|
|
|
|