diff --git a/libsidplayfp-2.10.0.tar.gz b/libsidplayfp-2.10.0.tar.gz new file mode 100644 index 0000000..10309e5 --- /dev/null +++ b/libsidplayfp-2.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23316db96bcb5238e07c3d033832322c56159ab8ba27e7471fd1fbbf781d3047 +size 811416 diff --git a/libsidplayfp-2.9.0.tar.gz b/libsidplayfp-2.9.0.tar.gz deleted file mode 100644 index a5a3653..0000000 --- a/libsidplayfp-2.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5143f621841efe1abc4646fe5389b24d3d6b73752f38049112ecb8fd69eddd4a -size 807772 diff --git a/libsidplayfp.changes b/libsidplayfp.changes index 396916b..2c268de 100644 --- a/libsidplayfp.changes +++ b/libsidplayfp.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Oct 6 13:05:51 UTC 2024 - Martin Hauke + +- Update to version 2.10.0 + * Add support for c++20 where available. + * residfp: retuned cw parameters after measuring waves RMS. + * residfp: code refactoring and minor performance optimizations. + * resid/residfp: scale down filter inputs in the mixer for 6581. + * Centralized handling of muted voices and allow muting samples. + * new API to toggle the filter and deprecated sidplayfp::filter. + ------------------------------------------------------------------- Sun Aug 25 16:52:01 UTC 2024 - Martin Hauke diff --git a/libsidplayfp.spec b/libsidplayfp.spec index 694dfaf..1fcfda2 100644 --- a/libsidplayfp.spec +++ b/libsidplayfp.spec @@ -19,14 +19,14 @@ %define soname 6 %define stilview_soname 0 Name: libsidplayfp -Version: 2.9.0 +Version: 2.10.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.9/libsidplayfp-%{version}.tar.gz +Source0: https://sourceforge.net/projects/sidplay-residfp/files/libsidplayfp/2.10/libsidplayfp-%{version}.tar.gz BuildRequires: gcc-c++ BuildRequires: libgcrypt-devel BuildRequires: pkgconfig