svn commit: r352819 - in head/audio: . libebur128

Pietro Cerutti gahr at FreeBSD.org
Fri May 2 15:46:01 UTC 2014


Author: gahr
Date: Fri May  2 15:45:59 2014
New Revision: 352819
URL: http://svnweb.freebsd.org/changeset/ports/352819
QAT: https://qat.redports.org/buildarchive/r352819/

Log:
  - New port: audio/libebur128
  
  libebur128 is a library that implements the EBU R 128 standard for loudness
  normalisation.
  
  WWW: https://github.com/jiixyj/libebur128

Added:
  head/audio/libebur128/
  head/audio/libebur128/Makefile   (contents, props changed)
  head/audio/libebur128/distinfo   (contents, props changed)
  head/audio/libebur128/pkg-descr   (contents, props changed)
  head/audio/libebur128/pkg-plist   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Fri May  2 15:44:31 2014	(r352818)
+++ head/audio/Makefile	Fri May  2 15:45:59 2014	(r352819)
@@ -359,6 +359,7 @@
     SUBDIR += libcoverart
     SUBDIR += libdiscid
     SUBDIR += libdssialsacompat
+    SUBDIR += libebur128
     SUBDIR += libechonest
     SUBDIR += libfishsound
     SUBDIR += libgig

Added: head/audio/libebur128/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/libebur128/Makefile	Fri May  2 15:45:59 2014	(r352819)
@@ -0,0 +1,25 @@
+# Created by: gahr
+# $FreeBSD$
+
+PORTNAME=	libebur128
+PORTVERSION=	1.0.1
+CATEGORIES=	audio
+
+MAINTAINER=	gahr at 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>

Added: head/audio/libebur128/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/libebur128/distinfo	Fri May  2 15:45:59 2014	(r352819)
@@ -0,0 +1,2 @@
+SHA256 (libebur128-1.0.1.tar.gz) = ede2e0052afa6b7f57cec808985586891c1d46b7fa1d3e1496d18bc711cbd546
+SIZE (libebur128-1.0.1.tar.gz) = 29770

Added: head/audio/libebur128/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/libebur128/pkg-descr	Fri May  2 15:45:59 2014	(r352819)
@@ -0,0 +1,4 @@
+libebur128 is a library that implements the EBU R 128 standard for loudness
+normalisation.
+
+WWW: https://github.com/jiixyj/libebur128

Added: head/audio/libebur128/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/libebur128/pkg-plist	Fri May  2 15:45:59 2014	(r352819)
@@ -0,0 +1,5 @@
+include/ebur128.h
+lib/libebur128.a
+lib/libebur128.so
+lib/libebur128.so.%%VER1%%
+lib/libebur128.so.%%VER3%%


More information about the svn-ports-all mailing list