summaryrefslogtreecommitdiff
path: root/extra/rubberband
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-26 22:29:52 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-26 22:29:52 -0300
commit258bafde6bf3c83e4108230457073e8136719a73 (patch)
treea6132a3a8316be50ff77e3cfcf5c41f94747bd2c /extra/rubberband
parent9b703cb6980ff009ca181cecd900cb2e78f5d54e (diff)
parentf6a79a3f5989efc8db63af942851c56f0c462bb1 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/pigeonhole/PKGBUILD community/pv/PKGBUILD community/python-gnupginterface/PKGBUILD community/tdl/PKGBUILD extra/clisp/PKGBUILD extra/expect/PKGBUILD extra/gtkpod/PKGBUILD extra/hspell/PKGBUILD extra/id3lib/PKGBUILD extra/imake/PKGBUILD extra/libfontenc/PKGBUILD extra/libice/PKGBUILD extra/libsm/PKGBUILD extra/libspectre/PKGBUILD extra/libtasn1/PKGBUILD extra/libxau/PKGBUILD extra/libxaw/PKGBUILD extra/libxxf86dga/PKGBUILD extra/mp3splt/PKGBUILD extra/multitail/PKGBUILD extra/nss_ldap/PKGBUILD extra/pam_ldap/PKGBUILD extra/recode/PKGBUILD extra/ruby/PKGBUILD extra/squid/PKGBUILD extra/ssmtp/PKGBUILD extra/umfpack/PKGBUILD extra/xorg-xbacklight/PKGBUILD extra/xorg-xbiff/PKGBUILD extra/xorg-xcalc/PKGBUILD extra/xorg-xconsole/PKGBUILD extra/xorg-xedit/PKGBUILD extra/xorg-xeyes/PKGBUILD extra/xorg-xvinfo/PKGBUILD
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 526dd8f57..e20c734a1 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' 'mips64el')
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')