1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- New port: audio/libebur128

libebur128 is a library that implements the EBU R 128 standard for loudness
normalisation.

WWW: https://github.com/jiixyj/libebur128
This commit is contained in:
Pietro Cerutti 2014-05-02 15:45:59 +00:00
parent 57e1777e91
commit 4e74521ff0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352819
5 changed files with 37 additions and 0 deletions

View File

@ -359,6 +359,7 @@
SUBDIR += libcoverart
SUBDIR += libdiscid
SUBDIR += libdssialsacompat
SUBDIR += libebur128
SUBDIR += libechonest
SUBDIR += libfishsound
SUBDIR += libgig

25
audio/libebur128/Makefile Normal file
View File

@ -0,0 +1,25 @@
# 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>

View File

@ -0,0 +1,2 @@
SHA256 (libebur128-1.0.1.tar.gz) = ede2e0052afa6b7f57cec808985586891c1d46b7fa1d3e1496d18bc711cbd546
SIZE (libebur128-1.0.1.tar.gz) = 29770

View File

@ -0,0 +1,4 @@
libebur128 is a library that implements the EBU R 128 standard for loudness
normalisation.
WWW: https://github.com/jiixyj/libebur128

View File

@ -0,0 +1,5 @@
include/ebur128.h
lib/libebur128.a
lib/libebur128.so
lib/libebur128.so.%%VER1%%
lib/libebur128.so.%%VER3%%