]> git.pld-linux.org Git - packages/crossmingw32-pixman.git/commitdiff
- updated to 0.32.4 auto/th/crossmingw32-pixman-0.32.4-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 Nov 2013 18:21:29 +0000 (19:21 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 Nov 2013 18:21:29 +0000 (19:21 +0100)
crossmingw32-pixman.spec
pixman-ssse3.patch [deleted file]

index 0a21598ddce949d6b04ecf00a98c7c8a10a8635e..e2c62e9961be7a5d8ffbb79c3bdb9d12241ab1fd 100644 (file)
@@ -1,13 +1,12 @@
 Summary:       Pixel manipulation library - cross MinGW32
 Summary(pl.UTF-8):     Biblioteka operacji na pikselach - wersja skrośna MinGW32
 Name:          crossmingw32-pixman
-Version:       0.32.2
+Version:       0.32.4
 Release:       1
 License:       MIT
 Group:         Development/Libraries
 Source0:       http://xorg.freedesktop.org/archive/individual/lib/pixman-%{version}.tar.bz2
-# Source0-md5: 1e92d239011ea65826026ac15b372e10
-Patch0:                pixman-ssse3.patch
+# Source0-md5: cdb566504fe9daf6728c7b03cc7ea228
 URL:           http://pixman.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake
@@ -77,7 +76,6 @@ Biblioteka DLL pixman dla Windows.
 
 %prep
 %setup -q -n pixman-%{version}
-%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/pixman-ssse3.patch b/pixman-ssse3.patch
deleted file mode 100644 (file)
index f196c24..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-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 */
This page took 0.108353 seconds and 4 git commands to generate.