summaryrefslogtreecommitdiff
path: root/libre
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-02-07 00:05:47 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-02-07 00:05:47 -0500
commit5b82f1567576fadbd3a4ef54439ecabca429ee95 (patch)
tree6cff6285ddd28b892f2c4c4534421234a5a7287f /libre
parent75ada5783acf13370fc8b2d337e36fafe03051fc (diff)
gst-plugins-bad-1.12.4-3.parabola1: updating version
Diffstat (limited to 'libre')
-rw-r--r--libre/gst-plugins-bad/PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/libre/gst-plugins-bad/PKGBUILD b/libre/gst-plugins-bad/PKGBUILD
index 328f722b9..ae824e72f 100644
--- a/libre/gst-plugins-bad/PKGBUILD
+++ b/libre/gst-plugins-bad/PKGBUILD
@@ -6,8 +6,8 @@
# Contributor: Isaac David <isacdaavid@at@isacdaavid@dot@info>
pkgname=gst-plugins-bad
-pkgver=1.12.3
-pkgrel=1.parabola1
+pkgver=1.12.4
+pkgrel=3.parabola1
pkgdesc="GStreamer Multimedia Framework Bad Plugins, without nonfree faac support"
url="https://gstreamer.freedesktop.org/"
arch=(i686 x86_64 armv7h)
@@ -16,15 +16,15 @@ depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt lib
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)
+ 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 openexr)
+ fluidsynth lilv opencv)
makedepends_x86_64=(valgrind)
makedepends_i686=("${makedepends_x86_64[@]}")
replaces=("${pkgname}-libre" "${pkgname}-parabola")
conflicts=("${pkgname}-libre" "${pkgname}-parabola")
-_commit=8f66ff25f9cabc170c57d75a74984103c7fcb965 # tags/1.12.3
+_commit=cbdbd8d4f6893e6042dbf7b8258e23a8d2aaf081 # tags/1.12.4^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,6 +42,9 @@ 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