Accepting request 1097447 from home:amanzini:branches:multimedia:libs

- Update to version 2.5.0
  * residfp: reworked the combined waveforms model by separating pulldown effect from waveform generation
  * residfp: tweaked the 8580 filter parameters for increased volume and less distortion (#45)
  * Updated to latest resid
  * Use OpenMP to speedup LUTs initialization
  * CIA: minor rework based on chip reverse engineering
  * Use c++17 where available
  * Added sanity check for buffer size
  * Minor mixer optimizations
  * Other minor changes

OBS-URL: https://build.opensuse.org/request/show/1097447
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=15
This commit is contained in:
2023-07-07 15:41:04 +00:00
committed by Git OBS Bridge
parent 74efcf2342
commit ad2385fc82
5 changed files with 22 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
Index: libsidplayfp-2.4.2/src/builders/residfp-builder/residfp/resample/SincResampler.cpp
Index: libsidplayfp-2.5.0/src/builders/residfp-builder/residfp/resample/SincResampler.cpp
===================================================================
--- libsidplayfp-2.4.2.orig/src/builders/residfp-builder/residfp/resample/SincResampler.cpp
+++ libsidplayfp-2.4.2/src/builders/residfp-builder/residfp/resample/SincResampler.cpp
--- libsidplayfp-2.5.0.orig/src/builders/residfp-builder/residfp/resample/SincResampler.cpp
+++ libsidplayfp-2.5.0/src/builders/residfp-builder/residfp/resample/SincResampler.cpp
@@ -27,6 +27,7 @@
#include <cmath>
#include <iostream>

View File

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

View File

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

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Jul 6 20:55:10 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
- Update to version 2.5.0
* residfp: reworked the combined waveforms model by separating pulldown effect from waveform generation
* residfp: tweaked the 8580 filter parameters for increased volume and less distortion (#45)
* Updated to latest resid
* Use OpenMP to speedup LUTs initialization
* CIA: minor rework based on chip reverse engineering
* Use c++17 where available
* Added sanity check for buffer size
* Minor mixer optimizations
* Other minor changes
-------------------------------------------------------------------
Sat Apr 1 21:08:40 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@@ -19,14 +19,14 @@
%define soname 6
%define stilview_soname 0
Name: libsidplayfp
Version: 2.4.2
Version: 2.5.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.4/libsidplayfp-%{version}.tar.gz
Source0: https://sourceforge.net/projects/sidplay-residfp/files/libsidplayfp/2.5/libsidplayfp-%{version}.tar.gz
Patch0: fix-missing-include.patch
BuildRequires: gcc-c++
BuildRequires: libgcrypt-devel