Subject: CVS commit: pkgsrc/audio/flac
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/04/2002 22:31:45
Module Name:	pkgsrc
Committed By:	jlam
Date:		Wed Sep  4 19:31:45 UTC 2002

Modified Files:
	pkgsrc/audio/flac: Makefile PLIST distinfo
Added Files:
	pkgsrc/audio/flac/patches: patch-aa patch-ab patch-ac patch-ad

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/audio/flac/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/audio/flac/PLIST pkgsrc/audio/flac/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/audio/flac/patches/patch-aa \
    pkgsrc/audio/flac/patches/patch-ab pkgsrc/audio/flac/patches/patch-ac \
    pkgsrc/audio/flac/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.