[packages/crossmingw32-pixman] - updated to 0.32.0

qboosh qboosh at pld-linux.org
Mon Nov 11 09:50:38 CET 2013


commit 6afa1ee7dbcd87b53441ce3e8354ef4d8e9e74d0
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Nov 11 09:51:01 2013 +0100

    - updated to 0.32.0

 crossmingw32-pixman.spec |  8 ++++----
 pixman-ssse3.patch       | 12 ++++++++++++
 2 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/crossmingw32-pixman.spec b/crossmingw32-pixman.spec
index 4360373..58e03e6 100644
--- a/crossmingw32-pixman.spec
+++ b/crossmingw32-pixman.spec
@@ -1,12 +1,13 @@
 Summary:	Pixel manipulation library - cross MinGW32
 Summary(pl.UTF-8):	Biblioteka operacji na pikselach - wersja skrośna MinGW32
 Name:		crossmingw32-pixman
-Version:	0.30.2
+Version:	0.32.0
 Release:	1
 License:	MIT
 Group:		Development/Libraries
 Source0:	http://xorg.freedesktop.org/archive/individual/lib/pixman-%{version}.tar.bz2
-# Source0-md5:	2d0588e20dc1308b29b2fca68dad9a9c
+# Source0-md5:	1b8314aff2a29c921f79efdbf07a0887
+Patch0:		pixman-ssse3.patch
 URL:		http://pixman.org/
 BuildRequires:	autoconf >= 2.57
 BuildRequires:	automake
@@ -76,8 +77,7 @@ Biblioteka DLL pixman dla Windows.
 
 %prep
 %setup -q -n pixman-%{version}
-
-%{__sed} -i -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.ac
+%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/pixman-ssse3.patch b/pixman-ssse3.patch
new file mode 100644
index 0000000..f196c24
--- /dev/null
+++ b/pixman-ssse3.patch
@@ -0,0 +1,12 @@
+Fix SSSE3 detection (use SSSE3, not APIC flag).
+--- pixman-0.32.0/pixman/pixman-x86.c.orig	2013-11-07 23:43:03.000000000 +0100
++++ pixman-0.32.0/pixman/pixman-x86.c	2013-11-11 09:18:08.030841057 +0100
+@@ -170,7 +170,7 @@
+ 	features |= X86_SSE;
+     if (d & (1 << 26))
+ 	features |= X86_SSE2;
+-    if (d & (1 << 9))
++    if (c & (1 << 9))
+ 	features |= X86_SSSE3;
+ 
+     /* Check for AMD specific features */
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/crossmingw32-pixman.git/commitdiff/6afa1ee7dbcd87b53441ce3e8354ef4d8e9e74d0



More information about the pld-cvs-commit mailing list