From 71c95ae8b61a81514b5e7cbdc2b7a3ee52f86fa0 Mon Sep 17 00:00:00 2001 From: Isaac David Date: Sun, 15 Oct 2017 21:26:00 -0500 Subject: gst-plugins-bad: update to 1.12.3 --- libre/gst-plugins-bad/PKGBUILD | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) (limited to 'libre/gst-plugins-bad') diff --git a/libre/gst-plugins-bad/PKGBUILD b/libre/gst-plugins-bad/PKGBUILD index f649e549e..328f722b9 100644 --- a/libre/gst-plugins-bad/PKGBUILD +++ b/libre/gst-plugins-bad/PKGBUILD @@ -3,8 +3,10 @@ # Contributor (Arch): Jan de Groot # Maintainer (Hyperbola): Márcio Silva # Maintainer: Omar Vega Ramos +# Contributor: Isaac David + pkgname=gst-plugins-bad -pkgver=1.12.2 +pkgver=1.12.3 pkgrel=1.parabola1 pkgdesc="GStreamer Multimedia Framework Bad Plugins, without nonfree faac support" url="https://gstreamer.freedesktop.org/" @@ -15,13 +17,14 @@ depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt lib libgudev graphene schroedinger libexif libdvdread libvdpau libmpeg2 wildmidi ladspa openal libusb vulkan-icd-loader libfdk-aac soundtouch spandsp neon webrtc-audio-processing libdc1394 libmpcdec zvbi) -makedepends=(python valgrind gobject-introspection gtk-doc git autoconf-archive vulkan-headers +makedepends=(python gobject-introspection gtk-doc git autoconf-archive vulkan-headers gtk3 clutter librsvg libtiger qt5-declarative qt5-x11extras qt5-wayland zbar fluidsynth lilv opencv openexr) +makedepends_x86_64=(valgrind) +makedepends_i686=("${makedepends_x86_64[@]}") replaces=("${pkgname}-libre" "${pkgname}-parabola") conflicts=("${pkgname}-libre" "${pkgname}-parabola") -options=(!emptydirs) -_commit=0a4f4f7c2d0185c91ac3c768a8e8d20dc292f8ee # tags/1.12.2^0 +_commit=8f66ff25f9cabc170c57d75a74984103c7fcb965 # tags/1.12.3 source=("git+https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad#commit=$_commit" "gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common") sha256sums=('SKIP' @@ -41,20 +44,26 @@ prepare() { sed -i 's/cmu_us_kal/&16/g' configure.ac ext/flite/gstflitetestsrc.c + # temporary fix to get 1.12.3 to build on Parabola + sed -i 's/openjpeg-2.2/openjpeg-2.3/' ext/openjpeg/gstopenjpeg.h + NOCONFIGURE=1 ./autogen.sh } build() { cd $pkgname - # disable GL and GLX on armv7h - [[ "$CARCH" = "armv7h" ]] && extra="--disable-gl --disable-glx --enable-gles2" + case "$CARCH" in + i686|x86_64) extra="--enable-gtk-doc" ;; + arm*|aarch64) extra="" ;; + *) extra="" ;; + esac ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \ --with-package-name="GStreamer Bad Plugins (Parabola GNU/Linux-libre)" \ --with-package-origin="https://www.parabola.nu/" \ --with-gtk=3.0 \ - --enable-experimental --enable-gtk-doc --disable-static $extra + --enable-experimental --disable-static $extra # https://bugzilla.gnome.org/show_bug.cgi?id=655517 sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool -- cgit v1.2.3