pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jun  7 06:15:38 UTC 2026

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

Log Message:
mpg123: updated to 1.33.6

1.33.6

mpg123
Prepare for const-returning strchr().
Hide seq_len debugging counter in non-debug mode.
Fix memory leak with --network internal due to inverted NULL check in net123_close_internal() (handle never NULL in practice, though; bug 386).
mpg123, out123: Fix strrchr() usage to be more const and correct under C99 as well as C23.
mpg123-strip: Also use largefile API properly using mpg123config.h, but without actual effect at least on Linux/x86. It is cleaner that way, though.
ports/cmake: Yasm is not neeeded for Clang on MSVC.
libmpg123: Remove unused loop variable in layer2 left over from runtime table elimination (32 bit mmx/sse code).


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/audio/mpg123/Makefile.common \
    pkgsrc/audio/mpg123/distinfo
cvs rdiff -u -r1.47 -r1.48 pkgsrc/audio/mpg123-pulse/Makefile

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.85 pkgsrc/audio/mpg123/Makefile.common:1.86
--- pkgsrc/audio/mpg123/Makefile.common:1.85    Sun Apr 26 08:48:49 2026
+++ pkgsrc/audio/mpg123/Makefile.common Sun Jun  7 06:15:38 2026
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.85 2026/04/26 08:48:49 adam Exp $
+# $NetBSD: Makefile.common,v 1.86 2026/06/07 06:15:38 adam Exp $
 #
 # used by audio/mpg123-jack/Makefile
 # used by audio/mpg123-nas/Makefile
 # used by audio/mpg123-pulse/Makefile
 # used by audio/mpg123-sndio/Makefile
 
-DISTNAME=      mpg123-1.33.5
+DISTNAME=      mpg123-1.33.6
 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.85 pkgsrc/audio/mpg123/distinfo:1.86
--- pkgsrc/audio/mpg123/distinfo:1.85   Sun Apr 26 08:48:49 2026
+++ pkgsrc/audio/mpg123/distinfo        Sun Jun  7 06:15:38 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.85 2026/04/26 08:48:49 adam Exp $
+$NetBSD: distinfo,v 1.86 2026/06/07 06:15:38 adam Exp $
 
-BLAKE2s (mpg123-1.33.5.tar.bz2) = 232089e7b557d520caeab3ba65266da41c4c5e7fcd20498a9e27373809f0f750
-SHA512 (mpg123-1.33.5.tar.bz2) = ab5d9c26e9f1c73b98449b738fa55e818bcde713683a84ac282e3c2adef85e4ffa46bdc33ddf736b536a5ddb3f24ca731664cdc465d431e267b5656e959b61d0
-Size (mpg123-1.33.5.tar.bz2) = 1123086 bytes
+BLAKE2s (mpg123-1.33.6.tar.bz2) = 9fa8fdec3763dc15bef4f5ccc772bda12015f7bd00919257e286447dd51d76b3
+SHA512 (mpg123-1.33.6.tar.bz2) = 83d8fca128b1fd39e336e6052837b16951360d6f1a47919e00d4b7285717ee7cd4dd56c24bd873316ba6969081fe619cda93ebb20771aed052c6e9d07657f2ab
+Size (mpg123-1.33.6.tar.bz2) = 1123797 bytes
 SHA1 (patch-ad) = f07b637c3fc1d3ea0426013fc25bca8e3aecba56
 SHA1 (patch-src_libout123_modules_sun.c) = aa11e1420fd07f2e1c4a0d911d1642f0fd50b916

Index: pkgsrc/audio/mpg123-pulse/Makefile
diff -u pkgsrc/audio/mpg123-pulse/Makefile:1.47 pkgsrc/audio/mpg123-pulse/Makefile:1.48
--- pkgsrc/audio/mpg123-pulse/Makefile:1.47     Thu Oct 23 20:35:51 2025
+++ pkgsrc/audio/mpg123-pulse/Makefile  Sun Jun  7 06:15:38 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2025/10/23 20:35:51 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2026/06/07 06:15:38 adam Exp $
 
 MPG123_MODULE= pulse
 
-PKGREVISION= 1
 .include "../../audio/mpg123/Makefile.common"
 
 .include "../../audio/mpg123/buildlink3.mk"



Home | Main Index | Thread Index | Old Index