summaryrefslogtreecommitdiff
path: root/misc/libdvdcss/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2003-03-21Update to 1.2.6nb1: include a patch from Christopher Richards, sent inwiz1-1/+2
PR 20496, which fixes broken key caching (mkdir /path/with/slash/ problem again).
2003-03-14Update to 1.2.6, from Marc Recht in PR 20692.wiz1-2/+2
Changes: * compilation fix for most UNIXes
2003-02-23Use .tar.bz2 distfile.wiz1-1/+2
2003-02-21Update to libdvdcss 1.2.5.mycroft1-2/+2
* ./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.]
2003-02-12Make the reason for restriction more explicit.agc1-2/+7
2003-01-24Use an /etc/mk.conf setting for libdvdcss's HOMEPAGE and MASTER_SITES,agc1-3/+3
following a suggestion by salo. This allows users to specify LIBDVDCSS_MASTER_SITES= ... LIBDVDCSS_HOMEPAGE= ... in their /etc/mk.conf files.
2003-01-22Initial import of a dummy package for libdvdcss-1.2.4 (the HOMEPAGEagc1-0/+26
and MASTER_SITES fields have been left blank, for obvious reasons). Based on input from David Ferlier <david@netbsd-fr.org>, and the packages team. "libdvdcss is a simple library designed for accessing DVDs like a block device"