Date: Saturday, February 25, 2012 @ 09:44:15 Author: pierre Revision: 151337
upgpkg: rubberband 1.7.0-1 upstream update Modified: rubberband/trunk/PKGBUILD Deleted: rubberband/trunk/gcc46.patch rubberband/trunk/vectorops.patch -----------------+ PKGBUILD | 21 ++++----------------- gcc46.patch | 10 ---------- vectorops.patch | 13 ------------- 3 files changed, 4 insertions(+), 40 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-02-25 14:40:00 UTC (rev 151336) +++ PKGBUILD 2012-02-25 14:44:15 UTC (rev 151337) @@ -3,28 +3,20 @@ # Contributor: Felipe Machado aka arch_audio <[email protected]> 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 @@ make DESTDIR="$pkgdir" install } - -# vim:set ts=2 sw=2 et: -md5sums=('28e3dc1f5ae694d6846bcb0ef3d597fc' - '7c2f404975da6052f6b80eac12efbeb4' - '4bdc9689179d3a2cf64172f0f911701d') Deleted: gcc46.patch =================================================================== --- gcc46.patch 2012-02-25 14:40:00 UTC (rev 151336) +++ gcc46.patch 2012-02-25 14:44:15 UTC (rev 151337) @@ -1,10 +0,0 @@ ---- rubberband-1.6.0.orig/rubberband/RubberBandStretcher.h -+++ rubberband-1.6.0/rubberband/RubberBandStretcher.h -@@ -21,6 +21,7 @@ - - #include <vector> - #include <map> -+#include <cstddef> - - /** - * @mainpage RubberBand Deleted: vectorops.patch =================================================================== --- vectorops.patch 2012-02-25 14:40:00 UTC (rev 151336) +++ vectorops.patch 2012-02-25 14:44:15 UTC (rev 151337) @@ -1,13 +0,0 @@ ---- a/src/system/VectorOps.h Mon Mar 21 21:51:33 2011 +0000 -+++ b/src/system/VectorOps.h Sun Oct 02 21:12:42 2011 +0100 -@@ -84,8 +84,8 @@ - } - - template<typename T> --inline void v_move(T *const R__ dst, -- const T *const R__ src, -+inline void v_move(T *const dst, -+ const T *const src, - const int count) - { - memmove(dst, src, count * sizeof(T));
