Built SDL2_image and _mixer static
This commit is contained in:
571
libsdl2_mixer/debian/changelog
Normal file
571
libsdl2_mixer/debian/changelog
Normal file
@ -0,0 +1,571 @@
|
||||
libsdl2-mixer (2.0.4) UNRELEASED; urgency=medium
|
||||
|
||||
* Updated to version 2.0.4
|
||||
|
||||
-- Sam Lantinga <slouken@libsdl.org> Fri, 26 Oct 2018 11:01:42 -0800
|
||||
|
||||
libsdl2-mixer (2.0.3) UNRELEASED; urgency=medium
|
||||
|
||||
* Updated to version 2.0.3
|
||||
|
||||
-- Sam Lantinga <slouken@libsdl.org> Thu, 1 Mar 2018 09:41:07 -0800
|
||||
|
||||
libsdl2-mixer (2.0.2) UNRELEASED; urgency=medium
|
||||
|
||||
* Updated to version 2.0.2
|
||||
|
||||
-- Sam Lantinga <slouken@libsdl.org> Thu, 12 Oct 2017 21:37:49 -0800
|
||||
|
||||
libsdl2-mixer (2.0.1) UNRELEASED; urgency=medium
|
||||
|
||||
* Updated to version 2.0.1
|
||||
|
||||
-- Sam Lantinga <slouken@libsdl.org> Thu, 07 Jan 2016 12:25:45 -0800
|
||||
|
||||
libsdl2-mixer (2.0.0) unstable; urgency=low
|
||||
|
||||
* Updated library version to 2.0 for consistency with SDL 2.0
|
||||
|
||||
-- Sam Lantinga <slouken@libsdl.org> Tue, 26 Feb 2013 15:48:41 -0800
|
||||
|
||||
libsdl2-mixer (1.2.13) unstable; urgency=low
|
||||
|
||||
* sdl-mixer for SDL2. Initial release.
|
||||
|
||||
-- Sam Lantinga <slouken@libsdl.org> Fri, 15 Feb 2013 13:09:44 -0800
|
||||
|
||||
sdl-mixer1.2 (1.2.11-7) unstable; urgency=low
|
||||
|
||||
* 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
|
||||
|
||||
-- Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> Wed, 21 Dec 2011 19:06:12 +0000
|
||||
|
||||
sdl-mixer1.2 (1.2.11-6) unstable; urgency=low
|
||||
|
||||
[ 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)
|
||||
|
||||
-- Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> Mon, 19 Dec 2011 00:04:34 +0000
|
||||
|
||||
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.
|
||||
|
||||
-- Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> Sun, 04 Dec 2011 12:59:09 +0000
|
||||
|
||||
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)"
|
||||
|
||||
-- Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> Sat, 03 Dec 2011 16:42:24 +0000
|
||||
|
||||
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 <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)
|
||||
|
||||
-- Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> Wed, 30 Nov 2011 10:39:07 +0100
|
||||
|
||||
sdl-mixer1.2 (1.2.8-6.4) unstable; urgency=low
|
||||
|
||||
* Non-maintainer upload.
|
||||
* Stop shipping la file. Closes: #633326.
|
||||
|
||||
-- Regis Boudin <regis@debian.org> Sat, 24 Sep 2011 16:55:30 +0100
|
||||
|
||||
sdl-mixer1.2 (1.2.8-6.3) unstable; urgency=low
|
||||
|
||||
* Non-maintainer upload.
|
||||
* *really* upload to unstable.
|
||||
|
||||
-- Jon Dowland <jmtd@debian.org> Sat, 11 Dec 2010 09:11:33 +0000
|
||||
|
||||
sdl-mixer1.2 (1.2.8-6.2) experimental; urgency=low
|
||||
|
||||
* Non-maintainer upload.
|
||||
* Upload to unstable.
|
||||
|
||||
-- Jon Dowland <jmtd@debian.org> Fri, 10 Dec 2010 22:55:16 +0000
|
||||
|
||||
sdl-mixer1.2 (1.2.8-6.1) experimental; urgency=low
|
||||
|
||||
* Non-maintainer upload.
|
||||
* Backport a fix for a race condition in positional effects.
|
||||
Closes: #605504.
|
||||
|
||||
-- Jon Dowland <jmtd@debian.org> Wed, 08 Dec 2010 20:07:08 +0000
|
||||
|
||||
sdl-mixer1.2 (1.2.8-6) unstable; urgency=low
|
||||
|
||||
[ 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.
|
||||
|
||||
-- Barry deFreese <bdefreese@debian.org> Fri, 22 May 2009 10:33:13 -0400
|
||||
|
||||
sdl-mixer1.2 (1.2.8-5) unstable; urgency=low
|
||||
|
||||
* 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).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 12 Oct 2008 19:30:42 +0200
|
||||
|
||||
sdl-mixer1.2 (1.2.8-4) unstable; urgency=low
|
||||
|
||||
* 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.
|
||||
|
||||
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Wed, 21 May 2008 11:54:21 +0000
|
||||
|
||||
sdl-mixer1.2 (1.2.8-3) unstable; urgency=low
|
||||
|
||||
* debian/control:
|
||||
+ libsdl-mixer1.2-dev: on libmikmod-dev.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Fri, 04 Jan 2008 10:49:21 +0100
|
||||
|
||||
sdl-mixer1.2 (1.2.8-2) unstable; urgency=low
|
||||
|
||||
* 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).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 02 Jan 2008 15:27:33 +0100
|
||||
|
||||
sdl-mixer1.2 (1.2.8-1) unstable; urgency=low
|
||||
|
||||
* 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.
|
||||
|
||||
-- Sam Hocevar (Debian packages) <sam+deb@zoy.org> Sun, 07 Oct 2007 22:52:58 +0200
|
||||
|
||||
sdl-mixer1.2 (1.2.6-3) unstable; urgency=low
|
||||
|
||||
[ 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).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 31 Jul 2007 14:16:36 +0200
|
||||
|
||||
sdl-mixer1.2 (1.2.6-2) unstable; urgency=low
|
||||
|
||||
[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).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 5 Mar 2007 22:16:56 +0100
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
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
|
1
libsdl2_mixer/debian/compat
Normal file
1
libsdl2_mixer/debian/compat
Normal file
@ -0,0 +1 @@
|
||||
9
|
47
libsdl2_mixer/debian/control
Normal file
47
libsdl2_mixer/debian/control
Normal file
@ -0,0 +1,47 @@
|
||||
Source: libsdl2-mixer
|
||||
Section: libs
|
||||
Priority: optional
|
||||
Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers@lists.alioth.debian.org>
|
||||
Uploaders: Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com>,
|
||||
Sam Lantinga <slouken@libsdl.org>
|
||||
Standards-Version: 3.9.2
|
||||
Build-Depends: debhelper (>= 8.9.0~),
|
||||
dh-autoreconf,
|
||||
dpkg-dev (>= 1.16.1~),
|
||||
libflac-dev (>= 1.2.1),
|
||||
libfluidsynth-dev,
|
||||
libmikmod2-dev (>= 3.1.11),
|
||||
libogg-dev (>= 1.2.0),
|
||||
libsdl2-dev (>= 2.0.0),
|
||||
libtool,
|
||||
libvorbis-dev (>= 1.2.0)
|
||||
Homepage: http://www.libsdl.org/projects/SDL_mixer/
|
||||
|
||||
Package: libsdl2-mixer
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Depends: ${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Description: Mixer library for Simple DirectMedia Layer 2.0
|
||||
This is a 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.
|
||||
|
||||
Package: libsdl2-mixer-dev
|
||||
Section: libdevel
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Depends: ${misc:Depends},
|
||||
libsdl2-mixer (= ${binary:Version}),
|
||||
libc6-dev,
|
||||
libsdl2-dev (>= 2.0.0)
|
||||
Description: 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.
|
185
libsdl2_mixer/debian/copyright
Normal file
185
libsdl2_mixer/debian/copyright
Normal file
@ -0,0 +1,185 @@
|
||||
Format: http://dep.debian.net/deps/dep5/
|
||||
Upstream-Name: SDL_mixer
|
||||
Upstream-Contact: Sam Lantinga <slouken@libsdl.org>
|
||||
Source: http://www.libsdl.org/projects/SDL_mixer/
|
||||
|
||||
Files: *
|
||||
Copyright: 1997-2018 Sam Lantinga
|
||||
License: zlib/libpng
|
||||
|
||||
Files: native_midi/*
|
||||
Copyright: 2000,2001 Florian 'Proff' Schulze & Max Horn
|
||||
2009 Ryan C. Gordon
|
||||
License: zlib/libpng
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2011, Manuel A. Fernandez Montecelo
|
||||
2011, Roman Vasiyarov <rvasiyarov@gmail.com>
|
||||
2010, Jon Dowland <jmtd@debian.org>
|
||||
2009, Barry deFreese <bdefreese@debian.org>
|
||||
2007-2008, Aurelien Jarno <aurel32@debian.org>
|
||||
2007-2008, Sam Hocevar (Debian packages) <sam+deb@zoy.org>
|
||||
2002-2007, Josselin Mouette <joss@debian.org>
|
||||
2001, Christian T. Steigies <cts@debian.org>
|
||||
2001, Branden Robinson <branden@debian.org>
|
||||
License: LGPL-2.1+
|
||||
|
||||
Files: timidity/*
|
||||
Copyright: 1995 Tuukka Toivonen <toivonen@clinet.fi>
|
||||
License: Artistic License
|
||||
|
||||
License: zlib/libpng
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
arising from the use of this software.
|
||||
.
|
||||
Permission is granted to anyone to use this software for any purpose,
|
||||
including commercial applications, and to alter it and redistribute it
|
||||
freely, subject to the following restrictions:
|
||||
.
|
||||
1. The origin of this software must not be misrepresented; you must not
|
||||
claim that you wrote the original software. If you use this software
|
||||
in a product, an acknowledgment in the product documentation would be
|
||||
appreciated but is not required.
|
||||
2. Altered source versions must be plainly marked as such, and must not be
|
||||
misrepresented as being the original software.
|
||||
3. This notice may not be removed or altered from any source distribution.
|
||||
|
||||
License: Artistic License
|
||||
The "Artistic License"
|
||||
.
|
||||
Preamble
|
||||
.
|
||||
The intent of this document is to state the conditions under which a
|
||||
Package may be copied, such that the Copyright Holder maintains some
|
||||
semblance of artistic control over the development of the package,
|
||||
while giving the users of the package the right to use and distribute
|
||||
the Package in a more-or-less customary fashion, plus the right to make
|
||||
reasonable modifications.
|
||||
.
|
||||
Definitions:
|
||||
.
|
||||
"Package" refers to the collection of files distributed by the
|
||||
Copyright Holder, and derivatives of that collection of files
|
||||
created through textual modification.
|
||||
.
|
||||
"Standard Version" refers to such a Package if it has not been
|
||||
modified, or has been modified in accordance with the wishes
|
||||
of the Copyright Holder as specified below.
|
||||
.
|
||||
"Copyright Holder" is whoever is named in the copyright or
|
||||
copyrights for the package.
|
||||
.
|
||||
"You" is you, if you're thinking about copying or distributing
|
||||
this Package.
|
||||
.
|
||||
"Reasonable copying fee" is whatever you can justify on the
|
||||
basis of media cost, duplication charges, time of people involved,
|
||||
and so on. (You will not be required to justify it to the
|
||||
Copyright Holder, but only to the computing community at large
|
||||
as a market that must bear the fee.)
|
||||
.
|
||||
"Freely Available" means that no fee is charged for the item
|
||||
itself, though there may be fees involved in handling the item.
|
||||
It also means that recipients of the item may redistribute it
|
||||
under the same conditions they received it.
|
||||
.
|
||||
1. You may make and give away verbatim copies of the source form of the
|
||||
Standard Version of this Package without restriction, provided that you
|
||||
duplicate all of the original copyright notices and associated disclaimers.
|
||||
.
|
||||
2. You may apply bug fixes, portability fixes and other modifications
|
||||
derived from the Public Domain or from the Copyright Holder. A Package
|
||||
modified in such a way shall still be considered the Standard Version.
|
||||
.
|
||||
3. You may otherwise modify your copy of this Package in any way, provided
|
||||
that you insert a prominent notice in each changed file stating how and
|
||||
when you changed that file, and provided that you do at least ONE of the
|
||||
following:
|
||||
.
|
||||
a) place your modifications in the Public Domain or otherwise make them
|
||||
Freely Available, such as by posting said modifications to Usenet or
|
||||
an equivalent medium, or placing the modifications on a major archive
|
||||
site such as uunet.uu.net, or by allowing the Copyright Holder to include
|
||||
your modifications in the Standard Version of the Package.
|
||||
.
|
||||
b) use the modified Package only within your corporation or organization.
|
||||
.
|
||||
c) rename any non-standard executables so the names do not conflict
|
||||
with standard executables, which must also be provided, and provide
|
||||
a separate manual page for each non-standard executable that clearly
|
||||
documents how it differs from the Standard Version.
|
||||
.
|
||||
d) make other distribution arrangements with the Copyright Holder.
|
||||
.
|
||||
4. You may distribute the programs of this Package in object code or
|
||||
executable form, provided that you do at least ONE of the following:
|
||||
.
|
||||
a) distribute a Standard Version of the executables and library files,
|
||||
together with instructions (in the manual page or equivalent) on where
|
||||
to get the Standard Version.
|
||||
.
|
||||
b) accompany the distribution with the machine-readable source of
|
||||
the Package with your modifications.
|
||||
.
|
||||
c) give non-standard executables non-standard names, and clearly
|
||||
document the differences in manual pages (or equivalent), together
|
||||
with instructions on where to get the Standard Version.
|
||||
.
|
||||
d) make other distribution arrangements with the Copyright Holder.
|
||||
.
|
||||
5. You may charge a reasonable copying fee for any distribution of this
|
||||
Package. You may charge any fee you choose for support of this
|
||||
Package. You may not charge a fee for this Package itself. However,
|
||||
you may distribute this Package in aggregate with other (possibly
|
||||
commercial) programs as part of a larger (possibly commercial) software
|
||||
distribution provided that you do not advertise this Package as a
|
||||
product of your own. You may embed this Package's interpreter within
|
||||
an executable of yours (by linking); this shall be construed as a mere
|
||||
form of aggregation, provided that the complete Standard Version of the
|
||||
interpreter is so embedded.
|
||||
.
|
||||
6. The scripts and library files supplied as input to or produced as
|
||||
output from the programs of this Package do not automatically fall
|
||||
under the copyright of this Package, but belong to whoever generated
|
||||
them, and may be sold commercially, and may be aggregated with this
|
||||
Package. If such scripts or library files are aggregated with this
|
||||
Package via the so-called "undump" or "unexec" methods of producing a
|
||||
binary executable image, then distribution of such an image shall
|
||||
neither be construed as a distribution of this Package nor shall it
|
||||
fall under the restrictions of Paragraphs 3 and 4, provided that you do
|
||||
not represent such an executable image as a Standard Version of this
|
||||
Package.
|
||||
.
|
||||
7. C subroutines (or comparably compiled subroutines in other
|
||||
languages) supplied by you and linked into this Package in order to
|
||||
emulate subroutines and variables of the language defined by this
|
||||
Package shall not be considered part of this Package, but are the
|
||||
equivalent of input as in Paragraph 6, provided these subroutines do
|
||||
not change the language in any way that would cause it to fail the
|
||||
regression tests for the language.
|
||||
.
|
||||
8. Aggregation of this Package with a commercial distribution is always
|
||||
permitted provided that the use of this Package is embedded; that is,
|
||||
when no overt attempt is made to make this Package's interfaces visible
|
||||
to the end user of the commercial distribution. Such use shall not be
|
||||
construed as a distribution of this Package.
|
||||
.
|
||||
9. The name of the Copyright Holder may not be used to endorse or promote
|
||||
products derived from this software without specific prior written permission.
|
||||
.
|
||||
10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
|
||||
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
||||
WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
|
||||
.
|
||||
The End
|
||||
|
||||
License: LGPL-2.1+
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU Lesser General Public License as published by
|
||||
the Free Software Foundation; either version 2.1 of the License, or (at
|
||||
your option) any later version.
|
||||
.
|
||||
On Debian systems, the complete text of version 2.1 of the GNU Lesser
|
||||
Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
|
||||
|
1
libsdl2_mixer/debian/docs
Normal file
1
libsdl2_mixer/debian/docs
Normal file
@ -0,0 +1 @@
|
||||
README.txt
|
17
libsdl2_mixer/debian/examples/Makefile
Normal file
17
libsdl2_mixer/debian/examples/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# Makefile for playmus and playwave
|
||||
|
||||
CC = gcc
|
||||
CFLAGS = $(shell sdl2-config --cflags) -Wall -O
|
||||
LIBS = $(shell sdl2-config --libs) -lSDL_mixer
|
||||
EXE = playmus playwave
|
||||
|
||||
all: $(EXE)
|
||||
|
||||
playmus: playmus.c Makefile
|
||||
$(CC) -o $@ $@.c $(CFLAGS) $(LIBS)
|
||||
|
||||
playwave: playwave.c Makefile
|
||||
$(CC) -o $@ $@.c $(CFLAGS) $(LIBS)
|
||||
|
||||
clean:
|
||||
-rm *.o $(EXE)
|
3
libsdl2_mixer/debian/libsdl2-mixer-dev.examples
Normal file
3
libsdl2_mixer/debian/libsdl2-mixer-dev.examples
Normal file
@ -0,0 +1,3 @@
|
||||
debian/examples/Makefile
|
||||
playmus.c
|
||||
playwave.c
|
4
libsdl2_mixer/debian/libsdl2-mixer-dev.install
Normal file
4
libsdl2_mixer/debian/libsdl2-mixer-dev.install
Normal file
@ -0,0 +1,4 @@
|
||||
usr/include
|
||||
usr/lib/*/lib*.a
|
||||
usr/lib/*/lib*.so
|
||||
usr/lib/*/pkgconfig
|
1
libsdl2_mixer/debian/libsdl2-mixer.install
Normal file
1
libsdl2_mixer/debian/libsdl2-mixer.install
Normal file
@ -0,0 +1 @@
|
||||
usr/lib/*/lib*.so.*
|
54
libsdl2_mixer/debian/rules
Executable file
54
libsdl2_mixer/debian/rules
Executable file
@ -0,0 +1,54 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
export DEB_CFLAGS_MAINT_APPEND = -pipe -Wall
|
||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--no-undefined -Wl,-Bsymbolic -Wl,--as-needed
|
||||
|
||||
|
||||
# enable external music player
|
||||
confflags = --enable-music-cmd
|
||||
|
||||
# explicitly enable/disable all supported sound
|
||||
# For mp3 support, libmad disabled by default because it is GPL and not allowed to link with commercial closed-source programs
|
||||
# For mod support, modplug is the default because it is in the public domain and used across all platforms.
|
||||
confflags += --enable-music-mp3
|
||||
confflags += --disable-music-mp3-mad-gpl
|
||||
confflags += --enable-music-mod
|
||||
confflags += --enable-music-mod-modplug
|
||||
confflags += --disable-music-mod-mikmod
|
||||
confflags += --enable-music-ogg
|
||||
confflags += --enable-music-wave
|
||||
|
||||
# MIDI: explicitly state that we use (an in-source copy of) timidity
|
||||
confflags += --enable-music-midi
|
||||
confflags += --enable-music-midi-fluidsynth
|
||||
confflags += --enable-music-midi-timidity
|
||||
|
||||
# mafm 20111203: removed the "disable shared" support from previous versions, I
|
||||
# couldn't find any reason for it in the changelog
|
||||
#
|
||||
# mafm 20111204: 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
|
||||
confflags += --disable-music-flac-shared
|
||||
confflags += --disable-music-ogg-shared
|
||||
confflags += --disable-music-mod-mikmod-shared
|
||||
confflags += --disable-music-mod-modplug-shared
|
||||
confflags += --disable-music-fluidsynth-shared
|
||||
|
||||
%:
|
||||
dh $@ --with autoreconf --parallel
|
||||
|
||||
override_dh_autoreconf:
|
||||
dh_autoreconf ./autogen.sh
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- $(confflags)
|
||||
|
||||
override_dh_auto_installchangelogs:
|
||||
dh_auto_installchangelogs -- CHANGES
|
||||
|
||||
override_dh_compress:
|
||||
dh_compress -Xplaywave.c -Xplaymus.c
|
1
libsdl2_mixer/debian/source/format
Normal file
1
libsdl2_mixer/debian/source/format
Normal file
@ -0,0 +1 @@
|
||||
3.0 (native)
|
2
libsdl2_mixer/debian/watch
Normal file
2
libsdl2_mixer/debian/watch
Normal file
@ -0,0 +1,2 @@
|
||||
version=3
|
||||
http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-([\d\.]+)\.tar\..*
|
Reference in New Issue
Block a user