summaryrefslogtreecommitdiff
path: root/audio/ccaudio
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-09-09 16:40:56 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-09-09 16:40:56 +0000
commit71cd032cd2339dde27684b49925d6c9813fd9355 (patch)
treef5f5dba9a4d170f533e96190d0f8f61df95b7a7a /audio/ccaudio
parentChase the checksum. (diff)
Update to version 0.2.4
PR: 21149 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=32472
Diffstat (limited to 'audio/ccaudio')
-rw-r--r--audio/ccaudio/Makefile6
-rw-r--r--audio/ccaudio/distinfo2
-rw-r--r--audio/ccaudio/pkg-comment2
-rw-r--r--audio/ccaudio/pkg-descr8
-rw-r--r--audio/ccaudio/pkg-plist1
5 files changed, 10 insertions, 9 deletions
diff --git a/audio/ccaudio/Makefile b/audio/ccaudio/Makefile
index aba8b360e2d7..663a7f47e56b 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 1b93d9bbe8a9..ec047805c3bd 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 9213724ce136..8370304c3e14 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 1c1206869fa3..0dab234f6115 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 98ad68114522..b8ddbbf8506a 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
+