extra/gstreamer to 1.16.1-1

This commit is contained in:
Kevin Mihelich 2019-09-24 12:36:03 +00:00
parent 96a2f8830c
commit 01c38d3199

View file

@ -6,8 +6,8 @@
# - move gtk3 from checkdepend to makedepend
pkgname=gstreamer
pkgver=1.16.0
pkgrel=2
pkgver=1.16.1
pkgrel=1
pkgdesc="GStreamer open-source multimedia framework core library"
url="https://gstreamer.freedesktop.org/"
arch=(x86_64)
@ -15,7 +15,7 @@ license=(LGPL)
depends=(libxml2 glib2 libunwind libcap libelf)
makedepends=(gtk-doc gobject-introspection git bash-completion gtk3 meson)
checkdepends=(gmp gsl)
_commit=89c221a6972513f629c969f5485f37e77ccfa6e1 # tags/1.16.0^0
_commit=de0a7c4bc89a3df7424b808c893ca243629bebef # tags/1.16.1^0
install=gstreamer.install
source=("git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git#commit=$_commit"
"gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git")