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:           Mon Jun  9 10:35:04 UTC 2025

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

Log Message:
mpg123: updated to 1.33.0

1.33.0

mpg123
Fix printout of filenames at end (convert/limit text encoding).
Treat HTTP header encoding as unknown/ASCII and formally convert to UTF-8.
Make --continue mode work with --random.
Handle possible failure of __wgetmainargs on Windows (bug 375).
mpg123-id3dump: Fix up command line arg handling for Windows.
out123
Finally give zero exit code when generating sounds, not indicating spurious failure.
build:
Use CCASFLAGS for assembler tests, to enable builds that enable instruction sets that way (bug 377).
PIC for compat libs (convenience libs used during build) only if building shared libs (github PR 17 by Wouter Wijsman).
compat:
Map strtok use to strtok_r or strtok_s (MS platforms), if possible. users only in control_generic and libout123 so far. Out123 itself uses mytok. Shall fix bug 376 (build with MSVC again).
Enable build on PSP by merging in the hotfix of opmitting signal code (github PR 18 by Wouter Wijsman).
libout123
modules/win32: Align waveOutGetDevCapsA to WAVEOUTCAPSA, in anticipation of some UNICODE change.
libmpg123
API version 49 with added mpg123_open_handle64(), mpg123_open64(), and mpg123_open_fixed64() that are not subject to largefile renaming. This means you can still access internal I/O with 
MPG123_PORTABLE_API. The code has been there before, anyway.
With MPG123_PORTABLE_API, mpg123_open_handle() is hidden now (use mpg123_open_handle64() instead).
more silence on errors (sideband limit message)


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 pkgsrc/audio/mpg123/Makefile.common
cvs rdiff -u -r1.79 -r1.80 pkgsrc/audio/mpg123/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/audio/mpg123-jack/Makefile
cvs rdiff -u -r1.45 -r1.46 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.78 pkgsrc/audio/mpg123/Makefile.common:1.79
--- pkgsrc/audio/mpg123/Makefile.common:1.78    Wed Dec 25 10:36:30 2024
+++ pkgsrc/audio/mpg123/Makefile.common Mon Jun  9 10:35:03 2025
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.78 2024/12/25 10:36:30 adam Exp $
+# $NetBSD: Makefile.common,v 1.79 2025/06/09 10:35:03 adam Exp $
 #
 # used by audio/mpg123-jack/Makefile
 # used by audio/mpg123-nas/Makefile
 # used by audio/mpg123-pulse/Makefile
 
-DISTNAME=      mpg123-1.32.10
+DISTNAME=      mpg123-1.33.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.79 pkgsrc/audio/mpg123/distinfo:1.80
--- pkgsrc/audio/mpg123/distinfo:1.79   Wed Dec 25 10:36:30 2024
+++ pkgsrc/audio/mpg123/distinfo        Mon Jun  9 10:35:03 2025
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.79 2024/12/25 10:36:30 adam Exp $
+$NetBSD: distinfo,v 1.80 2025/06/09 10:35:03 adam Exp $
 
-BLAKE2s (mpg123-1.32.10.tar.bz2) = 7c90f57375ee8f8021db614c5b4f5f0931b7c38d72119b3f3602c0fd5207c68c
-SHA512 (mpg123-1.32.10.tar.bz2) = 4df3e76cafe642b1df8befaff3d3530150c13446ca7f07b8d527af5b6522e4d2dedd025a3f095f23a51e2318d17e1395de6e55c70e3a90f80017ea0955fe8c1f
-Size (mpg123-1.32.10.tar.bz2) = 1118315 bytes
+BLAKE2s (mpg123-1.33.0.tar.bz2) = 3c135e1a10dff3a8bfeb67356a4326135161123c1740bbf371c056cab2f4031d
+SHA512 (mpg123-1.33.0.tar.bz2) = c2c6a3536f18334e310337dc2cc7d4af141c1f7fffb02fc079d645f46113581d457587c562cf353d39375d721af6716cb4db6a964ef83284e390b597744c52ea
+Size (mpg123-1.33.0.tar.bz2) = 1120676 bytes
 SHA1 (patch-ad) = f07b637c3fc1d3ea0426013fc25bca8e3aecba56
 SHA1 (patch-src_libout123_modules_sun.c) = aa11e1420fd07f2e1c4a0d911d1642f0fd50b916

Index: pkgsrc/audio/mpg123-jack/Makefile
diff -u pkgsrc/audio/mpg123-jack/Makefile:1.10 pkgsrc/audio/mpg123-jack/Makefile:1.11
--- pkgsrc/audio/mpg123-jack/Makefile:1.10      Wed Feb 12 06:44:26 2025
+++ pkgsrc/audio/mpg123-jack/Makefile   Mon Jun  9 10:35:03 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2025/02/12 06:44:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2025/06/09 10:35:03 adam Exp $
 
 MPG123_MODULE= jack
 
-PKGREVISION= 1
 .include "../../audio/mpg123/Makefile.common"
 
 .include "../../audio/mpg123/buildlink3.mk"

Index: pkgsrc/audio/mpg123-pulse/Makefile
diff -u pkgsrc/audio/mpg123-pulse/Makefile:1.45 pkgsrc/audio/mpg123-pulse/Makefile:1.46
--- pkgsrc/audio/mpg123-pulse/Makefile:1.45     Wed Feb 12 06:44:26 2025
+++ pkgsrc/audio/mpg123-pulse/Makefile  Mon Jun  9 10:35:04 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2025/02/12 06:44:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.46 2025/06/09 10:35:04 adam Exp $
 
 MPG123_MODULE= pulse
 
-PKGREVISION= 1
 .include "../../audio/mpg123/Makefile.common"
 
 .include "../../audio/mpg123/buildlink3.mk"



Home | Main Index | Thread Index | Old Index