forked from pool/wavpack
Accepting request 1158558 from home:amanzini:branches:multimedia:libs
- 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 OBS-URL: https://build.opensuse.org/request/show/1158558 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/wavpack?expand=0&rev=40
This commit is contained in:
parent
fbc8afd363
commit
0a4e257178
BIN
wavpack-5.6.0.tar.bz2
(Stored with Git LFS)
BIN
wavpack-5.6.0.tar.bz2
(Stored with Git LFS)
Binary file not shown.
BIN
wavpack-5.7.0.tar.bz2
(Stored with Git LFS)
Normal file
BIN
wavpack-5.7.0.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 16:38:45 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
@ -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
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user