pkgsrc/multimedia/libaacs/Makefile
adam d0a8a6d57b Version 0.9.0
- Add aacs_decrypt_bus().
- Add aacs_get_bdj_root_cert_hash().
- Add aacs_get_content_cert_id().
- Add support for unencrypted content in AACS-enabled discs.
- Improve error resilience.
- Improve support for broken discs (use on-disc backup files).
- Verify content certificate signature.
- Load and merge multiple KEYDB.cfg files.
- Fix build with gcrypt < 1.6.0.
- Fix possible crash (debug log output that includes discid)
- Fix config file path issues in Windows (non-ASCII paths)
- Fix dll exports in Windows.
- Fix resource leaks.
- Reduced memory footprint.
2017-06-15 21:56:09 +00:00

20 lines
637 B
Makefile

# $NetBSD: Makefile,v 1.6 2017/06/15 21:56:09 adam Exp $
DISTNAME= libaacs-0.9.0
CATEGORIES= multimedia
MASTER_SITES= http://download.videolan.org/pub/videolan/libaacs/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.videolan.org/developers/libaacs.html
COMMENT= Advanced Access Content System specification implementation
LICENSE= gnu-lgpl-v2.1
USE_LIBTOOL= yes
USE_TOOLS+= flex bison pkg-config
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --disable-optimizations
PKGCONFIG_OVERRIDE+= src/libaacs.pc.in
.include "../../security/libgcrypt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"