SHA256
1
0
forked from pool/libsidplayfp

Accepting request 1134729 from home:mnhauke

- >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)

OBS-URL: https://build.opensuse.org/request/show/1134729
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsidplayfp?expand=0&rev=17
This commit is contained in:
2023-12-31 08:59:11 +00:00
committed by Git OBS Bridge
parent ad2385fc82
commit 258a6cd095
5 changed files with 15 additions and 17 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:e0b05169aea29136137809a859397272ce240e471b463c634df444f8e4071299
size 808633

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
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

@@ -19,7 +19,7 @@
%define soname 6
%define stilview_soname 0
Name: libsidplayfp
Version: 2.5.0
Version: 2.5.1
Release: 0
Summary: A library to play Commodore 64 music
License: GPL-2.0-or-later
@@ -27,7 +27,6 @@ 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
BuildRequires: gcc-c++
BuildRequires: libgcrypt-devel
BuildRequires: pkgconfig