1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728
|
sdl-mixer1.2 (1.2.12-15) unstable; urgency=medium
* Bump Policy Standards-Version to 4.2.1 (no changes needed)
* Drop Build-Depends on "dpkg-dev (>= 1.16.1~)", it is very old and
satisfied everywhere
* d/rules:
- Drop override of dh_auto_installchangelogs, nowadays it is
unnecessary and in addition it was wrong (it should have been override
of dh_installchangelogs)
* d/copyright: use https in Format and Source URLs
* d/watch:
- Switch to version=4
- Use https in URL
* d/control:
- Set "Rules-Requires-Root: no"
- Use https in Homepage URL
- Update Vcs-* URLs
* Switch to debhelper compat level v11
-- Manuel A. Fernandez Montecelo <mafm@debian.org> Tue, 23 Oct 2018 18:21:28 +0200
sdl-mixer1.2 (1.2.12-14) unstable; urgency=medium
* 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
-- Manuel A. Fernandez Montecelo <mafm@debian.org> Sat, 12 Aug 2017 17:14:26 +0200
sdl-mixer1.2 (1.2.12-13) unstable; urgency=medium
* Update Recommends musescore-soundfont-gm -> timgm6mb-soundfont, thanks
Thorsten Glaser (Closes: #870793)
-- Manuel A. Fernandez Montecelo <mafm@debian.org> Sat, 05 Aug 2017 13:53:50 +0200
sdl-mixer1.2 (1.2.12-12) unstable; urgency=medium
* 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
-- Manuel A. Fernandez Montecelo <mafm@debian.org> Thu, 03 Aug 2017 17:22:15 +0200
sdl-mixer1.2 (1.2.12-11) unstable; urgency=medium
* Build-Depends on libmikmod-dev instead of libmikmod2-dev, thanks
Stephen Kitt (Closes: #741986)
-- Manuel A. Fernandez Montecelo <mafm@debian.org> Mon, 17 Mar 2014 23:02:29 +0000
sdl-mixer1.2 (1.2.12-10) unstable; urgency=medium
* 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
-- Manuel A. Fernandez Montecelo <mafm@debian.org> Sat, 21 Dec 2013 18:07:43 +0000
sdl-mixer1.2 (1.2.12-9) unstable; urgency=low
* 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.
-- Manuel A. Fernandez Montecelo <mafm@debian.org> Wed, 09 Oct 2013 19:22:03 +0100
sdl-mixer1.2 (1.2.12-8) unstable; urgency=low
* Modify bug-715461-soundfont_paths.patch to add a string as dynamic memory,
and so bug-718129-rm-bad-free.patch is unnecessary (removed).
-- Manuel A. Fernandez Montecelo <mafm@debian.org> Mon, 12 Aug 2013 00:08:29 +0100
sdl-mixer1.2 (1.2.12-7) unstable; urgency=low
* Team upload.
* Added patch to remove bad call to SDL_free that triggered
test failure and FTBS for libsdl-perl (Closes: #718129)
-- Dominique Dumont <dod@debian.org> Wed, 07 Aug 2013 19:16:25 +0200
sdl-mixer1.2 (1.2.12-6) unstable; urgency=low
* 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).
-- Manuel A. Fernandez Montecelo <mafm@debian.org> Thu, 11 Jul 2013 12:17:15 +0100
sdl-mixer1.2 (1.2.12-5) unstable; urgency=low
* 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.
-- Manuel A. Fernandez Montecelo <mafm@debian.org> Sun, 09 Jun 2013 16:41:16 +0100
sdl-mixer1.2 (1.2.12-4) unstable; urgency=low
* 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
-- Manuel A. Fernandez Montecelo <mafm@debian.org> Wed, 08 May 2013 23:33:19 +0100
sdl-mixer1.2 (1.2.12-3) unstable; urgency=low
* 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).
-- Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> Sun, 23 Sep 2012 15:00:38 +0100
sdl-mixer1.2 (1.2.12-3~exp1) experimental; urgency=low
[ 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
-- Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> Wed, 09 May 2012 17:53:36 +0100
sdl-mixer1.2 (1.2.12-2) unstable; urgency=low
* 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)
-- Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> Tue, 01 May 2012 20:21:27 +0100
sdl-mixer1.2 (1.2.12-1) unstable; urgency=low
* 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
-- Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> Fri, 20 Jan 2012 23:08:15 +0000
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
|