pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/libsbsms Import libsbsms-2.0.2 as audio/libsbsms.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/646be443b83f
branches:  trunk
changeset: 650191:646be443b83f
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sun Apr 19 17:29:21 2015 +0000

description:
Import libsbsms-2.0.2 as audio/libsbsms.

A subband sinusoidal modeling library for time stretching and pitch scaling
audio.

diffstat:

 audio/libsbsms/DESCR         |   2 ++
 audio/libsbsms/Makefile      |  20 ++++++++++++++++++++
 audio/libsbsms/PLIST         |   4 ++++
 audio/libsbsms/buildlink3.mk |  12 ++++++++++++
 audio/libsbsms/distinfo      |   5 +++++
 5 files changed, 43 insertions(+), 0 deletions(-)

diffs (63 lines):

diff -r fc0895592cba -r 646be443b83f audio/libsbsms/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libsbsms/DESCR      Sun Apr 19 17:29:21 2015 +0000
@@ -0,0 +1,2 @@
+A subband sinusoidal modeling library for time stretching and pitch scaling
+audio.
diff -r fc0895592cba -r 646be443b83f audio/libsbsms/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libsbsms/Makefile   Sun Apr 19 17:29:21 2015 +0000
@@ -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@localhost
+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 -r fc0895592cba -r 646be443b83f audio/libsbsms/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libsbsms/PLIST      Sun Apr 19 17:29:21 2015 +0000
@@ -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 -r fc0895592cba -r 646be443b83f audio/libsbsms/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libsbsms/buildlink3.mk      Sun Apr 19 17:29:21 2015 +0000
@@ -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 -r fc0895592cba -r 646be443b83f audio/libsbsms/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/libsbsms/distinfo   Sun Apr 19 17:29:21 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index