From owner-svn-ports-all@FreeBSD.ORG Fri May 2 15:46:01 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 034F687F; Fri, 2 May 2014 15:46:01 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D90D416C1; Fri, 2 May 2014 15:46:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s42Fk0r9017345; Fri, 2 May 2014 15:46:00 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s42FjxHf017325; Fri, 2 May 2014 15:45:59 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201405021545.s42FjxHf017325@svn.freebsd.org> From: Pietro Cerutti Date: Fri, 2 May 2014 15:45:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r352819 - in head/audio: . libebur128 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 15:46:01 -0000 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@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 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%%