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:   adam
Date:           Wed Dec 25 10:36:30 UTC 2024

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

Log Message:
mpg123: updated to 1.32.10

1.32.10:
scripts/tag_lyrics.py: fix for python3 (thanks to cclauss, github PR 16)
libout123: Use strtok_r() to avoid conflicts multithreaded contexts (both sides should avoid plain strtok()! Debian-bug 1089543).
libmpg123:
Un-break DLL builds that need I/O functions defined in libmpg123.c (like mpg123_open(), bug 374).
ports/cmake: More fixup to also produce .pc files with Libs.private.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/audio/mpg123/Makefile.common
cvs rdiff -u -r1.78 -r1.79 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.77 pkgsrc/audio/mpg123/Makefile.common:1.78
--- pkgsrc/audio/mpg123/Makefile.common:1.77    Sun Nov  3 19:00:41 2024
+++ pkgsrc/audio/mpg123/Makefile.common Wed Dec 25 10:36:30 2024
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile.common,v 1.77 2024/11/03 19:00:41 adam Exp $
+# $NetBSD: Makefile.common,v 1.78 2024/12/25 10:36:30 adam Exp $
 #
 # used by audio/mpg123-jack/Makefile
 # used by audio/mpg123-nas/Makefile
 # used by audio/mpg123-pulse/Makefile
 
-DISTNAME=      mpg123-1.32.9
+DISTNAME=      mpg123-1.32.10
 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.78 pkgsrc/audio/mpg123/distinfo:1.79
--- pkgsrc/audio/mpg123/distinfo:1.78   Sun Nov  3 19:00:41 2024
+++ pkgsrc/audio/mpg123/distinfo        Wed Dec 25 10:36:30 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.78 2024/11/03 19:00:41 adam Exp $
+$NetBSD: distinfo,v 1.79 2024/12/25 10:36:30 adam Exp $
 
-BLAKE2s (mpg123-1.32.9.tar.bz2) = a4840ede319578c01e458053b0854cadccf5b7d16738df03d020d3b63a48b8d1
-SHA512 (mpg123-1.32.9.tar.bz2) = dccb640b0845061811cb41bf145587e7093556d686d49a748232b079659b46284b6cc40db42d14febceac11277c58edf2b69d1b4c46c223829a3d15478e2e26c
-Size (mpg123-1.32.9.tar.bz2) = 1118388 bytes
+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
 SHA1 (patch-ad) = f07b637c3fc1d3ea0426013fc25bca8e3aecba56
 SHA1 (patch-src_libout123_modules_sun.c) = aa11e1420fd07f2e1c4a0d911d1642f0fd50b916



Home | Main Index | Thread Index | Old Index