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:
parent
57e1777e91
commit
4e74521ff0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352819
@ -359,6 +359,7 @@
|
||||
SUBDIR += libcoverart
|
||||
SUBDIR += libdiscid
|
||||
SUBDIR += libdssialsacompat
|
||||
SUBDIR += libebur128
|
||||
SUBDIR += libechonest
|
||||
SUBDIR += libfishsound
|
||||
SUBDIR += libgig
|
||||
|
25
audio/libebur128/Makefile
Normal file
25
audio/libebur128/Makefile
Normal 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>
|
2
audio/libebur128/distinfo
Normal file
2
audio/libebur128/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (libebur128-1.0.1.tar.gz) = ede2e0052afa6b7f57cec808985586891c1d46b7fa1d3e1496d18bc711cbd546
|
||||
SIZE (libebur128-1.0.1.tar.gz) = 29770
|
4
audio/libebur128/pkg-descr
Normal file
4
audio/libebur128/pkg-descr
Normal 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
|
5
audio/libebur128/pkg-plist
Normal file
5
audio/libebur128/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
include/ebur128.h
|
||||
lib/libebur128.a
|
||||
lib/libebur128.so
|
||||
lib/libebur128.so.%%VER1%%
|
||||
lib/libebur128.so.%%VER3%%
|
Loading…
Reference in New Issue
Block a user