diff options
author | rodent <rodent@pkgsrc.org> | 2015-04-19 17:29:21 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2015-04-19 17:29:21 +0000 |
commit | 16863c71959fabc8af8e634b4f2f94fa3cb4c978 (patch) | |
tree | 1028b3b975753372bd34fd3bec432aa41b1e209a /audio/libsbsms | |
parent | 1caff2fd91871b1a11d4092ae96f975fadb5ff7c (diff) | |
download | pkgsrc-16863c71959fabc8af8e634b4f2f94fa3cb4c978.tar.gz |
Import libsbsms-2.0.2 as audio/libsbsms.
A subband sinusoidal modeling library for time stretching and pitch scaling
audio.
Diffstat (limited to 'audio/libsbsms')
-rw-r--r-- | audio/libsbsms/DESCR | 2 | ||||
-rw-r--r-- | audio/libsbsms/Makefile | 20 | ||||
-rw-r--r-- | audio/libsbsms/PLIST | 4 | ||||
-rw-r--r-- | audio/libsbsms/buildlink3.mk | 12 | ||||
-rw-r--r-- | audio/libsbsms/distinfo | 5 |
5 files changed, 43 insertions, 0 deletions
diff --git a/audio/libsbsms/DESCR b/audio/libsbsms/DESCR new file mode 100644 index 00000000000..4f40ac5dbf9 --- /dev/null +++ b/audio/libsbsms/DESCR @@ -0,0 +1,2 @@ +A subband sinusoidal modeling library for time stretching and pitch scaling +audio. diff --git a/audio/libsbsms/Makefile b/audio/libsbsms/Makefile new file mode 100644 index 00000000000..7e6da06ebac --- /dev/null +++ b/audio/libsbsms/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2015/04/19 17:29:21 rodent Exp $ + +DISTNAME= libsbsms-2.0.2 +CATEGORIES= audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sbsms/} + +MAINTAINER= rodent@NetBSD.org +HOMEPAGE= http://sbsms.sourceforge.net/ +COMMENT= Subband Sinusoidal Modeling Synthesis +LICENSE= gnu-gpl-v2 + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config +USE_LANGUAGES= c c++ + +PKGCONFIG_OVERRIDE+= sbsms.pc.in +CONFIGURE_ARGS+= --enable-shared=yes + +.include "../../mk/bsd.pkg.mk" diff --git a/audio/libsbsms/PLIST b/audio/libsbsms/PLIST new file mode 100644 index 00000000000..a773cc25973 --- /dev/null +++ b/audio/libsbsms/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1 2015/04/19 17:29:21 rodent Exp $ +include/sbsms.h +lib/libsbsms.la +lib/pkgconfig/sbsms.pc diff --git a/audio/libsbsms/buildlink3.mk b/audio/libsbsms/buildlink3.mk new file mode 100644 index 00000000000..2544c3461a4 --- /dev/null +++ b/audio/libsbsms/buildlink3.mk @@ -0,0 +1,12 @@ +# $NetBSD: buildlink3.mk,v 1.1 2015/04/19 17:29:21 rodent Exp $ + +BUILDLINK_TREE+= libsbsms + +.if !defined(LIBSBSMS_BUILDLINK3_MK) +LIBSBSMS_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.libsbsms+= libsbsms>=2.0.2 +BUILDLINK_PKGSRCDIR.libsbsms?= ../../audio/libsbsms +.endif # LIBSBSMS_BUILDLINK3_MK + +BUILDLINK_TREE+= -libsbsms diff --git a/audio/libsbsms/distinfo b/audio/libsbsms/distinfo new file mode 100644 index 00000000000..8e8d8c32eca --- /dev/null +++ b/audio/libsbsms/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2015/04/19 17:29:21 rodent Exp $ + +SHA1 (libsbsms-2.0.2.tar.gz) = 1842d0eae3cf5ac355d754e68fcdfd9391cd2fb7 +RMD160 (libsbsms-2.0.2.tar.gz) = ea3c48311f991e8f97ccb922b88eedc1d2f05d14 +Size (libsbsms-2.0.2.tar.gz) = 450170 bytes |