svn commit: r392661 - head/audio/libebur128
Alexey Dokuchaev
danfe at FreeBSD.org
Wed Jul 22 04:32:38 UTC 2015
Author: danfe
Date: Wed Jul 22 04:32:36 2015
New Revision: 392661
URL: https://svnweb.freebsd.org/changeset/ports/392661
Log:
Update to version 1.0.2, small bug fix release (fixes a rare memory leak and
updates the documentation of the EBUR128_MODE_I mode parameter). While here,
improve grammar in the port description text.
PR: 199209
Modified:
head/audio/libebur128/Makefile
head/audio/libebur128/distinfo
head/audio/libebur128/pkg-descr
head/audio/libebur128/pkg-plist
Modified: head/audio/libebur128/Makefile
==============================================================================
--- head/audio/libebur128/Makefile Wed Jul 22 04:15:03 2015 (r392660)
+++ head/audio/libebur128/Makefile Wed Jul 22 04:32:36 2015 (r392661)
@@ -1,25 +1,23 @@
-# Created by: gahr
+# Created by: Pietro Cerutti <gahr at FreeBSD.org>
# $FreeBSD$
PORTNAME= libebur128
-PORTVERSION= 1.0.1
+PORTVERSION= 1.0.2
DISTVERSIONPREFIX= v
-PORTREVISION= 1
CATEGORIES= audio
MAINTAINER= ports at FreeBSD.org
COMMENT= Implementation of the EBU R128 loudness standard
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libspeexdsp.so:${PORTSDIR}/audio/speexdsp
-USES= cmake:outsource pkgconfig
-
USE_GITHUB= yes
GH_ACCOUNT= jiixyj
-PLIST_SUB+= VER1=${PORTVERSION:R:R} \
- VER3=${PORTVERSION}
+USES= cmake:outsource pkgconfig
+USE_LDCONFIG= yes
.include <bsd.port.mk>
Modified: head/audio/libebur128/distinfo
==============================================================================
--- head/audio/libebur128/distinfo Wed Jul 22 04:15:03 2015 (r392660)
+++ head/audio/libebur128/distinfo Wed Jul 22 04:32:36 2015 (r392661)
@@ -1,2 +1,2 @@
-SHA256 (jiixyj-libebur128-v1.0.1_GH0.tar.gz) = 01aa7aed90c593944eeb3087a6f965557dc708de360bf1a589b3babb021e7336
-SIZE (jiixyj-libebur128-v1.0.1_GH0.tar.gz) = 29760
+SHA256 (jiixyj-libebur128-v1.0.2_GH0.tar.gz) = 9b334d31a26b47ba6740bb7bbee7a24461d535f426b1ed42368c187e27c08323
+SIZE (jiixyj-libebur128-v1.0.2_GH0.tar.gz) = 29794
Modified: head/audio/libebur128/pkg-descr
==============================================================================
--- head/audio/libebur128/pkg-descr Wed Jul 22 04:15:03 2015 (r392660)
+++ head/audio/libebur128/pkg-descr Wed Jul 22 04:32:36 2015 (r392661)
@@ -1,4 +1,4 @@
libebur128 is a library that implements the EBU R 128 standard for loudness
-normalisation.
+normalization.
WWW: https://github.com/jiixyj/libebur128
Modified: head/audio/libebur128/pkg-plist
==============================================================================
--- head/audio/libebur128/pkg-plist Wed Jul 22 04:15:03 2015 (r392660)
+++ head/audio/libebur128/pkg-plist Wed Jul 22 04:32:36 2015 (r392661)
@@ -1,5 +1,5 @@
include/ebur128.h
lib/libebur128.a
lib/libebur128.so
-lib/libebur128.so.%%VER1%%
-lib/libebur128.so.%%VER3%%
+lib/libebur128.so.1
+lib/libebur128.so.1.0.1
More information about the svn-ports-all
mailing list