diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-08-08 12:48:01 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-08-08 12:48:01 +0000 |
commit | f7798e7b27396dba733d602882fd9afc06cfd7b0 (patch) | |
tree | 079480bc2625923001c2ad9af656d0c846971ff8 /audio/libconvolve | |
parent | b68000871f5cdc7dd4cce90288c7450601c2ea80 (diff) | |
download | ports-f7798e7b27396dba733d602882fd9afc06cfd7b0.tar.gz ports-f7798e7b27396dba733d602882fd9afc06cfd7b0.zip |
Notes
Diffstat (limited to 'audio/libconvolve')
-rw-r--r-- | audio/libconvolve/Makefile | 3 | ||||
-rw-r--r-- | audio/libconvolve/pkg-descr | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/audio/libconvolve/Makefile b/audio/libconvolve/Makefile index c8802cbb2db6..98f37ce6bec0 100644 --- a/audio/libconvolve/Makefile +++ b/audio/libconvolve/Makefile @@ -15,6 +15,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Simple C library for partitioned convolution +LICENSE= GPLv2 GPLv3 +LICENSE_COMB= dual + LIB_DEPENDS= fftw3f.5:${PORTSDIR}/math/fftw3-float \ samplerate.1:${PORTSDIR}/audio/libsamplerate \ sndfile.1:${PORTSDIR}/audio/libsndfile diff --git a/audio/libconvolve/pkg-descr b/audio/libconvolve/pkg-descr index e438618df0d9..ca591ba97946 100644 --- a/audio/libconvolve/pkg-descr +++ b/audio/libconvolve/pkg-descr @@ -1 +1,3 @@ Simple C library for partitioned convolution. + +WWW: http://heaven.sourceforge.net/index.php/programs/audio |