summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-02-06 02:44:40 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-02-06 02:44:40 -0800
commit9ba3e788d36a04446f9374e42b042a70c5a167e3 (patch)
treec17e8b4fab266ea8b3aafeb4f941483ab97f125f
parentAdded upstream patch (diff)
downloadgst-plugins-bad-9ba3e788d36a04446f9374e42b042a70c5a167e3.tar.xz
Added x265 dependency | Rebuild for x265 3.0
-rw-r--r--PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8365b85..34020f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@
pkgname=gst-plugins-bad
pkgver=1.14.4
-pkgrel=5
+pkgrel=7
pkgdesc="GStreamer Multimedia Framework Bad Plugins, without nonfree faac support"
url="https://gstreamer.freedesktop.org/"
arch=(x86_64)
@@ -21,18 +21,16 @@ 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 glu srt aom)
+ openexr libbs2b libnice lcms2 bluez-libs glu srt aom x265)
makedepends=(python gtk-doc autoconf-archive git gobject-introspection gtk3 vulkan-headers
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'
- 'gst-fdkaac2.patch::https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/merge_requests/77.patch')
+ 'gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common')
sha256sums=('SKIP'
- 'SKIP'
- '273e8935061be3c951da81231deece84325311f896a7edf985bbf3716c559801')
+ 'SKIP')
pkgver() {
cd $pkgname
@@ -43,8 +41,9 @@ prepare() {
cd $pkgname
# libfdk-aac 2.0.0
- patch -Np1 -i ../gst-fdkaac2.patch
-
+ git cherry-pick -n \
+ f4fdb9770c76113f38515245fecc5f11b3ace20d \
+ 19d34f6b5e1633d5ec4bb2832c58470f0c829cab
git submodule init
git config --local submodule.common.url "$srcdir/gst-common"
git submodule update