diff options
author | jlam <jlam@pkgsrc.org> | 2002-09-04 19:31:44 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-09-04 19:31:44 +0000 |
commit | 8b57babd825df3eeb38c0d852c04b235fa01ab22 (patch) | |
tree | ac76412b3084751c690a83ba2dbba4a555a52870 /audio/flac/patches/patch-aa | |
parent | 575fa7a86a9ca65ec3ab5a31bcfa187846c58c00 (diff) | |
download | pkgsrc-8b57babd825df3eeb38c0d852c04b235fa01ab22.tar.gz |
Update audio/flac to 1.0.3. Changes from version 1.0.2 include:
- Use buildlink2.
- Fix build with newer libtool with tagged configuration.
- Move HTML documention into the proper location under doc/html.
* Bug fixes.
* 24-bit input support restored in flac.
* Decoder speedup in libFLAC, which is directly passed on to the
command-line decoder and plugins.
* New -F option to flac to continue decoding in spite of errors.
* New VORBIS_COMMENT metadata block for tagging with Vorbis-style comments.
* Vastly improved metaflac, now with many editing and tagging options.
* Note: new semantics for -P option in flac.
* Note: removed -R option in flac.
* New metadata interface to libFLAC for manipulating metadata in FLAC files.
* New libFLAC++ API, an object wrapper around libFLAC.
* Customizable metadata filtering by type in decoders.
* Stream encoder can take an arbitrary list of metadata blocks, instead
of just one SEEKTABLE and/or PADDING block.
Diffstat (limited to 'audio/flac/patches/patch-aa')
-rw-r--r-- | audio/flac/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/flac/patches/patch-aa b/audio/flac/patches/patch-aa new file mode 100644 index 00000000000..9ef19c89f21 --- /dev/null +++ b/audio/flac/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2002/09/04 19:31:44 jlam Exp $ + +--- doc/Makefile.in.orig Wed Sep 4 01:49:17 2002 ++++ doc/Makefile.in +@@ -128,7 +128,7 @@ AUTOMAKE_OPTIONS = foreign + + SUBDIRS = . images ru + +-docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) ++docdir = $(datadir)/doc/html/$(PACKAGE) + + doc_DATA = \ + comparison.html \ |