Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| cce197e8a2 | |||
|
|
3165955dc3 | ||
| e80032b382 | |||
|
|
19331a113a | ||
|
|
315ea7468d |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:216171c5bbe4f5a9524d73a2ee9e7e597c71a040e5d7c9e35b92c9dc459c2985
|
||||
size 15532428
|
||||
3
sonivox-4.0.0.tar.gz
Normal file
3
sonivox-4.0.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd07e384041df010576b2bc1626625465f93ac6ae2e96ae792d0994b816880b1
|
||||
size 16217360
|
||||
@@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 17 12:08:50 UTC 2026 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 4.0.0
|
||||
* fix tempo calculations
|
||||
* build MP3 support only when configuring 16 bit samples
|
||||
* Fix DLS loop
|
||||
* Fix "WT_VoiceGain: numSamples <= 0" error
|
||||
* XMF format support
|
||||
* Build system refactoring
|
||||
* Increase library version to 4
|
||||
* Tests and workflows simplification
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 16 12:14:59 UTC 2025 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 3.6.16
|
||||
* Fix bswap use on Android
|
||||
* add templates and guidelines
|
||||
* Improve test dls downloading
|
||||
* Implement a-law/u-law wave format decoding for dls
|
||||
* Fix logic error in loop boundary check
|
||||
* Addition fix of #37: fix SonivoxTestEnvironment getTmp()
|
||||
* Implement WAVE_FORMAT_MPEGLAYER3 decoding for dls
|
||||
* Rescue commented logging calls
|
||||
* Selectable verbosity level
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 20 14:29:19 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 3.6.15
|
||||
* Add chorus, reverb dry and master gain for sonivoxrender
|
||||
* The new host wrapper
|
||||
* Implement hwng for macOS and fallback ReadAt for other
|
||||
platforms
|
||||
* Fix wt_200k_G.c "initializer element is not constant" error
|
||||
with GCC < 8.1
|
||||
- Disable tests. They require downloading a soundfont file from
|
||||
a 3rd party website with this release.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 13 15:27:43 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
||||
21
sonivox.spec
21
sonivox.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sonivox
|
||||
#
|
||||
# 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
|
||||
@@ -16,18 +16,18 @@
|
||||
#
|
||||
|
||||
|
||||
%define soversion 3
|
||||
%define soversion 4
|
||||
Name: sonivox
|
||||
Version: 3.6.14
|
||||
Version: 4.0.0
|
||||
Release: 0
|
||||
Summary: Fork of the AOSP 'platform_external_sonivox' project
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/pedrolcl/sonivox
|
||||
Source: https://github.com/pedrolcl/sonivox/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
BuildRequires: cmake >= 3.14
|
||||
BuildRequires: cmake >= 3.21
|
||||
%if 0%{?suse_version} == 1500
|
||||
BuildRequires: gcc13-c++
|
||||
BuildRequires: gcc13-PIE
|
||||
BuildRequires: gcc14-PIE
|
||||
BuildRequires: gcc14-c++
|
||||
%endif
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig
|
||||
@@ -70,12 +70,12 @@ Development files for the sonivox library.
|
||||
|
||||
%build
|
||||
%if 0%{?suse_version} == 1500
|
||||
export CC=gcc-13 CXX=g++-13
|
||||
export CC=gcc-14 CXX=g++-14
|
||||
%endif
|
||||
|
||||
%cmake -DBUILD_SONIVOX_STATIC:BOOL=FALSE \
|
||||
-DBUILD_EXAMPLE:BOOL=FALSE \
|
||||
-DBUILD_TESTING:BOOL=TRUE
|
||||
-DBUILD_TESTING:BOOL=FALSE
|
||||
|
||||
%cmake_build
|
||||
|
||||
@@ -84,8 +84,9 @@ export CC=gcc-13 CXX=g++-13
|
||||
|
||||
%ldconfig_scriptlets -n libsonivox%{soversion}
|
||||
|
||||
%check
|
||||
%ctest
|
||||
%files
|
||||
%{_bindir}/sonivoxrender
|
||||
%{_mandir}/man1/sonivoxrender.1%{?ext_man}
|
||||
|
||||
%files -n libsonivox%{soversion}
|
||||
%license LICENSE
|
||||
|
||||
Reference in New Issue
Block a user