]> git.pld-linux.org Git - packages/libpng.git/blobdiff - libpng.spec
- up to 1.6.32
[packages/libpng.git] / libpng.spec
index 55c2d2b549f367cc53b40822866f8164ee7ac18e..3d6e4144f312c08b1d0e5220d7b445af5b4e6d79 100644 (file)
@@ -1,3 +1,5 @@
+# NOTE: there is intel SSE optimization available but with no runtime detection;
+#       it's enabled based on compiler flags (-msse*, either explicit or implied by -march=)
 #
 # Conditional build:
 %bcond_without tests           # don't perform "make check"
@@ -11,16 +13,16 @@ Summary(pl.UTF-8):  Biblioteka PNG
 Summary(pt_BR.UTF-8):  Biblioteca PNG
 Summary(tr.UTF-8):     PNG kitaplığı
 Name:          libpng
-Version:       1.6.25
+Version:       1.6.32
 Release:       1
 Epoch:         2
 License:       distributable
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/libpng/%{name}-%{version}.tar.xz
-# Source0-md5: 0cb72ef57a576bfed1b6cb4b5a09b554
+# Source0-md5: e01be057a9369183c959b793a685ad15
 Patch0:                %{name}-pngminus.patch
 Patch1:                http://downloads.sourceforge.net/libpng-apng/%{name}-%{version}-apng.patch.gz
-# Patch1-md5:  0e38f51075a7d77f646e44dcdb0c0a3a
+# Patch1-md5:  1760dbaa13c2569fdda6d83f6483701e
 URL:           http://www.libpng.org/pub/png/libpng.html
 BuildRequires: rpmbuild(macros) >= 1.213
 BuildRequires: tar >= 1:1.22
@@ -147,7 +149,17 @@ Narzędzia do konwersji plików PNG z lub do plików PNM.
 %patch1 -p1
 
 %build
-%configure
+%configure \
+%ifarch %{arm} aarch64
+       --enable-arm-neon=check \
+%endif
+%ifarch mipsel mips64el
+       --enable-mips-msa=check \
+%endif
+%ifarch ppc ppc64
+       --enable-powerpc-vsx=check
+%endif
+
 %{__make}
 
 %{__make} -C contrib/pngminus -f makefile.std \
This page took 0.198133 seconds and 4 git commands to generate.