diff options
author | mycroft <mycroft> | 2003-02-21 11:44:21 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2003-02-21 11:44:21 +0000 |
commit | 97e114b100740724666c9877ae40ce0b3ba567c8 (patch) | |
tree | 8e834180b1a5b9c279e1a6bad43f70b1c9376ed4 /misc | |
parent | 4112759620fec4696317f0be5e30ad3e0b352630 (diff) | |
download | pkgsrc-97e114b100740724666c9877ae40ce0b3ba567c8.tar.gz |
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.]
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libdvdcss/Makefile | 4 | ||||
-rw-r--r-- | misc/libdvdcss/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/libdvdcss/Makefile b/misc/libdvdcss/Makefile index 66429b6db0e..f0220066be8 100644 --- a/misc/libdvdcss/Makefile +++ b/misc/libdvdcss/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/02/12 14:52:00 agc Exp $ +# $NetBSD: Makefile,v 1.4 2003/02/21 11:44:21 mycroft Exp $ # # Unfortunately, some reading of the United States law (DMCA) means # that we are not able to provide pointers to the source or homepage @@ -7,7 +7,7 @@ # Please do not submit any PRs telling us the contents of the HOMEPAGE # or MASTER_SITES definitions in this Makefile. -DISTNAME= libdvdcss-1.2.4 +DISTNAME= libdvdcss-1.2.5 CATEGORIES= misc MASTER_SITES= ${LIBDVDCSS_MASTER_SITES} diff --git a/misc/libdvdcss/distinfo b/misc/libdvdcss/distinfo index 7a2fec12bfb..09b2f4adc32 100644 --- a/misc/libdvdcss/distinfo +++ b/misc/libdvdcss/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/01/22 13:51:23 agc Exp $ +$NetBSD: distinfo,v 1.2 2003/02/21 11:44:21 mycroft Exp $ -SHA1 (libdvdcss-1.2.4.tar.gz) = 61d36deeac801e883443a1bad4663ceb20039ca6 -Size (libdvdcss-1.2.4.tar.gz) = 251490 bytes +SHA1 (libdvdcss-1.2.5.tar.gz) = 8c4f2658244bf18bb89776a18db73d976a879b5f +Size (libdvdcss-1.2.5.tar.gz) = 267699 bytes |