mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/gstreamer: fix
This commit is contained in:
parent
274e7318ec
commit
5895aa22f4
1 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue