1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Update to 1.8.1

PR:		190890
This commit is contained in:
Martin Wilke 2014-06-27 16:05:24 +00:00
parent 23f5152765
commit ca52344ae5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359559
5 changed files with 21 additions and 15 deletions

View File

@ -2,15 +2,14 @@
# $FreeBSD$
PORTNAME= rubberband
PORTVERSION= 1.7.0
PORTVERSION= 1.8.1
CATEGORIES= audio
MASTER_SITES= http://code.breakfastquay.com/attachments/download/23/
MASTER_SITES= http://breakfastquay.com/files/releases/23/
MAINTAINER= ports@FreeBSD.org
COMMENT= Vamp audio analysis plugin SDK
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile \
@ -27,4 +26,10 @@ CFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rubberband
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librubberband.so.[0-9].*
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/ladspa/*.so
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/vamp/*.so
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (rubberband-1.7.0.tar.bz2) = 8037fe0e435a756f74b524b47943a8db0a4915c8437a8a4f88cb681ed577f682
SIZE (rubberband-1.7.0.tar.bz2) = 129328
SHA256 (rubberband-1.8.1.tar.bz2) = ff0c63b0b5ce41f937a8a3bc560f27918c5fe0b90c6bc1cb70829b86ada82b75
SIZE (rubberband-1.8.1.tar.bz2) = 177501

View File

@ -1,12 +1,12 @@
--- src/system/sysutils.h-dist 2012-01-08 17:15:39.369149714 +0100
+++ src/system/sysutils.h 2012-01-08 17:19:42.384145925 +0100
@@ -27,7 +27,8 @@
#ifdef __MINGW32__
@@ -41,7 +41,8 @@
#include <malloc.h>
#else
#ifndef __MSVC__
-#include <alloca.h>
+/* linux stdlib also includes alloca.h */
+#include <stdlib.h>
#endif
#endif

View File

@ -1,5 +1,6 @@
Rubber Band Library is a high quality software library for audio time-stretching
and pitch-shifting. It permits you to change the tempo and pitch of an audio
stream or recording dynamically and independently of one another.
Rubber Band Library is a high quality software library for audio
time-stretching and pitch-shifting. It permits you to change the tempo
and pitch of an audio stream or recording dynamically and independently
of one another.
WWW: http://breakfastquay.com/rubberband/

View File

@ -11,8 +11,8 @@ lib/vamp/vamp-rubberband.cat
lib/vamp/vamp-rubberband.so
libdata/pkgconfig/rubberband.pc
share/ladspa/rdf/ladspa-rubberband.rdf
@dirrm share/ladspa/rdf
@dirrm share/ladspa
@dirrm lib/vamp
@dirrm lib/ladspa
@dirrmtry share/ladspa/rdf
@dirrmtry share/ladspa
@dirrmtry lib/vamp
@dirrmtry lib/ladspa
@dirrm include/rubberband