Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ec75b4b152 | |||
|
|
b10297888c | ||
| e562305a64 | |||
|
|
babad1679b | ||
| 4caab5520c | |||
|
|
0e89d41fcd | ||
| 0ffdf7309a | |||
|
|
3ace129ce0 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42c28b9ef57998ad66bbbb3dfab00c6684715c643d9ccc9ac8da4d7cf296dd00
|
||||
size 853021
|
||||
3
libsidplayfp-2.16.0.tar.gz
Normal file
3
libsidplayfp-2.16.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81bfd58ccaa3a0ef28c903b841b4fa3014811901fd12fbb9a80b7b5d5ec2b151
|
||||
size 873824
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user