* Update Recommends musescore-soundfont-gm -> timgm6mb-soundfont, thanks
Thorsten Glaser (Closes: #870792)
- This time for real, thanks Adrian Bunk for noticing
- ...and setting the right bug number instead of the one for
src:libsdl2-mixer
* Update Recommends musescore-soundfont-gm -> timgm6mb-soundfont, thanks
Thorsten Glaser (Closes: #870793)
* Bump Policy Standards-Version to 4.0.0 (no changes needed)
* Switch to debhelper compat level v10
- dh flags --parallel are not needed
- autoreconf is invoked by default
* Use automatic dbgsym packages, drop -dbg
* Update Vcs-* URLs
* d/copyright: Fix missing "General" in LGPL license blurb
* Build-Depends on libmikmod-dev instead of libmikmod2-dev, thanks
Stephen Kitt (Closes: #741986)
* Bump Policy Standards-Version to 3.9.5 (no changes needed)
* Regenerate with dh_autoreconf without using upstream's autogen.sh
* debian/patches:
- Disable bug-694260-freedink_stack_corruption.patch, it is not fixing
#694260 while introducing new problems (Closes: #726912)
* Build-depend on libsmpeg-dev even if not using it, to avoid having to
use possibly obsolete local smpeg.m4 file
* Modify bug-715461-soundfont_paths.patch again to delete memory allocated
dynamically, otherwise it leaks memory when Mix_Init() is called repeatedly
(not the normal way in which the library is used, but it happens for example
with test cases in libsdl-perl, see #718129 and #715461). Thanks Fabian
Greffrath for keeping track of this and suggesting the new fix.
* Modify bug-715461-soundfont_paths.patch to add a string as dynamic memory,
and so bug-718129-rm-bad-free.patch is unnecessary (removed).
* Team upload.
* Added patch to remove bad call to SDL_free that triggered
test failure and FTBS for libsdl-perl (Closes: #718129)
* MIDI enhancements (Thanks Fabian Greffrath for the reports and the
fixes):
- Add the "--disable-music-fluidsynth-shared" parameter to ./configure so
the library is linked to libfluidsynth instead of loaded through dlopen()
at runtime (Closes: #715447).
- Add patch bug-715461-soundfont_paths.patch and depend on "sf2" sound fonts
to have good MIDI sounds by default (Closes: #715461).
* Adding patch (bug-694260-freedink_stack_corruption.patch) backported from
upstream, to protect against stack corruption when midi file has more than
16 channels (Closes: #694260). Thanks Bas Wijnen for the report and
analysis.
* Recommend midi patch set (Closes: #700375). Thanks Fabian Greffrath.
* Bump Policy Standards-Version to 3.9.4 (no changes needed)
* Add package -dbg with debugging information
* Remove field "DM-Upload-Allowed: yes", obsolete
* Change maintainer address
* Bring back the unnecessary dependencies previously dropped by Felix Geyer,
only present in experimental. This solution is preferred for the time
being, rather than start branching because of this kind of changes. We
submitted bugs and provided experimental packages well before the freeze in
order to help maintainers to fix the problems, but most packages depending
and relying on this one to include these dependencies were not fixed in
time. Dependencies will be removed for good just after Wheezy is released.
* Added patches:
- bug-688369-double_free_crash.patch: Backport patch from upstream to fix
crash caused by freeing the same memory region twice. Thanks Philipp
Klaus Krause for reporting and pointing to the fix (Closes: #688369).
[ Felix Geyer ]
* Drop unnecessary dependencies of libsdl-mixer1.2-dev
[ Manuel A. Fernandez Montecelo ]
* Upload to experimental, so people can check if their packages continue to
build with the removed dependencies
* Bump Policy Standards-Version to 3.9.3 (no changes needed)
* Build-Depends on debhelper>=9~, quells lintian warning
"package-needs-versioned-debhelper-build-depends 9"
* Build-Depends and Depends on SDL with added ~ to the version number, in
order to allow to work with backported/local versions
* Adding lintian overrides for the slightly different names "libsdl-mixer1.2"
and "libSDL-mixer-1.2-0" -- the package names are not going to change by now
for the 1.2 series
* Update debian/copyright format now that 1.0 is approved (quells lintian
unversioned-copyright-format-uri)
* New upsteam release
- debian/copyright: Switch from LGPL to zlib/libpng license, and better
document timidity (which is under 3 licenses, but primarily Artistic)
- Native MIDI code removed upstream, making some bug reports not applicable
now (Closes: #298982 #526908)
- Incorporates patch to fix bug "timidity MIDI playback plays drums that
should be musical notes" (Closes: #575575). Thanks Matthew W. Miller
<mwmiller@columbus.rr.com> for the patch.
- Supports fluidsynth and modplug, add to dependencies
* Removed patches obsolete now (because of the removal of Native GPL MIDI
code)
- 03_awe_voice.patch
- 06_dev_snd_seq.patch
* Removed patches picked from/incorporated upstream:
- 00_link_libm_hgdb31b63abab9.patch: "link libm with sdl-mixer"
- 07_FLAC_SDL_RWops_memory_leaks.patch: "Fix memory leaks with FLAC"
* Documented and refreshed the remaining patches:
- 01_no_lvorbis_logg.patch
- 02_hurd.patch
- 04_timidity_cfg_opts.patch
- 05_fallback_to_freepats.patch
* Improve description and reorganise a bit the control file
* Use "Multi-Arch: same" also for the -dev package, following the change in
sdl-net1.2 at revision 1.2.7-5
[ Felix Geyer ]
* Switch to debhelper compat level v9.
- Build for multiarch.
[ Manuel A. Fernandez Montecelo ]
* Correct watch file, the previous one was detecting versions wrongly
* Quell lintian warnings:
- binary-control-field-duplicates-source (remove field from binary package
libsdl-mixer1.2)
- unused-license-paragraph-in-dep5-copyright (remove GPL-2 paragraph)
[ Felix Geyer ]
* Fix Vcs-Browser link.
[ Manuel A. Fernandez Montecelo ]
* debian/rules:
- Issue "disable-*-shared" flags for 'configure' again, otherwise SDL_mixer
library opens those libraries in a plugin-like way (with SDL_LoadObject),
and dpkg-shlibdeps doesn't seem to generate the needed dependencies in the
binary library package.
* Upload to unstable
* Improvements in debian/rules:
- Remove support for setting some autoconf options directly, newer debhelper
takes care of this
- Using dpkg-buildflags's options as base, and hardening on top, before
preferred flags
* Modifications to dependencies and build options:
- Depending on newer dpkg-dev (quells lintian warning when using build
hardening flags)
- Removed Conflict-like dependencies (Breaks, Replaces) on
libsdl-mixer{,1.0,1.1}-dev. They are more than 10 years old and not
present in any of the last Debian releases, long unsupported.
- Use libmad (GPL) instead of unmaintained smpeg (LGPL) for mp3 support
- Stating more explicitly in debian/rules the options that we use to build
the project
- Drop --disable-shared options for the different plugins. I couldn't find
any reason for or against in the changelog, and the default is to enable
this support.
* Bump Standards-Version to 3.9.2 (no changes needed)
* Remove previous Uploaders, all of them not active for years
* Removed duplicated entry in previous version's changelog:
- "debian/copyright: updated and converted to DEP-5 (dod)"
* New upstream release (Closes: #568445 #600467)
* New maintainer
- Add myself to uploaders, and setting DM-Upload-Allowed: yes
* Incorporating changes from different sources, unreleased
- Changing "Closes" lines to "Closes_in_1.2.11-3"
* Changed debhelper compat to level 8 (level 5 before):
- Updated dependency on debhelper to (>= 8.0.0)
- Removed dependency on quilt
- Simplify a lot debian/rules file by leveraging debhelper capabilities,
only acting when deviating from auto behaviour
* Added 'source/format', with '3.0 (quilt)'
- Consequently, removed README.source
* Added 'watch' file
* Added Vcs-Git and Vcs-Browser in 'control' file
* Shipping pkg-config files
* Added FLAC support
* Updated dependencies:
- libsdl1.2-dev (>= 1.2.14) -- was (>= 1.2.4)
- libsmpeg-dev (>= 0.4.5+cvs20030824-2.2) -- was (>= 0.4.5+cvs20030824-1.3)
- libogg-dev (>= 1.2.0) -- was none
- libvorbis-dev (>= 1.2.0) -- was (>= 1.0.0-3)
- libmikmod2-dev (>= 3.1.11) -- was none
- libflac-dev (>= 1.2.1) -- was none
* Patches dropped:
- 220_mixer_segfaults.diff (applied upstream)
- 200_channel_segfaults.diff (now libmikmod ships in a zip, and it uses
system's one anyway)
- 00_mikmod_syslibs.patch (seemed to be related to remove tests in SDL_mixer
of mikmod versions, probably this restriction is not applicable now, and
it's safer to know what's SDL_mixer opinion about it anyway)
- 00_link-libm.patch (substituted from another one from upstream)
- 01_autoreconf.patch and 01_relibtoolize.patch (handled with dh_autoreconf)
- 230_racecondition_hg884a700fb3ff.diff (applied upstream)
* Patches added:
- 00_link_libm_hgdb31b63abab9.patch (backport from upstream, grabbed by
Roman Vasiyarov <rvasiyarov@gmail.com> on #600467, 1.2.11-2 UNRELEASED)
- 07_FLAC_SDL_RWops_memory_leaks.patch (Jon Dowland <jmtd@debian.org>,
1.2.11-1 UNRELEASED)
* Patches renamed:
- 00_no_lvorbis_logg.diff -> 01_no_lvorbis_logg.patch
- 04_timidity_cfg_opts.diff -> 04_timidity_cfg_opts.patch
- 05_fallback_to_freepats.diff -> 05_fallback_to_freepats.patch
- 210_dev_snd_seq.patch -> 06_dev_snd_seq.patch
* All patches refreshed
* debian/copyright: updated and converted to DEP-5 (dod)
* Non-maintainer upload.
* Stop shipping la file. Closes: #633326.
* Non-maintainer upload.
* really upload to unstable.
* Non-maintainer upload.
* Upload to unstable.
* Non-maintainer upload.
* Backport a fix for a race condition in positional effects.
Closes: #605504.
[ Barry deFreese ]
* Add myself to uploaders.
* 04_timidity_cfg_opts.diff - (Closes: #398805).
+ Ignore unknown options in timidity.cfg.
+ Thanks to Brandon Barnes for the patch.
* 05_fallback_to_freepats.diff - (Closes: #453308).
+ Use freepats config if timidity isn't present.
+ Thanks to Fabian Greffrath for the patch.
* Bump debhelper build-dep and compat to 5.
* Bump Standards Version to 3.8.1.
+ Move Homepage from package description to source stanza.
* debian/README.source:
+ New file.
* debian/control
+ Standards-version is 3.8.0.
* debian/copyright:
+ Add a copyright entry.
* 220_mixer_segfaults.diff:
+ New patch from upstream to fix a crash when the mixer is closed and
reopened (Closes: bug#502006, bug#480569).
* debian/rules:
+ Properly link the library with -lvorbisfile and -lsmpeg instead of
dynamically opening them at runtime.
* 00_no_lvorbis_logg.diff:
+ New patch. Do not uselessly link with -lvorbis -logg.
* debian/control:
+ libsdl-mixer1.2-dev: on libmikmod-dev.
* debian/rules:
+ Fix build with dpkg-buildpackage -j.
+ Pass --enable-music-libmikmod to the configure script to
enable external libmikmod (Closes: #428348).
* debian/control:
+ Standards-version is 3.7.3 (no changes).
* New upstream release (Closes: #437004).
* Use quilt instead of CDBS.
* debian/control:
+ Cleaned up the uploaders field.
* debian/patches/00_correct_linking.patch:
+ This patch is now irrelevant. Dropped.
* debian/patches/00_maintainer_mode.patch:
+ Upstream no longer uses automake. Dropped.
* debian/patches/03_awe_voice.patch:
+ Use the local awe_voice.h file because nothing guarantees its presence.
* debian/patches/200_channel_segfaults.diff:
+ Fix a nasty corruption bug when loading songs with varying number of
channels (Closes: #422021). Patch courtesy of Brandon Barnes.
* debian/patches/210_dev_snd_seq.diff:
+ Autodetect /dev/sequencer or /dev/snd/seq depending on the system
(Closes: #437793).
* debian/patches/timidity_cfg.patch:
+ Patch implemented upstream. Dropped.
[ Aurelien Jarno ]
* debian/rules:
+ change DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS= into LDFLAGS+=
+ prepend -Wl,-z,defs before --as-needed in LDFLAGS
+ don't remove acinclude.m4 in the clean rule (closes: bug#413656,
bug#424268, bug#422522).
* debian/control:
+ depends on cdbs (>= 0.4.41)
+ depends on autotools-dev (closes: bug#413655).
* patches/00_link-libm.patch:
+ new patch from Loïc Minier to link against libm (closes:
bug#413662).
* patches/01_relibtoolize.patch:
+ update
* patches/02_hurd.patch:
+ new patch from Samuel Thibault to fix FTBFS on Hurd (closes:
bug#428892).
* patches/03_awe_voice.patch:
+ new patch to fix FTBFS with linux-libc-dev (>= 2.6.22) (closes:
bug#434303).
[Josselin Mouette]
* rules: link with -Bsymbolic to avoid symbol name conflicts and
with --as-needed to reduce indirect dependencies.
* Build-depend on libmikmod-dev to use the system's libmikmod.
[ Aurelien Jarno ]
* Package now maintained by the SDL team (closes: bug#393108).
* debian/control:
+ Make the package binNMU safe.
+ Bump Standards-Version to 3.7.2 (no changes).
* Acknowledge NMU (closes: #320370).
* New upstream release (closes: #286339).
* timidity_cfg.patch: contains patch from 1.2.5-9.
* 00_correct_linking.patch: contains the patch for correctly linking
playwave and playmus.
* 00_maintainer_mode.patch: adds AM_MAINTAINER_MODE to configure.in.
* 00_mikmod_syslibs.patch: add libmikmod to SYSTEM_LIBS, not to LIBS.
* 01_relibtoolize.patch: the result of libtoolize --force --copy ;
aclocal ; automake --force-missing --add-missing --foreign --copy ;
autoconf ; rm -rf autom4te.cache with the previous patches applied.
* copyright: use "License" instead of "Copyright" (closes: #290200).
* Disable libmikmod for now.
* rules: add a relibtoolize target.
* timidity/config.h: new location for timidity configuration file
(closes: #268567).
* Makefile.am: only export Mix_.* symbols, to avoid namespace pollution. Yes
Sam, that's for you.
* Re-run libtoolize --force --copy ; aclocal-1.7 ; automake-1.7
--force-missing --add-missing --foreign --copy ; autoconf ; rm -rf
autom4te.cache.
* debian/rules: remove acinclude.m4 in clean target.
* native_midi_gpl/native_midi_gpl.c: patch from Andreas Jochens
<aj@andaco.de> to build sdl-mixer with GCC 3.4 (closes: #259834).
* debian/control: Require debhelper 4.1 for cdbs.
* mikmod/mikmod{,_internals}.h: Fix from Hans-Frieder Vogt <hfvogt@arcor.de>
for distorted sound on AMD64.
* timidity/config.h: look for configuration file in /etc/timidity.cfg
(closes: #235238).
* Enable timidity again (closes: #222861).
* debian/control:
+ Standards-version is 3.6.1 (no changes).
+ Don't recommend timidity anymore (closes: #213300).
+ Section for libsdl-mixer1.2-dev is libdevel.
+ Build-depend on cdbs.
+ Remove build-deps on libtool, automake, autoconf.
* debian/rules:
+ Rewrite using cdbs.
+ Enable native midi (closes: #200735).
+ Disable timidity, it is not in the distribution anymore.
* debian/README.Debian: removed.
* debian/compat: new file.
* Run libtoolize --force --copy ; aclocal-1.7 ;
automake-1.7 --force-missing --add-missing --foreign --copy ; autoconf
* Now ship patches to autotools stuff instead of regenerating them.
* debian/shlibs.local: removed.
* debian/copyright: document that the native midi support is now
licensed under the LGPL.
* Corrected build dependencies.
* New upstream release.
* Build against libvorbis0a by build-depending on version 1.0.0-3
(closes: #184712, #184716).
* Removed dependencies on xlibs-dev.
* Build-depend on debhelper 4.0.4 (closes: #182550).
* shlibs.local: removed svgalib, added SDL.
* */Makefile.am: don't link sublibs with anything anymore, this should
remove unuseful dependencies on libstdc++ and xlibs (closes: #183282).
* Makefile.am: SDL_LIBS_FOR_LIBS seems to be deprecated.
* configure.in: use AM_MAINTAINER_MODE.
* Cleanup in debian/rules.
* debian/rules: use dh_install.
* debian/control: standards version 3.5.8.
* mixer.c, Makefile.am, load_ogg.c, load_ogg.h: stolen from CVS; patch
from Vaclav Slavik to support OGG Vorbis samples (closes: #171604).
* New maintainer.
* Acknowledge Christopher's changes (closes: #154680, #154714).
* Lots of cleanings in debian/rules, use debhelper mode 4.
* Follow policy version 3.5.7.
* Update upstream URL and add it in description.
* Run libtoolize and so on at build time, instead of using gross hacks
(closes: #168175). It will reduce the diff size and be more easy to
maintain.
* Removed debian/patches.
* NMU to fix breakage caused by libvorbis0 split.
(closes: #154680, #154714)
* new upstream version
* new upstream version
* build-depend new SDL 1.2.4
* edit acinclude.m4 and configure.in
* re-ran libtoolize --force --copy; aclocal; automake --foreign; autoconf
* do not build-depend on aalib1-dev (closes: #143047)
* Ok, I've had enough. To make it build on slower arches as well we now
build-conflict with aclocal, autoconf, automake
* "missing" has to be executable
* libsdl-mixer1.2-dev should depend on -dev packages
(closes: #142733, #142739 )
* NMU
* built against smpeg 0.4.4-7
* Makefile.am: remove occurrences of @SDL_LIBS.*@; these are handled by
@SMPEG_LIBS.*@
* re-ran libtoolize --force --copy; aclocal; automake --foreign; autoconf
* debian/control: updated versioned Build-Depends to libsmpeg-dev (>=
0.4.4-7)
* NMU per maintainer's request
* built against libsdl1.2-dev 1.2.2-3.3 and libsmpeg-dev 0.4.4-5
* acinclude.m4: remove AC_DEFUNs for AM_PATH_SDL and AM_PATH_SMPEG so that
the ones installed on the system (patched by Debian for static X extension
library and SDL plugin support) are used
* configure.in: remove LIBS from enable_music_mp3 test, because this should
be $SMPEG_LIBS for the executables in this package and
$SMPEG_LIBS_FOR_LIBS for the libraries; the proper linkage is hauled in by
@SMPEG_LIBS@ and @SMPEG_LIBS_FOR_LIBS@ in Makefile.am anyway, so this bit
of code seems redundant, and causes compile problems if left enabled
* re-ran libtoolize --force --copy; aclocal; automake --foreign; autoconf
* debian/control:
- updated versioned Build-Depends to libsdl1.2-dev (>= 1.2.2-3.3) and
libsmpeg-dev (>= 0.4.4-5)
- updated versioned Depends of libsdl-mixer1.2-dev to libsdl1.2-dev (>=
1.2.2-3.3)
* set timidity default path to "/etc/" (closes: #126651)
* new upstream version
* tried to add Branden's fixes again in Makefile.am, aclocal.m4 and
configure.in
* re-ran libtoolize --force --copy; aclocal; automake --foreign; autoconf
* fix section in control file, libsdl-mixer1.2 goes in libs, -dev in devel
* Build-Depends on xlibs-dev, not xlib6g-dev (closes: #114584)
* NMU to fix the Big SDL and X Extension Library Problem (Closes: #115054)
* built against libsdl1.2 1.2.2-3.1 and smpeg 0.4.4-2.1
* Thanks to Eric Gillespie, Jr. and Jeff Licquia for help preparing this
solution
* timidity/config.h: incorporate one-line patch to make "/etc" the
DEFAULT_PATH
* {,mikmod/,timidity/}Makefile.am:
- add @SMPEG_LIBS@ @SDL_LIBS@ to _LDADD targets
- add @SMPEG_LIBS_FOR_LIBS@ @SDL_LIBS_FOR_LIBS@ to _LIBADD targets
* acinclude.m4: deleted
* configure.in:
- remove SDL_LIBS line
- don't define CFLAGS or LIBS here
* re-ran libtoolize --copy --force; aclocal; automake --foreign; autoconf
* debian/control:
- bumped Standards-Version (lintian-clean)
- versioned Build-Depends on libsdl1.2-dev (>= 1.2.2-3.1)
- libsdl-mixer1.2-dev Depends on libsdl1.2-dev (>= 1.2.2-3.1)
- versioned Build-Depends on libsmpeg-dev (>= 0.4.4-2.1)
* debian/postinst: only invoke ldconfig if $1 is "configure"
* sdl-mixer for SDL1.2. Initial Release. (closes: #94453)