mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/jack to 0.124.1-3.1
This commit is contained in:
parent
d685550d63
commit
8ec7322aa1
1 changed files with 7 additions and 3 deletions
|
@ -5,11 +5,12 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - patch to not use packed structures on ARM
|
||||
# - patch to not use CPU cycles to measure time
|
||||
|
||||
pkgname=jack
|
||||
_longname=jack-audio-connection-kit
|
||||
pkgver=0.124.1
|
||||
pkgrel=3
|
||||
pkgrel=3.1
|
||||
pkgdesc="A low-latency audio server"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL' 'LGPL')
|
||||
|
@ -26,16 +27,19 @@ install=$pkgname.install
|
|||
source=("http://jackaudio.org/downloads/$_longname-$pkgver.tar.gz"
|
||||
'99-audio.conf'
|
||||
'40-hpet-permissions.rules'
|
||||
'arm.patch')
|
||||
'arm.patch'
|
||||
'https://github.com/jackaudio/jack1/commit/c97157fc6ecac0d4b086bcfcf5588e4751ce4d6b.patch')
|
||||
md5sums=('d64e90121be8a54860b870a726fb5b5d'
|
||||
'ae65b7c9ebe0fff6c918ba9d97ae342d'
|
||||
'471aad533ff56c5d3cbbf65ce32cadef'
|
||||
'62253d27e5342b98dacf8b8f8c3f9c1d')
|
||||
'a9a552982273c85661b41963298236e2'
|
||||
'1dfc6ccc830ed320b047727508e521fd')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/$_longname-$pkgver"
|
||||
|
||||
patch -p1 -i ../arm.patch
|
||||
patch -p1 -i ../c97157fc6ecac0d4b086bcfcf5588e4751ce4d6b.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue