mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra -> community/rubberband to 1.8.1-4
This commit is contained in:
parent
6a18e629f2
commit
0500c75517
2 changed files with 5 additions and 4 deletions
|
@ -7,16 +7,17 @@
|
||||||
|
|
||||||
pkgname=rubberband
|
pkgname=rubberband
|
||||||
pkgver=1.8.1
|
pkgver=1.8.1
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="Time-stretching and pitch-shifting audio library and utility"
|
pkgdesc="Time-stretching and pitch-shifting audio library and utility"
|
||||||
arch=('i686' 'x86_64')
|
arch=('x86_64')
|
||||||
url="http://www.breakfastquay.com/rubberband/"
|
url="http://www.breakfastquay.com/rubberband/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('libsamplerate' 'fftw' 'vamp-plugin-sdk')
|
depends=('libsamplerate' 'fftw' 'vamp-plugin-sdk')
|
||||||
makedepends=('ladspa')
|
makedepends=('ladspa')
|
||||||
source=("http://code.breakfastquay.com/attachments/download/34/$pkgname-$pkgver.tar.bz2"
|
#source=("http://code.breakfastquay.com/attachments/download/34/$pkgname-$pkgver.tar.bz2")
|
||||||
|
source=($pkgname-$pkgver.tar.gz::"https://github.com/breakfastquay/rubberband/archive/v$pkgver.tar.gz"
|
||||||
'03-fix_build_on_armel.patch')
|
'03-fix_build_on_armel.patch')
|
||||||
md5sums=('6c2b4e18a714bcc297d0db81a10f9348'
|
md5sums=('43dc4b3db1bab59f68e494a01d05252a'
|
||||||
'48adb11a751eaf6324167da3a0530095')
|
'48adb11a751eaf6324167da3a0530095')
|
||||||
|
|
||||||
build() {
|
build() {
|
Loading…
Reference in a new issue