diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-22 11:11:13 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-22 11:11:13 -0300 |
commit | e94fd638ac0deb5b18432dd1d04a053646d7918d (patch) | |
tree | 47789472350fbcb6eae6079d61ae8777b5ca4eb6 /extra/totem/PKGBUILD | |
parent | 840283e9012eff70d83361c5ae058c4fb855979e (diff) |
Totem
Diffstat (limited to 'extra/totem/PKGBUILD')
-rw-r--r-- | extra/totem/PKGBUILD | 6 |
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) |