Pixman 0.33.2
Re-enable vmx fast paths for ppc64le
This commit is contained in:
parent
986c9a5f9c
commit
d0ee1f4fa2
19
pixman.spec
19
pixman.spec
@ -2,24 +2,24 @@
|
|||||||
%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
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://cgit.freedesktop.org/pixman/
|
URL: http://cgit.freedesktop.org/pixman/
|
||||||
#VCS: git:git://git.freedesktop.org/git/pixman
|
#VCS: git:git://git.freedesktop.org/git/pixman
|
||||||
# To make git snapshots:
|
# To make git snapshots:
|
||||||
# ./make-pixman-snapshot.sh %{?gitrev}
|
# ./make-pixman-snapshot.sh %{?gitrev}
|
||||||
# if no revision specified, makes a new one from HEAD.
|
# if no revision specified, makes a new one from HEAD.
|
||||||
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
||||||
Source1: make-pixman-snapshot.sh
|
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