pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/libmikmod Update to 3.3.5:
details: https://anonhg.NetBSD.org/pkgsrc/rev/ede8336f83e6
branches: trunk
changeset: 629800:ede8336f83e6
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jan 27 20:19:17 2014 +0000
description:
Update to 3.3.5:
Summary of changes between libmikmod 3.3.4 and libmikmod 3.3.5 ():
==========================================================================
libmikmod v3.3.5 was released on 10-Jan-2014.
This is a minor bugfix / maintenance release.
- New PulseAudio driver for audio output, using pa_simple_* api.
- Improved ALSA driver.
- mikmod.texi: Fixed document generation using newer texinfo.
- Updates and fixes to configury (autotools) and to cmake support.
Cmake support covers more targets and options now.
- Made the aiff, wav and raw file writer drivers configurable: the
library can be configured and compiled without any audio output
drivers if so required, except for drv_nos ('nosound') of course.
- DOS (djgpp): fixed the sound blaster SB16 driver.
- Fixed a few potential sources of crash, several code clean-ups.
- Minor compilation fixes against ancient software versions.
- Merged an updated gp32 driver (it is still an untested driver...)
Summary of changes between libmikmod 3.3.3 and libmikmod 3.3.4 ():
==========================================================================
libmikmod 3.3.4 was released on 08-Dec-2013.
- libmikmod.m4: fixed so that it works with C++ compilers.
- cmake: fixed a cpack version number issue.
- Fix CVE-2006-3879 (Secunia 21196) for Graoumf tracker (gt2) loader.
(the loader is non-functional yet but the issue was there.)
- Fix memory leaks in the Graoumf tracker (gt2) loader.
- UMX loader: Support umx music files from Unreal 1997/98 beta version.
- S3M loader: Enforce the 64000 bytes sample length limit, which has
been in effect since libmikmod-v3.1.10, only for tracker id 1, i.e.
only if setting the S3MIT_SCREAM flag during track conversion. Fixes
playback of some rare brokenly prepared files - e.g. Arena2.umx from
the unreal game community add-on level decyberduel.
- ULT loader: Fix version array size (was 1 less then its initializer.)
- ESD driver: Fix signature for esd_playstream function pointer (const)
- ALSA driver: Remove unused function pointers.
- The library is compilable using C++ compilers.
diffstat:
audio/libmikmod/Makefile | 4 ++--
audio/libmikmod/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (27 lines):
diff -r 9a1b04f45397 -r ede8336f83e6 audio/libmikmod/Makefile
--- a/audio/libmikmod/Makefile Mon Jan 27 20:17:09 2014 +0000
+++ b/audio/libmikmod/Makefile Mon Jan 27 20:19:17 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2013/10/29 10:34:30 jperkin Exp $
+# $NetBSD: Makefile,v 1.56 2014/01/27 20:19:17 wiz Exp $
-DISTNAME= libmikmod-3.3.3
+DISTNAME= libmikmod-3.3.5
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mikmod/}
diff -r 9a1b04f45397 -r ede8336f83e6 audio/libmikmod/distinfo
--- a/audio/libmikmod/distinfo Mon Jan 27 20:17:09 2014 +0000
+++ b/audio/libmikmod/distinfo Mon Jan 27 20:19:17 2014 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2013/10/19 13:32:00 wiz Exp $
+$NetBSD: distinfo,v 1.18 2014/01/27 20:19:17 wiz Exp $
-SHA1 (libmikmod-3.3.3.tar.gz) = a81394eb50550dd7aed26d929b2ce9ad2453754c
-RMD160 (libmikmod-3.3.3.tar.gz) = a114d28d1ce084b3c8262079002615c1ddb18138
-Size (libmikmod-3.3.3.tar.gz) = 1255740 bytes
+SHA1 (libmikmod-3.3.5.tar.gz) = b70cfdb3440f18a52bc8cd44fed2f4512715741f
+RMD160 (libmikmod-3.3.5.tar.gz) = ef1a1ce550a0897d35de330fee724f10e0b36e3a
+Size (libmikmod-3.3.5.tar.gz) = 1288856 bytes
SHA1 (patch-ac) = c407e4f2054e09454394879047fbd7dc575a4d4d
SHA1 (patch-ad) = bc4983d181acedc6f32b85aadd3a0011280d3227
Home |
Main Index |
Thread Index |
Old Index