Accepting request 1163630 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1163630 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsidplayfp?expand=0&rev=11
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cc6bb9418ad3f64772c54c011552b113f8ef82f9820d74d4c2fed5976d4905e9
|
|
||||||
size 810169
|
|
3
libsidplayfp-2.7.0.tar.gz
Normal file
3
libsidplayfp-2.7.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6f6e73f53efc62b9f27978cba137d728bc153425496324ba0332eaa037f0a4cb
|
||||||
|
size 810349
|
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 29 19:25:07 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
- Update to version 2.7.0
|
||||||
|
* residfp: refactor residfp filter.
|
||||||
|
* residfp: added ability to adjust the uCox parameter at runtime.
|
||||||
|
* residfp: allow setting the combined waveforms strength.
|
||||||
|
* resid/residfp: emulate oscillator leakage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 1 10:04:11 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
Mon Jan 1 10:04:11 UTC 2024 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@@ -19,14 +19,14 @@
|
|||||||
%define soname 6
|
%define soname 6
|
||||||
%define stilview_soname 0
|
%define stilview_soname 0
|
||||||
Name: libsidplayfp
|
Name: libsidplayfp
|
||||||
Version: 2.6.0
|
Version: 2.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library to play Commodore 64 music
|
Summary: A library to play Commodore 64 music
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
#Git-Clone: https://github.com/libsidplayfp/libsidplayfp.git
|
#Git-Clone: https://github.com/libsidplayfp/libsidplayfp.git
|
||||||
URL: https://sourceforge.net/projects/sidplay-residfp/
|
URL: https://sourceforge.net/projects/sidplay-residfp/
|
||||||
Source0: https://sourceforge.net/projects/sidplay-residfp/files/libsidplayfp/2.6/libsidplayfp-%{version}.tar.gz
|
Source0: https://sourceforge.net/projects/sidplay-residfp/files/libsidplayfp/2.7/libsidplayfp-%{version}.tar.gz
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
@@ -88,6 +88,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%ldconfig_scriptlets -n libsidplayfp%{soname}
|
%ldconfig_scriptlets -n libsidplayfp%{soname}
|
||||||
%ldconfig_scriptlets -n libstilview%{stilview_soname}
|
%ldconfig_scriptlets -n libstilview%{stilview_soname}
|
||||||
|
|
||||||
|
%check
|
||||||
|
|
||||||
%files -n libsidplayfp%{soname}
|
%files -n libsidplayfp%{soname}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{_libdir}/libsidplayfp.so.%{soname}*
|
%{_libdir}/libsidplayfp.so.%{soname}*
|
||||||
|
Reference in New Issue
Block a user