[arch-commits] Commit in gst-libav/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Mar 11 03:38:19 UTC 2018


    Date: Sunday, March 11, 2018 @ 03:38:19
  Author: heftig
Revision: 318526

1.13.90+2+g2e23201-1

Modified:
  gst-libav/trunk/PKGBUILD

----------+
 PKGBUILD |   31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-11 03:30:36 UTC (rev 318525)
+++ PKGBUILD	2018-03-11 03:38:19 UTC (rev 318526)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gst-libav
-pkgver=1.12.4
+pkgver=1.13.90+2+g2e23201
 pkgrel=1
 pkgdesc="GStreamer Multimedia Framework ffmpeg Plugin"
 url="https://gstreamer.freedesktop.org/"
@@ -10,14 +10,16 @@
 arch=(x86_64)
 license=(GPL)
 depends=(gst-plugins-base-libs bzip2 ffmpeg)
-makedepends=(python gtk-doc autoconf-archive git valgrind yasm)
+makedepends=(python gtk-doc autoconf-archive git yasm)
 provides=("gst-ffmpeg=$pkgver-$pkgrel")
-_commit=2a1098380969a52c2a89abfe52f0d034638a4e69  # tags/1.12.4^0
+_commit=2e23201c84a74a5da849215261b3acab3e43062e  # master
 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+https://git.videolan.org/git/ffmpeg"
+        "git://git.libav.org/gas-preprocessor")
 sha256sums=('SKIP'
             'SKIP'
+            'SKIP'
             'SKIP')
 
 pkgver() {
@@ -28,12 +30,10 @@
 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"
+  git config --local submodule.gst-libs/ext/gas-preprocessor.url "$srcdir/gas-preprocessor"
   git submodule update
 
   NOCONFIGURE=1 ./autogen.sh
@@ -41,16 +41,19 @@
 
 build() {
   cd $pkgname
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
+  ./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/" \
-    --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
+    --with-system-libav \
+    --with-libav-extra-configure="--enable-runtime-cpudetect" \
+    --enable-experimental \
+    --enable-gtk-doc \
+    --disable-static
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
   make
 }
 



More information about the arch-commits mailing list