pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Import rubberband-1.8.1 as wip/rubberband.



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Dec 6 23:17:58 2015 +0100
Changeset:	9fd29cc8ab62a59c93648c658665269e8e4defd4

Added Files:
	rubberband/DESCR
	rubberband/Makefile
	rubberband/PLIST
	rubberband/buildlink3.mk
	rubberband/distinfo
	rubberband/patches/patch-src_StretcherImpl.cpp
	rubberband/patches/patch-src_StretcherProcess.cpp
	rubberband/patches/patch-src_system_sysutils.h

Log Message:
Import rubberband-1.8.1 as wip/rubberband.

Rubber Band is a library and utility program that permits you to change the
tempo and pitch of an audio recording independently of one another.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9fd29cc8ab62a59c93648c658665269e8e4defd4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rubberband/DESCR                                  |  2 ++
 rubberband/Makefile                               | 23 +++++++++++++++++++++++
 rubberband/PLIST                                  | 14 ++++++++++++++
 rubberband/buildlink3.mk                          | 17 +++++++++++++++++
 rubberband/distinfo                               |  9 +++++++++
 rubberband/patches/patch-src_StretcherImpl.cpp    | 22 ++++++++++++++++++++++
 rubberband/patches/patch-src_StretcherProcess.cpp | 22 ++++++++++++++++++++++
 rubberband/patches/patch-src_system_sysutils.h    | 17 +++++++++++++++++
 8 files changed, 126 insertions(+)

