summaryrefslogtreecommitdiff
path: root/extra/totem
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-22 11:11:13 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-22 11:11:13 -0300
commite94fd638ac0deb5b18432dd1d04a053646d7918d (patch)
tree47789472350fbcb6eae6079d61ae8777b5ca4eb6 /extra/totem
parent840283e9012eff70d83361c5ae058c4fb855979e (diff)
Totem
Diffstat (limited to 'extra/totem')
-rw-r--r--extra/totem/PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/extra/totem/PKGBUILD b/extra/totem/PKGBUILD
index 765a40e98..45297ffc3 100644
--- a/extra/totem/PKGBUILD
+++ b/extra/totem/PKGBUILD
@@ -6,11 +6,15 @@ pkgname=('totem' 'totem-plugin')
pkgver=3.0.1
pkgrel=3
url="http://www.gnome.org"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
license=('GPL2' 'custom')
makedepends=('intltool' 'gnome-doc-utils' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'totem-plparser'
'libpeas' 'pygobject' 'pygobject-devel' 'nautilus' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'iso-codes' 'libgdata'
'xulrunner' 'lirc-utils' 'libepc' 'bluez' 'vala')
+[ "$CARCH" = "mips64el" ] && \
+makedepends=('intltool' 'gnome-doc-utils' 'gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'totem-plparser'
+ 'libpeas' 'pygobject' 'pygobject-devel' 'nautilus' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'iso-codes' 'libgdata'
+ 'xulrunner' 'libepc' 'bluez' 'vala')
options=('!libtool' '!emptydirs')
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgbase}/${pkgver%.*}/${pkgbase}-${pkgver}.tar.bz2
fix_crash.patch)