8 Commits

Author SHA256 Message Date
ec75b4b152 Accepting request 1325655 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1325655
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsidplayfp?expand=0&rev=25
2026-01-07 15:01:35 +00:00
Илья Индиго
b10297888c - Update to version 2.16.0
* Expose the SID models actually used.
  * residfp: implemented runtime SIMD dispatch for resampler.
  * Added usbsid support.
  * Improve interrupt handling in kernal stub.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=48
2026-01-06 19:18:07 +00:00
e562305a64 Accepting request 1315092 from multimedia:libs
- Update to version 2.15.2
  * Fixed building with pre c++20 standards.
  * Fixed crash in SidDatabase parser.

OBS-URL: https://build.opensuse.org/request/show/1315092
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsidplayfp?expand=0&rev=24
2025-11-02 21:34:10 +00:00
Илья Индиго
babad1679b - Update to version 2.15.2
* Fixed building with pre c++20 standards.
  * Fixed crash in SidDatabase parser.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=46
2025-11-02 09:58:05 +00:00
4caab5520c Accepting request 1313030 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1313030
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsidplayfp?expand=0&rev=23
2025-10-23 14:35:46 +00:00
Илья Индиго
0e89d41fcd - Neon SIMD has been removed from 2.15
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=44
2025-10-22 10:40:32 +00:00
0ffdf7309a Accepting request 1306333 from multimedia:libs
- Update to version 2.15.1
  * resid/residfp: remove accidental DC offset.
  * residfp: clock voice 3 even if muted.
  * resid: fix silenced tunes.
  * fixed load performance regression.

OBS-URL: https://build.opensuse.org/request/show/1306333
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsidplayfp?expand=0&rev=22
2025-09-22 14:40:37 +00:00
Илья Индиго
3ace129ce0 - Update to version 2.15.1
* resid/residfp: remove accidental DC offset.
  * residfp: clock voice 3 even if muted.
  * resid: fix silenced tunes.
  * fixed load performance regression.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=42
2025-09-21 18:41:00 +00:00
4 changed files with 36 additions and 9 deletions

View File

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

View File

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

View File

@@ -1,3 +1,33 @@
-------------------------------------------------------------------
Tue Jan 6 12:52:17 UTC 2026 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.16.0
* Expose the SID models actually used.
* residfp: implemented runtime SIMD dispatch for resampler.
* Added usbsid support.
* Improve interrupt handling in kernal stub.
-------------------------------------------------------------------
Sun Nov 2 09:27:00 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.15.2
* Fixed building with pre c++20 standards.
* Fixed crash in SidDatabase parser.
-------------------------------------------------------------------
Wed Oct 22 09:45:19 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Neon SIMD has been removed from 2.15
-------------------------------------------------------------------
Fri Sep 19 17:43:45 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.15.1
* resid/residfp: remove accidental DC offset.
* residfp: clock voice 3 even if muted.
* resid: fix silenced tunes.
* fixed load performance regression.
-------------------------------------------------------------------
Tue Jul 1 15:22:29 UTC 2025 - Martin Hauke <mardnh@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libsidplayfp
#
# Copyright (c) 2025 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
@@ -19,14 +19,14 @@
%define soname 6
%define stilview_soname 0
Name: libsidplayfp
Version: 2.15.0
Version: 2.16.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.15/libsidplayfp-%{version}.tar.gz
Source0: https://github.com/libsidplayfp/libsidplayfp/releases/download/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: libgcrypt-devel
BuildRequires: pkgconfig
@@ -74,9 +74,6 @@ use libstilview.
%ifarch x86_64
EXTRA="--with-simd=none"
%endif
%ifarch aarch64
EXTRA="--with-simd=neon"
%endif
%configure --disable-static $EXTRA
%make_build