Accepting request 1136207 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/1136207
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsidplayfp?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2024-01-03 11:26:49 +00:00 committed by Git OBS Bridge
commit fbb05acd73
5 changed files with 27 additions and 19 deletions

View File

@ -1,12 +0,0 @@
Index: libsidplayfp-2.5.0/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>
#include <sstream>
+#include <cstdint>
#include "siddefs-fp.h"

View File

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

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Jan 1 10:04:11 UTC 2024 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.6.0
* residfp is now thread-safe.
* residfp: fixed SSE2 version of convolve.
* residfp: updated combined waveforms model.
* residfp: amplify the output by a model dependent scale factor.
* a couple of autotools fixes.
-------------------------------------------------------------------
Sat Dec 23 11:33:14 UTC 2023 - Martin Hauke <mardnh@gmx.de>
- >Update to version 2.5.1
* Check for {g,}od at configure time.
* residfp: fix a 6581 filter bug where values could actually go
negative.
* Sync resid with upstream.
- Drop patch:
* fix-missing-include.patch (not longer needed)
-------------------------------------------------------------------
Thu Jul 6 20:55:10 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package libsidplayfp
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,15 +19,14 @@
%define soname 6
%define stilview_soname 0
Name: libsidplayfp
Version: 2.5.0
Version: 2.6.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.5/libsidplayfp-%{version}.tar.gz
Patch0: fix-missing-include.patch
Source0: https://sourceforge.net/projects/sidplay-residfp/files/libsidplayfp/2.6/libsidplayfp-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: libgcrypt-devel
BuildRequires: pkgconfig