Changelog for
SDL_mixer-devel-debuginfo-1.2.12-lp160.1.3.x86_64.rpm :
* Wed Aug 21 2024 Jan Engelhardt
- Add gcc14.patch
* Sat Aug 20 2022 Jan Engelhardt - Specfile modernization- Rename devel package to just %name-devel, which is what most our packages do.
* Tue Jan 06 2015 jengelhAATTinai.de- Improve package summary and description. Drop --with-pic which is enabled implicitly anyway, remove redundant Requires.- Enable modplug support
* Sat Nov 23 2013 bwiedemannAATTsuse.com- import patches from https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/sdl_mixer to fix mixer / mikmod free corruption (bnc#851996) Add double-free-crash.patch, mikmod1.patch and mikmod2.patch
* Tue Aug 13 2013 jengelhAATTinai.de- Some metadata spruce-up: add current URLs, softer wildcarding in the files list
* Sun Feb 24 2013 mailaenderAATTopensuse.org- Update to 1.2.12
* SDL_mixer is now under the zlib license
* Fixed seek offset with SMPEG (was relative, should be absolute)
* Added Mix_LoadMUSType_RW() so you can tell SDL_mixer what type the music is
* Added /usr/local/share/timidity to the timidity data path
* Fixed timidity loading of some MIDI files
* Fixed dropping audio in the FLAC audio decoding
* Fixed memory leak in SDL_LoadMUS()
* Removed GPL native MIDI code for new licensing
* Fixed drums playing on MIDI channel 16 with timidity
* The music-finished hook can start a track immediately
* Added support for FluidSynth
* Added support for libmodplug (disabled by default)
* Thu Jan 03 2013 crrodriguezAATTopensuse.org- Do not use dlopened libraries _ever_.
* Sat Sep 17 2011 jengelhAATTmedozas.de- Remove redundant tags/sections from specfile
* Mon Aug 01 2011 jengelhAATTmedozas.de- Update baselibs.conf to also ship libSDL_mixer-devel-32bit
* Sat Jul 02 2011 jengelhAATTmedozas.de- Use %_smp_mflags for parallel building- Strip %clean section (not needed on BS)
* Sat Jul 24 2010 reddwarfAATTopensuse.org- Add FLAC support- Recommend the libraries that are dlopened
* Tue Jan 12 2010 cooloAATTnovell.com- fix file list
* Mon Dec 21 2009 prusnakAATTsuse.cz- updated to 1.2.11
* Fixed initialization error and crashes if MikMod library isn\'t available
* Fixed bug loading multiple music files
* Added Mix_Init()/Mix_Quit() to prevent constantly loading and unloading DLLs
* Check for fork/vfork on any platform, don\'t just assume it on UNIX
* Fixed export of Mix_GetNumChunkDecoders() and Mix_GetNumMusicDecoders()
* Reset channel volumes after a fade out interrupts a fade in.
* Fixed crash race condition with position audio functions
* Fixed stereo panning in 8-bit mode
* Added /usr/share/timidity to the default timidity.cfg locations
* MOD support uses libmikmod and is dynamically loaded by default
* Added TIMIDITY_CFG environment variable to fully locate timidity.cfg
* Implemented seamless looping for music playback
* ID3 files are now recognized as MP3 format
* Added decoder enumeration API: Mix_GetNumChunkDecoders(), Mix_GetChunkDecoder(), Mix_GetNumMusicDecoders(), Mix_GetMusicDecoder()
* Added support for FLAC audio both as chunks and streaming
* Added support for streaming WAV files with Mix_LoadMUS_RW()
* Fixed crash caused by not resetting position_channels- drop no longer needed 64bit-fix.patch and timidity_cfg.patch
* Sat Dec 19 2009 jengelhAATTmedozas.de- add baselibs.conf as a source
* Wed Oct 07 2009 prusnakAATTsuse.cz- fix provides and obsoletes [bnc#544957]
* Fri May 29 2009 prusnakAATTsuse.cz- removed VisualC.zip, Watcom-OS2.zip, Xcode.tar.gz from upstream tarball [bnc#508180]
* Wed May 20 2009 prusnakAATTsuse.cz- follow Shared Library Policy
* Wed Dec 10 2008 olhAATTsuse.de- use Obsoletes: -XXbit only for ppc64 to help solver during distupgrade (bnc#437293)
* Thu Oct 30 2008 olhAATTsuse.de- obsolete old -XXbit packages (bnc#437293)
* Sat Jul 05 2008 crrodriguezAATTsuse.de- remove unusable static libraries- cleanup BuildRequires and -devel package dependencies
* Thu Apr 10 2008 roAATTsuse.de- added baselibs.conf file to build xxbit packages for multilib support
* Sun Dec 16 2007 sndirschAATTsuse.de- fixed BuildRequires for SUSE < 10.2
* Wed Jul 25 2007 prusnakAATTsuse.cz- updated to 1.2.8
* improved detection of Ogg Vorbis and Tremor libraries
* fixed memory leaks in Effects API
* added support for MP3 playback with libmad (for GPL projects only!)
* fixed the final loop of audio samples of a certain size
* added support for Ogg Vorbis playback with Tremor (an integer decoder)
* fixed memory corruption in timidity resampling code
* fixed building SDL_mixer with SDL 1.3 pre-release
* fixed compiling both timidity and native midi in the same build
* added volume control to playmus
* fixed linking with system libmikmod
* corrected no-op conditions in SetDistance(), SetPanning() and SetPosition()
* fixed copy/paste errors in channel amplitudes- dropped obsoleted patch:
* timidity-crash.patch (included in update)
* warn.patch (included in update)
* libmikmod.patch (included in update)
* Sun Jul 22 2007 ajAATTsuse.de- Cleanup BuildRequires.
* Sat Apr 14 2007 dmuellerAATTsuse.de- fix requires of devel package again
* Wed Apr 11 2007 sbrabecAATTsuse.cz- Require just created libmikmod-devel instead of libmikmod.
* Fri Mar 02 2007 prusnakAATTsuse.cz- cleaned spec file
* Thu Jan 18 2007 prusnakAATTsuse.cz- fixed crash in timidity (timidity-crash.patch) [#235376]
* Thu Sep 14 2006 nadvornikAATTsuse.cz- updated to 1.2.7:
* Added support for dynamically loading Ogg Vorbis library
* Search timidity.cfg also in /etc
* Fix memory leaks in timidity player
* Always build SDL_RWops music support- fixed Requires of devel subpackage
* Fri Mar 10 2006 bkAATTsuse.de- SDL_mixer-devel: add libstdc++ and gcc to Requires (libSDL_mixer.la)- SDL_mixer-devel: add gpm and libmikmod to Requires (libSDL_mixer.la)- SDL_mixer-devel: remove libogg-devel from Requires (already by libvorbis-devel)
* Tue Jan 31 2006 ajAATTsuse.de- Add libogg-devel libvorbis-devel to BuildRequires.
* Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Wed Jul 27 2005 nadvornikAATTsuse.cz- added libmikmod to nfb [#98983]
* Thu Jul 21 2005 nadvornikAATTsuse.cz- update to 1.2.6- added devel subpackage
* Mon Mar 28 2005 schwabAATTsuse.de- Fix namespace pollution.
* Fri Jan 28 2005 roAATTsuse.de- make it possible to build without smpeg
* Sat Jan 10 2004 adrianAATTsuse.de- add %run_ldconfig
* Fri Aug 08 2003 bkAATTsuse.de- update to 1.2.5(numerious fixes, eg for mp3 playback, midi crash)
* Mon Dec 16 2002 roAATTsuse.de- fix build with automake, use \"AUTOMAKE_OPTIONS = foreign\"
* Tue Aug 20 2002 tiwaiAATTsuse.de- fixed the detection of 64bit architectures [bug #18106]
* Mon Jul 22 2002 bkAATTsuse.de- don\'t use %configure, it uses broken target_platform syntax
* Tue Jul 16 2002 bkAATTsuse.de- update to 1.2.4
* Thu Jul 11 2002 meissnerAATTsuse.de- rerun auto
* so we get shared libraries too.
* Tue Jan 22 2002 roAATTsuse.de- changed neededforbuild to
* Thu Oct 18 2001 tiwaiAATTsuse.de- added suse_update_config to build shared libraries.- added libogg/libvorbis and devel packages to neededforbuild.
* Thu Aug 16 2001 nadvornikAATTsuse.cz- added smpeg-devel to neededforbuild
* Wed Aug 08 2001 roAATTsuse.de- changed neededforbuild to
* Wed Aug 08 2001 roAATTsuse.de- changed neededforbuild to - changed neededforbuild to
* Thu Jun 21 2001 roAATTsuse.de- added kdelibs for artsd
* Thu Apr 12 2001 nadvornikAATTsuse.cz- update to 1.2.0
* Mon Mar 26 2001 roAATTsuse.de- changed neededforbuild to
* Fri Mar 09 2001 roAATTsuse.de- added xf86
* Mon Mar 05 2001 bkAATTsuse.de- rename sdlmixer -> SDL_mixer- Update to 1.1.0 and added smpeg to neededforbuild for MP3 music support- fix copyright (LGPL) and group (Applications/Sound -> System/Libraries)- removed libmikmo from neededforbuild, SDL_mixer uses internal libmikmod (and timidity) libs
* Mon Feb 19 2001 uliAATTsuse.de- added alsa
* to neededforbuild (needed by new SDL)- added esound-devel to neededforbuild
* Sun Nov 05 2000 roAATTsuse.de- fixed neededforbuild
* Mon Oct 16 2000 nadvornikAATTsuse.cz- fixed to compile with correct CFLAGS
* Thu May 25 2000 freitagAATTsuse.de- new version v. 1.0.5