Index: head/audio/rubberband/Makefile =================================================================== --- head/audio/rubberband/Makefile (revision 474775) +++ head/audio/rubberband/Makefile (revision 474776) @@ -1,36 +1,29 @@ # Created by: mathias.picker@gmx.de # $FreeBSD$ PORTNAME= rubberband -PORTVERSION= 1.8.1 -PORTREVISION= 2 +DISTVERSION= 1.8.2 CATEGORIES= audio -MASTER_SITES= http://breakfastquay.com/files/releases/23/ +MASTER_SITES= https://breakfastquay.com/files/releases/ +PATCH_SITES= https://github.com/breakfastquay/${PORTNAME}/commit/ +PATCHFILES= 03202fa4749c0b4e264f2115bb49028267e2a572.patch:-p1 + MAINTAINER= ports@FreeBSD.org -COMMENT= Vamp audio analysis plugin SDK +COMMENT= Audio time-stretching and pitch-shifting library and utility program LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa +BUILD_DEPENDS= ladspa>0:audio/ladspa \ + lv2>0:audio/lv2 LIB_DEPENDS= libsndfile.so:audio/libsndfile \ libsamplerate.so:audio/libsamplerate \ libvamp-sdk.so:audio/vamp-plugin-sdk \ libfftw3.so:math/fftw3 -RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa -USES= gmake pathfix pkgconfig tar:bzip2 +USES= gmake pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_LDCONFIG= yes - -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 Index: head/audio/rubberband/distinfo =================================================================== --- head/audio/rubberband/distinfo (revision 474775) +++ head/audio/rubberband/distinfo (revision 474776) @@ -1,2 +1,5 @@ -SHA256 (rubberband-1.8.1.tar.bz2) = ff0c63b0b5ce41f937a8a3bc560f27918c5fe0b90c6bc1cb70829b86ada82b75 -SIZE (rubberband-1.8.1.tar.bz2) = 177501 +TIMESTAMP = 1531808940 +SHA256 (rubberband-1.8.2.tar.bz2) = 86bed06b7115b64441d32ae53634fcc0539a50b9b648ef87443f936782f6c3ca +SIZE (rubberband-1.8.2.tar.bz2) = 182232 +SHA256 (03202fa4749c0b4e264f2115bb49028267e2a572.patch) = ec24ae424a5815aecfa3a5106163d922bc4933e77cd7948299d24c4c4451bb93 +SIZE (03202fa4749c0b4e264f2115bb49028267e2a572.patch) = 1304 Index: head/audio/rubberband/files/patch-src_StretcherProcess.cpp =================================================================== --- head/audio/rubberband/files/patch-src_StretcherProcess.cpp (revision 474775) +++ head/audio/rubberband/files/patch-src_StretcherProcess.cpp (nonexistent) @@ -1,12 +0,0 @@ ---- src/StretcherProcess.cpp.orig 2012-10-28 10:30:09 UTC -+++ src/StretcherProcess.cpp -@@ -35,7 +35,8 @@ - #include "system/VectorOps.h" - - #ifndef _WIN32 --#include -+/* linux stdlib include alloca.h */ -+#include - #endif - - #include Property changes on: head/audio/rubberband/files/patch-src_StretcherProcess.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/rubberband/files/patch-src_system_sysutils.h =================================================================== --- head/audio/rubberband/files/patch-src_system_sysutils.h (revision 474775) +++ head/audio/rubberband/files/patch-src_system_sysutils.h (nonexistent) @@ -1,12 +0,0 @@ ---- src/system/sysutils.h.orig 2012-10-28 10:30:09 UTC -+++ src/system/sysutils.h -@@ -41,7 +41,8 @@ - #include - #else - #ifndef __MSVC__ --#include -+/* linux stdlib also includes alloca.h */ -+#include - #endif - #endif - Property changes on: head/audio/rubberband/files/patch-src_system_sysutils.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/rubberband/files/patch-src_StretcherImpl.cpp =================================================================== --- head/audio/rubberband/files/patch-src_StretcherImpl.cpp (revision 474775) +++ head/audio/rubberband/files/patch-src_StretcherImpl.cpp (nonexistent) @@ -1,11 +0,0 @@ ---- src/StretcherImpl.cpp.orig 2012-10-28 10:30:09 UTC -+++ src/StretcherImpl.cpp -@@ -38,7 +38,7 @@ - #include "base/Profiler.h" - - #ifndef _WIN32 --#include -+#include - #endif - - #include Property changes on: head/audio/rubberband/files/patch-src_StretcherImpl.cpp ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/rubberband/files/patch-Makefile.in =================================================================== --- head/audio/rubberband/files/patch-Makefile.in (nonexistent) +++ head/audio/rubberband/files/patch-Makefile.in (revision 474776) @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2018-05-15 17:43:39 UTC ++++ Makefile.in +@@ -183,7 +183,7 @@ install: all + cp $(DYNAMIC_TARGET) $(DESTDIR)$(INSTALL_LIBDIR)/$(LIBNAME)$(DYNAMIC_EXTENSION).$(DYNAMIC_FULL_VERSION) + ln -s $(LIBNAME)$(DYNAMIC_EXTENSION).$(DYNAMIC_FULL_VERSION) $(DESTDIR)$(INSTALL_LIBDIR)/$(LIBNAME)$(DYNAMIC_EXTENSION).$(DYNAMIC_ABI_VERSION) + ln -s $(LIBNAME)$(DYNAMIC_EXTENSION).$(DYNAMIC_FULL_VERSION) $(DESTDIR)$(INSTALL_LIBDIR)/$(LIBNAME)$(DYNAMIC_EXTENSION) +- cp -f $(JNI_TARGET) $(DESTDIR)$(INSTALL_LIBDIR)/$(JNINAME)$(DYNAMIC_EXTENSION) ++ #cp -f $(JNI_TARGET) $(DESTDIR)$(INSTALL_LIBDIR)/$(JNINAME)$(DYNAMIC_EXTENSION) + cp $(VAMP_TARGET) $(DESTDIR)$(INSTALL_VAMPDIR) + cp vamp/vamp-rubberband.cat $(DESTDIR)$(INSTALL_VAMPDIR) + cp $(LADSPA_TARGET) $(DESTDIR)$(INSTALL_LADSPADIR) Property changes on: head/audio/rubberband/files/patch-Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/audio/rubberband/pkg-descr =================================================================== --- head/audio/rubberband/pkg-descr (revision 474775) +++ head/audio/rubberband/pkg-descr (revision 474776) @@ -1,6 +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. -WWW: http://breakfastquay.com/rubberband/ +WWW: https://breakfastquay.com/rubberband/ Index: head/audio/rubberband/pkg-plist =================================================================== --- head/audio/rubberband/pkg-plist (revision 474775) +++ head/audio/rubberband/pkg-plist (revision 474776) @@ -1,13 +1,13 @@ bin/rubberband include/rubberband/RubberBandStretcher.h include/rubberband/rubberband-c.h lib/ladspa/ladspa-rubberband.cat lib/ladspa/ladspa-rubberband.so lib/librubberband.a lib/librubberband.so lib/librubberband.so.2 -lib/librubberband.so.2.1.0 +lib/librubberband.so.2.1.1 lib/vamp/vamp-rubberband.cat lib/vamp/vamp-rubberband.so libdata/pkgconfig/rubberband.pc share/ladspa/rdf/ladspa-rubberband.rdf