./multimedia/libdvdcss, Simple library designed for accessing DVDs

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.4.3, Package name: libdvdcss-1.4.3, Maintainer: pkgsrc-users

libdvdcss is a simple library designed for accessing DVDs like a block device
without having to bother about the decryption.

This library is used by libdvdread via dlopen().


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 379.301 KB

Version history: (Expand)


CVS history: (Expand)


   2021-11-15 18:59:57 by Thomas Klausner | Files touched by this commit (1)
Log message:
libdvdcss: use BLAKE2s
   2021-10-07 16:32:21 by Nia Alarie | Files touched by this commit (179)
Log message:
multimedia: Remove SHA1 hashes for distfiles
   2021-05-04 09:25:03 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
libdvdcss: updated to 1.4.3

Changes between 1.4.2 and 1.4.3:
* Fix opening non-ASCII paths in Windows
* Fix potential buffer overflow if PATH_MAX is reached
   2019-11-03 18:12:05 by Roland Illig | Files touched by this commit (52)
Log message:
multimedia: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
   2018-06-22 14:45:46 by Jonathan A. Kollasch | Files touched by this commit (1)
Log message:
Convert PKG_FAIL_REASON to INTERACTIVE_STAGE=fetch and FETCH_MESSAGE.

This is to prevent make fetch-list from trying to fetch a bogus URL when
the package-specific MASTER_SITE variable is undefined.
   2018-03-23 18:55:02 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
libdvdcss: updated to 1.4.2

Changes 1.4.2:
* Fix buffer overflow when region mask is 0x0
* Fix invalid free on Open
   2018-01-21 17:22:13 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
libdvdcss: updated to 1.4.1

Changes 1.4.1:
* Fix crashes in cache directory creation
* Fix cases where the cache directory was not used
   2018-01-07 14:04:44 by Roland Illig | Files touched by this commit (583)
Log message:
Fix indentation in buildlink3.mk files.

The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.