Accepting request 1327806 from multimedia:libs

Update to 4.0.0

OBS-URL: https://build.opensuse.org/request/show/1327806
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sonivox?expand=0&rev=5
This commit is contained in:
2026-01-17 20:42:46 +00:00
committed by Git OBS Bridge
4 changed files with 27 additions and 10 deletions
+13
View File
@@ -1,3 +1,16 @@
-------------------------------------------------------------------
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>
+11 -7
View File
@@ -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.16
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,7 +70,7 @@ 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 \
@@ -84,6 +84,10 @@ export CC=gcc-13 CXX=g++-13
%ldconfig_scriptlets -n libsonivox%{soversion}
%files
%{_bindir}/sonivoxrender
%{_mandir}/man1/sonivoxrender.1%{?ext_man}
%files -n libsonivox%{soversion}
%license LICENSE
%{_libdir}/libsonivox.so.*
-3
View File
@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8e9adf39a5e60c5b9ce4d1b79c83680cfab97d6e8eec6ffb6a3d0bad41413531
size 15563296
+3
View File
@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd07e384041df010576b2bc1626625465f93ac6ae2e96ae792d0994b816880b1
size 16217360