mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +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
|
||||
pkgver=1.8.1
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc="Time-stretching and pitch-shifting audio library and utility"
|
||||
arch=('i686' 'x86_64')
|
||||
arch=('x86_64')
|
||||
url="http://www.breakfastquay.com/rubberband/"
|
||||
license=('GPL')
|
||||
depends=('libsamplerate' 'fftw' 'vamp-plugin-sdk')
|
||||
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')
|
||||
md5sums=('6c2b4e18a714bcc297d0db81a10f9348'
|
||||
md5sums=('43dc4b3db1bab59f68e494a01d05252a'
|
||||
'48adb11a751eaf6324167da3a0530095')
|
||||
|
||||
build() {
|
Loading…
Reference in a new issue