Date: Friday, September 11, 2020 @ 23:55:57 Author: heftig Revision: 395789
1.18.0-1 Modified: gst-plugins-ugly/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-11 23:55:49 UTC (rev 395788) +++ PKGBUILD 2020-09-11 23:55:57 UTC (rev 395789) @@ -1,17 +1,17 @@ -# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> # Contributor: Jan de Groot <[email protected]> pkgname=gst-plugins-ugly -pkgver=1.16.2 -pkgrel=4 -pkgdesc="GStreamer open-source multimedia framework ugly plugins" +pkgver=1.18.0 +pkgrel=1 +pkgdesc="Multimedia graph framework - ugly plugins" url="https://gstreamer.freedesktop.org/" arch=(x86_64) license=(LGPL) depends=(gst-plugins-base-libs libdvdread libmpeg2 a52dec libsidplay libcdio x264 opencore-amr) -makedepends=(python gtk-doc git meson) -_commit=4b2943ee2788331e4000f0f7e226cd5ce2c135a4 # tags/1.16.2^0 +makedepends=(python git meson) +_commit=ae91a81d9aa913cee1e8310af93a8fff5445628d # tags/1.18.0^0 source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git#commit=$_commit") sha256sums=('SKIP') @@ -26,6 +26,7 @@ build() { arch-meson $pkgname build \ + -D doc=disabled \ -D gobject-cast-checks=disabled \ -D package-name="GStreamer Ugly Plugins (Arch Linux)" \ -D package-origin="https://www.archlinux.org/"
