pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/mpg123 mpg123: update to 1.29.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/c4ef0d310c58
branches: trunk
changeset: 457990:c4ef0d310c58
user: thor <thor%pkgsrc.org@localhost>
date: Sun Sep 05 23:39:52 2021 +0000
description:
mpg123: update to 1.29.0
The upstream changes:
- build: added --enable-runtime-tables
- libmpg123:
-- Float deocder runtime table computation is back as option,
based on suggestion and initial patch by Ethan Halsall for a smaller
download size of the wasm decoder built from libmpg23. This only
trims the size of the binary on disk (network), for runtime
overhead and a bit of uneasyness about concurrency during table
computation, which happens implicitly on handle initialization,
only guarded by an integer flag. This does _not_ revive
mpg123_init().
-- The ID3v2 UTF-16 BOM check is now a straight-on loop and not a
recursive function.
Only the last one is relevant for this pkg. Avoids heavy stack use
on pathological files.
diffstat:
audio/mpg123/Makefile.common | 4 ++--
audio/mpg123/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (32 lines):
diff -r cd8acc1a1ff8 -r c4ef0d310c58 audio/mpg123/Makefile.common
--- a/audio/mpg123/Makefile.common Sun Sep 05 20:58:16 2021 +0000
+++ b/audio/mpg123/Makefile.common Sun Sep 05 23:39:52 2021 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.61 2021/08/26 09:29:13 adam Exp $
+# $NetBSD: Makefile.common,v 1.62 2021/09/05 23:39:52 thor Exp $
#
# used by audio/mpg123-jack/Makefile
# used by audio/mpg123-nas/Makefile
# used by audio/mpg123-pulse/Makefile
-DISTNAME= mpg123-1.28.2
+DISTNAME= mpg123-1.29.0
PKGNAME?= ${DISTNAME:C/[[:alnum:]]*/&-${MPG123_MODULE}/}
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpg123/}
diff -r cd8acc1a1ff8 -r c4ef0d310c58 audio/mpg123/distinfo
--- a/audio/mpg123/distinfo Sun Sep 05 20:58:16 2021 +0000
+++ b/audio/mpg123/distinfo Sun Sep 05 23:39:52 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.59 2021/08/26 09:29:13 adam Exp $
+$NetBSD: distinfo,v 1.60 2021/09/05 23:39:52 thor Exp $
-SHA1 (mpg123-1.28.2.tar.bz2) = 45d8dc173e7c12846a45f6c167080e030a46dc9c
-RMD160 (mpg123-1.28.2.tar.bz2) = 897ac191b394877fb6ce6d9b034eafc8e8f97d3c
-SHA512 (mpg123-1.28.2.tar.bz2) = 45ac11c5997d13f80917e135a40d2fb4448703dad56271dfe8ce7c8dea339cbac7727ec121779040bd7a07fc4ea79086860ea4a8ec879eda3bdcbf7d57348cda
-Size (mpg123-1.28.2.tar.bz2) = 1065867 bytes
+SHA1 (mpg123-1.29.0.tar.bz2) = 8580b3984a3e75a9bb209f4cdd3f4f3a22cac500
+RMD160 (mpg123-1.29.0.tar.bz2) = 6af2df827f4086d46477d5fd4324343e40ba7315
+SHA512 (mpg123-1.29.0.tar.bz2) = 4261a086395f118f6723d8a3757ebcf5244359be07af634d8bf802e48524978a0974f8b17b423bbf38d262c82ac9e31e0fd5d07a735f63f5e33f58d82dc5fdaf
+Size (mpg123-1.29.0.tar.bz2) = 1068523 bytes
SHA1 (patch-ad) = f07b637c3fc1d3ea0426013fc25bca8e3aecba56
Home |
Main Index |
Thread Index |
Old Index