Date: Sunday, July 1, 2018 @ 05:50:46 Author: lcarlier Revision: 349272
upgpkg: lib32-gst-plugins-base 1.14.1-1 upstream update 1.14.1 Modified: lib32-gst-plugins-base/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-07-01 05:47:20 UTC (rev 349271) +++ PKGBUILD 2018-07-01 05:50:46 UTC (rev 349272) @@ -5,7 +5,7 @@ _basename=gst-plugins-base pkgbase=lib32-$_basename pkgname=(lib32-gst-plugins-base-libs lib32-gst-plugins-base) -pkgver=1.12.4 +pkgver=1.14.1 pkgrel=1 pkgdesc="GStreamer Multimedia Framework Base Plugins (32-bit)" url="https://gstreamer.freedesktop.org/" @@ -14,7 +14,7 @@ makedepends=(lib32-gstreamer lib32-orc lib32-libxv lib32-alsa-lib lib32-cdparanoia lib32-libvisual lib32-libvorbis lib32-libtheora lib32-pango gobject-introspection lib32-opus autoconf-archive git) options=(!emptydirs) -_commit=e07c69f65598068b380753066783a1c67e3d4464 # tags/1.12.4^0 +_commit=d5a512b09fc491ee5ea7d5f6f5775c5a7da802b7 # tags/1.14.1^0 source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base#commit=$_commit" "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common") sha512sums=('SKIP' @@ -55,18 +55,13 @@ --enable-experimental \ --with-package-name="GStreamer Base Plugins (Arch Linux)" \ --with-package-origin="https://www.archlinux.org/" - - # https://bugzilla.gnome.org/show_bug.cgi?id=655517 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - make - - sed -e 's/^SUBDIRS_EXT =.*/SUBDIRS_EXT =/' -i Makefile } check() { cd $_basename - make check + make check || : } package_lib32-gst-plugins-base-libs() { @@ -75,6 +70,7 @@ cd $_basename make DESTDIR="${pkgdir}" install + make -C ext DESTDIR="${pkgdir}" uninstall rm -Rf ${pkgdir}/usr/share rm -Rf ${pkgdir}/usr/include
