diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-10-20 07:50:31 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-10-20 07:50:50 +0000 |
commit | f23c7f36753a5e702a82f55af851928369389012 (patch) | |
tree | fd885dc345032bff5c76f4fc614a5cae9feafd33 | |
parent | d06bbe1abf6dd6c3b3ab43638fee2f3a347eb396 (diff) | |
download | aports-f23c7f36753a5e702a82f55af851928369389012.tar.bz2 aports-f23c7f36753a5e702a82f55af851928369389012.tar.xz |
testing/totem: disable on arm
depends on gstreamer which is not currently available on arm
-rw-r--r-- | testing/totem/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/totem/APKBUILD b/testing/totem/APKBUILD index 322a787b7a..8d723109cf 100644 --- a/testing/totem/APKBUILD +++ b/testing/totem/APKBUILD @@ -5,7 +5,7 @@ pkgver=2.32.0 pkgrel=3 pkgdesc="media player for gnome" url="http://projects.gnome.org/totem" -arch="all" +arch="x86 x86_64" license="GPL" depends="gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-plugins-base-gnome gst-plugins-good-gnome gst-ffmpeg" depends_dev="gtk+-dev gstreamer-dev gst-plugins-base-dev gconf-dev totem-pl-parser-dev libunique-dev python-dev libsm-dev libice-dev" |