Pixman 0.33.2
Re-enable vmx fast paths for ppc64le
This commit is contained in:
parent
986c9a5f9c
commit
d0ee1f4fa2
13
pixman.spec
13
pixman.spec
@ -2,8 +2,8 @@
|
|||||||
%define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d
|
%define gitrev 8ff7213f39edc1b2b8b60d6b0cc5d5f14ca1928d
|
||||||
|
|
||||||
Name: pixman
|
Name: pixman
|
||||||
Version: 0.32.6
|
Version: 0.33.2
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Pixel manipulation library
|
Summary: Pixel manipulation library
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -19,7 +19,7 @@ Source1: make-pixman-snapshot.sh
|
|||||||
BuildRequires: automake autoconf libtool
|
BuildRequires: automake autoconf libtool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Pixman is a pixel manipulation library for X and cairo.
|
Pixman is a pixel manipulation library for X and Cairo.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Pixel manipulation library development package
|
Summary: Pixel manipulation library development package
|
||||||
@ -37,9 +37,6 @@ Development library for pixman.
|
|||||||
%configure \
|
%configure \
|
||||||
%ifarch %{arm}
|
%ifarch %{arm}
|
||||||
--disable-arm-iwmmxt --disable-arm-iwmmxt2 \
|
--disable-arm-iwmmxt --disable-arm-iwmmxt2 \
|
||||||
%endif
|
|
||||||
%ifarch ppc64le
|
|
||||||
--disable-vmx \
|
|
||||||
%endif
|
%endif
|
||||||
--disable-ssse3 \
|
--disable-ssse3 \
|
||||||
--disable-static
|
--disable-static
|
||||||
@ -69,6 +66,10 @@ make check %{?_smp_mflags} V=1 ||:
|
|||||||
%{_libdir}/pkgconfig/pixman-1.pc
|
%{_libdir}/pkgconfig/pixman-1.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 09 2015 Oded Gabbay <oded.gabbay@gmail.com> 0.33.2-1
|
||||||
|
- pixman 0.33.2
|
||||||
|
- Enable fixed VMC fast paths on ppc64le
|
||||||
|
|
||||||
* Tue Jun 16 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.32.6-6
|
* Tue Jun 16 2015 Peter Robinson <pbrobinson@fedoraproject.org> 0.32.6-6
|
||||||
- revert cflag option added in -5 the broke building
|
- revert cflag option added in -5 the broke building
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user