summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Murino2019-09-24 11:24:48 +0200
committerNicola Murino2019-09-24 11:24:48 +0200
commit5a6fbf7abbaf321b6fa23d53ab9908936f72ddc3 (patch)
tree6097614ce076ae0285cf4eba78c4f567b8e10b89 /PKGBUILD
parent12b307e43f51c9a513f505112b9ee4a6e6d271cd (diff)
downloadaur-5a6fbf7abbaf321b6fa23d53ab9908936f72ddc3.tar.gz
Update to 1.16.1-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD15
1 files changed, 4 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03566362a569..c427af65caa2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: drakkan <nicola.murino at gmail dot com>
pkgname=gst-plugins-opencv
_pkgname=gst-plugins-bad
-pkgver=1.16.0
+pkgver=1.16.1
pkgrel=1
pkgdesc="GStreamer open-source multimedia framework OpenCV plugins"
url="https://gstreamer.freedesktop.org/"
@@ -9,15 +9,11 @@ arch=(x86_64)
license=(LGPL)
depends=(gst-plugins-base-libs opencv)
makedepends=(meson)
-_commit=5fde70bb63a1cbf6f734fb2429e74ffb53126217 # tags/1.16.0^0
+_commit=c3c54aad2d45fb246a9b9e8a5e05488c15c27173 # tags/1.16.1^0
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git#commit=$_commit"
- 'gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git'
- 'https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/commit/49a2baebf58d9288f75964fc40a547fde510a840.patch'
- 'https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/commit/22c6a4085f8792d8af0cdabfe1664d55ca2dee11.patch')
+ 'gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git')
sha256sums=('SKIP'
- 'SKIP'
- 'eb15c299087de3466b8fc6c3388d4aec16a5999248ffd9053cef884e58ec2992'
- '722a31287a67e33e874a26976dd1cd4151b32da54a9650072edc9d72528a9ee1')
+ 'SKIP')
pkgver() {
cd $_pkgname
@@ -30,9 +26,6 @@ prepare() {
git submodule init
git config --local submodule.common.url "$srcdir/gst-common"
git submodule update
-
- patch -Np1 < ../49a2baebf58d9288f75964fc40a547fde510a840.patch
- patch -Np1 < ../22c6a4085f8792d8af0cdabfe1664d55ca2dee11.patch
}
build() {