diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-12-13 14:12:07 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-12-13 14:12:07 -0500 |
commit | d4998684b7e1f666e05625ac5a1de5b5e688da08 (patch) | |
tree | 30532497268bebf940a94b5055cdf3d4447dc5d5 /libre/gst-plugins-bad/PKGBUILD | |
parent | c2222682ea94b2f686c6359cab3ced90fb276e15 (diff) | |
download | abslibre-d4998684b7e1f666e05625ac5a1de5b5e688da08.tar.gz abslibre-d4998684b7e1f666e05625ac5a1de5b5e688da08.tar.bz2 abslibre-d4998684b7e1f666e05625ac5a1de5b5e688da08.zip |
gst-plugins-bad-1.14.4-5.par1: rebuild
Diffstat (limited to 'libre/gst-plugins-bad/PKGBUILD')
-rw-r--r-- | libre/gst-plugins-bad/PKGBUILD | 14 |
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" |