13 Commits

Author SHA256 Message Date
6ca416f5ed Accepting request 1269480 from home:mnhauke
- Update to version 0.6.4
  * Extended the support of fade length in gme_info_t.
  * Added an ability to change fade duration by the new
    gme_set_fade_msecs() function.
  * Implemented RSN support via the gme_player.
  * Fixed several bugs at the GBS support.
  * Added an API to disable SPC echo completely
    (gme_disable_echo(Music_Emu*, int disable)) that can be used
    to avoid conflicts with external effects processors.
  * Implemented support for all known NSF chips.
  * Added support for more track info at M3U support.
  * The logic of the multi-channel output was changed to resolve
    the problem of the incorrect work.
  * Shared library now built with the exported symbols list and
    proper versioning enabled.
  * Added ability to build both static and shared libraries via
    CMake in the same build.
- Project moved to github, change URL, Source0.
- Use ldconfig_scriptlets macro.

OBS-URL: https://build.opensuse.org/request/show/1269480
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgme?expand=0&rev=26
2025-04-15 08:52:52 +00:00
028e945d26 Accepting request 982821 from home:gmbr3:Active
- Remove bad %defattr - not needed and causes SHLIB non-executable
  rpmlint error

OBS-URL: https://build.opensuse.org/request/show/982821
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgme?expand=0&rev=24
2022-06-20 08:06:29 +00:00
44029f0fb2 Accepting request 875806 from home:dirkmueller:Factory
- update to 0.6.3:
  * includes a couple of years' worth of feature changes and bugfixes.
- drop fix-gcc10-compiler-detection.patch (upstream)

OBS-URL: https://build.opensuse.org/request/show/875806
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgme?expand=0&rev=22
2021-03-05 16:28:55 +00:00
Tomáš Chvátal
bd09d4d0c3 Accepting request 753311 from home:marxin:branches:multimedia:libs
- Add fix-gcc10-compiler-detection.patch in order
  to fix boo#1158320.

OBS-URL: https://build.opensuse.org/request/show/753311
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgme?expand=0&rev=20
2019-12-03 18:30:10 +00:00
Tomáš Chvátal
b9cc2efeb0 Accepting request 567923 from home:derselbst:branches:multimedia:libs
- Update to 0.6.2:
  * fix crashes in nsfe emulator

OBS-URL: https://build.opensuse.org/request/show/567923
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgme?expand=0&rev=18
2018-01-20 21:33:56 +00:00
Tomáš Chvátal
7be51b8a85 Accepting request 502822 from home:derselbst:anmp
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 (do we have to bump soversion?)
   - gme_tell_samples();
   - gme_seek_samples();

OBS-URL: https://build.opensuse.org/request/show/502822
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgme?expand=0&rev=16
2017-06-10 19:52:46 +00:00
2fd7a4ee3e - 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]

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgme?expand=0&rev=14
2017-01-09 14:11:58 +00:00
Ismail Dönmez
c320f07e1e Accepting request 350533 from home:pluskalm:branches:multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/350533
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgme?expand=0&rev=12
2015-12-23 13:50:16 +00:00
959d70fafa Accepting request 349113 from home:olh:branches:multimedia:libs
- Add BuildRoot: for SLE_11

OBS-URL: https://build.opensuse.org/request/show/349113
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgme?expand=0&rev=11
2015-12-16 09:17:35 +00:00
Cristian Morales Vega
2546df36cc - 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

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgme?expand=0&rev=9
2013-03-17 10:18:37 +00:00
Cristian Morales Vega
289231f776 - Update libgme-0.5.5-symbol_visibility.patch to not install
headers for functions that are not exported.

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgme?expand=0&rev=4
2011-05-03 20:24:43 +00:00
Cristian Morales Vega
7f6919ed3e Accepting request 69472 from home:TheBlackCat:branches:multimedia:libs
Added 32bit compatibility libraries. Escaped macros in comments (fix for RPMLINT warning)

OBS-URL: https://build.opensuse.org/request/show/69472
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgme?expand=0&rev=3
2011-05-03 19:43:00 +00:00
0d4f8a9671 Accepting request 55911 from home:RedDwarf
You should remove the % from your comments on your next commit.

OBS-URL: https://build.opensuse.org/request/show/55911
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libgme?expand=0&rev=1
2010-12-14 12:35:22 +00:00