sdl-mixer1.2 1.2.11-5 source package in Ubuntu

Changelog

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

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

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

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

sdl-mixer1.2 (1.2.11-3) experimental; urgency=low

  * 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 <email address hidden> on #600467, 1.2.11-2 UNRELEASED)
    - 07_FLAC_SDL_RWops_memory_leaks.patch (Jon Dowland <email address hidden>,
      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)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  16 Dec 2011 16:27:45 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian SDL packages maintainers
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
sdl-mixer1.2_1.2.11.orig.tar.gz 2.6 MiB 86145ac39cac6d2c6169c226f937648dca5e89dcd828751763dd174fa9af9cf9
sdl-mixer1.2_1.2.11-5.debian.tar.gz 11.4 KiB 443e77b1854a0464e6bee1f786f36955268a9fa6d841309ff83c304b4b9b3c02
sdl-mixer1.2_1.2.11-5.dsc 1.6 KiB 95e468c792eddfa7e1693e5ea1132c324f1481303a2cdf06de88987fb0d0cf21

Available diffs

View changes file

Binary packages built by this source

libsdl-mixer1.2: Mixer library for Simple DirectMedia Layer 1.2, libraries

 SDL Mixer is a sample multi-channel audio mixer library. It supports 4
 channels of 16 bit stereo audio, plus a single channel of music, mixed by
 the popular MikMod MOD, Timidity MIDI, and MP3 and Ogg Vorbis libraries.
 .
 This package contains the shared library.

libsdl-mixer1.2-dev: Mixer library for Simple DirectMedia Layer 1.2, development files

 SDL Mixer is a sample multi-channel audio mixer library. It supports 4
 channels of 16 bit stereo audio, plus a single channel of music, mixed by
 the popular MikMod MOD, Timidity MIDI, and MP3 and Ogg Vorbis libraries.
 .
 This package contains files needed if you wish to use the SDL mixer
 library in your own programs.