Date: Saturday, September 12, 2020 @ 00:04:22 Author: heftig Revision: 395790
1.18.0-1 Modified: gst-libav/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-09-11 23:55:57 UTC (rev 395789) +++ PKGBUILD 2020-09-12 00:04:22 UTC (rev 395790) @@ -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-libav -pkgver=1.16.2 -pkgrel=2 -pkgdesc="GStreamer open-source multimedia framework FFmpeg plugin" +pkgver=1.18.0 +pkgrel=1 +pkgdesc="Multimedia graph framework - libav plugin" url="https://gstreamer.freedesktop.org/" arch=(x86_64) license=(GPL) depends=(gst-plugins-base-libs bzip2 ffmpeg) -makedepends=(python gtk-doc git yasm meson) +makedepends=(python git meson) provides=("gst-ffmpeg=$pkgver-$pkgrel") -_commit=090cfd40aad49ad645a9bf4bdd62e65b739c95f3 # tags/1.16.2^0 +_commit=215b3ed959f2b307065319f94855cc9e1ce7be95 # tags/1.18.0^0 source=("git+https://gitlab.freedesktop.org/gstreamer/gst-libav.git#commit=$_commit") sha256sums=('SKIP') @@ -26,6 +26,7 @@ build() { arch-meson $pkgname build \ + -D doc=disabled \ -D package-name="GStreamer FFmpeg Plugin (Arch Linux)" \ -D package-origin="https://www.archlinux.org/" meson compile -C build
