diff options
Diffstat (limited to 'extra/totem/PKGBUILD')
-rw-r--r-- | extra/totem/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/totem/PKGBUILD b/extra/totem/PKGBUILD index 21e802543..e68efbb37 100644 --- a/extra/totem/PKGBUILD +++ b/extra/totem/PKGBUILD @@ -8,12 +8,13 @@ pkgver=3.8.0 pkgrel=1 pkgdesc="GNOME3 movie player based on GStreamer" url="http://www.gnome.org" -arch=(i686 x86_64) +arch=('i686' 'x86_64' 'mips64el') license=(GPL2 custom) depends=(gst-plugins-base gst-plugins-good totem-plparser desktop-file-utils iso-codes libpeas hicolor-icon-theme gnome-icon-theme gsettings-desktop-schemas dconf clutter-gst clutter-gtk python2-gobject gst-plugins-bad) -makedepends=(intltool libnautilus-extension lirc-utils vala grilo pylint dbus-glib libzeitgeist itstool docbook-xsl) +makedepends=(intltool libnautilus-extension vala grilo pylint dbus-glib libzeitgeist itstool docbook-xsl) +[ "$CARCH" != "mips64el" ] && makedepends+=('lirc-utils') options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz browser-plugins.ini) |