summaryrefslogtreecommitdiff
path: root/extra/rubberband
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-26 23:15:00 +0000
committerroot <root@rshg054.dnsready.net>2012-02-26 23:15:00 +0000
commitf6a79a3f5989efc8db63af942851c56f0c462bb1 (patch)
tree08bddecba9bbd4fc2c2075bfa2c514f710fcd351 /extra/rubberband
parente4a5730eb358cb0d78bc022204ddccac068c2bf2 (diff)
Sun Feb 26 23:15:00 UTC 2012
Diffstat (limited to 'extra/rubberband')
-rw-r--r--extra/rubberband/PKGBUILD23
1 files changed, 5 insertions, 18 deletions
diff --git a/extra/rubberband/PKGBUILD b/extra/rubberband/PKGBUILD
index f9506554d..9cf4c07d1 100644
--- a/extra/rubberband/PKGBUILD
+++ b/extra/rubberband/PKGBUILD
@@ -1,30 +1,22 @@
-# $Id: PKGBUILD 140085 2011-10-06 09:24:38Z schiv $
+# $Id: PKGBUILD 151338 2012-02-25 14:44:44Z pierre $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Felipe Machado aka arch_audio <machado.felipe@gmail.com>
pkgname=rubberband
-pkgver=1.6.0
-pkgrel=2
+pkgver=1.7.0
+pkgrel=1
pkgdesc="Time-stretching and pitch-shifting audio library and utility"
arch=('i686' '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/16/$pkgname-$pkgver.tar.bz2"
- 'gcc46.patch'
- 'vectorops.patch')
+source=("http://code.breakfastquay.com/attachments/download/23/$pkgname-$pkgver.tar.bz2")
+md5sums=('49093923c7a48e5860a5f7db3590ac74')
build() {
cd "$srcdir/$pkgname-$pkgver"
- # fix gcc 4.6 compatibility
- patch -Np1 -i "$srcdir/gcc46.patch"
-
- # fix bug exposed by gcc 4.6
- # see https://bugs.archlinux.org/task/26140
- patch -Np1 -i "$srcdir/vectorops.patch"
-
./configure --prefix=/usr
make
}
@@ -34,8 +26,3 @@ package() {
make DESTDIR="$pkgdir" install
}
-
-# vim:set ts=2 sw=2 et:
-md5sums=('28e3dc1f5ae694d6846bcb0ef3d597fc'
- '7c2f404975da6052f6b80eac12efbeb4'
- '4bdc9689179d3a2cf64172f0f911701d')