aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-07-12 14:12:25 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-07-12 10:29:55 -0300
commit32f760605b9a18a018edf8896e1768f44315a467 (patch)
treec7928ff43d968a0fb301710506680affcbdd3fc9 /testing
parent63f6c973a6652333909bdb2058aa33edd7f40ffc (diff)
testing/totem: upgrade to 3.32.1
* Remove duplicate gst-plugins-good dep * Enable tests with xvfb-run
Diffstat (limited to 'testing')
-rw-r--r--testing/totem/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/totem/APKBUILD b/testing/totem/APKBUILD
index c8d5ad0cb92..a9b866ca9d4 100644
--- a/testing/totem/APKBUILD
+++ b/testing/totem/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=totem
-pkgver=3.32.0
-pkgrel=1
+pkgver=3.32.1
+pkgrel=0
pkgdesc="Movie player for the GNOME desktop"
url="https://wiki.gnome.org/Apps/Videos"
arch="all"
@@ -11,8 +11,8 @@ depends="gsettings-desktop-schemas gst-plugins-good grilo-plugins"
makedepends="meson glib-dev gtk+3.0-dev gstreamer-dev libpeas-dev totem-pl-parser-dev
gobject-introspection-dev clutter-gtk-dev py-gobject3-dev grilo-dev
gnome-desktop-dev vala gsettings-desktop-schemas-dev gst-plugins-base-dev
- libxml2-dev gstreamer-tools gst-plugins-good clutter-gst-dev itstool"
-options="!check" # Need DISPLAY
+ libxml2-dev gstreamer-tools clutter-gst-dev itstool"
+checkdepends="xvfb-run"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="https://download.gnome.org/sources/totem/${pkgver%.*}/totem-${pkgver}.tar.xz"
@@ -28,11 +28,11 @@ build() {
}
check() {
- ninja -C output test
+ xvfb-run ninja -C output test
}
package() {
DESTDIR="$pkgdir" ninja -C output install
}
-sha512sums="386dca1743b8ad1eab20be8f9ecc4506b8c9ef49501e69efe549c5db0bb43588546c3b5b51a4fab033965dc441e9c7175ad544a028e9fe04b7d7b176efd85cc6 totem-3.32.0.tar.xz"
+sha512sums="31a3e3ac7628b992da3cf99570d013eb8b972e28465db30a9ec68291f8e19ab498d89df6275228367a7e3e43121bcebda2654f2b0461a9d1d561cf46e0029f67 totem-3.32.1.tar.xz"