diff options
| author | heftig <heftig@eb2447ed-0c53-47e4-bac8-5bc4a241df78> | 2018-04-25 22:39:56 +0000 |
|---|---|---|
| committer | svntogit <svntogit@nymeria.archlinux.org> | 2018-04-25 22:39:56 +0000 |
| commit | e3b49f937a40df4a5861fb96c38a86bfebdb3b97 (patch) | |
| tree | 21021eb38587ee24ecdfc657f3dcaf455deed7f7 /trunk | |
| parent | 0c850180d7662261cad2741a682a8cb529871463 (diff) | |
1.14.0-2
git-svn-id: file:///srv/repos/svn-packages/svn@323011 eb2447ed-0c53-47e4-bac8-5bc4a241df78
Diffstat (limited to 'trunk')
| -rw-r--r-- | trunk/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/trunk/PKGBUILD b/trunk/PKGBUILD index f8bf9a4a7be..725a5a1ecfa 100644 --- a/trunk/PKGBUILD +++ b/trunk/PKGBUILD @@ -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 @@ build() { --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 \ |