audio/rubberband: Updated for version 1.8.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
943df74e48
commit
4cadf9e548
|
@ -1,11 +0,0 @@
|
|||
diff -Naur rubberband-1.6.0.orig/rubberband/RubberBandStretcher.h rubberband-1.6.0/rubberband/RubberBandStretcher.h
|
||||
--- rubberband-1.6.0.orig/rubberband/RubberBandStretcher.h 2011-03-19 16:01:07.000000000 +0100
|
||||
+++ rubberband-1.6.0/rubberband/RubberBandStretcher.h 2012-09-12 17:58:27.260000741 +0200
|
||||
@@ -19,6 +19,7 @@
|
||||
#define RUBBERBAND_API_MAJOR_VERSION 2
|
||||
#define RUBBERBAND_API_MINOR_VERSION 4
|
||||
|
||||
+#include <unistd.h>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
# Written by Luis Henrique <lmello.009@gmail.com>
|
||||
|
||||
PRGNAM=rubberband
|
||||
VERSION=${VERSION:-1.6.0}
|
||||
VERSION=${VERSION:-1.8.1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -54,9 +54,6 @@ find . \
|
|||
# Fixup libdir on x86_64
|
||||
[ "$ARCH" = "x86_64" ] && patch -p1 < $CWD/libdir_x86_64.diff
|
||||
|
||||
# Patch for gcc-4.7.x
|
||||
patch -p1 < $CWD/gcc47.patch
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rubberband"
|
||||
VERSION="1.6.0"
|
||||
VERSION="1.8.1"
|
||||
HOMEPAGE="http://www.breakfastquay.com/rubberband"
|
||||
DOWNLOAD="http://code.breakfastquay.com/attachments/download/16/rubberband-1.6.0.tar.bz2"
|
||||
MD5SUM="28e3dc1f5ae694d6846bcb0ef3d597fc"
|
||||
DOWNLOAD="http://code.breakfastquay.com/attachments/download/34/rubberband-1.8.1.tar.bz2"
|
||||
MD5SUM="6c2b4e18a714bcc297d0db81a10f9348"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ladspa_sdk vamp-plugin-sdk"
|
||||
|
|
Loading…
Reference in New Issue