mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/gstreamer to 1.16.1-1
This commit is contained in:
parent
96a2f8830c
commit
01c38d3199
1 changed files with 3 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
||||||
# - move gtk3 from checkdepend to makedepend
|
# - move gtk3 from checkdepend to makedepend
|
||||||
|
|
||||||
pkgname=gstreamer
|
pkgname=gstreamer
|
||||||
pkgver=1.16.0
|
pkgver=1.16.1
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="GStreamer open-source multimedia framework core library"
|
pkgdesc="GStreamer open-source multimedia framework core library"
|
||||||
url="https://gstreamer.freedesktop.org/"
|
url="https://gstreamer.freedesktop.org/"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -15,7 +15,7 @@ license=(LGPL)
|
||||||
depends=(libxml2 glib2 libunwind libcap libelf)
|
depends=(libxml2 glib2 libunwind libcap libelf)
|
||||||
makedepends=(gtk-doc gobject-introspection git bash-completion gtk3 meson)
|
makedepends=(gtk-doc gobject-introspection git bash-completion gtk3 meson)
|
||||||
checkdepends=(gmp gsl)
|
checkdepends=(gmp gsl)
|
||||||
_commit=89c221a6972513f629c969f5485f37e77ccfa6e1 # tags/1.16.0^0
|
_commit=de0a7c4bc89a3df7424b808c893ca243629bebef # tags/1.16.1^0
|
||||||
install=gstreamer.install
|
install=gstreamer.install
|
||||||
source=("git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git#commit=$_commit"
|
source=("git+https://gitlab.freedesktop.org/gstreamer/gstreamer.git#commit=$_commit"
|
||||||
"gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git")
|
"gst-common::git+https://gitlab.freedesktop.org/gstreamer/common.git")
|
||||||
|
|
Loading…
Reference in a new issue