Date: Friday, September 11, 2020 @ 23:48:53 Author: heftig Revision: 395786
1.18.0-1 Modified: gst-plugins-good/trunk/PKGBUILD ----------+ PKGBUILD | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-11 23:44:41 UTC (rev 395785) +++ PKGBUILD 2020-09-11 23:48:53 UTC (rev 395786) @@ -1,11 +1,11 @@ -# 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]> pkgbase=gst-plugins-good pkgname=(gst-plugins-good gst-plugin-gtk gst-plugin-qmlgl) -pkgver=1.16.2 -pkgrel=3 -pkgdesc="GStreamer open-source multimedia framework good plugins" +pkgver=1.18.0 +pkgrel=1 +pkgdesc="Multimedia graph framework - good plugins" url="https://gstreamer.freedesktop.org/" arch=(x86_64) license=(LGPL) @@ -12,10 +12,10 @@ depends=(libpulse libsoup gst-plugins-base-libs wavpack aalib taglib libdv libshout libvpx gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo libgudev speex flac libraw1394 lame mpg123 twolame) -makedepends=(python gtk-doc git meson jack2 gtk3 qt5-{declarative,x11extras,wayland}) +makedepends=(python git meson jack2 gtk3 qt5-{tools,declarative,x11extras,wayland} nasm) checkdepends=(gst-plugins-base xorg-server-xvfb) options=(!emptydirs) -_commit=ce0723527aa37d5f4d19ef8021c0b2eb8f83b08d # tags/1.16.2^0 +_commit=6ef694ce7b40dda9f2163ed5e1b1de7378505ad0 # tags/1.18.0^0 source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git#commit=$_commit") sha256sums=('SKIP') @@ -30,6 +30,8 @@ build() { arch-meson $pkgname build \ + -D doc=disabled \ + -D rpicamsrc=disabled \ -D gobject-cast-checks=disabled \ -D package-name="GStreamer Good Plugins (Arch Linux)" \ -D package-origin="https://www.archlinux.org/" @@ -57,7 +59,7 @@ } package_gst-plugin-gtk() { - pkgdesc="GStreamer open-source multimedia framework gtk plugin" + pkgdesc="${pkgdesc%-*}- gtk plugin" depends=(gst-plugins-base-libs gtk3) mv gtk "$pkgdir/usr" @@ -64,7 +66,7 @@ } package_gst-plugin-qmlgl() { - pkgdesc="GStreamer open-source multimedia framework qmlgl plugin" + pkgdesc="${pkgdesc%-*}- qmlgl plugin" depends=(gst-plugins-base-libs qt5-{declarative,x11extras,wayland}) mv qmlgl "$pkgdir/usr"
