pkgsrc/audio/opusfile/Makefile
wiz 018a1d197c Import opusfile-0.5 as audio/opusfile.
Opus is a totally open, royalty-free, highly versatile audio codec.
Opus is unmatched for interactive speech and music transmission
over the Internet, but also intended for storage and streaming
applications. It is standardized by the Internet Engineering Task
Force (IETF) as RFC 6716 which incorporated technology from Skype's
SILK codec and Xiph.Org's CELT codec.

This package contains a high level API for decoding and seeking in
opus files.
2014-04-12 06:39:34 +00:00

22 lines
606 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/04/12 06:39:34 wiz Exp $
DISTNAME= opusfile-0.5
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"