totem: update to 3.38.0
This commit is contained in:
parent
c47cc5c249
commit
c87f51caf3
1 changed files with 9 additions and 7 deletions
|
@ -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 <gottox@voidlinux.org>"
|
|||
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"
|
||||
|
|
Loading…
Reference in a new issue