Subject: CVS commit: pkgsrc/audio/libvorbis
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 12/08/2003 14:39:40
Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Dec  8 14:39:40 UTC 2003

Modified Files:
	pkgsrc/audio/libvorbis: Makefile PLIST buildlink2.mk distinfo
	pkgsrc/audio/libvorbis/patches: patch-ae patch-af patch-ag

Log Message:
Update to 1.0.1:
    * Corrects errors in the Vorbis specification documentation.
    * Specification converted to DocBook format.
    * Added timebase conversion call to libvorbis.
    * Fixes ov_time_tell() bug for non-seekable streams.
    * Various decoding fixes.
    * Addition of ov_crosslap() which allows smooth transitions between
      two vorbis segments.
    * Numerous seeking fixes and optimizations.
    * Fixed bugs affecting decode of one-audio-page samples.
    * Added ov_halfrate() which allows a "free" conversion from the
      source sample rate to half of the source rate.
    * Improved handling of quiet signals in low bitrate modes


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 pkgsrc/audio/libvorbis/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/audio/libvorbis/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/audio/libvorbis/buildlink2.mk
cvs rdiff -r1.8 -r1.9 pkgsrc/audio/libvorbis/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/audio/libvorbis/patches/patch-ae
cvs rdiff -r1.2 -r1.3 pkgsrc/audio/libvorbis/patches/patch-af \
    pkgsrc/audio/libvorbis/patches/patch-ag

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