Skip to content

Commit

Permalink
Update wavpack to version 5.7.0 / rev 34 via SR 1158786
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwai authored and bmwiedemann committed Mar 18, 2024
1 parent fbfb6e5 commit aa15f44
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 3 deletions.
Binary file modified packages/w/wavpack/.files
Binary file not shown.
8 changes: 8 additions & 0 deletions packages/w/wavpack/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -291,4 +291,12 @@
<comment></comment>
<requestid>1041851</requestid>
</revision>
<revision rev="34" vrev="1">
<srcmd5>6297d90f196fecf96dc0fd87b8eb313f</srcmd5>
<version>5.7.0</version>
<time>1710776611</time>
<user>anag+factory</user>
<comment></comment>
<requestid>1158786</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/w/wavpack/wavpack-5.6.0.tar.bz2

This file was deleted.

1 change: 1 addition & 0 deletions packages/w/wavpack/wavpack-5.7.0.tar.bz2
21 changes: 21 additions & 0 deletions packages/w/wavpack/wavpack.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat Mar 16 16:38:45 UTC 2024 - Andrea Manzini <[email protected]>

- update to 5.7.0:
* added: multithreaded encoding and decoding to libwavpack (optional)
* added: option to specify multithreading in CLI programs (--threads)
* added: multithreading support to Cool Edit filter (always enabled)
* added: support for ID3v2.4 when importing tags (--import-id3)
* added: optional bitrate specification to wavpack -c option
* added: recognize WAV files with new fourcc of 'BW64'
* fixed: decode non-compliant FFmpeg files over 8 channels
* fixed: accept some common but non-compliant AIFF files
* fixed: automatically delete newly obsolete correction files
* fixed: don't delete source files if data loss warnings occur
* improved: ID3v2 tag support (more items, multiple values, pics, etc)
* improved: compression of 32-bit integer files (--optimize-int32)
* improved: convert the man pages to mdoc(7)
* improved: cmake & autoconf support

- Build AVX2 enabled hwcaps library for x86_64-v3

-------------------------------------------------------------------
Sat Dec 3 16:41:17 UTC 2022 - Dirk Müller <[email protected]>

Expand Down
5 changes: 3 additions & 2 deletions packages/w/wavpack/wavpack.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# spec file for package wavpack
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -18,7 +18,7 @@

%define soname 1
Name: wavpack
Version: 5.6.0
Version: 5.7.0
Release: 0
Summary: Hybrid Lossless Audio Compression Format
License: BSD-3-Clause
Expand All @@ -27,6 +27,7 @@ URL: https://www.wavpack.com/
Source0: https://www.wavpack.com/%{name}-%{version}.tar.bz2
Source99: baselibs.conf
BuildRequires: pkgconfig
%{?suse_build_hwcaps_libs}

%description
WavPack is an open audio compression format providing lossless, high-quality
Expand Down

0 comments on commit aa15f44

Please sign in to comment.