pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/libebur128
Module Name: pkgsrc
Committed By: nia
Date: Tue Jul 30 13:36:32 UTC 2019
Modified Files:
pkgsrc/audio/libebur128: Makefile PLIST distinfo
Log Message:
libebur128: Update to 1.2.4
News
----
v1.2.4 released:
* Fix broken `ebur128_loudness_global_multiple()` function. Since v1.1.0 it
calculated the relative threshold just from the last state given to it,
resulting in wrong values.
* More tests
* Fix some minor build issues
* Fix uninitialized memory in `ebur128_init()`, possibly resulting in wrong
values
v1.2.3 released:
* Fix uninitialized memory access during true peak scanning (bug #72)
v1.2.2 released (v1.2.1 was mistagged):
* Fix a null pointer dereference when doing true peak scanning of 192kHz data
v1.2.0 released:
* New functions for real time loudness/peak monitoring:
* `ebur128_loudness_window()`
* `ebur128_set_max_window()`
* `ebur128_set_max_history()`
* `ebur128_prev_sample_peak()`
* `ebur128_prev_true_peak()`
* New FIR resampler for true peak calculation, removing Speex dependency
* Add true peak conformance tests
* Bug fixes
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/libebur128/Makefile \
pkgsrc/audio/libebur128/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/audio/libebur128/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/libebur128/Makefile
diff -u pkgsrc/audio/libebur128/Makefile:1.4 pkgsrc/audio/libebur128/Makefile:1.5
--- pkgsrc/audio/libebur128/Makefile:1.4 Mon Oct 10 23:16:32 2016
+++ pkgsrc/audio/libebur128/Makefile Tue Jul 30 13:36:32 2019
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2016/10/10 23:16:32 tnn Exp $
+# $NetBSD: Makefile,v 1.5 2019/07/30 13:36:32 nia Exp $
-DISTNAME= libebur128-1.1.0
+DISTNAME= libebur128-1.2.4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=jiixyj/}
GITHUB_PROJECT= libebur128
-GITHUB_TAG= ${DISTNAME:S/libebur128-/v/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/jiixyj/libebur128/
Index: pkgsrc/audio/libebur128/distinfo
diff -u pkgsrc/audio/libebur128/distinfo:1.4 pkgsrc/audio/libebur128/distinfo:1.5
--- pkgsrc/audio/libebur128/distinfo:1.4 Mon Oct 10 23:16:32 2016
+++ pkgsrc/audio/libebur128/distinfo Tue Jul 30 13:36:32 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/10/10 23:16:32 tnn Exp $
+$NetBSD: distinfo,v 1.5 2019/07/30 13:36:32 nia Exp $
-SHA1 (libebur128-1.1.0.tar.gz) = bff8e1b2014f20b4fce2f67c6445a9e1c0a4d4e3
-RMD160 (libebur128-1.1.0.tar.gz) = 2eb66acfd34557f66961e34b21fefa126fabb889
-SHA512 (libebur128-1.1.0.tar.gz) = 13a0d92eae8d991a15cb090e5f3ca34fbe285bf7e8e01e10b5ccc8be4f066e8bbff6920370d4506284f02dbfca3a5189ddfe9135f195179d356257055768c08a
-Size (libebur128-1.1.0.tar.gz) = 19318 bytes
+SHA1 (libebur128-1.2.4.tar.gz) = 74a7eb14d5ad526d8ba8fd52c69f897fc0c7aea8
+RMD160 (libebur128-1.2.4.tar.gz) = e2a297637ae8d0d9fe10e8847d2fdeca62165bb1
+SHA512 (libebur128-1.2.4.tar.gz) = d9aec133aca9240f7e859aae30cfcab07ba7aa20378187d53dfeec4cd3840d49bb117fa0698591bac04d95f9d8b5cd0b1fbe41c364694f2fa8267dd690b2dc02
+Size (libebur128-1.2.4.tar.gz) = 23140 bytes
Index: pkgsrc/audio/libebur128/PLIST
diff -u pkgsrc/audio/libebur128/PLIST:1.1 pkgsrc/audio/libebur128/PLIST:1.2
--- pkgsrc/audio/libebur128/PLIST:1.1 Sun Apr 27 09:56:24 2014
+++ pkgsrc/audio/libebur128/PLIST Tue Jul 30 13:36:32 2019
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.1 2014/04/27 09:56:24 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/07/30 13:36:32 nia Exp $
include/ebur128.h
lib/libebur128.a
lib/libebur128.so
lib/libebur128.so.1
lib/libebur128.so.${PKGVERSION}
+lib/pkgconfig/libebur128.pc
Home |
Main Index |
Thread Index |
Old Index