diff options
author | kevlo <kevlo@FreeBSD.org> | 2000-09-09 16:40:56 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2000-09-09 16:40:56 +0000 |
commit | 5bd3eae946d40d727746c343a19c2e9bd7691d2c (patch) | |
tree | 162eabf3d3446c5500a79c911596be9f53f862a3 /audio | |
parent | 115ff765a3047b9f72a0f7b406268b55d06aa63d (diff) | |
download | FreeBSD-ports-5bd3eae946d40d727746c343a19c2e9bd7691d2c.zip FreeBSD-ports-5bd3eae946d40d727746c343a19c2e9bd7691d2c.tar.gz |
Update to version 0.2.4
PR: 21149
Submitted by: MAINTAINER
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ccaudio/Makefile | 6 | ||||
-rw-r--r-- | audio/ccaudio/distinfo | 2 | ||||
-rw-r--r-- | audio/ccaudio/pkg-comment | 2 | ||||
-rw-r--r-- | audio/ccaudio/pkg-descr | 8 | ||||
-rw-r--r-- | audio/ccaudio/pkg-plist | 1 | ||||
-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 |
10 files changed, 20 insertions, 18 deletions
diff --git a/audio/ccaudio/Makefile b/audio/ccaudio/Makefile index aba8b36..663a7f4 100644 --- a/audio/ccaudio/Makefile +++ b/audio/ccaudio/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/ccaudio/distinfo b/audio/ccaudio/distinfo index 1b93d9bb..ec04780 100644 --- a/audio/ccaudio/distinfo +++ b/audio/ccaudio/distinfo @@ -1 +1 @@ -MD5 (ccaudio-0.2.3.tar.gz) = d612d857400d2e58ac5f12449e4b85e9 +MD5 (ccaudio-0.2.4.tar.gz) = f326313e78a1952aed90819b7d519350 diff --git a/audio/ccaudio/pkg-comment b/audio/ccaudio/pkg-comment index 9213724..8370304 100644 --- a/audio/ccaudio/pkg-comment +++ b/audio/ccaudio/pkg-comment @@ -1 +1 @@ -Generic C++ class library for audio files and devices +C++ class framework for manipulating audio files. diff --git a/audio/ccaudio/pkg-descr b/audio/ccaudio/pkg-descr index 1c12068..0dab234 100644 --- a/audio/ccaudio/pkg-descr +++ b/audio/ccaudio/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/ccaudio/pkg-plist b/audio/ccaudio/pkg-plist index 98ad681..b8ddbbf 100644 --- a/audio/ccaudio/pkg-plist +++ b/audio/ccaudio/pkg-plist @@ -2,3 +2,4 @@ include/cc++/audio.h lib/libccaudio.a lib/libccaudio.so lib/libccaudio.so.0 + diff --git a/audio/ccaudio2/Makefile b/audio/ccaudio2/Makefile index aba8b36..663a7f4 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 1b93d9bb..ec04780 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 9213724..8370304 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 1c12068..0dab234 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 98ad681..b8ddbbf 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 + |