pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/libsamplerate



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Sep 15 11:34:25 UTC 2021

Modified Files:
        pkgsrc/audio/libsamplerate: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/audio/libsamplerate/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/audio/libsamplerate/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/libsamplerate/Makefile
diff -u pkgsrc/audio/libsamplerate/Makefile:1.28 pkgsrc/audio/libsamplerate/Makefile:1.29
--- pkgsrc/audio/libsamplerate/Makefile:1.28    Sun Jan 24 16:12:51 2021
+++ pkgsrc/audio/libsamplerate/Makefile Wed Sep 15 11:34:25 2021
@@ -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/

Index: pkgsrc/audio/libsamplerate/distinfo
diff -u pkgsrc/audio/libsamplerate/distinfo:1.13 pkgsrc/audio/libsamplerate/distinfo:1.14
--- pkgsrc/audio/libsamplerate/distinfo:1.13    Sun Jan 24 16:12:51 2021
+++ pkgsrc/audio/libsamplerate/distinfo Wed Sep 15 11:34:25 2021
@@ -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