summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-03-04 12:42:30 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-03-04 12:42:30 -0800
commit3a890c7c843e576dc53c7a9a0ac1206323bf49df (patch)
treecea4a74741f76604ae1a06f8e55124d505091535
parentAdded x265 dependency | Rebuild for x265 3.0 (diff)
downloadgst-plugins-bad-3a890c7c843e576dc53c7a9a0ac1206323bf49df.tar.xz
Reduced variations from upstream
-rw-r--r--PKGBUILD13
1 files changed, 8 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 34020f1..9e306ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,9 @@
pkgname=gst-plugins-bad
pkgver=1.14.4
-pkgrel=7
-pkgdesc="GStreamer Multimedia Framework Bad Plugins, without nonfree faac support"
+pkgrel=8
+pkgdesc="GStreamer Multimedia Framework Bad Plugins"
+pkgdesc+=", without nonfree faac support"
url="https://gstreamer.freedesktop.org/"
arch=(x86_64)
arch+=(i686 armv7h)
@@ -26,7 +27,7 @@ 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')
sha256sums=('SKIP'
@@ -42,8 +43,9 @@ prepare() {
# libfdk-aac 2.0.0
git cherry-pick -n \
- f4fdb9770c76113f38515245fecc5f11b3ace20d \
- 19d34f6b5e1633d5ec4bb2832c58470f0c829cab
+ f4fdb9770c76113f38515245fecc5f11b3ace20d \
+ 19d34f6b5e1633d5ec4bb2832c58470f0c829cab
+
git submodule init
git config --local submodule.common.url "$srcdir/gst-common"
git submodule update
@@ -72,6 +74,7 @@ build() {
--disable-static \
$extra
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
make
}