Import libsbsms-2.0.2 as audio/libsbsms.
A subband sinusoidal modeling library for time stretching and pitch scaling audio.
This commit is contained in:
parent
23e88f133a
commit
9fe5feba73
5 changed files with 43 additions and 0 deletions
2
audio/libsbsms/DESCR
Normal file
2
audio/libsbsms/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
A subband sinusoidal modeling library for time stretching and pitch scaling
|
||||
audio.
|
20
audio/libsbsms/Makefile
Normal file
20
audio/libsbsms/Makefile
Normal file
|
@ -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"
|
4
audio/libsbsms/PLIST
Normal file
4
audio/libsbsms/PLIST
Normal file
|
@ -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
|
12
audio/libsbsms/buildlink3.mk
Normal file
12
audio/libsbsms/buildlink3.mk
Normal file
|
@ -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
|
5
audio/libsbsms/distinfo
Normal file
5
audio/libsbsms/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue