audio/rubberband: Updated for versio 1.6.0.
This commit is contained in:
parent
9054cc7f46
commit
d27e15b55e
|
@ -1,6 +1,5 @@
|
|||
diff -Nur rubberband-1.5.0.orig//Makefile.in rubberband-1.5.0/Makefile.in
|
||||
--- rubberband-1.5.0.orig//Makefile.in 2010-05-02 14:06:05.000000000 -0500
|
||||
+++ rubberband-1.5.0/Makefile.in 2010-06-29 21:15:03.253114720 -0500
|
||||
--- rubberband-1.6.0/Makefile.in.orig 2011-05-13 02:57:54.630362189 -0300
|
||||
+++ rubberband-1.6.0/Makefile.in 2011-05-13 03:00:15.695391589 -0300
|
||||
@@ -28,11 +28,11 @@
|
||||
|
||||
INSTALL_BINDIR := @prefix@/bin
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by Luis Henrique <lmello.009@gmail.com>
|
||||
|
||||
PRGNAM=rubberband
|
||||
VERSION=${VERSION:-1.5.0}
|
||||
VERSION=${VERSION:-1.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -36,7 +36,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
set -e # Exit on most errors
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="rubberband"
|
||||
VERSION="1.5.0"
|
||||
VERSION="1.6.0"
|
||||
HOMEPAGE="http://www.breakfastquay.com/rubberband"
|
||||
DOWNLOAD="http://code.breakfastquay.com/attachments/download/1/rubberband-1.5.0.tar.bz2"
|
||||
MD5SUM="c5f288d644fcd46bd159e187bcc33f25"
|
||||
DOWNLOAD="http://code.breakfastquay.com/attachments/download/16/rubberband-1.6.0.tar.bz2"
|
||||
MD5SUM="28e3dc1f5ae694d6846bcb0ef3d597fc"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Luis Henrique"
|
||||
EMAIL="lmello.009@gmail.com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="rworkman,Niels Horn"
|
||||
|
|
Loading…
Reference in New Issue