pkgsrc/audio/opusfile/Makefile
gls c07e7ae3d1 Update audio/opusfile to 0.6
Upstream changes:

Changes since the v0.5 release:

    Fix bugs with comment handling
    Fix build for BSD
    Fix bugs handling invalid and non-opus streams
2014-08-16 21:30:50 +00:00

22 lines
606 B
Makefile

# $NetBSD: Makefile,v 1.2 2014/08/16 21:30:50 gls Exp $
DISTNAME= opusfile-0.6
CATEGORIES= audio
MASTER_SITES= http://downloads.xiph.org/releases/opus/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://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
.include "../../security/openssl/buildlink3.mk"
.include "../../audio/libopus/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"