extra/gstreamer: fix

This commit is contained in:
Kevin Mihelich 2019-04-24 00:12:18 +00:00
parent 274e7318ec
commit 5895aa22f4

View file

@ -3,6 +3,7 @@
# ALARM: Kevin Mihelich
# - remove valgrind makedepend
# - move gtk3 from checkdepend to makedepend
pkgname=gstreamer
pkgver=1.16.0
@ -12,8 +13,8 @@ url="https://gstreamer.freedesktop.org/"
arch=(x86_64)
license=(LGPL)
depends=(libxml2 glib2 libunwind libcap libelf)
makedepends=(gtk-doc gobject-introspection git bash-completion meson)
checkdepends=(gmp gsl gtk3)
makedepends=(gtk-doc gobject-introspection git bash-completion gtk3 meson)
checkdepends=(gmp gsl)
_commit=89c221a6972513f629c969f5485f37e77ccfa6e1 # tags/1.16.0^0
install=gstreamer.install
source=("git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git#commit=$_commit"