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

Jan Steffens heftig at archlinux.org
Sun Mar 11 03:30:07 UTC 2018


    Date: Sunday, March 11, 2018 @ 03:30:07
  Author: heftig
Revision: 318524

1.13.90+1+ga8f55f0f-1

Modified:
  gst-plugins-ugly/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-11 03:25:07 UTC (rev 318523)
+++ PKGBUILD	2018-03-11 03:30:07 UTC (rev 318524)
@@ -3,16 +3,16 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=gst-plugins-ugly
-pkgver=1.12.4
-pkgrel=3
+pkgver=1.13.90+1+ga8f55f0f
+pkgrel=1
 pkgdesc="GStreamer Multimedia Framework Ugly Plugins"
 url="https://gstreamer.freedesktop.org/"
 arch=(x86_64)
 license=(LGPL)
-depends=(gst-plugins-base-libs libdvdread lame libmpeg2 a52dec libsidplay
-         libcdio libx264 libx264-all opencore-amr mpg123)
-makedepends=(python gtk-doc x264 autoconf-archive git valgrind)
-_commit=46fab99f2ef5581d63c2d11c57fb741553ede37f  # tags/1.12.4^0
+depends=(gst-plugins-base-libs libdvdread libmpeg2 a52dec libsidplay libcdio libx264 libx264-all
+         opencore-amr)
+makedepends=(python gtk-doc x264 autoconf-archive git)
+_commit=a8f55f0f456890e064e1c92c3a7c5b3f8da1542f  # master
 source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly#commit=$_commit"
         "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
 sha256sums=('SKIP'
@@ -35,16 +35,18 @@
 
 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 Ugly Plugins (Arch Linux)" \
     --with-package-origin="https://www.archlinux.org/" \
     --with-x264-libraries="/usr/lib/x264/libx264-8bit.so:/usr/lib/x264/libx264-10bit.so" \
-    --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