pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libsamplerate libsamplerate: update to 0.2.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e892d3e530b6
branches:  trunk
changeset: 458398:e892d3e530b6
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Sep 15 11:34:25 2021 +0000

description:
libsamplerate: update to 0.2.2

Version 0.2.2 (2021-09-05)
  * Fix CMake overlinking for examples (#146)
  * Switch to GCC's visibility for hiding more implementation details
  * Check GNU ld instead of gcc for exported symbols control logic in
    configure.ac
  * Disable static builds using Autotools by default. If you want static
    libraries, pass --enable-static to ./configure
  * ABI version incompatibility between Autotools and CMake build on Apple
    platforms.
  * Fixes and improvements for CMake build system.
  * Fixes and improvements for Autotools build system.
  * Switch to .xz over .bz2 for release tarballs.
  * Minor bug fixes and updates.

diffstat:

 audio/libsamplerate/Makefile |   6 +++---
 audio/libsamplerate/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (32 lines):

diff -r 3d6a5779e6b6 -r e892d3e530b6 audio/libsamplerate/Makefile
--- a/audio/libsamplerate/Makefile      Wed Sep 15 11:24:32 2021 +0000
+++ b/audio/libsamplerate/Makefile      Wed Sep 15 11:34:25 2021 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.28 2021/01/24 16:12:51 nia Exp $
+# $NetBSD: Makefile,v 1.29 2021/09/15 11:34:25 nia Exp $
 
-DISTNAME=      libsamplerate-0.2.1
+DISTNAME=      libsamplerate-0.2.2
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libsndfile/}
 GITHUB_RELEASE=        ${PKGVERSION_NOREV}
-EXTRACT_SUFX=  .tar.bz2
+EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://libsndfile.github.io/libsamplerate/
diff -r 3d6a5779e6b6 -r e892d3e530b6 audio/libsamplerate/distinfo
--- a/audio/libsamplerate/distinfo      Wed Sep 15 11:24:32 2021 +0000
+++ b/audio/libsamplerate/distinfo      Wed Sep 15 11:34:25 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2021/01/24 16:12:51 nia Exp $
+$NetBSD: distinfo,v 1.14 2021/09/15 11:34:25 nia Exp $
 
-SHA1 (libsamplerate-0.2.1.tar.bz2) = 075ffa9d53171db4356ed8f6419d0b8e3a1e8394
-RMD160 (libsamplerate-0.2.1.tar.bz2) = 2ab41928588d9aee60369e5ed678d99d1b1bab15
-SHA512 (libsamplerate-0.2.1.tar.bz2) = f54f7f12c9536868d7a11fc9cbb86857505e7b75fe34cedaf0b9bfc864da6037296b3eae303a33d4c87b7fd20d96933b91ef59c8cc3d1313b9fc21654e5daa2d
-Size (libsamplerate-0.2.1.tar.bz2) = 3747188 bytes
+SHA1 (libsamplerate-0.2.2.tar.xz) = 93eacb671d2d09e317f5ccd49967cf747cb4d937
+RMD160 (libsamplerate-0.2.2.tar.xz) = 7816165703a0c7ab4a6f2a96e1cb8cb8e7fc69ab
+SHA512 (libsamplerate-0.2.2.tar.xz) = d23ae54d23209ba22baae9e5fd178dd8e0e99205dada7e7c3a7b3a3d8cf816ed427a411bfeb008427f64da7767d645edce40811f238af11c8c386f5ef25a9f0c
+Size (libsamplerate-0.2.2.tar.xz) = 3319468 bytes



Home | Main Index | Thread Index | Old Index