upgrade to new version and update license markers (LGPLv2/GPLv2). from Brad.
This commit is contained in:
parent
cea0b84e80
commit
ecd760054c
@ -1,21 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/04/29 11:55:18 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2008/05/27 20:46:54 sthen Exp $
|
||||
|
||||
COMMENT= DSP library for telephony
|
||||
|
||||
DISTNAME= spandsp-0.0.4pre18
|
||||
DISTNAME= spandsp-0.0.5pre3
|
||||
CATEGORIES= telephony
|
||||
MASTER_SITES= ${HOMEPAGE}downloads/spandsp/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
SHARED_LIBS= spandsp 0.0
|
||||
SHARED_LIBS= spandsp 1.0
|
||||
|
||||
WRKDIST= ${WRKDIR}/spandsp-0.0.4
|
||||
WRKDIST= ${WRKDIR}/spandsp-0.0.5
|
||||
|
||||
HOMEPAGE= http://www.soft-switch.org/
|
||||
|
||||
MAINTAINER= Brad Smith <brad@comstyle.com>
|
||||
|
||||
# GPLv2
|
||||
# LGPLv2/GPLv2
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (spandsp-0.0.4pre18.tgz) = iI7kByCP3+y+HHyYrlPkQQ==
|
||||
RMD160 (spandsp-0.0.4pre18.tgz) = pVOtVfLaWUHSyXg1UutJrUftFyE=
|
||||
SHA1 (spandsp-0.0.4pre18.tgz) = jnxy5Gm2m+AdqHRKPh2f8ddUBcs=
|
||||
SHA256 (spandsp-0.0.4pre18.tgz) = B5btbVXyrazHv1Mqdmvi6mqulrlpl/lWIHXB/Z2MJYg=
|
||||
SIZE (spandsp-0.0.4pre18.tgz) = 2417590
|
||||
MD5 (spandsp-0.0.5pre3.tgz) = 5QAyaJHIoSWcZ1Nej8p9dw==
|
||||
RMD160 (spandsp-0.0.5pre3.tgz) = bg/FMnAkf0Jv/pggDAK4irx4wIg=
|
||||
SHA1 (spandsp-0.0.5pre3.tgz) = m5MAy9ZPPjqxWjKubQ7wEpxZ6yY=
|
||||
SHA256 (spandsp-0.0.5pre3.tgz) = kOQBBG8PWKodK0aAlzRbrRvJhAmk4tEP9Y5paG8JQec=
|
||||
SIZE (spandsp-0.0.5pre3.tgz) = 2441626
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.1.1.1 2008/04/29 11:55:18 sthen Exp $
|
||||
--- src/Makefile.in.orig Sun Apr 20 18:09:33 2008
|
||||
+++ src/Makefile.in Sun Apr 20 18:15:07 2008
|
||||
@@ -958,7 +958,7 @@ v29tx_floating_rrc.h: make_modem_filter$(EXEEXT)
|
||||
./make_modem_filter$(EXEEXT) -m V.29 -t >v29tx_floating_rrc.h
|
||||
|
||||
make_modem_filter$(EXEEXT): make_modem_filter.c filter_tools.c filter_tools.h config.h
|
||||
- $(CC_FOR_BUILD) -I. -o $@ make_modem_filter.c filter_tools.c -lm
|
||||
+ $(COMPILE) -o $@ make_modem_filter.c filter_tools.c -lm
|
||||
|
||||
$(DSP): msvc/msvcproj.head msvc/msvcproj.foot Makefile.am
|
||||
echo "creating $(DSP)"
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/04/29 11:55:18 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2008/05/27 20:46:54 sthen Exp $
|
||||
%%SHARED%%
|
||||
include/spandsp/
|
||||
include/spandsp.h
|
||||
@ -46,7 +46,9 @@ include/spandsp/silence_gen.h
|
||||
include/spandsp/super_tone_rx.h
|
||||
include/spandsp/super_tone_tx.h
|
||||
include/spandsp/t30.h
|
||||
include/spandsp/t30_api.h
|
||||
include/spandsp/t30_fcf.h
|
||||
include/spandsp/t30_logging.h
|
||||
include/spandsp/t31.h
|
||||
include/spandsp/t35.h
|
||||
include/spandsp/t38_core.h
|
||||
@ -76,6 +78,3 @@ lib/libspandsp.la
|
||||
share/doc/spandsp/
|
||||
share/doc/spandsp/DueDiligence
|
||||
share/doc/spandsp/README
|
||||
share/spandsp/
|
||||
share/spandsp/global-tones.xml
|
||||
share/spandsp/tones.dtd
|
||||
|
Loading…
Reference in New Issue
Block a user