pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/soundtouch soundtouch: update to 2.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/876e0fe8affb
branches:  trunk
changeset: 769354:876e0fe8affb
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Nov 13 10:56:22 2021 +0000

description:
soundtouch: update to 2.3.1

   2.3.1:

     * Adjusted cmake build settings and header files that cmake installs

   2.3.0:

     * Disable setting "SOUNDTOUCH_ALLOW_NONEXACT_SIMD_OPTIMIZATION" by
       default. The original purpose of this setting was to avoid performance
       penalty due to unaligned SIMD memory accesses in old CPUs, but that is
       not any more issue in concurrent CPU SIMD implementations and having
       this setting enabled can cause slight compromise in result quality.
     * Bugfix: soundtouch.clear() to really clear whole processing pipeline
       state. Earlier individual variables were left uncleared, which caused
       slightly different result if the same audio stream were processed
       again after calling clear().
     * Bugfix: TDstretch to align initial offset position to be in middle of
       correlation search window. This ensures that with zero tempo change
       the output will be same as input.
     * Bugfix: Fix a bug in TDstrectch with too small initial skipFract value
       that occurred with certain processing parameter settings: Replace
       assert with assignment that corrects the situation.
     * Remove OpenMP "_init_threading" workaround from Android build as it's
       not needed with concurrent Android SDKs any more.

   2.2:

     * Improved source codes so that compiler can autovectorize them more
       effectively. This brings remarkable improvement e.g. ARM cpus equipped
       with NEON vfpu: Bencmarked 2.4x improvement in execution speed in
       ARMv7l vs the previous SoundTouch version for both integer and
       floating point sample types.
     * Bugfix: Resolved bad sound quality when using integer sample types in
       non-x86 CPU
     * Bugfix: Fixed possible reading past end of array in BPM peak detection
       algorithm

diffstat:

 audio/soundtouch/Makefile |  7 +++----
 audio/soundtouch/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 02c3d57bbd28 -r 876e0fe8affb audio/soundtouch/Makefile
--- a/audio/soundtouch/Makefile Sat Nov 13 10:49:15 2021 +0000
+++ b/audio/soundtouch/Makefile Sat Nov 13 10:56:22 2021 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2020/01/26 17:30:45 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2021/11/13 10:56:22 nia Exp $
 
-DISTNAME=      soundtouch-2.1.2
+DISTNAME=      soundtouch-2.3.1
 CATEGORIES=    audio
-MASTER_SITES=  https://gitlab.com/soundtouch/soundtouch/-/archive/${PKGVERSION_NOREV}/
-EXTRACT_SUFX=  .tar.bz2
+MASTER_SITES=  https://www.surina.net/soundtouch/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.surina.net/soundtouch/
diff -r 02c3d57bbd28 -r 876e0fe8affb audio/soundtouch/distinfo
--- a/audio/soundtouch/distinfo Sat Nov 13 10:49:15 2021 +0000
+++ b/audio/soundtouch/distinfo Sat Nov 13 10:56:22 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 09:59:29 nia Exp $
+$NetBSD: distinfo,v 1.8 2021/11/13 10:56:22 nia Exp $
 
-BLAKE2s (soundtouch-2.1.2.tar.bz2) = 38b15f715b9ee881a39fc025bd6862d94da8d157c98e348b3f0cbe051ae580c1
-SHA512 (soundtouch-2.1.2.tar.bz2) = d45cb0f94e3df32e9c76722a148f201277b2ddc3e390394c1f4ae1263f13557c6b664e90301b5f62d7561d743ab4903a44a34ab7248880b343d581cebd5f0cd9
-Size (soundtouch-2.1.2.tar.bz2) = 526281 bytes
+BLAKE2s (soundtouch-2.3.1.tar.gz) = fdf40e2cb221dc341d425235f1ef37ea288b56560f5e222cf1209786fa3e5ddd
+SHA512 (soundtouch-2.3.1.tar.gz) = 1eea5c06dc5af633b5c16902c6a951593190daf75bd6aa12e00c745080f9363e9c45ab52ddc434bd905e4195b306cc38c9143e813430c15c19a275ae1a82df24
+Size (soundtouch-2.3.1.tar.gz) = 524664 bytes



Home | Main Index | Thread Index | Old Index