b1e513b6dd
"This release adds a new function ebur128_relative_threshold(), adds the new channel definitions from ITU R-REC-BS 1770-4 to the channel enum, and fixes some build issues."
19 lines
524 B
Makefile
19 lines
524 B
Makefile
# $NetBSD: Makefile,v 1.4 2016/10/10 23:16:32 tnn Exp $
|
|
|
|
DISTNAME= libebur128-1.1.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=jiixyj/}
|
|
GITHUB_PROJECT= libebur128
|
|
GITHUB_TAG= ${DISTNAME:S/libebur128-/v/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/jiixyj/libebur128/
|
|
COMMENT= EBU R128 loudness standard implementation
|
|
LICENSE= mit
|
|
|
|
USE_CMAKE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../audio/speex/buildlink3.mk"
|
|
.include "../../audio/speexdsp/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|