Date: Friday, September 11, 2020 @ 23:26:40 Author: heftig Revision: 395780
1.18.0-1 Modified: gstreamer/trunk/PKGBUILD ----------+ PKGBUILD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-11 23:13:39 UTC (rev 395779) +++ PKGBUILD 2020-09-11 23:26:40 UTC (rev 395780) @@ -1,17 +1,16 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> -# Maintainer: Jan de Groot <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Contributor: Jan de Groot <[email protected]> pkgname=gstreamer -pkgver=1.16.2 -pkgrel=2 -pkgdesc="GStreamer open-source multimedia framework core library" +pkgver=1.18.0 +pkgrel=1 +pkgdesc="Multimedia graph framework - core" url="https://gstreamer.freedesktop.org/" arch=(x86_64) license=(LGPL) -depends=(libxml2 glib2 libunwind libcap libelf) -makedepends=(gtk-doc gobject-introspection git valgrind bash-completion meson - gmp gsl gtk3) -_commit=129493687793cbc109d6211bb0e465218e383e9d # tags/1.16.2^0 +depends=(libxml2 glib2 libunwind libcap libelf python) +makedepends=(gobject-introspection git valgrind bash-completion meson gmp gsl gtk3) +_commit=96148da56f9cbf23120e51ce59ab90f94d8b19b8 # tags/1.18.0^0 install=gstreamer.install source=("git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git#commit=$_commit") sha256sums=('SKIP') @@ -27,6 +26,7 @@ build() { arch-meson $pkgname build \ + -D doc=disabled \ -D ptp-helper-permissions=capabilities \ -D dbghelp=disabled \ -D gobject-cast-checks=disabled \
