From 158b227a4c93ef99d1fbc1ab37290af751ca89b3 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 11 Mar 2015 13:29:26 +0100 Subject: [PATCH] rubberband: update to 1.8.0. --- srcpkgs/rubberband/patches/gcc46.patch | 10 ---------- srcpkgs/rubberband/patches/vectorops.patch | 13 ------------- srcpkgs/rubberband/template | 6 +++--- 3 files changed, 3 insertions(+), 26 deletions(-) delete mode 100644 srcpkgs/rubberband/patches/gcc46.patch delete mode 100644 srcpkgs/rubberband/patches/vectorops.patch diff --git a/srcpkgs/rubberband/patches/gcc46.patch b/srcpkgs/rubberband/patches/gcc46.patch deleted file mode 100644 index 6d913d974d7..00000000000 --- a/srcpkgs/rubberband/patches/gcc46.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- rubberband/RubberBandStretcher.h -+++ rubberband/RubberBandStretcher.h -@@ -21,6 +21,7 @@ - - #include - #include -+#include - - /** - * @mainpage RubberBand diff --git a/srcpkgs/rubberband/patches/vectorops.patch b/srcpkgs/rubberband/patches/vectorops.patch deleted file mode 100644 index 2f6da08cfe7..00000000000 --- a/srcpkgs/rubberband/patches/vectorops.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- src/system/VectorOps.h Mon Mar 21 21:51:33 2011 +0000 -+++ src/system/VectorOps.h Sun Oct 02 21:12:42 2011 +0100 -@@ -84,8 +84,8 @@ - } - - template --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)); diff --git a/srcpkgs/rubberband/template b/srcpkgs/rubberband/template index 1d95c90f04f..9360d50eb1b 100644 --- a/srcpkgs/rubberband/template +++ b/srcpkgs/rubberband/template @@ -1,7 +1,7 @@ # Template file for 'rubberband' pkgname=rubberband -version=1.6.0 -revision=6 +version=1.8.0 +revision=1 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="ladspa-sdk libsamplerate-devel vamp-plugin-sdk-devel fftw-devel" @@ -11,7 +11,7 @@ maintainer="Juan RP " license="GPL-2" homepage="http://www.breakfastquay.com/rubberband/" distfiles="http://code.breakfastquay.com/attachments/download/16/${pkgname}-${version}.tar.bz2" -checksum=5bd339e3a64c7ba428f99d8890cee1de5c7165d963d085edb2e7ad357a39c896 +checksum=b8a93d4559ce95ed9ccb6e832617c5f240c526d915cdff492c4b5710085086e0 librubberband_package() { short_desc+=" - Runtime libraries"