pixman: update to pixman-0.32.4

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-12-04 00:36:17 +01:00
parent 189acc2662
commit e7a607aa55
2 changed files with 2 additions and 14 deletions

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="pixman"
PKG_VERSION="0.28.2"
PKG_VERSION="0.32.4"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
@ -43,7 +43,7 @@ if [ "$TARGET_ARCH" = arm ]; then
fi
PIXMAN_CONFIG="--disable-mmx --disable-sse2 --disable-vmx --enable-arm-simd $PIXMAN_NEON --disable-arm-iwmmxt"
elif [ "$TARGET_ARCH" = i386 -o "$TARGET_ARCH" = x86_64 ]; then
PIXMAN_CONFIG="--enable-mmx --enable-sse2 --disable-vmx --disable-arm-simd --disable-arm-neon"
PIXMAN_CONFIG="--enable-mmx --enable-sse2 --disable-ssse3 --disable-vmx --disable-arm-simd --disable-arm-neon"
fi
PKG_CONFIGURE_OPTS_TARGET="--disable-openmp \

View File

@ -1,12 +0,0 @@
diff -Naur pixman-0.28.2-old/configure.ac pixman-0.28.2-new/configure.ac
--- pixman-0.28.2-old/configure.ac 2012-12-10 03:46:36.000000000 -0800
+++ pixman-0.28.2-new/configure.ac 2012-12-29 05:30:54.000000000 -0800
@@ -64,7 +64,7 @@
# Suppress verbose compile lines
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-AM_CONFIG_HEADER(config.h)
+AC_CONFIG_HEADERS(config.h)
AC_CANONICAL_HOST