diff options
author | wiz <wiz@pkgsrc.org> | 2015-09-30 20:09:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-09-30 20:09:51 +0000 |
commit | 5a2c9e0be52301f78595bd6ba135b450f24778da (patch) | |
tree | 728bff725679e7176fb3d83cf447955ee35a4d60 /audio | |
parent | 9206b0dac684b90abb913a9ec6b2232a5640e216 (diff) | |
download | pkgsrc-5a2c9e0be52301f78595bd6ba135b450f24778da.tar.gz |
Update to 0.2.5602beta14.
libopenmpt 0.2-beta14 (2015-09-13)
[Change] The C++ API example now uses the PortAudio C++ bindings instead of the C API.
[Change] Default compiler options for Emscripten have been changed to more closely match the Emscripten recommendations.
[Bug] Client code compilation with C89 compilers was broken in beta13.
[Bug] Testsuite failed on certain Emscripten/node.js combinations.
[Bug] Fixed various crashes or hangs in DMF, OKT, PLM, IT and MPTM loaders.
Implemented error handling in the libopenmpt API examples.
Various playback improvements and fixes for OKT, IT and MOD.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libopenmpt/Makefile | 4 | ||||
-rw-r--r-- | audio/libopenmpt/PLIST | 3 | ||||
-rw-r--r-- | audio/libopenmpt/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/audio/libopenmpt/Makefile b/audio/libopenmpt/Makefile index 5c4e6a215b8..8457a7796b6 100644 --- a/audio/libopenmpt/Makefile +++ b/audio/libopenmpt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2015/08/23 13:44:25 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2015/09/30 20:09:51 wiz Exp $ -DISTNAME= libopenmpt-0.2.5486-beta13-autotools +DISTNAME= libopenmpt-0.2.5602-beta14-autotools PKGNAME= ${DISTNAME:S/-beta/beta/:S/-autotools//} CATEGORIES= audio MASTER_SITES= http://lib.openmpt.org/files/libopenmpt/src/ diff --git a/audio/libopenmpt/PLIST b/audio/libopenmpt/PLIST index 6553041d65c..09aa82b247a 100644 --- a/audio/libopenmpt/PLIST +++ b/audio/libopenmpt/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2015/02/23 11:45:42 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2015/09/30 20:09:51 wiz Exp $ bin/openmpt123 include/libopenmpt/libopenmpt.h include/libopenmpt/libopenmpt.hpp @@ -16,4 +16,5 @@ share/doc/libopenmpt/TODO share/doc/libopenmpt/examples/libopenmpt_example_c.c share/doc/libopenmpt/examples/libopenmpt_example_c_mem.c share/doc/libopenmpt/examples/libopenmpt_example_c_stdout.c +share/doc/libopenmpt/examples/libopenmpt_example_c_unsafe.c share/doc/libopenmpt/examples/libopenmpt_example_cxx.cpp diff --git a/audio/libopenmpt/distinfo b/audio/libopenmpt/distinfo index f005144883d..5f23e225495 100644 --- a/audio/libopenmpt/distinfo +++ b/audio/libopenmpt/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2015/08/23 13:44:25 wiz Exp $ +$NetBSD: distinfo,v 1.7 2015/09/30 20:09:51 wiz Exp $ -SHA1 (libopenmpt-0.2.5486-beta13-autotools.tar.gz) = 2e2db88cd3b5aaeb8f7d8f316c04fbebf603f591 -RMD160 (libopenmpt-0.2.5486-beta13-autotools.tar.gz) = 83d090e894b5215e064d26ffb910f1de1050a72b -Size (libopenmpt-0.2.5486-beta13-autotools.tar.gz) = 1103190 bytes +SHA1 (libopenmpt-0.2.5602-beta14-autotools.tar.gz) = d1d8dfcec128ecdb53f7c4c2cd6551078ad49817 +RMD160 (libopenmpt-0.2.5602-beta14-autotools.tar.gz) = d8cce06d8e4dc59215ae1cd5068aeb8584b9c06c +Size (libopenmpt-0.2.5602-beta14-autotools.tar.gz) = 1112195 bytes |