pkgsrc/audio/opusfile/Makefile
nia 351c635d06 opusfile: Update to 0.11
Changes since the v0.10 release:

* Fix two potential integer overflows. (These were not security-critical unless the compiler took the opportunity provided by the undefined behavior to format your hard drive.)
* Allow JPEGs in METADATA_BLOCK_PICTURE tags to include EXIF data.
* A few warning fixes for gcc 8.
* Make opus_tags_copy return OP_EFAULT on failure instead of returning success.
* Various integration and testing environment improvements.

This release is backward-compatible with the previous release.
We recommend all users upgrade.
2019-07-31 10:48:31 +00:00

24 lines
657 B
Makefile

# $NetBSD: Makefile,v 1.8 2019/07/31 10:48:31 nia Exp $
DISTNAME= opusfile-0.11
CATEGORIES= audio
MASTER_SITES= https://downloads.xiph.org/releases/opus/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://opus-codec.org/
COMMENT= Decoding and seeking API for opus files
LICENSE= modified-bsd
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake pkg-config
PKGCONFIG_OVERRIDE+= opusfile.pc.in
PKGCONFIG_OVERRIDE+= opusurl.pc.in
CONFIGURE_ARGS+= --disable-doc # needs doxygen
.include "../../audio/libopus/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"