Subject: CVS commit: pkgsrc/misc/libdvdread
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/26/2003 12:12:34
Module Name:	pkgsrc
Committed By:	wiz
Date:		Wed Feb 26 10:12:34 UTC 2003

Modified Files:
	pkgsrc/misc/libdvdread: Makefile PLIST buildlink2.mk distinfo

Log Message:
Update to 0.9.4. Changes:
  Environment variable DVDREAD_NOKEYS can be used to turn off reading all key.
  Only export the functions in the public interface.
  New functions DVDDiscID, DVDUDFVolumeInfo and DVDISOVolumeInfo.
  Can optionally link with libdvdcss instead of trying to dlopen it.
  Several data structures now have more fields that where unknown earlier.
  Compilable with Sun's Forte compiler.
  Remove all asserts, now just print an error message and continues.
  Use swap functions in FreeBSD 5.
  Add types, read and print functions for VTS_TMAPT (Time map table).
  Add Multichannel Extension, correct PLT_MAIT (Parental Management) info.
  More Doxygen markup and comments.
  Fix a seg fault and key issue for access to DVDs as a collection of files.
  Build fixes.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/misc/libdvdread/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/misc/libdvdread/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/misc/libdvdread/buildlink2.mk
cvs rdiff -r1.4 -r1.5 pkgsrc/misc/libdvdread/distinfo

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