mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/gstreamer to 1.14.3-1
This commit is contained in:
parent
aecc4a6ba4
commit
f718e9dd8f
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
|
@ -6,7 +5,7 @@
|
|||
# - remove valgrind makedepend
|
||||
|
||||
pkgname=gstreamer
|
||||
pkgver=1.14.2
|
||||
pkgver=1.14.3
|
||||
pkgrel=1
|
||||
pkgdesc="GStreamer open-source multimedia framework core library"
|
||||
url="https://gstreamer.freedesktop.org/"
|
||||
|
@ -15,7 +14,7 @@ license=(LGPL)
|
|||
depends=(libxml2 glib2 libunwind libcap libelf)
|
||||
makedepends=(gtk-doc gobject-introspection autoconf-archive git bash-completion)
|
||||
checkdepends=(gmp gsl gtk3)
|
||||
_commit=afb3d1b3e0d02da8b0eb5bb501356650b38e5644 # tags/1.14.2^0
|
||||
_commit=86a48030a2fbf3839792079baf0049cdb62518f0 # tags/1.14.3^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")
|
||||
|
|
Loading…
Reference in a new issue