summaryrefslogtreecommitdiff
path: root/libre/gst-plugins-bad/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/gst-plugins-bad/PKGBUILD')
-rw-r--r--libre/gst-plugins-bad/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/libre/gst-plugins-bad/PKGBUILD b/libre/gst-plugins-bad/PKGBUILD
index 55166e8f7..16a3874c5 100644
--- a/libre/gst-plugins-bad/PKGBUILD
+++ b/libre/gst-plugins-bad/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=gst-plugins-bad
pkgver=1.14.4
-pkgrel=3
+pkgrel=5
pkgrel+=.par1
pkgdesc="GStreamer Multimedia Framework Bad Plugins, without nonfree faac support"
url="https://gstreamer.freedesktop.org/"
@@ -19,16 +19,16 @@ depends=(mjpegtools gst-plugins-base-libs curl chromaprint libmms faad2 celt lib
libfdk-aac soundtouch spandsp neon webrtc-audio-processing libdc1394 libmpcdec zvbi
openexr libbs2b libnice lcms2 bluez-libs glu srt aom)
makedepends=(python gtk-doc autoconf-archive git gobject-introspection gtk3 vulkan-headers
- vulkan-validation-layers librsvg libtiger zbar fluidsynth lilv opencv)
+ vulkan-validation-layers librsvg libtiger zbar fluidsynth lilv)
replaces=("${pkgname}-libre" "${pkgname}-parabola")
conflicts=("${pkgname}-libre" "${pkgname}-parabola")
_commit=566e4ecc223b18fce8bd932f5e4885f41f746dd4 # tags/1.14.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"
- missing-includes.diff)
+ 'gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common'
+ 'gst-fdkaac2.patch::https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/merge_requests/77.patch')
sha256sums=('SKIP'
'SKIP'
- 'acf625d58611372532bc76e7276dacd69d2a9f7dee88ed9e2e8ecae0881476a3')
+ '273e8935061be3c951da81231deece84325311f896a7edf985bbf3716c559801')
pkgver() {
cd $pkgname
@@ -38,8 +38,8 @@ pkgver() {
prepare() {
cd $pkgname
- # error: ‘CV_RGB’ was not declared in this scope
- patch -Np1 -i ../missing-includes.diff
+ # libfdk-aac 2.0.0
+ patch -Np1 -i ../gst-fdkaac2.patch
git submodule init
git config --local submodule.common.url "$srcdir/gst-common"