diffs:
diff --git a/rubberband/DESCR b/rubberband/DESCR
new file mode 100644
index 0000000..363587b
--- /dev/null
+++ b/rubberband/DESCR
@@ -0,0 +1,2 @@
+Rubber Band is a library and utility program that permits you to change the
+tempo and pitch of an audio recording independently of one another.
diff --git a/rubberband/Makefile b/rubberband/Makefile
new file mode 100644
index 0000000..17f313f
--- /dev/null
+++ b/rubberband/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD$
+
+DISTNAME=	rubberband-1.8.1
+CATEGORIES=	audio
+MASTER_SITES=	http://code.breakfastquay.com/attachments/download/34/
+EXTRACT_SUFX=	.tar.bz2
+
+MAINTAINER=	pkgsrc-users%NetBSD.rog@localhost
+HOMEPAGE=	http://code.breakfastquay.com/attachments/download/34/
+COMMENT=	Audio time-stretching and pitch-shifting library
+LICENSE=	gnu-gpl-v2
+
+GNU_CONFIGURE=	yes
+USE_TOOLS+=	pkg-config gmake
+USE_LANGUAGES=	c c++
+
+PKGCONFIG_OVERRIDE+=	rubberband.pc.in
+
+.include "../../audio/ladspa/buildlink3.mk"
+.include "../../wip/vamp-plugin-sdk/buildlink3.mk"
+.include "../../math/fftw/buildlink3.mk"
+.include "../../audio/libsamplerate/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/rubberband/PLIST b/rubberband/PLIST
new file mode 100644
index 0000000..72888bc
--- /dev/null
+++ b/rubberband/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD$
+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/pkgconfig/rubberband.pc
+lib/vamp/vamp-rubberband.cat
+lib/vamp/vamp-rubberband.so
+share/ladspa/rdf/ladspa-rubberband.rdf
diff --git a/rubberband/buildlink3.mk b/rubberband/buildlink3.mk
new file mode 100644
index 0000000..69205a1
--- /dev/null
+++ b/rubberband/buildlink3.mk
@@ -0,0 +1,17 @@
+# $NetBSD$
+
+BUILDLINK_TREE+=	rubberband
+
+.if !defined(RUBBERBAND_BUILDLINK3_MK)
+RUBBERBAND_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.rubberband+=	rubberband>=1.8.1
+BUILDLINK_PKGSRCDIR.rubberband?=	../../wip/rubberband
+
+.include "../../audio/ladspa/buildlink3.mk"
+.include "../../wip/vamp-plugin-sdk/buildlink3.mk"
+.include "../../math/fftw/buildlink3.mk"
+.include "../../audio/libsamplerate/buildlink3.mk"
+.endif	# RUBBERBAND_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-rubberband
diff --git a/rubberband/distinfo b/rubberband/distinfo
new file mode 100644
index 0000000..f7677c6
--- /dev/null
+++ b/rubberband/distinfo
@@ -0,0 +1,9 @@
+$NetBSD$
+
+SHA1 (rubberband-1.8.1.tar.bz2) = ae1faaef211d612db745d66d77266cf6789fd4ee
+RMD160 (rubberband-1.8.1.tar.bz2) = 21178218aeffb0a0827ba8c4fd32e95f5a08b295
+SHA512 (rubberband-1.8.1.tar.bz2) = 9721eaa36b80574f90b8ae5cfae388159a239e4257b8c85b9e55e7cf0dbbb9a996b857213a6a172a4ada5ff712e6936a16adbe08396e2ab1df3fd8d5a02a3620
+Size (rubberband-1.8.1.tar.bz2) = 177501 bytes
+SHA1 (patch-src_StretcherImpl.cpp) = 609774b9d573fa92ce79f1b11bd7af8e585e3cef
+SHA1 (patch-src_StretcherProcess.cpp) = 45c23ddd2ba92b11c6d5063597ea1594690e33ec
+SHA1 (patch-src_system_sysutils.h) = bd97bca9c18ce66d05a1870d63cfc5107584949a
diff --git a/rubberband/patches/patch-src_StretcherImpl.cpp b/rubberband/patches/patch-src_StretcherImpl.cpp
new file mode 100644
index 0000000..064f0b3
--- /dev/null
+++ b/rubberband/patches/patch-src_StretcherImpl.cpp
@@ -0,0 +1,22 @@
+$NetBSD$
+
+NetBSD ships with alloca() in <stdlib.h>
+
+--- src/StretcherImpl.cpp.orig	2012-10-28 10:30:09.000000000 +0000
++++ src/StretcherImpl.cpp
+@@ -37,7 +37,9 @@
+ 
+ #include "base/Profiler.h"
+ 
+-#ifndef _WIN32
++#ifdef __NetBSD__
++#include <stdlib.h>
++#elif !defined(_WIN32)
+ #include <alloca.h>
+ #endif
+ 
+@@ -1340,4 +1342,3 @@ RubberBandStretcher::Impl::process(const
+ 
+ 
+ }
+-
diff --git a/rubberband/patches/patch-src_StretcherProcess.cpp b/rubberband/patches/patch-src_StretcherProcess.cpp
new file mode 100644
index 0000000..6b82e65
--- /dev/null
+++ b/rubberband/patches/patch-src_StretcherProcess.cpp
@@ -0,0 +1,22 @@
+$NetBSD$
+
+NetBSD ships with alloca() in <stdlib.h>
+
+--- src/StretcherProcess.cpp.orig	2012-10-28 10:30:09.000000000 +0000
++++ src/StretcherProcess.cpp
+@@ -34,7 +34,9 @@
+ #include "base/Profiler.h"
+ #include "system/VectorOps.h"
+ 
+-#ifndef _WIN32
++#ifdef __NetBSD__
++#include <stdlib.h>
++#elif !defined(_WIN32)
+ #include <alloca.h>
+ #endif
+ 
+@@ -1290,4 +1292,3 @@ RubberBandStretcher::Impl::retrieve(floa
+ }
+ 
+ }
+-
diff --git a/rubberband/patches/patch-src_system_sysutils.h b/rubberband/patches/patch-src_system_sysutils.h
new file mode 100644
index 0000000..510bd55
--- /dev/null
+++ b/rubberband/patches/patch-src_system_sysutils.h
@@ -0,0 +1,17 @@
+$NetBSD$
+
+NetBSD ships with alloca() in <stdlib.h>
+
+--- src/system/sysutils.h.orig	2012-10-28 10:30:09.000000000 +0000
++++ src/system/sysutils.h
+@@ -40,7 +40,9 @@
+ #ifdef __MINGW32__
+ #include <malloc.h>
+ #else
+-#ifndef __MSVC__
++#ifdef __NetBSD__
++#include <stdlib.h>
++#elif !defined(__MSVC__)
+ #include <alloca.h>
+ #endif
+ #endif


Home | Main Index | Thread Index | Old Index