pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/soundtouch



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Nov 13 10:56:22 UTC 2021

Modified Files:
        pkgsrc/audio/soundtouch: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/audio/soundtouch/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/soundtouch/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/soundtouch/Makefile
diff -u pkgsrc/audio/soundtouch/Makefile:1.5 pkgsrc/audio/soundtouch/Makefile:1.6
--- pkgsrc/audio/soundtouch/Makefile:1.5        Sun Jan 26 17:30:45 2020
+++ pkgsrc/audio/soundtouch/Makefile    Sat Nov 13 10:56:22 2021
@@ -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/

Index: pkgsrc/audio/soundtouch/distinfo
diff -u pkgsrc/audio/soundtouch/distinfo:1.7 pkgsrc/audio/soundtouch/distinfo:1.8
--- pkgsrc/audio/soundtouch/distinfo:1.7        Tue Oct 26 09:59:29 2021
+++ pkgsrc/audio/soundtouch/distinfo    Sat Nov 13 10:56:22 2021
@@ -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