rubberband: update to 1.8.0.

This commit is contained in:
Enno Boland 2015-03-11 13:29:26 +01:00
parent 9e1a57153e
commit 158b227a4c
3 changed files with 3 additions and 26 deletions

View File

@ -1,10 +0,0 @@
--- rubberband/RubberBandStretcher.h
+++ rubberband/RubberBandStretcher.h
@@ -21,6 +21,7 @@
#include <vector>
#include <map>
+#include <cstddef>
/**
* @mainpage RubberBand

View File

@ -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<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));

View File

@ -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 <xtraeme@gmail.com>"
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"