diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-09-09 16:40:56 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-09-09 16:40:56 +0000 |
commit | 71cd032cd2339dde27684b49925d6c9813fd9355 (patch) | |
tree | f5f5dba9a4d170f533e96190d0f8f61df95b7a7a /audio/ccaudio2 | |
parent | e04fd5f3e1e909f28cd606a4920b35c645b317c6 (diff) | |
download | ports-71cd032cd2339dde27684b49925d6c9813fd9355.tar.gz ports-71cd032cd2339dde27684b49925d6c9813fd9355.zip |
Update to version 0.2.4
PR: 21149
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=32472
Diffstat (limited to 'audio/ccaudio2')
-rw-r--r-- | audio/ccaudio2/Makefile | 6 | ||||
-rw-r--r-- | audio/ccaudio2/distinfo | 2 | ||||
-rw-r--r-- | audio/ccaudio2/pkg-comment | 2 | ||||
-rw-r--r-- | audio/ccaudio2/pkg-descr | 8 | ||||
-rw-r--r-- | audio/ccaudio2/pkg-plist | 1 |
5 files changed, 10 insertions, 9 deletions
diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile index aba8b360e2d7..663a7f47e56b 100644 --- a/audio/ccaudio2/Makefile +++ b/audio/ccaudio2/Makefile @@ -6,19 +6,19 @@ # PORTNAME= ccaudio -PORTVERSION= 0.2.3 +PORTVERSION= 0.2.4 CATEGORIES= audio MASTER_SITES= ftp://www.voxilla.org/pub/ccaudio/ MAINTAINER= dyfet@gnu.org -LIB_DEPENDS= ccstd.0:${PORTSDIR}/devel/commoncpp - USE_GMAKE= yes USE_LIBTOOL= yes USE_AUTOCONF= yes INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" + post-extract: @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|-release \@LT_RELEASE\@||g' diff --git a/audio/ccaudio2/distinfo b/audio/ccaudio2/distinfo index 1b93d9bbe8a9..ec047805c3bd 100644 --- a/audio/ccaudio2/distinfo +++ b/audio/ccaudio2/distinfo @@ -1 +1 @@ -MD5 (ccaudio-0.2.3.tar.gz) = d612d857400d2e58ac5f12449e4b85e9 +MD5 (ccaudio-0.2.4.tar.gz) = f326313e78a1952aed90819b7d519350 diff --git a/audio/ccaudio2/pkg-comment b/audio/ccaudio2/pkg-comment index 9213724ce136..8370304c3e14 100644 --- a/audio/ccaudio2/pkg-comment +++ b/audio/ccaudio2/pkg-comment @@ -1 +1 @@ -Generic C++ class library for audio files and devices +C++ class framework for manipulating audio files. diff --git a/audio/ccaudio2/pkg-descr b/audio/ccaudio2/pkg-descr index 1c1206869fa3..0dab234f6115 100644 --- a/audio/ccaudio2/pkg-descr +++ b/audio/ccaudio2/pkg-descr @@ -1,7 +1,7 @@ -This library is primary used to access audio files on disk. It differs from -other audio processing libraries in that ccaudio will automatically frame -align, merge, and fill audio frames for direct delivery to a DSP audio -resource. +ccaudio offers a portable framework for developing applications which +access audio files. This library is optimized for DSP frame presentation +and for merging audio from multiple sources. Support is provided for many +common and popular sound file formats such as .au, .wav/RIFF, etc. - David Sugar dyfet@gnu.org diff --git a/audio/ccaudio2/pkg-plist b/audio/ccaudio2/pkg-plist index 98ad68114522..b8ddbbf8506a 100644 --- a/audio/ccaudio2/pkg-plist +++ b/audio/ccaudio2/pkg-plist @@ -2,3 +2,4 @@ include/cc++/audio.h lib/libccaudio.a lib/libccaudio.so lib/libccaudio.so.0 + |