diff options
author | fcambus <fcambus@pkgsrc.org> | 2022-06-15 10:06:50 +0000 |
---|---|---|
committer | fcambus <fcambus@pkgsrc.org> | 2022-06-15 10:06:50 +0000 |
commit | 2ca39a08efed7b35145e10ee55a7caacbdee9651 (patch) | |
tree | 41fe12f702de7da9c5ffa79d98230c8cf3949d82 | |
parent | 31207f0dad138a5ab46d45bd7f3337c041c6b3d7 (diff) | |
download | pkgsrc-2ca39a08efed7b35145e10ee55a7caacbdee9651.tar.gz |
libopenmpt: update to 0.6.4.
### libopenmpt 0.6.4 (2022-06-12)
* [**Bug**] openmpt123: Linking failed when using Autotools build system
targeting MinGW.
* [**Bug**] tests: Linking failed when using Autotools build system targeting
MinGW.
* [**Bug**] examples: Linking failed when using Autotools build system
targeting MinGW.
* [**Change**] Support for mingw-std-threads when building for MinGW targets
is now deprecated because this is not supported for GCC 11 or later (see
<https://github.com/meganz/mingw-std-threads/issues/79>).
* Ping-pong sample loops sometimes stopped playing at the end of the loop.
-rw-r--r-- | audio/libopenmpt/Makefile | 4 | ||||
-rw-r--r-- | audio/libopenmpt/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/libopenmpt/Makefile b/audio/libopenmpt/Makefile index 74fbaca4d1e..921741d8364 100644 --- a/audio/libopenmpt/Makefile +++ b/audio/libopenmpt/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2022/04/28 19:51:33 fcambus Exp $ +# $NetBSD: Makefile,v 1.61 2022/06/15 10:06:50 fcambus Exp $ -DISTNAME= libopenmpt-0.6.3+release.autotools +DISTNAME= libopenmpt-0.6.4+release.autotools PKGNAME= ${DISTNAME:C/\+.*//} CATEGORIES= audio MASTER_SITES= https://lib.openmpt.org/files/libopenmpt/src/ diff --git a/audio/libopenmpt/distinfo b/audio/libopenmpt/distinfo index d8eb35d17a3..fef37fc255a 100644 --- a/audio/libopenmpt/distinfo +++ b/audio/libopenmpt/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.47 2022/04/28 19:51:33 fcambus Exp $ +$NetBSD: distinfo,v 1.48 2022/06/15 10:06:50 fcambus Exp $ -BLAKE2s (libopenmpt-0.6.3+release.autotools.tar.gz) = 835e5b8bc610e3f2875282b8758600911a367f82244cf404f3feffa043b7b31e -SHA512 (libopenmpt-0.6.3+release.autotools.tar.gz) = b9f9cce9ef7d87ad8f18d17603b613fd153d5effdf04de566daabe26afa08b84eb0aa089b94fcbf7cb724befd0a3d93ffdaf5b578f2a3afa31f7aa517f39c62f -Size (libopenmpt-0.6.3+release.autotools.tar.gz) = 1514410 bytes +BLAKE2s (libopenmpt-0.6.4+release.autotools.tar.gz) = 610eb1e6d803f4cabc81d14dea9684bdc372f086b4c1579770201cc1408bd3c9 +SHA512 (libopenmpt-0.6.4+release.autotools.tar.gz) = 7306ddbe030b8e82ad24fc85083d13d7ca680870f4dbe7215399719cd63ee9ed9e5c4c6229e9f17fb5a2005e86b21ceed0dab158d3f0b73c606579654434421f +Size (libopenmpt-0.6.4+release.autotools.tar.gz) = 1547663 bytes |