pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/libsndfile libsndfile: update to 1.0.30.
details: https://anonhg.NetBSD.org/pkgsrc/rev/0d85dd0c9ae6
branches: trunk
changeset: 439497:0d85dd0c9ae6
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Sep 20 08:30:16 2020 +0000
description:
libsndfile: update to 1.0.30.
Version 1.0.30 (2020-09-18)
* Fix critical CMake bug with broken ABI of shared libsndfile library.
* CMake build system considered to be stable.
* Move sndfile.h.in from src/ to include/ directory. To avoid problems,
delete old generated sndfile.h from $(top_builddir)/src.
* Huge documentation update.
* Fix opus test failures on BE platforms, thanks to
Arthur Taylor <art%ified.ca@localhost>.
* Fix bug when sf_open_fd() function sometimes leaves filehandle open, even
if `close_desc` parameter is TRUE, thanks to @umläute.
* Fix infinite loops on some pathological SD2 files, thanks to
Jeremy Friesner <jaf%meyersound.com@localhost>.
* Switch to GitHub Actions for continuous integration.
* Add OSS-Fuzz tests to GitHub Actions workflow, thanks to
Max Dymond <cmeister2%gmail.com@localhost>.
* Fix memory leak in wavlike_read_bext_chunk() function, credit to OSS-Fuzz.
* Fix undefined behavior in avr-read_header() function, credit to OSS-Fuzz.
* Add INSTALL_PKGCONFIG_MODULE CMake option to control sndfile.pc file
installation, see README.md for details.
* Add INSTALL_MANPAGES CMake option, see README.md for details.
* Fix ENABLE_COMPATIBLE_LIBSNDFILE_NAME CMake option, now it works on MinGW
platform too.
* Fix ENABLE_CPACK CMake option, see README.md for details.
* Fix ENABLE_STATIC_RUNTIME and CMAKE_MSVC_RUNTIME_LIBRARY behavior, see
README.md for details.
* Fix CMake man pages installation bug when sndfile-deinterleave.1 and
sndfile-metadata-set.1 were not installed.
* Fix sndfile-regtest paths handling on Windows platform, thanks to
Gisle Vanem <gvanem%yahoo.no@localhost>.
diffstat:
audio/libsndfile/Makefile | 5 ++---
audio/libsndfile/PLIST | 3 ++-
audio/libsndfile/distinfo | 10 +++++-----
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (45 lines):
diff -r 480ba5014e3d -r 0d85dd0c9ae6 audio/libsndfile/Makefile
--- a/audio/libsndfile/Makefile Sun Sep 20 08:28:34 2020 +0000
+++ b/audio/libsndfile/Makefile Sun Sep 20 08:30:16 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.81 2020/08/19 20:05:44 nia Exp $
+# $NetBSD: Makefile,v 1.82 2020/09/20 08:30:16 wiz Exp $
-DISTNAME= libsndfile-1.0.29
-PKGREVISION= 2
+DISTNAME= libsndfile-1.0.30
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GITHUB:=erikd/}
GITHUB_PROJECT= libsndfile
diff -r 480ba5014e3d -r 0d85dd0c9ae6 audio/libsndfile/PLIST
--- a/audio/libsndfile/PLIST Sun Sep 20 08:28:34 2020 +0000
+++ b/audio/libsndfile/PLIST Sun Sep 20 08:30:16 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2020/08/15 23:36:38 nia Exp $
+@comment $NetBSD: PLIST,v 1.22 2020/09/20 08:30:16 wiz Exp $
bin/sndfile-cmp
bin/sndfile-concat
bin/sndfile-convert
@@ -28,6 +28,7 @@
share/doc/libsndfile/bugs.html
share/doc/libsndfile/command.html
share/doc/libsndfile/embedded_files.html
+share/doc/libsndfile/formats.html
share/doc/libsndfile/index.html
share/doc/libsndfile/libsndfile.css
share/doc/libsndfile/libsndfile.jpg
diff -r 480ba5014e3d -r 0d85dd0c9ae6 audio/libsndfile/distinfo
--- a/audio/libsndfile/distinfo Sun Sep 20 08:28:34 2020 +0000
+++ b/audio/libsndfile/distinfo Sun Sep 20 08:30:16 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.45 2020/08/20 05:24:40 gutteridge Exp $
+$NetBSD: distinfo,v 1.46 2020/09/20 08:30:16 wiz Exp $
-SHA1 (libsndfile-1.0.29.tar.bz2) = c52da003bae00abc82f4a2c6957211bebff20523
-RMD160 (libsndfile-1.0.29.tar.bz2) = 0dd4f901d62cf5edcf2e8d258ec5b2c4b24386a0
-SHA512 (libsndfile-1.0.29.tar.bz2) = 72cf038b26c66e6e085d97ef1954bd3aa76315527f632649707c76128953bfbb2c9b52527d309720ca1107a9e04e033722995911dad43b4adda46bf4a05354d7
-Size (libsndfile-1.0.29.tar.bz2) = 831090 bytes
+SHA1 (libsndfile-1.0.30.tar.bz2) = 5fb3561c59748bc19dfe633a1a1ea7f315d9d687
+RMD160 (libsndfile-1.0.30.tar.bz2) = befa91f6de5cac4302bc4a8219caf3242a3ddc56
+SHA512 (libsndfile-1.0.30.tar.bz2) = ff1e533e0480ae9d0ba08f68eb82fdbad186c65f93c74f956f2fc5a7264cd31f2610c3f8b72a93e24704cac2b05e7a00e6a43dba70391dcbd1d1c9344bd88df0
+Size (libsndfile-1.0.30.tar.bz2) = 849559 bytes
Home |
Main Index |
Thread Index |
Old Index