From 5c356975f424775ad28a761ff93618b8f84298ec Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Sat, 6 Jul 2002 23:45:21 +0000 Subject: Update to 1.0.3. Changes in this release: - 10-15% decoder speedup - 24-bit input support restored - more robust plugins - new metadata block for Vorbis-style tags - vastly improved metadata editor - fixed bug with pipes and Windows - new libFLAC++, a C++ object wrapper around libFLAC - new metadata editing interface in libFLAC and libFLAC++ - and more... --- audio/flac/pkg-plist | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'audio/flac/pkg-plist') diff --git a/audio/flac/pkg-plist b/audio/flac/pkg-plist index a7b5aee63793..148e30089220 100644 --- a/audio/flac/pkg-plist +++ b/audio/flac/pkg-plist @@ -1,20 +1,30 @@ @comment $FreeBSD$ bin/flac bin/metaflac +include/FLAC++/all.h +include/FLAC++/decoder.h +include/FLAC++/encoder.h +include/FLAC++/metadata.h include/FLAC/all.h include/FLAC/assert.h include/FLAC/file_decoder.h include/FLAC/format.h +include/FLAC/metadata.h include/FLAC/ordinals.h -include/FLAC/seek_table.h include/FLAC/seekable_stream_decoder.h include/FLAC/stream_decoder.h include/FLAC/stream_encoder.h -include/FLAC/utility.h +lib/libFLAC++.a +lib/libFLAC++.la +lib/libFLAC++.so +lib/libFLAC++.so.1 lib/libFLAC.a lib/libFLAC.la lib/libFLAC.so -lib/libFLAC.so.2 +lib/libFLAC.so.3 +share/aclocal/libFLAC++.m4 +share/aclocal/libFLAC.m4 +@unexec /bin/rmdir %D/share/aclocal 2>/dev/null || true %%PORTDOCS%%share/doc/flac/comparison.html %%PORTDOCS%%share/doc/flac/developers.html %%PORTDOCS%%share/doc/flac/documentation.html @@ -28,6 +38,7 @@ lib/libFLAC.so.2 %%PORTDOCS%%share/doc/flac/images/logo.jpg %%PORTDOCS%%share/doc/flac/index.html %%PORTDOCS%%share/doc/flac/news.html +@dirrm include/FLAC++ @dirrm include/FLAC %%PORTDOCS%%@dirrm share/doc/flac/images %%PORTDOCS%%@dirrm share/doc/flac -- cgit v1.2.3