6 Commits

Author SHA256 Message Date
a8b86ccd5b Accepting request 1328041 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1328041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavpack?expand=0&rev=37
2026-01-21 13:14:11 +00:00
622b094de2 - Update to version 5.9.0
* added: new feature to wvtag to copy tags from one WavPack file
    to another.
  * improved: minor tweaks to the new DNS (dynamic noise shaping)
    algorithm.
  * improved: better handling of specfic non-standard WAV and AIFF
    files.
  * fixed: issues related to encoding from an unknown length
    (e.g., pipes).
  * fixed: several fuzzer-revealed issues related to multithreading
  * fixed: potential buffer overruns in WavpackOpenRawDecoder().

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wavpack?expand=0&rev=46
2026-01-19 08:58:56 +00:00
31ff9c972b Accepting request 1244694 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1244694
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavpack?expand=0&rev=36
2025-02-11 20:20:31 +00:00
852235af88 - update to 5.8.1:
* build fixes for cmake build system

- Build AVX2 enabled hwcaps library for x86_64-v3
  * fixed: numerous minor issues
  * CVE-2020-35738: Fixed an out-of-bounds write in WavpackPackSamples (bsc#1180414)
- remove static libraries and useless libtool archive

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wavpack?expand=0&rev=44
2025-02-10 09:05:17 +00:00
2f902fc1f8 Accepting request 1242124 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1242124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wavpack?expand=0&rev=35
2025-02-04 17:09:29 +00:00
b59f204121 - Update to version 5.8.0
* added: if present, use multiple cores by default.
  * added: option --no-threads to force single-threading.
  * fixed: noise issue in hybrid mode (low bitrate / high sample
    rate).
  * improved: all new DNS algorithm for better hybrid mode quality.
  * improved: "extra" option with multithreading and hybrid modes.
  * added: TSOC (Composer Sort) added to handled ID3v2 tags.
  * added: --no-overwrite command-line option to wvunpack.
  * fixed: handling of 24+ channels (CoolEdit / Audition).
  * fixed: handling of unpacked samples in WAV files.
  * fixed: rare command-line option parsing issue.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wavpack?expand=0&rev=42
2025-02-01 16:12:04 +00:00
4 changed files with 46 additions and 9 deletions

Binary file not shown.

3
wavpack-5.9.0.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b0038f515d322042aaa6bd352d437729c6f5f904363cc85bbc9b0d8bd4a81927
size 934422

View File

@@ -1,3 +1,40 @@
-------------------------------------------------------------------
Sun Jan 18 08:57:24 UTC 2026 - Martin Hauke <mardnh@gmx.de>
- Update to version 5.9.0
* added: new feature to wvtag to copy tags from one WavPack file
to another.
* improved: minor tweaks to the new DNS (dynamic noise shaping)
algorithm.
* improved: better handling of specfic non-standard WAV and AIFF
files.
* fixed: issues related to encoding from an unknown length
(e.g., pipes).
* fixed: several fuzzer-revealed issues related to multithreading
* fixed: potential buffer overruns in WavpackOpenRawDecoder().
-------------------------------------------------------------------
Sun Feb 9 21:33:33 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 5.8.1:
* build fixes for cmake build system
-------------------------------------------------------------------
Tue Jan 28 16:20:18 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 5.8.0
* added: if present, use multiple cores by default.
* added: option --no-threads to force single-threading.
* fixed: noise issue in hybrid mode (low bitrate / high sample
rate).
* improved: all new DNS algorithm for better hybrid mode quality.
* improved: "extra" option with multithreading and hybrid modes.
* added: TSOC (Composer Sort) added to handled ID3v2 tags.
* added: --no-overwrite command-line option to wvunpack.
* fixed: handling of 24+ channels (CoolEdit / Audition).
* fixed: handling of unpacked samples in WAV files.
* fixed: rare command-line option parsing issue.
-------------------------------------------------------------------
Sat Mar 16 16:38:45 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
@@ -17,7 +54,7 @@ Sat Mar 16 16:38:45 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
* improved: convert the man pages to mdoc(7)
* improved: cmake & autoconf support
- Build AVX2 enabled hwcaps library for x86_64-v3
- Build AVX2 enabled hwcaps library for x86_64-v3
-------------------------------------------------------------------
Sat Dec 3 16:41:17 UTC 2022 - Dirk Müller <dmueller@suse.com>
@@ -30,7 +67,7 @@ Sat Dec 3 16:41:17 UTC 2022 - Dirk Müller <dmueller@suse.com>
* fixed: detect and report PCM files having non-zero padding bits
* fixed: possible crash when displaying long channel assignments
* fixed: big-endian-sourced "raw" files gave big-endian "wav"s
* fixed: numerous minor issues
* fixed: numerous minor issues
-------------------------------------------------------------------
Mon Jul 11 17:47:55 UTC 2022 - Dirk Müller <dmueller@suse.com>
@@ -63,7 +100,7 @@ Wed Mar 16 09:03:47 UTC 2022 - pgajdos@suse.com
Mon Jan 18 12:40:18 UTC 2021 - Alexandros Toptsoglou <atoptsoglou@suse.com>
- Update to version 5.4.0
* CVE-2020-35738: Fixed an out-of-bounds write in WavpackPackSamples (bsc#1180414)
* CVE-2020-35738: Fixed an out-of-bounds write in WavpackPackSamples (bsc#1180414)
* fixed: disable A32 asm code when building for Apple silicon
* fixed: issues with Adobe-style floating-point WAV files
* added: --normalize-floats option to wvunpack for correctly
@@ -234,7 +271,7 @@ Thu Sep 4 13:35:36 CEST 2008 - sbrabec@suse.cz
-------------------------------------------------------------------
Mon Aug 13 07:06:33 CEST 2007 - crrodriguez@suse.de
- remove static libraries and useless libtool archive
- remove static libraries and useless libtool archive
-------------------------------------------------------------------
Fri Jul 27 09:49:25 CEST 2007 - sbrabec@suse.cz

View File

@@ -1,7 +1,7 @@
#
# spec file for package wavpack
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define soname 1
Name: wavpack
Version: 5.7.0
Version: 5.9.0
Release: 0
Summary: Hybrid Lossless Audio Compression Format
License: BSD-3-Clause