mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/gstreamer to 1.18.0-1
This commit is contained in:
parent
9b88dc2384
commit
47b68d2679
1 changed files with 10 additions and 13 deletions
|
@ -1,21 +1,19 @@
|
||||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
|
||||||
# Maintainer: Jan de Groot <jgc@archlinux.org>
|
# Contributor: Jan de Groot <jgc@archlinux.org>
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich
|
# ALARM: Kevin Mihelich
|
||||||
# - remove valgrind makedepend
|
# - remove valgrind makedepend
|
||||||
# - move gtk3 from checkdepend to makedepend
|
|
||||||
|
|
||||||
pkgname=gstreamer
|
pkgname=gstreamer
|
||||||
pkgver=1.16.2
|
pkgver=1.18.0
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="GStreamer open-source multimedia framework core library"
|
pkgdesc="Multimedia graph framework - core"
|
||||||
url="https://gstreamer.freedesktop.org/"
|
url="https://gstreamer.freedesktop.org/"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
license=(LGPL)
|
license=(LGPL)
|
||||||
depends=(libxml2 glib2 libunwind libcap libelf)
|
depends=(libxml2 glib2 libunwind libcap libelf python)
|
||||||
makedepends=(gtk-doc gobject-introspection git bash-completion gtk3 meson)
|
makedepends=(gobject-introspection git bash-completion meson gmp gsl gtk3)
|
||||||
checkdepends=(gmp gsl)
|
_commit=96148da56f9cbf23120e51ce59ab90f94d8b19b8 # tags/1.18.0^0
|
||||||
_commit=129493687793cbc109d6211bb0e465218e383e9d # tags/1.16.2^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")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
@ -31,14 +29,13 @@ prepare() {
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
arch-meson $pkgname build \
|
arch-meson $pkgname build \
|
||||||
|
-D doc=disabled \
|
||||||
-D ptp-helper-permissions=capabilities \
|
-D ptp-helper-permissions=capabilities \
|
||||||
-D dbghelp=disabled \
|
-D dbghelp=disabled \
|
||||||
-D gobject-cast-checks=disabled \
|
-D gobject-cast-checks=disabled \
|
||||||
-D glib-asserts=enabled \
|
|
||||||
-D glib-checks=enabled \
|
|
||||||
-D package-name="GStreamer (Arch Linux)" \
|
-D package-name="GStreamer (Arch Linux)" \
|
||||||
-D package-origin="https://www.archlinux.org/"
|
-D package-origin="https://www.archlinux.org/"
|
||||||
ninja -C build
|
meson compile -C build
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
|
|
Loading…
Reference in a new issue