summaryrefslogtreecommitdiff
path: root/libre/gst-plugins-bad
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-03-25 09:41:51 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-03-25 09:41:51 -0500
commit441c3ab5e8e43ee04aa6b1c1d4dbeda08c9ccf11 (patch)
treef5814258a32acb58bb6123366655c26e6c9b8b6d /libre/gst-plugins-bad
parenteb5da62bf2f0c57c0b5bb47ecbdd425feec9f44d (diff)
downloadabslibre-441c3ab5e8e43ee04aa6b1c1d4dbeda08c9ccf11.tar.gz
abslibre-441c3ab5e8e43ee04aa6b1c1d4dbeda08c9ccf11.tar.bz2
abslibre-441c3ab5e8e43ee04aa6b1c1d4dbeda08c9ccf11.zip
gst-plugins-bad-1.14.0-1.parabola1: updating version
Diffstat (limited to 'libre/gst-plugins-bad')
-rw-r--r--libre/gst-plugins-bad/PKGBUILD39
1 files changed, 17 insertions, 22 deletions
diff --git a/libre/gst-plugins-bad/PKGBUILD b/libre/gst-plugins-bad/PKGBUILD
index ae824e72f..de43b0a04 100644
--- a/libre/gst-plugins-bad/PKGBUILD
+++ b/libre/gst-plugins-bad/PKGBUILD
@@ -6,25 +6,22 @@
# Contributor: Isaac David <isacdaavid@at@isacdaavid@dot@info>
pkgname=gst-plugins-bad
-pkgver=1.12.4
-pkgrel=3.parabola1
+pkgver=1.14.0
+pkgrel=1.parabola1
pkgdesc="GStreamer Multimedia Framework Bad Plugins, without nonfree faac support"
url="https://gstreamer.freedesktop.org/"
arch=(i686 x86_64 armv7h)
license=(LGPL)
depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt libdca libdvdnav
- libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls glu sbc rtmpdump
- 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 openexr libbs2b)
-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)
-makedepends_x86_64=(valgrind)
-makedepends_i686=("${makedepends_x86_64[@]}")
+ libmodplug libgme wayland libofa openjpeg2 libwebp libsrtp gnutls sbc rtmpdump libgudev
+ libexif libdvdread libvdpau libmpeg2 wildmidi ladspa openal libusb vulkan-icd-loader
+ libfdk-aac soundtouch spandsp neon webrtc-audio-processing libdc1394 libmpcdec zvbi
+ openexr libbs2b libnice lcms2 bluez-libs flite glu srt)
+makedepends=(python gtk-doc autoconf-archive git gobject-introspection gtk3 vulkan-headers
+ vulkan-validation-layers librsvg libtiger zbar fluidsynth lilv opencv)
replaces=("${pkgname}-libre" "${pkgname}-parabola")
conflicts=("${pkgname}-libre" "${pkgname}-parabola")
-_commit=cbdbd8d4f6893e6042dbf7b8258e23a8d2aaf081 # tags/1.12.4^0
+_commit=48cde372d6f5b9feff464bffb734686e0cbf0ca1 # tags/1.14.0^0
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'
@@ -42,14 +39,8 @@ prepare() {
git config --local submodule.common.url "$srcdir/gst-common"
git submodule update
- # libsrtp2
- git cherry-pick -n 029e01743f 17121ebc57 e9aa117200
-
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
}
@@ -62,13 +53,17 @@ build() {
*) extra="" ;;
esac
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
+ ./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 --disable-static $extra
-
- # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+ --enable-experimental \
+ --disable-static \
+ $extra
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make