Skip to content

Debian Changelog sdl-mixer1.2 (1.2.6-1.1)

2005

sdl-mixer1.2 (1.2.6-1.1) unstable; urgency=low

   * NMU
   * Recompile with tightened build dependency on libsmpeg-dev (thanks, doko)

 -- Isaac Clerencia <isaac@debian.org>  Fri, 29 Jul 2005 00:40:46 +0200

sdl-mixer1.2 (1.2.6-1) unstable; urgency=low

   * 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.

 -- Josselin Mouette <joss@debian.org>  Sat, 22 Jan 2005 04:38:44 +0100

2004

sdl-mixer1.2 (1.2.5-9) unstable; urgency=low

   * timidity/config.h: new location for timidity configuration file
     (closes: #268567).

 -- Josselin Mouette <joss@debian.org>  Tue, 21 Sep 2004 11:46:42 +0200

sdl-mixer1.2 (1.2.5-8) unstable; urgency=low

   * 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.

 -- Josselin Mouette <joss@debian.org>  Wed, 4 Aug 2004 02:35:42 +0200

sdl-mixer1.2 (1.2.5-7) unstable; urgency=low

   * native_midi_gpl/native_midi_gpl.c: patch from Andreas Jochens
     <aj@andaco.de> to build sdl-mixer with GCC 3.4 (closes: #259834).

 -- Josselin Mouette <joss@debian.org>  Sat, 17 Jul 2004 11:53:30 +0200

sdl-mixer1.2 (1.2.5-6) unstable; urgency=low

   * 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.

 -- Josselin Mouette <joss@debian.org>  Sat, 10 Jul 2004 07:55:02 +0200

sdl-mixer1.2 (1.2.5-5) unstable; urgency=low

   * timidity/config.h: look for configuration file in /etc/timidity.cfg
     (closes: #235238).

 -- Josselin Mouette <joss@debian.org>  Sat, 28 Feb 2004 12:19:03 +0100

sdl-mixer1.2 (1.2.5-4) unstable; urgency=low

   * Enable timidity again (closes: #222861).

 -- Josselin Mouette <joss@debian.org>  Fri, 20 Feb 2004 12:06:36 +0100

2003

sdl-mixer1.2 (1.2.5-3) unstable; urgency=low

   * 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.

 -- Josselin Mouette <joss@debian.org>  Sun, 26 Oct 2003 13:07:35 +0100

sdl-mixer1.2 (1.2.5-2) unstable; urgency=low

   * Corrected build dependencies.

 -- Josselin Mouette <joss@debian.org>  Sun, 16 Mar 2003 10:46:40 +0100

sdl-mixer1.2 (1.2.5-1) unstable; urgency=low

   * 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.

 -- Josselin Mouette <joss@debian.org>  Sat, 15 Mar 2003 13:48:55 +0100

2002

sdl-mixer1.2 (1.2.4-3) unstable; urgency=low

   * 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).

 -- Josselin Mouette <joss@debian.org>  Tue, 3 Dec 2002 21:37:29 +0100

sdl-mixer1.2 (1.2.4-2) unstable; urgency=low

   * 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.

 -- Josselin Mouette <joss@debian.org>  Tue, 12 Nov 2002 14:26:48 +0100

sdl-mixer1.2 (1.2.4-1.1) unstable; urgency=low

   * NMU to fix breakage caused by libvorbis0 split.
     (closes: #154680, #154714)

 -- Christopher L Cheney <ccheney@debian.org>  Tue, 30 Jul 2002 00:00:00 -0500

sdl-mixer1.2 (1.2.4-1) unstable; urgency=low

   * new upstream version

 -- Christian T. Steigies <cts@debian.org>  Tue, 21 May 2002 22:01:00 -0400

sdl-mixer1.2 (1.2.3-1) unstable; urgency=low

   * 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

 -- Christian T. Steigies <cts@debian.org>  Tue, 23 Apr 2002 21:45:48 -0400

sdl-mixer1.2 (1.2.1-5) unstable; urgency=low

   * do not build-depend on aalib1-dev (closes: #143047)

 -- Christian T. Steigies <cts@debian.org>  Mon, 15 Apr 2002 14:22:31 -0400

sdl-mixer1.2 (1.2.1-4) unstable; urgency=low

   * 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

 -- Christian T. Steigies <cts@debian.org>  Sat, 13 Apr 2002 22:57:58 -0400

sdl-mixer1.2 (1.2.1-3) unstable; urgency=low

   * libsdl-mixer1.2-dev should depend on -dev packages
     (closes: #142733, #142739 )

 -- Christian T. Steigies <cts@debian.org>  Sat, 13 Apr 2002 19:22:56 -0400

sdl-mixer1.2 (1.2.1-2.2) unstable; urgency=low

   * 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)

 -- Branden Robinson <branden@debian.org>  Mon, 14 Jan 2002 01:00:58 -0500

sdl-mixer1.2 (1.2.1-2.1) unstable; urgency=low

   * 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)

 -- Branden Robinson <branden@debian.org>  Mon, 7 Jan 2002 00:32:46 -0500

2001

sdl-mixer1.2 (1.2.1-2) unstable; urgency=low

   * set timidity default path to "/etc/" (closes: #126651)

 -- Christian T. Steigies <cts@debian.org>  Thu, 27 Dec 2001 17:01:03 -0500

sdl-mixer1.2 (1.2.1-1) unstable; urgency=low

   * 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

 -- Christian T. Steigies <cts@debian.org>  Tue, 18 Dec 2001 21:22:33 -0500

sdl-mixer1.2 (1.2.0-2) unstable; urgency=low

   * fix section in control file, libsdl-mixer1.2 goes in libs, -dev in devel
   * Build-Depends on xlibs-dev, not xlib6g-dev (closes: #114584)

 -- Christian T. Steigies <cts@debian.org>  Mon, 12 Nov 2001 21:07:15 -0500

sdl-mixer1.2 (1.2.0-1.1) unstable; urgency=low

   * 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"

 -- Branden Robinson <branden@debian.org>  Tue, 9 Oct 2001 16:50:07 -0500

sdl-mixer1.2 (1.2.0-1) unstable; urgency=low

   * sdl-mixer for SDL1.2. Initial Release. (closes: #94453)

 -- Christian T. Steigies <cts@debian.org>  Fri, 20 Apr 2001 15:19:03 -0400