diff options
author | wiz <wiz@pkgsrc.org> | 2012-01-28 13:46:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-01-28 13:46:15 +0000 |
commit | 6ff119ec6cf21a65364a95ae9ce2b6da6bf4766a (patch) | |
tree | 0259d1fda3c65d4649a67500ff15aafd000f8dfb /audio | |
parent | 20dccff32a02c2a4c3920ae220c5089cb8770852 (diff) | |
download | pkgsrc-6ff119ec6cf21a65364a95ae9ce2b6da6bf4766a.tar.gz |
Update to 1.2.12. Update license (see below).
fluidsynth dependency not added since upstream seems to be missing
the necessary fluid_player_add_mem code (even though patchset from 2010
exists).
1.2.12:
Sam Lantinga - Sat Jan 14 22:00:29 2012 -0500
* Fixed seek offset with SMPEG (was relative, should be absolute)
Sam Lantinga - Fri Jan 13 03:04:27 EST 2012
* Fixed memory crash loading Ogg Vorbis files on Windows
Sam Lantinga - Thu Jan 05 22:51:54 2012 -0500
* Added an Xcode project for iOS
Nikos Chantziaras - 2012-01-02 17:37:36 PST
* Added Mix_LoadMUSType_RW() so you can tell SDL_mixer what type the music is
Sam Lantinga - Sun Jan 01 16:45:58 2012 -0500
* Fixed looping native MIDI on Mac OS X and Windows
Sam Lantinga - Sun Jan 01 01:00:51 2012 -0500
* Added /usr/local/share/timidity to the timidity data path
Sam Lantinga - Sat Dec 31 21:26:46 2011 -0500
* Fixed timidity loading of some MIDI files
Sam Lantinga - Sat Dec 31 19:11:59 EST 2011
* Fixed dropping audio in the FLAC audio decoding
Sam Lantinga - Sat Dec 31 18:32:05 EST 2011
* Fixed memory leak in SDL_LoadMUS()
Sam Lantinga - Sat Dec 31 10:22:05 EST 2011
* Removed GPL native MIDI code for new licensing
Sam Lantinga - Sat Dec 31 10:22:05 EST 2011
* SDL_mixer is now under the zlib license
Manuel Montezelo - 2011-12-28 11:42:44 PST
* Fixed drums playing on MIDI channel 16 with timidity
Ryan C. Gordon - Wed Jun 15 03:41:31 2011 -0400
* The music-finished hook can start a track immediately
James Le Cuirot - Mon Mar 21 16:54:11 PDT 2011
* Added support for FluidSynth
Egor Suvorov - Tue Jan 18 11:06:47 PST 2011
* Added support for native MIDI on Haiku
Sam Lantinga - Tue Jan 11 01:29:19 2011 -0800
* Added Android.mk to build on the Android platform
Jon Atkins - Sat Nov 14 13:00:18 PST 2009
* Added support for libmodplug (disabled by default)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/SDL_mixer/Makefile | 11 | ||||
-rw-r--r-- | audio/SDL_mixer/distinfo | 8 |
2 files changed, 11 insertions, 8 deletions
diff --git a/audio/SDL_mixer/Makefile b/audio/SDL_mixer/Makefile index e8d51955d88..ba547a92468 100644 --- a/audio/SDL_mixer/Makefile +++ b/audio/SDL_mixer/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.40 2012/01/13 10:54:43 obache Exp $ +# $NetBSD: Makefile,v 1.41 2012/01/28 13:46:15 wiz Exp $ -DISTNAME= SDL_mixer-1.2.11 -PKGREVISION= 2 +DISTNAME= SDL_mixer-1.2.12 CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.libsdl.org/projects/SDL_mixer/ COMMENT= Multi-channel audio mixer library -LICENSE= gnu-lgpl-v2.1 +LICENSE= zlib PKG_DESTDIR_SUPPORT= user-destdir @@ -37,6 +36,10 @@ post-install: BUILDLINK_API_DEPENDS.SDL+= SDL>=1.2.10 .include "../../audio/flac/buildlink3.mk" +# needs fluid_player_add_mem support, which is not yet +# mainstream, it seems (at least in fluidsynth 1.1.5) +# (patchset is from 2010) +#.include "../../audio/fluidsynth/buildlink3.mk" .include "../../audio/libmikmod/buildlink3.mk" .include "../../audio/libvorbis/buildlink3.mk" .include "../../devel/SDL/buildlink3.mk" diff --git a/audio/SDL_mixer/distinfo b/audio/SDL_mixer/distinfo index 1b07abd0e27..ab3038b9cbf 100644 --- a/audio/SDL_mixer/distinfo +++ b/audio/SDL_mixer/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2009/11/15 21:05:40 wiz Exp $ +$NetBSD: distinfo,v 1.13 2012/01/28 13:46:15 wiz Exp $ -SHA1 (SDL_mixer-1.2.11.tar.gz) = ef5d45160babeb51eafa7e4019cec38324ee1a5d -RMD160 (SDL_mixer-1.2.11.tar.gz) = 559355116a1c380edf71879da0dbcf5359f05476 -Size (SDL_mixer-1.2.11.tar.gz) = 2690654 bytes +SHA1 (SDL_mixer-1.2.12.tar.gz) = a20fa96470ad9e1052f1957b77ffa68fb090b384 +RMD160 (SDL_mixer-1.2.12.tar.gz) = 99089725824095398bfb34fd9ccb7c16674192d8 +Size (SDL_mixer-1.2.12.tar.gz) = 3707781 bytes SHA1 (patch-aa) = 7bedbb6794333233d0e4f9951dcc709b3fe06a22 SHA1 (patch-ab) = c4d7ae3bd9a5e92ad8e457b180541aa270f22a46 |