From c87f51caf37a32199d9273e26c69eb72824f9796 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Thu, 13 Aug 2020 18:48:08 +0200 Subject: [PATCH] totem: update to 3.38.0 --- srcpkgs/totem/template | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/srcpkgs/totem/template b/srcpkgs/totem/template index 81522b31488..56fb15270fb 100644 --- a/srcpkgs/totem/template +++ b/srcpkgs/totem/template @@ -1,14 +1,14 @@ # Template file for 'totem' pkgname=totem -version=3.34.1 +version=3.38.0 revision=1 build_style=meson build_helper="gir" configure_args="-Denable-python=no -Denable-nautilus=yes -Denable-introspection=$(vopt_if gir yes no) - -Denable-vala=$(vopt_if vala yes no)" + -Denable-vala=$(vopt_if gir yes no)" hostmakedepends="gnome-doc-utils intltool itstool pkg-config - $(vopt_if vala vala) gstreamer1 gst-plugins-base1 gst-plugins-good1 + $(vopt_if gir vala) gstreamer1 gst-plugins-base1 gst-plugins-good1 glib-devel" # XXX missing lirc plugin. makedepends="clutter-gst3-devel clutter-gtk-devel dbus-glib-devel @@ -21,16 +21,18 @@ maintainer="Enno Boland " license="LGPL-2.0-or-later, GPL-2.0-or-later" homepage="https://wiki.gnome.org/Apps/Videos" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=6bf89ab096dfc564f260976e484165f09bd886434d184410d2f944bfba611a09 +checksum=a829f2b5aa0435aa431816153193d5547fade9eb8d489f56be22afbe651c432f # XXX xulrunner plugin. # XXX reenable python plugin if pylint pkg exists. #pycompile_dirs="usr/lib/totem/plugins" -disable_parallel_build=yes +do_check() { + : +} -build_options="gir vala" -build_options_default="gir vala" +build_options="gir" +build_options_default="gir" libtotem_package() { short_desc+=" - runtime library"