extra/gstreamer to 1.12.4-1

This commit is contained in:
Kevin Mihelich 2017-12-10 04:46:37 +00:00
parent ef01e05c09
commit 36b6573ab3

View file

@ -6,17 +6,17 @@
# - remove valgrind makedepend
pkgname=gstreamer
pkgver=1.12.3
pkgver=1.12.4
pkgrel=1
pkgdesc="GStreamer open-source multimedia framework core library"
url="https://gstreamer.freedesktop.org/"
arch=(i686 x86_64)
arch=(x86_64)
license=(LGPL)
depends=(libxml2 glib2 libunwind libcap libelf)
makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive git
bash-completion)
checkdepends=(gmp gsl gtk3)
_commit=a6653b617cf42de70be087188d41c1cff6193b05 # tags/1.12.3^0
_commit=505a24ff6843a04e4f75c5e03caa7b2774806fc3 # tags/1.12.4^0
install=gstreamer.install
source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit"
"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")