f771c45805
This Opus 1.1.3 release focuses mainly on optimizations and bug fixes. Changes include: * Neon optimizations improving performance on ARMv7 and ARMv8 by up to 15% * Fixes some issues with 16-bit platforms (e.g. TI C55x) * Fixes to comfort noise generation (CNG) * Documenting that PLC packets can also be 2 bytes * Includes experimental ambisonics work (--enable-ambisonics)
24 lines
536 B
Makefile
24 lines
536 B
Makefile
# $NetBSD: Makefile,v 1.8 2016/07/21 12:24:33 wiz Exp $
|
|
|
|
DISTNAME= opus-1.1.3
|
|
PKGNAME= lib${DISTNAME}
|
|
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
|
|
|
|
CONFLICTS= opus<=1.0.2
|
|
SUPERSEDES= opus<=1.0.2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= opus.pc.in
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|