summaryrefslogtreecommitdiff
path: root/audio/libmikmod/distinfo
diff options
context:
space:
mode:
authorwiz <wiz>2012-06-03 21:44:59 +0000
committerwiz <wiz>2012-06-03 21:44:59 +0000
commita3ba1f09e043f52befb63f2912cfac32ae2d274e (patch)
tree496942314dc9885789db385d96a826ec36ecd6d8 /audio/libmikmod/distinfo
parentc442277c552ea2447261a2d6c9b9a304efd90e7c (diff)
downloadpkgsrc-a3ba1f09e043f52befb63f2912cfac32ae2d274e.tar.gz
Update to 3.2.0:
libmikmod 3.2.0 was released on 01-June-2012. THANKS - Axel "awe" Wefers <awe@fruitz-of-dojo.de>, for creating the CoreAudio driver, the new AIFF driver, and fixes for the wav output driver. - Frank Loemker, for sending me his collection of patches for libmikmod. - Anders F Björklund <afb@algonet.se>, for updates, fixes and tests on Mac Platforms and rpm support. - Ivan Shmakov, for the NAS audio driver. - Various downstream patch writers (from Mandriva, SuSE, Red Hat/Fedora, Debian, etc.) - P. Martin - the macports maintainer for some patches. - Stéphan Kochen for two patches: one to change MDRIVER fields to "const", and the other with putting variable declarations at the start of block (which is more C89 compliant and fixes compilation on Microsoft Visual C++). NEW FEATURES - MacOS X CoreAudio driver - Carbon support - Loader for ASYLUM Music Format v1.0 (.amf) modules, as used in crusader games. - New function 'Player_QueryVoices' added, which is used to return dynamic channel information about the module player. (Mikmod 3.2.2 uses it for it's dynamic panels). - Mixing with floating point output. The MacOSX CoreAudio driver uses it. Thanks goes to Anders F Björklund for implementing this. - AIFF disk writer driver. - New NAS driver (Network Audio System). Tested with nasd and NCD X terminals. - MREADERs now have an iobase member (previously was a static variable in mmio.c). This permits to have many MREADERs with different iobase base values. - Created an example/ subdirectory, to hold programming examples. - Added functions to read from memory (Player_LoadMem, Sample_LoadMem...) and a memory reader in mmio.c - renamed internal _mm_malloc function to MikMod_malloc, which is now part of the API. - Raw samples can now be loaded using the new Sample_LoadRaw* family of functions for sound effects. - PowerPC 64 support - ALSA (Advanced Linux Sound Architecture) driver is now working with "recent" (actually a few years back) ALSAs. - Change MDRIVER "char *" fields to "const char *". - Thanks to Stéphan Kochen. - Implement a fix to the ALSA driver in MIKMOD_DYNAMIC mode so it will allow linking against libmikmod when "-Wl,--no-undefined" is passed. - Reported by Andrey Bondrov from Mandriva. - The problem was that we used some snd_... identifiers indirectly in some macro expansions. BUGFIXES - The sun driver now compiles on solaris (Thanks to Nicolas Gros d'Aillon for sending me Jonathan Perkin's fix) - The wav output driver had problems on big endian systems. Thanks to Axel "awe" Wefers for fixing this. - A warning reported by Stéphane LOEUILLET in libmikmod.m4 with autoconf 1.8 was fixed. - The 'card' argument, supported by the OSS driver was not documented via the MDRIVER->CmdLineHelp string. - libmikmod-3.1.11-CVE-2010-2546,2971.diff (from Mandriva/Mageia). - libmikmod-3.1.11-CVE-2009-3995,3996.diff (from Mandriva/Mageia). - Now checking for linking against -lm (from Mandriva/Mageia). - Modified patch of libmikmod-CVE-2009-0179.patch (from Mandriva/Mageia). - Apply the libmikmod-CVE-2007-6720.patch (from Mandriva/Mageia). - Implement a fix for sprintf-of-list - sprintf(list, "%sSOMETHING", list) does not work as expected and suffers from the http://en.wikipedia.org/wiki/Schlemiel_the_Painter%27s_algorithm syndrome. - Apply a patch for non-blocking opening of the OSS driver. (from Mandriva/Mageia). - Fixed the prototypes of vc_callback (thanks to P. Martin). - Cast a vc_callback parameter to "unsigned char *" instead of "char *", becuase the former is what it accepts (thanks to P. Martin). - Check for Samples' validatity in virtch_common.c (thanks to P. Martin). - Fix compilation on MSVC. - Thanks to Stéphan Kochen.
Diffstat (limited to 'audio/libmikmod/distinfo')
-rw-r--r--audio/libmikmod/distinfo12
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/libmikmod/distinfo b/audio/libmikmod/distinfo
index 71ea6e49213..7576dbb27dc 100644
--- a/audio/libmikmod/distinfo
+++ b/audio/libmikmod/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.13 2010/05/02 11:42:17 wiz Exp $
+$NetBSD: distinfo,v 1.14 2012/06/03 21:44:59 wiz Exp $
-SHA1 (libmikmod-3.1.12.tar.gz) = 782113f8ec5c9960cacadadc7b0bea8ae607fae4
-RMD160 (libmikmod-3.1.12.tar.gz) = 561bb8d189d0e3a69f318b629489aa652f63fd52
-Size (libmikmod-3.1.12.tar.gz) = 618011 bytes
+SHA1 (libmikmod-3.2.0.tar.gz) = 6d30f59019872699bdcc9bcf6893eea9d6b12c13
+RMD160 (libmikmod-3.2.0.tar.gz) = 066db43670878914774f16b2c5444acfa8e86f28
+Size (libmikmod-3.2.0.tar.gz) = 873258 bytes
SHA1 (patch-ab) = afda9a7d29e70e42c037163ac5b2d2742c77daab
-SHA1 (patch-ac) = 6fc74c596c50fcea30e280b894a631e5dcb2b6a5
-SHA1 (patch-ad) = f2fc607efccd4d883ce6b642ab644f0e7bf747f6
+SHA1 (patch-ac) = f35745a0880181c06f9e37c1cfe51e5408b4928d
+SHA1 (patch-ad) = bc4983d181acedc6f32b85aadd3a0011280d3227