diff options
author | naddy <naddy@FreeBSD.org> | 2002-07-07 07:45:21 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-07-07 07:45:21 +0800 |
commit | 4c429ad8148ce8d38c16119b93e06db291b739c9 (patch) | |
tree | 1344db003af7dad5e9b7d48f267796404ebf5e80 /audio/flac/pkg-plist | |
parent | 2eea9b9a9f952018c8e0d19fe7e8e3232794ed86 (diff) | |
download | freebsd-ports-gnome-4c429ad8148ce8d38c16119b93e06db291b739c9.tar.gz freebsd-ports-gnome-4c429ad8148ce8d38c16119b93e06db291b739c9.tar.zst freebsd-ports-gnome-4c429ad8148ce8d38c16119b93e06db291b739c9.zip |
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...
Diffstat (limited to 'audio/flac/pkg-plist')
-rw-r--r-- | audio/flac/pkg-plist | 17 |
1 files changed, 14 insertions, 3 deletions
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 |