aboutsummaryrefslogtreecommitdiff
path: root/audio/libebur128
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2015-07-22 04:32:36 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2015-07-22 04:32:36 +0000
commitdbf7e2a831c3699dd6260c8fdf2c86af21cdf777 (patch)
tree35059bb89c3d376fabfa99fe750911a8049a841d /audio/libebur128
parent8e3343ad546ae37ccd3bc2c9ee592282eb4bcfc4 (diff)
downloadports-dbf7e2a831c3699dd6260c8fdf2c86af21cdf777.tar.gz
ports-dbf7e2a831c3699dd6260c8fdf2c86af21cdf777.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
Notes
Notes: svn path=/head/; revision=392661
Diffstat (limited to 'audio/libebur128')
-rw-r--r--audio/libebur128/Makefile12
-rw-r--r--audio/libebur128/distinfo4
-rw-r--r--audio/libebur128/pkg-descr2
-rw-r--r--audio/libebur128/pkg-plist4
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