diff options
author | danfe <danfe@FreeBSD.org> | 2015-07-22 12:32:36 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2015-07-22 12:32:36 +0800 |
commit | 9c490af6775f120e12be85bbe33ac6785155e3ee (patch) | |
tree | 35059bb89c3d376fabfa99fe750911a8049a841d | |
parent | 3abf8dd793637a9c26f3de6b7bab9ed567d8190c (diff) | |
download | freebsd-ports-gnome-9c490af6775f120e12be85bbe33ac6785155e3ee.tar.gz freebsd-ports-gnome-9c490af6775f120e12be85bbe33ac6785155e3ee.tar.zst freebsd-ports-gnome-9c490af6775f120e12be85bbe33ac6785155e3ee.zip |
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
-rw-r--r-- | audio/libebur128/Makefile | 12 | ||||
-rw-r--r-- | audio/libebur128/distinfo | 4 | ||||
-rw-r--r-- | audio/libebur128/pkg-descr | 2 | ||||
-rw-r--r-- | audio/libebur128/pkg-plist | 4 |
4 files changed, 10 insertions, 12 deletions
diff --git a/audio/libebur128/Makefile b/audio/libebur128/Makefile index 01cb47ee8fd6..1ea903e8f0a4 100644 --- a/audio/libebur128/Makefile +++ b/audio/libebur128/Makefile @@ -1,25 +1,23 @@ -# Created by: gahr +# Created by: Pietro Cerutti <gahr@FreeBSD.org> # $FreeBSD$ PORTNAME= libebur128 -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= audio MAINTAINER= ports@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> diff --git a/audio/libebur128/distinfo b/audio/libebur128/distinfo index 2ff01d73fc3e..509f2797baaa 100644 --- a/audio/libebur128/distinfo +++ b/audio/libebur128/distinfo @@ -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 diff --git a/audio/libebur128/pkg-descr b/audio/libebur128/pkg-descr index 5a7a8a8686d0..9b7017062d2e 100644 --- a/audio/libebur128/pkg-descr +++ b/audio/libebur128/pkg-descr @@ -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 diff --git a/audio/libebur128/pkg-plist b/audio/libebur128/pkg-plist index 20d6dae1b866..863b687fbf0e 100644 --- a/audio/libebur128/pkg-plist +++ b/audio/libebur128/pkg-plist @@ -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 |