mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/orc to 0.4.28-1
This commit is contained in:
parent
b0d4c6968b
commit
0e080ead00
1 changed files with 5 additions and 5 deletions
|
@ -7,15 +7,15 @@
|
|||
# - drop valgrind makedepend
|
||||
|
||||
pkgname=orc
|
||||
pkgver=0.4.27
|
||||
pkgver=0.4.28
|
||||
pkgrel=1
|
||||
pkgdesc="Optimized Inner Loop Runtime Compiler"
|
||||
url="https://cgit.freedesktop.org/gstreamer/orc"
|
||||
arch=(i686 x86_64)
|
||||
arch=(x86_64)
|
||||
license=(custom)
|
||||
depends=(glibc)
|
||||
makedepends=(git gtk-doc meson)
|
||||
_commit=1163fd1027010ce16ff25bc5448948f4a5073844 # tags/orc-0.4.27^0
|
||||
_commit=31cb4bfc51de81b5c2569abdcff830b83c74499c # tags/orc-0.4.28^0
|
||||
source=("git+https://anongit.freedesktop.org/git/gstreamer/orc#commit=$_commit")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
@ -31,13 +31,13 @@ prepare() {
|
|||
|
||||
build() {
|
||||
cd build
|
||||
meson --prefix=/usr --buildtype=release ../$pkgname
|
||||
arch-meson ../$pkgname
|
||||
ninja
|
||||
}
|
||||
|
||||
check() {
|
||||
cd build
|
||||
mesontest
|
||||
meson test
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue