[Pkg-sdl-commits] [libsdl2-mixer] branch master updated (764c0f4 -> 0925e74)

Manuel A. Fernandez Montecelo mafm at moszumanska.debian.org
Tue Jan 26 18:05:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

mafm pushed a change to branch master
in repository libsdl2-mixer.

      from  764c0f4   Release to unstable
       new  06e656e   Config section renamed to [import-orig]
       new  b1f9647   Imported Upstream version 2.0.1+dfsg1
       new  5782ba6   Merge tag 'upstream/2.0.1+dfsg1'
       new  62603e6   d/changelog: New upstream release 2.0.1+dfsg1
       new  fcc0389   d/examples/Makefile: link against SDL2_mixer.  Thanks Riku Saikkonen. (Closes: #774717)
       new  3709a5c   d/patches: remove fix-750706-upstream-8ef083375857.patch, backported from upstream
       new  b74226b   d/copyright: Fix missing "GNU Lesser _General_ Public License"
       new  810f6d9   Remove patch fix-750706-upstream-8ef083375857.patch
       new  5a2783d   Update shlib version
       new  c26a13a   Update config name disable-music-midi-fluidsynth-shared
       new  0925e74   Release to unstable

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Android.mk                                         |  36 +-
 CHANGES.txt                                        |  10 +
 COPYING.txt                                        |   2 +-
 Makefile.in                                        |   2 +-
 SDL2_mixer.spec                                    |   4 +-
 SDL_mixer.h                                        |   8 +-
 build-scripts/config.guess                         | 301 +++++++-----
 build-scripts/config.sub                           | 251 +++++++---
 configure                                          |  39 +-
 configure.in                                       |  27 +-
 debian/changelog                                   |  10 +
 debian/copyright                                   |   2 +-
 debian/examples/Makefile                           |   2 +-
 debian/gbp.conf                                    |   2 +-
 .../patches/fix-750706-upstream-8ef083375857.patch |  35 --
 debian/patches/series                              |   2 +-
 debian/rules                                       |   6 +-
 dynamic_flac.c                                     |   2 +-
 dynamic_flac.h                                     |   2 +-
 dynamic_fluidsynth.c                               |   2 +-
 dynamic_fluidsynth.h                               |   2 +-
 dynamic_mod.c                                      |   2 +-
 dynamic_mod.h                                      |   2 +-
 dynamic_modplug.c                                  |   2 +-
 dynamic_modplug.h                                  |   8 +-
 dynamic_mp3.c                                      |   2 +-
 dynamic_mp3.h                                      |   2 +-
 dynamic_ogg.c                                      |   2 +-
 dynamic_ogg.h                                      |   8 +-
 effect_position.c                                  |   2 +-
 effect_stereoreverse.c                             |   2 +-
 effects_internal.c                                 |   2 +-
 effects_internal.h                                 |   2 +-
 fluidsynth.c                                       |   3 +-
 fluidsynth.h                                       |   2 +-
 load_aiff.c                                        |   2 +-
 load_aiff.h                                        |   2 +-
 load_flac.c                                        |   2 +-
 load_flac.h                                        |   2 +-
 load_mp3.c                                         | 195 ++++++++
 load_flac.h => load_mp3.h                          |  11 +-
 load_ogg.c                                         |  17 +-
 load_ogg.h                                         |   2 +-
 load_voc.c                                         |   2 +-
 load_voc.h                                         |   2 +-
 mixer.c                                            |  49 +-
 music.c                                            |   4 +-
 music_cmd.c                                        |   2 +-
 music_cmd.h                                        |   2 +-
 music_flac.c                                       |   2 +-
 music_flac.h                                       |   2 +-
 music_mad.c                                        |   2 +-
 music_mad.h                                        |   2 +-
 music_mod.c                                        |   2 +-
 music_mod.h                                        |   2 +-
 music_modplug.c                                    |   2 +-
 music_modplug.h                                    |   8 +-
 music_ogg.c                                        |  10 +-
 music_ogg.h                                        |   8 +-
 native_midi/native_midi_common.c                   |   3 +-
 playmus.c                                          |   2 +-
 playwave.c                                         |   2 +-
 timidity/playmidi.c                                |   2 +-
 timidity/readmidi.c                                |   6 +-
 timidity/timidity.c                                |  18 +-
 version.rc                                         |  10 +-
 wavestream.c                                       | 515 +++++++++++++--------
 wavestream.h                                       |  19 +-
 68 files changed, 1128 insertions(+), 571 deletions(-)
 delete mode 100644 debian/patches/fix-750706-upstream-8ef083375857.patch
 create mode 100644 load_mp3.c
 copy load_flac.h => load_mp3.h (80%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sdl/packages/libsdl2-mixer.git



More information about the pkg-sdl-commits mailing list