pkgsrc/audio/libopus/Makefile
ryoon fedba4b750 Update to 1.0.2
Changelog:
Version 1.0.2 released
6 December, 2012

Opus 1.0.2 fixes an out-of-bounds read that could be triggered by
a malicious Opus packet causing an integer wrap-around in the
padding code. Considering that the packet would have to be at least
16 MB in size and that no out-of-bounds write is possible, the
severity is very low. Other changes include fixes and improvements
to the PLC and hybrid mode quality improvements. As usual, this
release is fully compliant with the Opus specification.
2012-12-11 10:26:56 +00:00

19 lines
439 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/12/11 10:26:56 ryoon Exp $
#
DISTNAME= opus-1.0.2
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://opus-codec.org/
COMMENT= Totally open, royalty-free, highly versatile audio codec library
LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= opus.pc.in
.include "../../mk/bsd.pkg.mk"