diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-18 22:08:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-18 22:08:13 +0000 |
commit | 0a76875e59580223dc5e810baf26fe68de1aa40b (patch) | |
tree | 81639ca92483a8d93b3bd571bb06d04e493599dc /audio | |
parent | e2b3886dee15bee97c0ec944e7544831d1abd1af (diff) | |
download | ports-0a76875e59580223dc5e810baf26fe68de1aa40b.tar.gz ports-0a76875e59580223dc5e810baf26fe68de1aa40b.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ecasound/Makefile | 7 | ||||
-rw-r--r-- | audio/ecasound/distinfo | 6 | ||||
-rw-r--r-- | audio/ecasound/pkg-plist | 4 |
3 files changed, 13 insertions, 4 deletions
diff --git a/audio/ecasound/Makefile b/audio/ecasound/Makefile index dbcf7abb0f56..eef4f1bfefcb 100644 --- a/audio/ecasound/Makefile +++ b/audio/ecasound/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ecasound -PORTVERSION= 2.4.6.1 +PORTVERSION= 2.5.0 CATEGORIES= audio MASTER_SITES= http://ecasound.seul.org/download/ @@ -15,6 +15,11 @@ COMMENT= Multitrack audio processing software BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa +OPTIONS= ARTS "Enable aRts support" off \ + AUDIOFILE "Enable libaudiofile support" off \ + JACK "Enable JACK support" off \ + SAMPLERATE "Enable libsamplerate support" off + USE_GNOME= gnometarget USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/audio/ecasound/distinfo b/audio/ecasound/distinfo index 84ecbbd1d9cc..55c0228365d6 100644 --- a/audio/ecasound/distinfo +++ b/audio/ecasound/distinfo @@ -1,3 +1,3 @@ -MD5 (ecasound-2.4.6.1.tar.gz) = 2bd968cf94405535928cc04143bb89ee -SHA256 (ecasound-2.4.6.1.tar.gz) = 0443801a6c77fea9d537474f931177740944be59ace20d2b40410eea09d861ea -SIZE (ecasound-2.4.6.1.tar.gz) = 949606 +MD5 (ecasound-2.5.0.tar.gz) = abec6ab833d9322ba102fa563bc3e258 +SHA256 (ecasound-2.5.0.tar.gz) = 3c80696a7dcd63a25fe8933237075405beef0877f30573fb9e12d943af567790 +SIZE (ecasound-2.5.0.tar.gz) = 974620 diff --git a/audio/ecasound/pkg-plist b/audio/ecasound/pkg-plist index 489440a977f9..4264233c3adc 100644 --- a/audio/ecasound/pkg-plist +++ b/audio/ecasound/pkg-plist @@ -38,6 +38,8 @@ include/libecasound/audiofx_reverb.h include/libecasound/audiofx_timebased.h include/libecasound/audiogate.h include/libecasound/audioio-aac.h +include/libecasound/audioio-acseq.h +include/libecasound/audioio-barrier.h include/libecasound/audioio-buffered.h include/libecasound/audioio-cdr.h include/libecasound/audioio-cdr_impl.h @@ -64,7 +66,9 @@ include/libecasound/audioio-raw.h include/libecasound/audioio-resample.h include/libecasound/audioio-reverse.h include/libecasound/audioio-rtnull.h +include/libecasound/audioio-seqbase.h include/libecasound/audioio-timidity.h +include/libecasound/audioio-tone.h include/libecasound/audioio-typeselect.h include/libecasound/audioio-wave.h include/libecasound/audioio.h |