mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Add LICENSE
- Fix WWW: line PR: 159425 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
b68000871f
commit
f7798e7b27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279211
2 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,9 @@ EXTRACT_SUFX= .tgz
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Simple C library for partitioned convolution
|
COMMENT= Simple C library for partitioned convolution
|
||||||
|
|
||||||
|
LICENSE= GPLv2 GPLv3
|
||||||
|
LICENSE_COMB= dual
|
||||||
|
|
||||||
LIB_DEPENDS= fftw3f.5:${PORTSDIR}/math/fftw3-float \
|
LIB_DEPENDS= fftw3f.5:${PORTSDIR}/math/fftw3-float \
|
||||||
samplerate.1:${PORTSDIR}/audio/libsamplerate \
|
samplerate.1:${PORTSDIR}/audio/libsamplerate \
|
||||||
sndfile.1:${PORTSDIR}/audio/libsndfile
|
sndfile.1:${PORTSDIR}/audio/libsndfile
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
Simple C library for partitioned convolution.
|
Simple C library for partitioned convolution.
|
||||||
|
|
||||||
|
WWW: http://heaven.sourceforge.net/index.php/programs/audio
|
||||||
|
|
Loading…
Add table
Reference in a new issue