[arch-commits] Commit in pixman/trunk (PKGBUILD test_failures_on_x86-32.diff)

2012-06-30 Thread andyrtr
Date: Saturday, June 30, 2012 @ 03:29:12
  Author: andyrtr
Revision: 162771

upgpkg: pixman 0.26.2-1

upstream update 0.26.2

Modified:
  pixman/trunk/PKGBUILD
Deleted:
  pixman/trunk/test_failures_on_x86-32.diff

--+
 PKGBUILD |9 ++--
 test_failures_on_x86-32.diff |   46 -
 2 files changed, 3 insertions(+), 52 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-30 07:08:33 UTC (rev 162770)
+++ PKGBUILD2012-06-30 07:29:12 UTC (rev 162771)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=pixman
-pkgver=0.26.0
+pkgver=0.26.2
 pkgrel=1
 pkgdesc=The pixel-manipulation library for X and cairo
 arch=(i686 x86_64)
@@ -11,14 +11,11 @@
 license=('custom')
 depends=('glibc')
 options=('!libtool')
-source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2
-test_failures_on_x86-32.diff)
-sha1sums=('d772cf794ec5da0966eba3cb360919a0a5e0d23f'
-  '24a688271d5cf2c4137a147deaa2975122c01aa8')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('1daf014714cc29147726abada12359345d156705')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/test_failures_on_x86-32.diff
   ./configure --prefix=/usr --disable-static
   make
 }

Deleted: test_failures_on_x86-32.diff
===
--- test_failures_on_x86-32.diff2012-06-30 07:08:33 UTC (rev 162770)
+++ test_failures_on_x86-32.diff2012-06-30 07:29:12 UTC (rev 162771)
@@ -1,46 +0,0 @@
-From da6193b1fcc1dfab27f4c36917864f2f2c41cf3e Mon Sep 17 00:00:00 2001
-From: Matt Turner matts...@gmail.com
-Date: Sun, 27 May 2012 17:01:57 +
-Subject: mmx: add missing _mm_empty calls
-
-Fixes spurious test failures on x86-32.

-diff --git a/pixman/pixman-mmx.c b/pixman/pixman-mmx.c
-index bb125bf..6e292c6 100644
 a/pixman/pixman-mmx.c
-+++ b/pixman/pixman-mmx.c
-@@ -2232,6 +2232,8 @@ mmx_composite_src_x888_0565 (pixman_implementation_t 
*imp,
-   w--;
-   }
- }
-+
-+_mm_empty ();
- }
- 
- static void
-@@ -3542,6 +3544,7 @@ mmx_fetch_x8r8g8b8 (pixman_iter_t *iter, const uint32_t 
*mask)
-   w--;
- }
- 
-+_mm_empty ();
- return iter-buffer;
- }
- 
-@@ -3585,6 +3588,7 @@ mmx_fetch_r5g6b5 (pixman_iter_t *iter, const uint32_t 
*mask)
-   w--;
- }
- 
-+_mm_empty ();
- return iter-buffer;
- }
- 
-@@ -3630,6 +3634,7 @@ mmx_fetch_a8 (pixman_iter_t *iter, const uint32_t *mask)
-   w--;
- }
- 
-+_mm_empty ();
- return iter-buffer;
- }
- 
---
-cgit v0.9.0.2-2-gbebe



[arch-commits] Commit in pixman/trunk (PKGBUILD test_failures_on_x86-32.diff)

2012-05-28 Thread andyrtr
Date: Monday, May 28, 2012 @ 07:23:57
  Author: andyrtr
Revision: 160034

upgpkg: pixman 0.26.0-1

upstream update 0.26.0

Added:
  pixman/trunk/test_failures_on_x86-32.diff
Modified:
  pixman/trunk/PKGBUILD

--+
 PKGBUILD |9 +---
 test_failures_on_x86-32.diff |   46 +
 2 files changed, 52 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-28 10:58:22 UTC (rev 160033)
+++ PKGBUILD2012-05-28 11:23:57 UTC (rev 160034)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Baldeck alexan...@archlinux.org
 
 pkgname=pixman
-pkgver=0.24.4
+pkgver=0.26.0
 pkgrel=1
 pkgdesc=The pixel-manipulation library for X and cairo
 arch=(i686 x86_64)
@@ -11,11 +11,14 @@
 license=('custom')
 depends=('glibc')
 options=('!libtool')
-source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('683450f917015366ac7918fc517c76801aeff374')
+source=(http://xorg.freedesktop.org/releases/individual/lib/${pkgname}-${pkgver}.tar.bz2
+test_failures_on_x86-32.diff)
+sha1sums=('d772cf794ec5da0966eba3cb360919a0a5e0d23f'
+  '24a688271d5cf2c4137a147deaa2975122c01aa8')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/test_failures_on_x86-32.diff
   ./configure --prefix=/usr --disable-static
   make
 }

Added: test_failures_on_x86-32.diff
===
--- test_failures_on_x86-32.diff(rev 0)
+++ test_failures_on_x86-32.diff2012-05-28 11:23:57 UTC (rev 160034)
@@ -0,0 +1,46 @@
+From da6193b1fcc1dfab27f4c36917864f2f2c41cf3e Mon Sep 17 00:00:00 2001
+From: Matt Turner matts...@gmail.com
+Date: Sun, 27 May 2012 17:01:57 +
+Subject: mmx: add missing _mm_empty calls
+
+Fixes spurious test failures on x86-32.
+---
+diff --git a/pixman/pixman-mmx.c b/pixman/pixman-mmx.c
+index bb125bf..6e292c6 100644
+--- a/pixman/pixman-mmx.c
 b/pixman/pixman-mmx.c
+@@ -2232,6 +2232,8 @@ mmx_composite_src_x888_0565 (pixman_implementation_t 
*imp,
+   w--;
+   }
+ }
++
++_mm_empty ();
+ }
+ 
+ static void
+@@ -3542,6 +3544,7 @@ mmx_fetch_x8r8g8b8 (pixman_iter_t *iter, const uint32_t 
*mask)
+   w--;
+ }
+ 
++_mm_empty ();
+ return iter-buffer;
+ }
+ 
+@@ -3585,6 +3588,7 @@ mmx_fetch_r5g6b5 (pixman_iter_t *iter, const uint32_t 
*mask)
+   w--;
+ }
+ 
++_mm_empty ();
+ return iter-buffer;
+ }
+ 
+@@ -3630,6 +3634,7 @@ mmx_fetch_a8 (pixman_iter_t *iter, const uint32_t *mask)
+   w--;
+ }
+ 
++_mm_empty ();
+ return iter-buffer;
+ }
+ 
+--
+cgit v0.9.0.2-2-gbebe