mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/gstreamer to 1.12.2-1
This commit is contained in:
parent
f2f59afa2b
commit
af1be33ef5
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
# - remove valgrind makedepend
|
# - remove valgrind makedepend
|
||||||
|
|
||||||
pkgname=gstreamer
|
pkgname=gstreamer
|
||||||
pkgver=1.12.1
|
pkgver=1.12.2
|
||||||
pkgrel=1
|
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/"
|
||||||
|
@ -16,7 +16,7 @@ depends=(libxml2 glib2 libunwind libcap libelf)
|
||||||
makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive git
|
makedepends=(intltool pkgconfig gtk-doc gobject-introspection autoconf-archive git
|
||||||
bash-completion)
|
bash-completion)
|
||||||
checkdepends=(gmp gsl gtk3)
|
checkdepends=(gmp gsl gtk3)
|
||||||
_commit=ab3f333dd036a9aea12c53b74e5b3b03b667c98a # tags/1.12.1^0
|
_commit=dca812c58c3cd1467f5aff3088318feb510c334d # tags/1.12.2^0
|
||||||
install=gstreamer.install
|
install=gstreamer.install
|
||||||
source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit"
|
source=("git+https://anongit.freedesktop.org/git/gstreamer/gstreamer#commit=$_commit"
|
||||||
"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
|
"gst-common::git+https://anongit.freedesktop.org/git/gstreamer/common")
|
||||||
|
@ -42,7 +42,7 @@ build() {
|
||||||
cd $pkgname
|
cd $pkgname
|
||||||
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
|
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib \
|
||||||
--with-package-name="GStreamer (Arch Linux)" \
|
--with-package-name="GStreamer (Arch Linux)" \
|
||||||
--with-package-origin="http://www.archlinux.org/" \
|
--with-package-origin="https://www.archlinux.org/" \
|
||||||
--enable-gtk-doc --disable-static
|
--enable-gtk-doc --disable-static
|
||||||
|
|
||||||
# https://bugzilla.gnome.org/show_bug.cgi?id=655517
|
# https://bugzilla.gnome.org/show_bug.cgi?id=655517
|
||||||
|
|
Loading…
Reference in a new issue