mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
4e74521ff0
libebur128 is a library that implements the EBU R 128 standard for loudness normalisation. WWW: https://github.com/jiixyj/libebur128
26 lines
447 B
Makefile
26 lines
447 B
Makefile
# Created by: gahr
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libebur128
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= Implementation of the EBU R128 loudness standard
|
|
|
|
LICENSE= MIT
|
|
|
|
LIB_DEPENDS= libspeexdsp.so:${PORTSDIR}/audio/speex
|
|
|
|
USES= cmake:outsource pkgconfig
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jiixyj
|
|
GH_TAGNAME= v${PORTVERSION}
|
|
GH_COMMIT= 1214547
|
|
|
|
PLIST_SUB+= VER1=${PORTVERSION:R:R} \
|
|
VER3=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|