extra/orc to 0.4.32-1

This commit is contained in:
Kevin Mihelich 2020-09-12 03:00:40 +00:00
parent 7d2a4c3fe5
commit 1d0dab915b

View file

@ -1,20 +1,20 @@
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - drop valgrind makedepend
pkgname=orc
pkgver=0.4.31
pkgrel=2
pkgver=0.4.32
pkgrel=1
pkgdesc="Optimized Inner Loop Runtime Compiler"
url="https://gitlab.freedesktop.org/gstreamer/orc"
arch=(x86_64)
license=(custom)
license=(custom:BSD)
depends=(glibc)
makedepends=(git gtk-doc meson)
_commit=9901a96eaff271c2d3b595214213f6805ff803c8 # tags/0.4.31^0
_commit=629864f073ae003e63c026c1de2407fec713cb53 # tags/0.4.32^0
source=("git+https://gitlab.freedesktop.org/gstreamer/orc.git#commit=$_commit")
sha256sums=('SKIP')
@ -29,7 +29,7 @@ prepare() {
build() {
arch-meson $pkgname build
ninja -C build
meson compile -C build
}
check() {