Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libstilview0-3.0.2-1.3 RPM for i586

From OpenSuSE Ports Tumbleweed for i586

Name: libstilview0 Distribution: openSUSE Tumbleweed
Version: 3.0.2 Vendor: openSUSE
Release: 1.3 Build date: Sun Jun 21 11:52:57 2026
Group: Unspecified Build host: reproducible
Size: 93356 Source RPM: libsidplayfp-3.0.2-1.3.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/libsidplayfp/libsidplayfp
Summary: A library to play Commodore 64 music
A library to play Commodore 64 music based on libsidplay2.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Sun Jun 21 2026 Илья Индиго <ilya@ilya.top>
  - Updated to 3.0.2
    * https://github.com/libsidplayfp/libsidplayfp/releases/tag/v3.0.2
* Sun May 24 2026 Илья Индиго <ilya@ilya.top>
  - Updated to 3.0.1
    * https://github.com/libsidplayfp/libsidplayfp/releases/tag/v3.0.1
* Thu May 07 2026 Илья Индиго <ilya@ilya.top>
  - Added libresidfp dependency (need for mpd).
* Sat May 02 2026 Martin Hauke <mardnh@gmx.de>
  - Update to version 3.0.0
    * removed deprecated stuff and cleaned up API.
    * dropped hardsid support.
    * dropped resid emulation.
    * added new lightweigth sid emulation based on cRSID.
    * moved residfp engine to an external library (libresidfp).
    * improved kernal stub compatibility.
    * changed the default sampling freq to 48KHz.
* Sun Feb 15 2026 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.16.1
    * Fixed warnings in USBSID builder.
* Tue Jan 06 2026 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.16.0
    * Expose the SID models actually used.
    * residfp: implemented runtime SIMD dispatch for resampler.
    * Added usbsid support.
    * Improve interrupt handling in kernal stub.
* Sun Nov 02 2025 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.15.2
    * Fixed building with pre c++20 standards.
    * Fixed crash in SidDatabase parser.
* Wed Oct 22 2025 Guillaume GARDET <guillaume.gardet@opensuse.org>
  - Neon SIMD has been removed from 2.15
* Fri Sep 19 2025 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.15.1
    * resid/residfp: remove accidental DC offset.
    * residfp: clock voice 3 even if muted.
    * resid: fix silenced tunes.
    * fixed load performance regression.
* Tue Jul 01 2025 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.15.0
    * Compile with fast math, without unsafe optimizations.
    * residfp: reworked the SIMD support, removed the intrinsics
      code leaving the compiler vectorize the loop.
    * Extended the new play API.
    * Marked old play API functions as deprecated.
* Sun May 11 2025 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.14.0
    * Rough approximation of MDAC saturation for the 6581.
    * New play API for client side mixing.
    * Minor fixes and optimizations.
* Sun Apr 13 2025 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.13.0
    * Add support for c++23 where available.
    * Reworked power on delay.
    * Correctly link to pthread library.
    * Add proper compiler flag when enabling sse4.
    * resid/residfp: Use more bits for the 8580 filter cutoff
      (VICE bug 2098).
    * resid: reduce aliasing noise (VICE bug 2116).
* Tue Dec 03 2024 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.12.0
    * Better mixing for multi chip tunes.
    * fixed voice sync when a saw-combined waveform is selected.
    * residfp: updated CW parameters.
    * resid: properly adjusted 8580 Vref value.
    * switched to UTPP for unit tests.
* Sun Nov 03 2024 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.11.0
    * Removed buffer size limit from mixer.
    * residfp: avoid quantization noise.
    * residfp: implemented 6581 DC drift.
    * residfp: properly adjusted 8580 Vref value.
* Sun Oct 20 2024 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.10.1
    * residfp: fixed digiboost.
    * residfp: fixed combined waveforms.
* Sun Oct 06 2024 Martin Hauke <mardnh@gmx.de>
  - 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 2024 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.9.0
    * residfp: use c++11 threads for building filter tables.
    * residfp: code modernization and minor performance optimizations
    * Performance optimizations.
* Sat Jun 15 2024 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.8.0
    * Optimized event scheduler.
    * Stop pretendig we support pre-c++11 compilers.
    * Fixed thread unsafety for psid_driver.
    * residfp: do not cache resampling tables.
    * resid/residfp: tuned oscillator leakage.
  - Temporarily disable SIMD optimization on x86_64
* Sun May 19 2024 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.7.1
    * Sync resid with upstream.
    * Make strong CWs the default.
    * Downtune the leakage parameter a bit.
    * Fix UBSan complaint abount uninitialized var 'is6581'.
* Fri Mar 29 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 01 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 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 06 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 01 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Add fix-missing-include.patch: Add missing include exposed by gcc
    13.
  - Use ldconfig_scriptlets macro.
* Tue Feb 14 2023 Martin Hauke <mardnh@gmx.de>
  - Update to version 2.4.2
    * Fixed a memory leak.
    * Minor fixes.
  - Update to version 2.4.1
    * Fixed a memory leak introduced in 2.1.0.
  - Update to version 2.4.0
    * Use pkgconfig for UnitTest++ and libgcrypt support.
    * residfp: correct 6581 volume gain based on schematics.
    * residfp: fixed more PVS-Studio warnings.
    * residfp: refactoring, changes and cleanup.
    * residfp: updated the combined waveform model.
    * Synced resid with upstream.
    * Fixed a "comparison-with-wider-type" alert in the MUS loader.
    * Other minor changes.

Files

/usr/lib/libstilview.so.0
/usr/lib/libstilview.so.0.0.8
/usr/share/licenses/libstilview0
/usr/share/licenses/libstilview0/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 02:32:54 2026