mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/gstreamer to 1.12.0-1
This commit is contained in:
parent
a59dc35e6f
commit
8096f7a63e
1 changed files with 8 additions and 5 deletions
|
@ -1,19 +1,22 @@
|
|||
# $Id$
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich
|
||||
# - remove valgrind makedepend
|
||||
|
||||
pkgname=gstreamer
|
||||
pkgver=1.10.4
|
||||
pkgver=1.12.0
|
||||
pkgrel=1
|
||||
pkgdesc="GStreamer Multimedia Framework"
|
||||
pkgdesc="GStreamer open-source multimedia framework core library"
|
||||
url="https://gstreamer.freedesktop.org/"
|
||||
arch=(i686 x86_64)
|
||||
license=(LGPL)
|
||||
depends=(libxml2 glib2 libunwind libcap)
|
||||
makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive git)
|
||||
_commit=3eff919016eed432f2d461dbf628e863ec83d3f0 # tags/1.10.4^0
|
||||
depends=(libxml2 glib2 libunwind libcap libelf)
|
||||
makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive git
|
||||
bash-completion)
|
||||
checkdepends=(gmp gsl gtk3)
|
||||
_commit=7854a6597868eeb91bca7518ad73adcb3107f56d # tags/1.12.0^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