SHA256
1
0
forked from pool/libsidplayfp

Accepting request 1181028 from home:mnhauke

- Update to version 2.8.0
  * Optimized event scheduler.
  * Stop pretendig we support pre-c++11 compilers.
  * Fixed thread unsafety for psid_driver.
  * residfp: do not cache resampling tables.
  * resid/residfp: tuned oscillator leakage.
- Temporarily disable SIMD optimization on x86_64

OBS-URL: https://build.opensuse.org/request/show/1181028
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=24
This commit is contained in:
Takashi Iwai 2024-06-16 17:54:06 +00:00 committed by Git OBS Bridge
parent 7ccc659ae9
commit 487f80b4c9
4 changed files with 17 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Jun 15 12:32:28 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.8.0
* Optimized event scheduler.
* Stop pretendig we support pre-c++11 compilers.
* Fixed thread unsafety for psid_driver.
* residfp: do not cache resampling tables.
* resid/residfp: tuned oscillator leakage.
- Temporarily disable SIMD optimization on x86_64
-------------------------------------------------------------------
Sun May 19 12:52:40 UTC 2024 - Martin Hauke <mardnh@gmx.de>

View File

@ -19,14 +19,14 @@
%define soname 6
%define stilview_soname 0
Name: libsidplayfp
Version: 2.7.1
Version: 2.8.0
Release: 0
Summary: A library to play Commodore 64 music
License: GPL-2.0-or-later
Group: System/Libraries
#Git-Clone: https://github.com/libsidplayfp/libsidplayfp.git
URL: https://sourceforge.net/projects/sidplay-residfp/
Source0: https://sourceforge.net/projects/sidplay-residfp/files/libsidplayfp/2.7/libsidplayfp-%{version}.tar.gz
Source0: https://sourceforge.net/projects/sidplay-residfp/files/libsidplayfp/2.8/libsidplayfp-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: libgcrypt-devel
BuildRequires: pkgconfig
@ -72,7 +72,7 @@ use libstilview.
%build
%ifarch x86_64
EXTRA="--with-simd=sse2"
EXTRA="--with-simd=none"
%endif
%ifarch aarch64
EXTRA="--with-simd=neon"