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
|
||||
|
||||
Name: pixman
|
||||
Version: 0.32.6
|
||||
Release: 6%{?dist}
|
||||
Version: 0.33.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Pixel manipulation library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: MIT
|
||||
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:
|
||||
# ./make-pixman-snapshot.sh %{?gitrev}
|
||||
# if no revision specified, makes a new one from HEAD.
|
||||
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Source1: make-pixman-snapshot.sh
|
||||
Source0: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
|
||||
Source1: make-pixman-snapshot.sh
|
||||
|
||||
BuildRequires: automake autoconf libtool
|
||||
|
||||
%description
|
||||
Pixman is a pixel manipulation library for X and cairo.
|
||||
Pixman is a pixel manipulation library for X and Cairo.
|
||||
|
||||
%package devel
|
||||
Summary: Pixel manipulation library development package
|
||||
@ -37,9 +37,6 @@ Development library for pixman.
|
||||
%configure \
|
||||
%ifarch %{arm}
|
||||
--disable-arm-iwmmxt --disable-arm-iwmmxt2 \
|
||||
%endif
|
||||
%ifarch ppc64le
|
||||
--disable-vmx \
|
||||
%endif
|
||||
--disable-ssse3 \
|
||||
--disable-static
|
||||
@ -69,6 +66,10 @@ make check %{?_smp_mflags} V=1 ||:
|
||||
%{_libdir}/pkgconfig/pixman-1.pc
|
||||
|
||||
%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
|
||||
- revert cflag option added in -5 the broke building
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user