pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/mpg123



Module Name:    pkgsrc
Committed By:   thor
Date:           Sun Sep  5 23:39:52 UTC 2021

Modified Files:
        pkgsrc/audio/mpg123: Makefile.common distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/audio/mpg123/Makefile.common
cvs rdiff -u -r1.59 -r1.60 pkgsrc/audio/mpg123/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/mpg123/Makefile.common
diff -u pkgsrc/audio/mpg123/Makefile.common:1.61 pkgsrc/audio/mpg123/Makefile.common:1.62
--- pkgsrc/audio/mpg123/Makefile.common:1.61    Thu Aug 26 09:29:13 2021
+++ pkgsrc/audio/mpg123/Makefile.common Sun Sep  5 23:39:52 2021
@@ -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/}

Index: pkgsrc/audio/mpg123/distinfo
diff -u pkgsrc/audio/mpg123/distinfo:1.59 pkgsrc/audio/mpg123/distinfo:1.60
--- pkgsrc/audio/mpg123/distinfo:1.59   Thu Aug 26 09:29:13 2021
+++ pkgsrc/audio/mpg123/distinfo        Sun Sep  5 23:39:52 2021
@@ -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