Date: Saturday, March 10, 2018 @ 21:13:39
  Author: heftig
Revision: 318514

1.13.90+5+gcbd03e26c-1

Modified:
  gstreamer/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-03-10 18:53:55 UTC (rev 318513)
+++ PKGBUILD    2018-03-10 21:13:39 UTC (rev 318514)
@@ -3,7 +3,7 @@
 # Maintainer: Jan de Groot <j...@archlinux.org>
 
 pkgname=gstreamer
-pkgver=1.12.4
+pkgver=1.13.90+5+gcbd03e26c
 pkgrel=1
 pkgdesc="GStreamer open-source multimedia framework core library"
 url="https://gstreamer.freedesktop.org/";
@@ -10,10 +10,9 @@
 arch=(x86_64)
 license=(LGPL)
 depends=(libxml2 glib2 libunwind libcap libelf)
-makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive 
git
-             valgrind bash-completion)
+makedepends=(gtk-doc gobject-introspection autoconf-archive git valgrind 
bash-completion)
 checkdepends=(gmp gsl gtk3)
-_commit=505a24ff6843a04e4f75c5e03caa7b2774806fc3  # tags/1.12.4^0
+_commit=cbd03e26ce8ac41c77b3b4a9b7f06a54a0311ce8  # master
 install=gstreamer.install
 
source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit";
         "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common";)
@@ -37,14 +36,16 @@
 
 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 (Arch Linux)" \
     --with-package-origin="https://www.archlinux.org/"; \
-    --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+    --enable-gtk-doc \
+    --disable-static
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
   make
 }
 

Reply via email to