Date: Monday, October 23, 2017 @ 10:31:19 Author: heftig Revision: 308350
1.12.3+1+ge87c20d-1 Modified: gst-libav/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-23 04:56:11 UTC (rev 308349) +++ PKGBUILD 2017-10-23 10:31:19 UTC (rev 308350) @@ -3,7 +3,7 @@ # Contributor: Jan de Groot <[email protected]> pkgname=gst-libav -pkgver=1.12.3 +pkgver=1.12.3+1+ge87c20d pkgrel=1 pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin" url="https://gstreamer.freedesktop.org/" @@ -10,9 +10,9 @@ arch=(i686 x86_64) license=(GPL) depends=(gst-plugins-base-libs bzip2 ffmpeg) -makedepends=(python gtk-doc autoconf-archive git valgrind) +makedepends=(python gtk-doc autoconf-archive git valgrind yasm) provides=("gst-ffmpeg=$pkgver-$pkgrel") -_commit=326c74123d969a7ea0eccbfdef5fa45ce68076ad # tags/1.12.3^0 +_commit=e87c20d325eaf9e6813c46654292d68f8b9bc521 # 1.12 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") @@ -28,6 +28,9 @@ prepare() { cd $pkgname + # BRSTM/BFSTM + git cherry-pick -n a771795005fe5ebc06d788a4520e80890685aadc + git submodule init git config --local submodule.common.url "$srcdir/gst-common" git config --local submodule.gst-libs/ext/libav.url "$srcdir/ffmpeg" @@ -42,7 +45,7 @@ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \ --with-package-name="GStreamer ffmpeg Plugin (Arch Linux)" \ --with-package-origin="https://www.archlinux.org/" \ - --with-system-libav --with-libav-extra-configure="--enable-runtime-cpudetect" \ + --without-system-libav --with-libav-extra-configure="--enable-runtime-cpudetect" \ --enable-experimental --enable-gtk-doc --disable-static # https://bugzilla.gnome.org/show_bug.cgi?id=655517
