summaryrefslogtreecommitdiff
path: root/libre/gst-plugins-bad
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-05-14 16:22:02 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-05-14 16:22:02 -0500
commit43e6b85cd90c1df8665774cf17ea7756f220c59f (patch)
tree208ac85f13b8590280f8bc656844500e1a32aa77 /libre/gst-plugins-bad
parent379b0ecfddbb5b9d628dfe1efe03e2d2305e49b7 (diff)
gst-plugins-bad-1.14.0-2.parabola1: rebuild
Diffstat (limited to 'libre/gst-plugins-bad')
-rw-r--r--libre/gst-plugins-bad/PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/libre/gst-plugins-bad/PKGBUILD b/libre/gst-plugins-bad/PKGBUILD
index de43b0a04..aadf994c2 100644
--- a/libre/gst-plugins-bad/PKGBUILD
+++ b/libre/gst-plugins-bad/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=gst-plugins-bad
pkgver=1.14.0
-pkgrel=1.parabola1
+pkgrel=2.parabola1
pkgdesc="GStreamer Multimedia Framework Bad Plugins, without nonfree faac support"
url="https://gstreamer.freedesktop.org/"
arch=(i686 x86_64 armv7h)
@@ -16,7 +16,7 @@ depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt lib
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)
+ openexr libbs2b libnice lcms2 bluez-libs 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")
@@ -39,8 +39,6 @@ prepare() {
git config --local submodule.common.url "$srcdir/gst-common"
git submodule update
- sed -i 's/cmu_us_kal/&16/g' configure.ac ext/flite/gstflitetestsrc.c
-
NOCONFIGURE=1 ./autogen.sh
}