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

Jan Steffens heftig at archlinux.org
Sun Mar 11 03:24:25 UTC 2018


    Date: Sunday, March 11, 2018 @ 03:24:24
  Author: heftig
Revision: 318522

1.13.90+3+g13dd93aca-1

Modified:
  gst-plugins-good/trunk/PKGBUILD

----------+
 PKGBUILD |   26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-11 03:12:54 UTC (rev 318521)
+++ PKGBUILD	2018-03-11 03:24:24 UTC (rev 318522)
@@ -1,10 +1,10 @@
 # $Id$
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gst-plugins-good
-pkgver=1.12.4
-pkgrel=2
+pkgver=1.13.90+3+g13dd93aca
+pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Good Plugins"
 url="https://gstreamer.freedesktop.org/"
 arch=(x86_64)
@@ -11,10 +11,10 @@
 license=(LGPL)
 depends=(libpulse jack libsoup gst-plugins-base-libs wavpack aalib taglib libdv libshout libvpx
          gdk-pixbuf2 libcaca libavc1394 libiec61883 libxdamage v4l-utils cairo libgudev speex flac
-         libraw1394)
-makedepends=(python gtk-doc autoconf-archive git)
+         libraw1394 lame mpg123 twolame)
+makedepends=(python gtk-doc autoconf-archive git gtk3 qt5-declarative qt5-x11extras qt5-wayland)
 checkdepends=(gst-plugins-base)
-_commit=224938300a3b0fd8263422c3548576ac939032e5  # tags/1.12.4^0
+_commit=13dd93aca1ff78d191aadea9fccd88ff859b8fbf  # master
 source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good#commit=$_commit"
         "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
 sha256sums=('SKIP'
@@ -37,15 +37,17 @@
 
 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 Good Plugins (Arch Linux)" \
     --with-package-origin="https://www.archlinux.org/" \
-    --enable-experimental --enable-gtk-doc --disable-static
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+    --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