Package Release Info

libgme-0.6.3-160000.2.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libgme-devel
libgme0-32bit

Change Logs

* Wed Jun 15 2022 gmbr3@opensuse.org
- Remove bad %defattr - not needed and causes SHLIB non-executable
  rpmlint error
* Sun Feb 28 2021 dmueller@suse.com
- update to 0.6.3:
  * includes a couple of years' worth of feature changes and bugfixes.
- drop fix-gcc10-compiler-detection.patch (upstream)
* Tue Dec 03 2019 mliska@suse.cz
- Add fix-gcc10-compiler-detection.patch in order
  to fix boo#1158320.
* Sat Jan 20 2018 tom.mbrt@googlemail.com
- Update to 0.6.2:
  * fix crashes in nsfe emulator
* Sat Jun 10 2017 tom.mbrt@googlemail.com
- Update to 0.6.1:
  * "libgme-0.6.0-pkgconfig_path.patch" and "cve-2016-9957.patch"
    got fixed upstream
  * Following functions added to API:
  - gme_tell_samples();
  - gme_seek_samples();
* Fri Dec 16 2016 psimons@suse.com
- Apply "cve-2016-9957.patch" to fix an arbitrary code execution
  vulnerability that could have been exploited using specially
  crafted SPC music files. [CVE-2016-9957, CVE-2016-9958,
  CVE-2016-9959, CVE-2016-9960, CVE-2016-9961, bsc#1015941]
* Wed Dec 23 2015 mpluskal@suse.com
- Mention baselibs.conf as source
- Use cmake macros
- Cleanup spec file with spec-cleaner
- Update project url and download location
* Wed Dec 16 2015 olaf@aepfle.de
- Add BuildRoot: for SLE_11
* Sun Mar 17 2013 reddwarf@opensuse.org
- Update to 0.6.0
  * SPC improvements:
  - Switched to newer snes_spc 0.9.0 for SPC emulation. Uses fast DSP.
  - Fixed Spc_Emu::gain().
  - Fixed support for files <0x10200 bytes.
  * Other bugfixes:
  - Fixed a couple of GBS bugs, one involving access of memory after
    realloc.
  - Blip_Buffer works on systems where 'double' is a single-precision
    floating-point type.
  - Fix uninitialized buffer size in dual_resampler.
  - Compilation warnings squashed out as of clang 3.3-pre and gcc 4.7.2.
  * API changes/additions:
  - Removed documentation of C++ interface, as the C interface in gme.h is
    the only supported one.
  - Added gme_enable_accuracy() for enabling more accurate sound emulation
    options (currently affects SPC only).
  * Build system improvements:
  - Add pkg_config support.
  - Fix build on case-insensitive systems.
  - Allow for install on Cygwin.
  - Fix install on multilib systems, such as many 64-bit distros (CMake must
    be able to figure out your system's libsuffix, if any).
  - C++ implementation symbols are not leaked into the resultant library
    file (requires symbol visibility support).
  * Sample player improvements:
  - Can toggle fast/accurate emulation (with the 'A' key).
- Remove all the previous patches (libgme-0.5.5-LIB_SUFFIX.patch,
  libgme-0.5.5-pkg_config.patch and libgme-0.5.5-symbol_visibility.patch)
- Add libgme-0.6.0-pkgconfig_path.patch
* Tue May 03 2011 reddwarf@opensuse.org
- Update libgme-0.5.5-symbol_visibility.patch to not install
  headers for functions that are not exported.