diff options
author | wiz <wiz@pkgsrc.org> | 2015-12-06 11:11:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-12-06 11:11:28 +0000 |
commit | f7f06b783c2c863929ee6a61b4558767c3577327 (patch) | |
tree | 6fa9c507aef053993c353f24ff95dda61876d83b /audio/libopenmpt | |
parent | 1896a3879b53da8c1d430ee8e255c3af821b24da (diff) | |
download | pkgsrc-f7f06b783c2c863929ee6a61b4558767c3577327.tar.gz |
Update libopenmpt to 0.2.5787:
* [Change] The Autotools build system does strict checking of all
dependencies now. Instead of best effort auto-magic detection of
all potentially optional dependencies, the default set of dependencies
is now enforced unless each individual dependency gets explicitely
disabled via --without-foo or --disable-foo ./configure switches.
Run ./configure --help for the full list of options.
* [Bug] Some MOD files were erroneously detected as 669 files.
* [Bug] Some malformed AMF files could result in very long loading times.
* [Bug] Fixed crashes in IMF and MT2 loaders.
* [Bug] MTM files generated by UNMO3 were not loaded properly.
* Improved MTM playback.
* make CONFIG=haiku for Haiku has been added.
* Language bindings for FreeBASIC have been added (see libopenmpt/bindings/).
Diffstat (limited to 'audio/libopenmpt')
-rw-r--r-- | audio/libopenmpt/Makefile | 8 | ||||
-rw-r--r-- | audio/libopenmpt/distinfo | 11 |
2 files changed, 10 insertions, 9 deletions
diff --git a/audio/libopenmpt/Makefile b/audio/libopenmpt/Makefile index 8905fed3377..42c2179ef1d 100644 --- a/audio/libopenmpt/Makefile +++ b/audio/libopenmpt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2015/11/06 11:33:39 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/12/06 11:11:28 wiz Exp $ -DISTNAME= libopenmpt-0.2.5705-beta15-autotools +DISTNAME= libopenmpt-0.2.5787-beta16-autotools PKGNAME= ${DISTNAME:C/-beta.*//} CATEGORIES= audio MASTER_SITES= http://lib.openmpt.org/files/libopenmpt/src/ @@ -18,7 +18,9 @@ USE_TOOLS= gmake pkg-config GNU_CONFIGURE= yes USE_LIBTOOL= yes -PKGCONFIG_OVERRIDE= libmodplug/libmodplug.pc.in libopenmpt/libopenmpt.pc.in +PKGCONFIG_OVERRIDE= libmodplug/libmodplug.pc.in libopenmpt/libopenmpt.pc.in +CONFIGURE_ARGS+= --without-portaudio +CONFIGURE_ARGS+= --without-portaudiocpp .include "options.mk" diff --git a/audio/libopenmpt/distinfo b/audio/libopenmpt/distinfo index 948ed128dbb..b7bfce714ce 100644 --- a/audio/libopenmpt/distinfo +++ b/audio/libopenmpt/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.9 2015/11/06 11:33:39 wiz Exp $ +$NetBSD: distinfo,v 1.10 2015/12/06 11:11:28 wiz Exp $ -SHA1 (libopenmpt-0.2.5705-beta15-autotools.tar.gz) = 9b9ca0e3e722c81b4f604b7f74b9bab994574346 -RMD160 (libopenmpt-0.2.5705-beta15-autotools.tar.gz) = 6c660028103bf6da9b5aa4035a0fb23520cc611e -SHA512 (libopenmpt-0.2.5705-beta15-autotools.tar.gz) = 0878d76b650e97381308b4865703b772e1c3320c86374b109d601bcd369105accd8d9e022977e69698cf4c269958ca7cd14f853fdb8bedacfb41bdb29aecb99a -Size (libopenmpt-0.2.5705-beta15-autotools.tar.gz) = 1124923 bytes -SHA1 (patch-common_Endianness.h) = abf38f4bdd65c29dd79fdd4abc209ba14747caef +SHA1 (libopenmpt-0.2.5787-beta16-autotools.tar.gz) = 4f68fd8cacde4c51739e9b16b93b12d74bd91edd +RMD160 (libopenmpt-0.2.5787-beta16-autotools.tar.gz) = c927950b7f9d2b7a3d1acef6d13244122d64c94f +SHA512 (libopenmpt-0.2.5787-beta16-autotools.tar.gz) = bbddec11a9b02582178885fa78aa4e981a5bdc4a0f48098604d906ae216d40a36078d82331d008924214d3f4a66ce90244a5d6da40ef01bd19c9dac379b351d9 +Size (libopenmpt-0.2.5787-beta16-autotools.tar.gz) = 1141666 bytes |