[arch-commits] Commit in imlib2/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Ronald van Haren ronald at archlinux.org
Tue Dec 2 10:17:51 UTC 2008


    Date: Tuesday, December 2, 2008 @ 05:17:51
  Author: ronald
Revision: 20299

Merged revisions 20298 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/imlib2/trunk

........
  r20298 | ronald | 2008-12-02 11:17:14 +0100 (Tue, 02 Dec 2008) | 1 line
  
  upgpkg: imlib2 1.4.2-2
........

Modified:
  imlib2/repos/extra-x86_64/	(properties)
  imlib2/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


Property changes on: imlib2/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /imlib2/trunk:1-19589
   + /imlib2/trunk:1-20298

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-12-02 10:17:14 UTC (rev 20298)
+++ extra-x86_64/PKGBUILD	2008-12-02 10:17:51 UTC (rev 20299)
@@ -5,7 +5,7 @@
 
 pkgname=imlib2
 pkgver=1.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support"
 url="http://sourceforge.net/projects/enlightenment/"
 arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
 
-  # imlib2 has different configure options for x86/amd64 mmx
-  [ $CARCH = "i686" ] && EXTRAOPTS="--disable-amd64 --enable-mmx"
-  [ $CARCH = "x86_64" ] && EXTRAOPTS="--enable-amd64 --disable-mmx"
+  # disable optimizations, they cause problems (e.g. FS#12268)
+  [ $CARCH = "i686" ] && EXTRAOPTS="--disable-mmx"
+  [ $CARCH = "x86_64" ] && EXTRAOPTS="--disable-amd64"
 
 
   # Security Fix (Buffer Overflow), upstream fix




More information about the arch-commits mailing list