diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-27 16:05:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-27 16:05:24 +0000 |
commit | ca52344ae5f10201096812a8947468b00f19e467 (patch) | |
tree | d6dc06bd1d28859c9f4c99629223ec14751df5e8 /audio/rubberband | |
parent | 23f515276550cbe2a0d9d8386723087b6edfa8e4 (diff) | |
download | ports-ca52344ae5f10201096812a8947468b00f19e467.tar.gz ports-ca52344ae5f10201096812a8947468b00f19e467.zip |
Notes
Diffstat (limited to 'audio/rubberband')
-rw-r--r-- | audio/rubberband/Makefile | 11 | ||||
-rw-r--r-- | audio/rubberband/distinfo | 4 | ||||
-rw-r--r-- | audio/rubberband/files/patch-system-sysutils.h | 6 | ||||
-rw-r--r-- | audio/rubberband/pkg-descr | 7 | ||||
-rw-r--r-- | audio/rubberband/pkg-plist | 8 |
5 files changed, 21 insertions, 15 deletions
diff --git a/audio/rubberband/Makefile b/audio/rubberband/Makefile index 68d6ff7069c0..25690a2db8f2 100644 --- a/audio/rubberband/Makefile +++ b/audio/rubberband/Makefile @@ -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> diff --git a/audio/rubberband/distinfo b/audio/rubberband/distinfo index d4c852c3afa9..8d5c3fbcb9e6 100644 --- a/audio/rubberband/distinfo +++ b/audio/rubberband/distinfo @@ -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 diff --git a/audio/rubberband/files/patch-system-sysutils.h b/audio/rubberband/files/patch-system-sysutils.h index df83b04d3e71..93a644d64621 100644 --- a/audio/rubberband/files/patch-system-sysutils.h +++ b/audio/rubberband/files/patch-system-sysutils.h @@ -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 diff --git a/audio/rubberband/pkg-descr b/audio/rubberband/pkg-descr index 9a6114d385ea..e57dcc6facda 100644 --- a/audio/rubberband/pkg-descr +++ b/audio/rubberband/pkg-descr @@ -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/ diff --git a/audio/rubberband/pkg-plist b/audio/rubberband/pkg-plist index 94dfab0a2d93..959c9a350761 100644 --- a/audio/rubberband/pkg-plist +++ b/audio/rubberband/pkg-plist @@ -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 |