Date: Wednesday, April 25, 2018 @ 22:39:56 Author: heftig Revision: 323011
1.14.0-2 Modified: gst-libav/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-04-25 22:05:52 UTC (rev 323010) +++ PKGBUILD 2018-04-25 22:39:56 UTC (rev 323011) @@ -4,19 +4,18 @@ pkgname=gst-libav pkgver=1.14.0 -pkgrel=1 +pkgrel=2 pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin" url="https://gstreamer.freedesktop.org/" arch=(x86_64) license=(GPL) -depends=(gst-plugins-base-libs bzip2 ffmpeg) +depends=(gst-plugins-base-libs bzip2) makedepends=(python gtk-doc autoconf-archive git yasm) provides=("gst-ffmpeg=$pkgver-$pkgrel") _commit=1830c75cd28fc68bd26f9530db18c2da474a4aa2 # tags/1.14.0^0 source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-libav#commit=$_commit" "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common" - "git+https://git.videolan.org/git/ffmpeg" - "git://git.libav.org/gas-preprocessor") + "git+https://git.videolan.org/git/ffmpeg" "git://git.libav.org/gas-preprocessor") sha256sums=('SKIP' 'SKIP' 'SKIP' @@ -48,7 +47,7 @@ --libexecdir=/usr/lib \ --with-package-name="GStreamer ffmpeg Plugin (Arch Linux)" \ --with-package-origin="https://www.archlinux.org/" \ - --with-system-libav \ + --without-system-libav \ --with-libav-extra-configure="--enable-runtime-cpudetect" \ --enable-experimental \ --enable-gtk-doc \
