summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-08 09:11:17 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-08 09:11:17 -0300
commit5aa8300e18ac1c8584793a8ec43a975eb3821541 (patch)
tree2aeee18b9f4ecfa342a5600d4364e22269bc0db0 /extra
parent87bd9124ec1abd5c6171af47af93805b975343b6 (diff)
Fixes
* libvpx: add mips64el.patch * imagemagick: upstream removes older versions
Diffstat (limited to 'extra')
-rw-r--r--extra/imagemagick/PKGBUILD6
-rw-r--r--extra/libvpx/PKGBUILD2
-rw-r--r--extra/libvpx/mips64el.patch38
3 files changed, 42 insertions, 4 deletions
diff --git a/extra/imagemagick/PKGBUILD b/extra/imagemagick/PKGBUILD
index b957a2f08..a428719fc 100644
--- a/extra/imagemagick/PKGBUILD
+++ b/extra/imagemagick/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=imagemagick
pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.7.5.1
+pkgver=6.7.5.3
pkgrel=1
arch=('i686' 'x86_64' 'mips64el')
url="http://www.imagemagick.org/"
@@ -12,8 +12,6 @@ depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'libjpeg-turbo'
makedepends=('ghostscript' 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'libpng')
source=(ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \
perlmagick.rpath.patch)
-sha1sums=('6970215ee2b95dbbf1b57b8d65e40b2d0d811acb'
- '23405f80904b1de94ebd7bd6fe2a332471b8c283')
build() {
cd "${srcdir}"/ImageMagick-${pkgver%.*}-${pkgver##*.}
@@ -82,3 +80,5 @@ package_imagemagick-doc() {
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/imagemagick-doc/LICENSE"
install -Dm644 NOTICE "${pkgdir}/usr/share/licenses/imagemagick-doc/NOTICE"
}
+md5sums=('86a82ccb7907aecfc1e8cf5203e07048'
+ 'ff9974decbfe9846f8e347239d87e4eb')
diff --git a/extra/libvpx/PKGBUILD b/extra/libvpx/PKGBUILD
index 40d98e275..4c1dd8889 100644
--- a/extra/libvpx/PKGBUILD
+++ b/extra/libvpx/PKGBUILD
@@ -11,7 +11,7 @@ depends=('glibc')
makedepends=('yasm')
source=(http://webm.googlecode.com/files/$pkgname-v$pkgver.tar.bz2
mips64el.patch)
-sha1sums=('2919e11074fef72fc61ef1a75160050ffaad6074')
+sha1sums=('2919e11074fef72fc61ef1a75160050ffaad6074'
'4fd775826a4d737102f831c451235a58947f2cde')
build() {
diff --git a/extra/libvpx/mips64el.patch b/extra/libvpx/mips64el.patch
new file mode 100644
index 000000000..a0e84d5c2
--- /dev/null
+++ b/extra/libvpx/mips64el.patch
@@ -0,0 +1,38 @@
+diff -uNar libvpx-v0.9.6.orig//build/make/configure.sh libvpx-v0.9.6/build/make/configure.sh
+--- libvpx-v0.9.6.orig//build/make/configure.sh 2011-03-04 17:40:37.000000000 -0300
++++ libvpx-v0.9.6/build/make/configure.sh 2011-03-27 12:31:49.263260789 -0300
+@@ -805,6 +805,15 @@
+
+ esac
+ ;;
++ mips64*)
++ CROSS=""
++ link_with_cc=gcc
++ setup_gnu_toolchain
++ tune_cflags="-mtune="
++ check_add_cflags -march=${tgt_isa}
++ check_add_asflags -march=${tgt_isa}
++ check_add_asflags -KPIC
++ ;;
+ mips*)
+ CROSS=${CROSS:-mipsel-linux-uclibc-}
+ link_with_cc=gcc
+diff -uNar libvpx-v0.9.6.orig//configure libvpx-v0.9.6/configure
+--- libvpx-v0.9.6.orig//configure 2011-03-04 17:40:37.000000000 -0300
++++ libvpx-v0.9.6/configure 2011-03-27 12:31:05.571213054 -0300
+@@ -94,6 +94,7 @@
+ all_platforms="${all_platforms} armv7-linux-gcc" #neon Cortex-A8
+ all_platforms="${all_platforms} armv7-none-rvct" #neon Cortex-A8
+ all_platforms="${all_platforms} mips32-linux-gcc"
++all_platforms="${all_platforms} mips64el-linux-gcc"
+ all_platforms="${all_platforms} ppc32-darwin8-gcc"
+ all_platforms="${all_platforms} ppc32-darwin9-gcc"
+ all_platforms="${all_platforms} ppc32-linux-gcc"
+@@ -194,6 +195,7 @@
+ iwmmxt2
+
+ mips32
++ mips64
+
+ mmx
+ sse