diff options
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 a39fe95d2..8adb828b5 100644 --- a/extra/totem/PKGBUILD +++ b/extra/totem/PKGBUILD @@ -8,7 +8,7 @@ pkgver=3.4.2 pkgrel=2 pkgdesc="A GNOME3 integrated movie player based on Gstreamer." url="http://www.gnome.org" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2' 'custom') depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'totem-plparser' 'libxxf86vm' 'libxtst' 'desktop-file-utils' 'iso-codes' 'python2' 'libpeas' 'hicolor-icon-theme' @@ -16,6 +16,10 @@ depends=('gstreamer0.10-base-plugins' 'gstreamer0.10-good-plugins' 'totem-plpars 'clutter-gtk' 'mx' 'python2-gobject') makedepends=('intltool' 'gtk-doc' 'nautilus' 'libgdata' 'lirc-utils' 'libepc' 'bluez' 'vala' 'grilo' 'pylint') +[ "$CARCH" = "mips64el" ] && { +makedepends=('intltool' 'gtk-doc' 'python2-gobject' 'nautilus' 'libgdata' 'xulrunner' + 'libepc' 'bluez' 'vala' 'grilo' 'pylint') +} options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz browser-plugins.ini) |