blob: 8aebe4b42a92c57b426889a27edb5860685345e2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Created by: Pietro Cerutti <gahr@FreeBSD.org>
# $FreeBSD$
PORTNAME= libebur128
PORTVERSION= 1.2.4
DISTVERSIONPREFIX= v
CATEGORIES= audio
MAINTAINER= ports@FreeBSD.org
COMMENT= Implementation of the EBU R128 loudness standard
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libspeexdsp.so:audio/speexdsp
USE_GITHUB= yes
GH_ACCOUNT= jiixyj
USES= cmake localbase:ldflags pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.mk>
|