totem: update to 3.26.1.
This commit is contained in:
parent
222c1ebb31
commit
69b28251e2
1 changed files with 17 additions and 22 deletions
|
@ -1,31 +1,25 @@
|
||||||
# Template file for 'totem'
|
# Template file for 'totem'
|
||||||
pkgname=totem
|
pkgname=totem
|
||||||
version=3.26.0
|
version=3.26.1
|
||||||
revision=3
|
revision=1
|
||||||
|
build_style=meson
|
||||||
|
configure_args="-Denable-python=no -Denable-nautilius=yes"
|
||||||
|
hostmakedepends="gnome-doc-utils intltool itstool pkg-config
|
||||||
|
$(vopt_if gir 'gobject-introspection')"
|
||||||
|
# XXX missing lirc plugin.
|
||||||
|
makedepends="clutter-gst3-devel clutter-gtk-devel dbus-glib-devel
|
||||||
|
evolution-data-server-devel gnome-desktop-devel grilo-devel gst-plugins-good1
|
||||||
|
gst-plugins-ugly1 libSM-devel libXtst-devel libepc-devel libpeas-devel
|
||||||
|
nautilus-devel vala-devel zeitgeist-devel"
|
||||||
|
depends="grilo-plugins gst-libav gst-plugins-good1 gst-plugins-ugly1"
|
||||||
short_desc="A GNOME integrated movie player based on Gstreamer"
|
short_desc="A GNOME integrated movie player based on Gstreamer"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
homepage="http://www.gnome.org"
|
homepage="http://www.gnome.org"
|
||||||
license="LGPL-2, GPL-2"
|
license="LGPL-2.0-or-later, GPL-2.0-or-later"
|
||||||
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=e32fb9a68097045e75c87ad1b8177f5c01aea2a13dcb3b2e71a0f9570fe9ee13
|
checksum=298160c9ee8d34f1ac6586c69e0440e3586a75fd4b1719d79f908edb9c00c382
|
||||||
|
hostmakedepends="gnome-doc-utils intltool itstool pkg-config
|
||||||
build_style=meson
|
$(vopt_if gir 'gobject-introspection')"
|
||||||
configure_args="-Denable-python=no -Denable-nautilius=yes"
|
|
||||||
|
|
||||||
hostmakedepends="pkg-config intltool gnome-doc-utils
|
|
||||||
itstool $(vopt_if gir gobject-introspection)"
|
|
||||||
|
|
||||||
# XXX missing lirc plugin.
|
|
||||||
makedepends="
|
|
||||||
gnutls-devel gst-plugins-base1-devel totem-pl-parser-devel
|
|
||||||
evolution-data-server-devel dbus-glib-devel zeitgeist-devel
|
|
||||||
clutter-gst3-devel clutter-gtk-devel libSM-devel
|
|
||||||
libpeas-devel libXtst-devel grilo-devel libepc-devel vala-devel
|
|
||||||
gst-plugins-bad1-devel gsettings-desktop-schemas-devel
|
|
||||||
nautilus-devel gst-plugins-ugly1 gst-plugins-good1
|
|
||||||
gnome-desktop-devel"
|
|
||||||
depends="grilo-plugins>=0.2.12 hicolor-icon-theme desktop-file-utils
|
|
||||||
gst-libav gst-plugins-ugly1 gst-plugins-good1"
|
|
||||||
|
|
||||||
# XXX xulrunner plugin.
|
# XXX xulrunner plugin.
|
||||||
# XXX reenable python plugin if pylint pkg exists.
|
# XXX reenable python plugin if pylint pkg exists.
|
||||||
|
@ -45,6 +39,7 @@ libtotem_package() {
|
||||||
vmove usr/lib/girepository-1.0
|
vmove usr/lib/girepository-1.0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
totem-devel_package() {
|
totem-devel_package() {
|
||||||
depends="gtk+3-devel totem-pl-parser-devel libtotem>=${version}_${revision}"
|
depends="gtk+3-devel totem-pl-parser-devel libtotem>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Reference in a new issue