extra/gst-plugins-base to 1.16.2-1

This commit is contained in:
Kevin Mihelich 2019-12-07 00:03:33 +00:00
parent cdb5ed2deb
commit 81cd3b56d4

View file

@ -6,7 +6,7 @@
pkgbase=gst-plugins-base
pkgname=(gst-plugins-base-libs gst-plugins-base)
pkgver=1.16.1
pkgver=1.16.2
pkgrel=1
pkgdesc="GStreamer open-source multimedia framework base plugins"
url="https://gstreamer.freedesktop.org/"
@ -17,11 +17,9 @@ makedepends=(alsa-lib cdparanoia libvisual libvorbis libtheora pango opus graphe
gobject-introspection gtk-doc git meson gtk3 sdl qt5-base glu)
checkdepends=(clutter xorg-server-xvfb)
options=(!emptydirs)
_commit=a88627c237456a048977c1360729dfeb39155419 # tags/1.16.1^0
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git#commit=$_commit"
"gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git")
sha256sums=('SKIP'
'SKIP')
_commit=9d3581b2e6f12f0b7e790d1ebb63b90cf5b1ef4e # tags/1.16.2^0
source=("git+https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
cd $pkgbase
@ -30,13 +28,6 @@ pkgver() {
prepare() {
cd $pkgbase
# https://bugs.archlinux.org/task/62490
git cherry-pick -n 7095b7c47a84d54e3ea8fec57bac4d7855c4c28c
git submodule init
git config --local submodule.common.url "$srcdir/gst-common"
git submodule update
}
build() {