diff options
author | wiz <wiz@pkgsrc.org> | 2016-02-09 15:54:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-02-09 15:54:27 +0000 |
commit | 591af04fefbe83a456e47437e9dbe4d368d6ce10 (patch) | |
tree | 0629eb0813a5b90af2d096cfcfe2289da39c08aa /audio | |
parent | 06b22958baea575fbe5c69ec87a98d2af9fe52ae (diff) | |
download | pkgsrc-591af04fefbe83a456e47437e9dbe4d368d6ce10.tar.gz |
Update SDL2_mixer to 2.0.1:
2.0.1:
Sam Lantinga - Tue Jul 7 11:40:33 PDT 2015
* Added support for 'smpl' format loop points in music WAV files
Sam Lantinga - Sat Aug 23 10:57:26 2014
* Fixed floating point exception in Mix_Volume()
David Ludwig - Mon Apr 14 22:15:36 2014
* Added support for building for Windows RT and Windows Phone
Isaac Burns - Sun Sep 15 21:50:27 PDT 2013
* Added support for loading MP3 files as sound chunks
Diffstat (limited to 'audio')
-rw-r--r-- | audio/SDL2_mixer/Makefile | 5 | ||||
-rw-r--r-- | audio/SDL2_mixer/distinfo | 12 | ||||
-rw-r--r-- | audio/SDL2_mixer/patches/patch-dynamic__modplug.h | 13 | ||||
-rw-r--r-- | audio/SDL2_mixer/patches/patch-music__modplug.h | 13 |
4 files changed, 7 insertions, 36 deletions
diff --git a/audio/SDL2_mixer/Makefile b/audio/SDL2_mixer/Makefile index 8625a27c010..2024936609a 100644 --- a/audio/SDL2_mixer/Makefile +++ b/audio/SDL2_mixer/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2015/04/25 14:20:17 tnn Exp $ +# $NetBSD: Makefile,v 1.4 2016/02/09 15:54:27 wiz Exp $ -DISTNAME= SDL2_mixer-2.0.0 -PKGREVISION= 2 +DISTNAME= SDL2_mixer-2.0.1 CATEGORIES= audio MASTER_SITES= http://www.libsdl.org/projects/SDL_mixer/release/ diff --git a/audio/SDL2_mixer/distinfo b/audio/SDL2_mixer/distinfo index 67b40b54cc6..7a1f33e9dab 100644 --- a/audio/SDL2_mixer/distinfo +++ b/audio/SDL2_mixer/distinfo @@ -1,8 +1,6 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 01:12:23 agc Exp $ +$NetBSD: distinfo,v 1.4 2016/02/09 15:54:27 wiz Exp $ -SHA1 (SDL2_mixer-2.0.0.tar.gz) = 9ed975587f09a1776ba9776dcc74a58e695aba6e -RMD160 (SDL2_mixer-2.0.0.tar.gz) = a49884a68351f77fefe76c2fcf8ee317e6d971e2 -SHA512 (SDL2_mixer-2.0.0.tar.gz) = e04594abc13c2b6527cd92a94a8d3e18436e9e6aaee21bab83e288e259a2fb20aae8433765d07feeb3b5bf253951323d67054239091e79720846770beb30be4d -Size (SDL2_mixer-2.0.0.tar.gz) = 10119589 bytes -SHA1 (patch-dynamic__modplug.h) = 1405a6329fa21a4c6b216902eaacbfcedead5150 -SHA1 (patch-music__modplug.h) = 852bfbc8f34c395b4313a7112941f79290040b78 +SHA1 (SDL2_mixer-2.0.1.tar.gz) = 6e75f68db5713f98be5971232e3f1fdbf0501153 +RMD160 (SDL2_mixer-2.0.1.tar.gz) = 1b7420e4320be401e5a27fad5b6dfa2c16778f03 +SHA512 (SDL2_mixer-2.0.1.tar.gz) = bdf2b4fc302f9c3b41d40bfdd5132081439e6021e915f191e478235b7b6565e7b4c43e1172d2055066ad505e2bc70876123c58f5a67218b207c829ee66a84b9d +Size (SDL2_mixer-2.0.1.tar.gz) = 10213891 bytes diff --git a/audio/SDL2_mixer/patches/patch-dynamic__modplug.h b/audio/SDL2_mixer/patches/patch-dynamic__modplug.h deleted file mode 100644 index 1d298292f10..00000000000 --- a/audio/SDL2_mixer/patches/patch-dynamic__modplug.h +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-dynamic__modplug.h,v 1.1 2014/04/19 14:52:13 joerg Exp $ - ---- dynamic_modplug.h.orig 2014-04-19 11:23:56.000000000 +0000 -+++ dynamic_modplug.h -@@ -21,7 +21,7 @@ - - #ifdef MODPLUG_MUSIC - --#include "modplug.h" -+#include "libmodplug/modplug.h" - - typedef struct { - int loaded; diff --git a/audio/SDL2_mixer/patches/patch-music__modplug.h b/audio/SDL2_mixer/patches/patch-music__modplug.h deleted file mode 100644 index 3b9d6598603..00000000000 --- a/audio/SDL2_mixer/patches/patch-music__modplug.h +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-music__modplug.h,v 1.1 2014/04/19 14:52:13 joerg Exp $ - ---- music_modplug.h.orig 2014-04-19 11:23:23.000000000 +0000 -+++ music_modplug.h -@@ -21,7 +21,7 @@ - - #ifdef MODPLUG_MUSIC - --#include "modplug.h" -+#include "libmodplug/modplug.h" - #include "SDL_rwops.h" - #include "SDL_audio.h" - #include "SDL_mixer.h" |