summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8454634..8365b85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgname=gst-plugins-bad
pkgver=1.14.4
-pkgrel=4
+pkgrel=5
pkgdesc="GStreamer Multimedia Framework Bad Plugins, without nonfree faac support"
url="https://gstreamer.freedesktop.org/"
arch=(x86_64)
@@ -26,13 +26,13 @@ makedepends=(python gtk-doc autoconf-archive git gobject-introspection gtk3 vulk
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
+_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
@@ -42,8 +42,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"
@@ -73,7 +73,6 @@ build() {
--disable-static \
$extra
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
make
}