Subject: CVS commit: pkgsrc/misc/libdvdcss
To: None <pkgsrc-changes@netbsd.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: pkgsrc-changes
Date: 02/21/2003 13:44:22
Module Name:	pkgsrc
Committed By:	mycroft
Date:		Fri Feb 21 11:44:22 UTC 2003

Modified Files:
	pkgsrc/misc/libdvdcss: Makefile distinfo

Log Message:
Update to libdvdcss 1.2.5.

  * ./test/csstest.c: we align our read buffer in case of raw device access.
  * ./src/libdvdcss.c: updated documentation about raw devices.
  * ./src/libdvdcss.c: disabled key cache when reading VOBs.
  * ./src/ioctl.c, ./src/ioctl.h: removed minor gcc-isms.
  * ./src/device.c: seek() calls don't do anything if we're already at the
    right position.
  * ./src/device.c: we now handle partial reads.
  * ./src/device.c: dvdcss->i_pos now gets updated on each seek and each
    read. Partial reads are not handled yet, but it's a step.
  * ALL: moved everything to C99 integer types.
  * ./test/dvd_region.c: enabled set_region.
  * ./src/css.c, ./src/libdvdcss.c: applied a patch from the MPlayer folks
    to cache title keys on disk.
  * ./src/ioctl.[ch]: Implemented ioctl_SendRPC.
[Some changes that don't apply to NetBSD elided.]


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/misc/libdvdcss/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/misc/libdvdcss/distinfo

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