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:           Mon Jul  6 15:33:54 UTC 2020

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

Log Message:
mpg123: updated to 1.26.2

version 1.26.2:
Some refinements.
Enable terminal control by default only when both input and output are connected to a terminal. This avoids messing with terminal settings when piping stderr to a pager, which takes over terminal 
input anyway, while mpg123 still thinks it got control.
Windows build fixes for UWP and without GetThreadErrorMode when not building modules, thanks to Steve LHomme.
Android build fix regarding off64_t use, thanks to Steve LHomme.
More CMake build fixes thanks to David Callu (bug 290).
Use PROG_LIBS for output modules, to reinstate not necessarily proper but previous behaviour and fix FreeBSD port build (bug 291).
Refine LFS support in libsyn123, avoiding architecture-dependent syn123.h (debian bug 963205).


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/audio/mpg123/Makefile.common
cvs rdiff -u -r1.52 -r1.53 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.53 pkgsrc/audio/mpg123/Makefile.common:1.54
--- pkgsrc/audio/mpg123/Makefile.common:1.53    Tue Jun  2 08:06:14 2020
+++ pkgsrc/audio/mpg123/Makefile.common Mon Jul  6 15:33:54 2020
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.53 2020/06/02 08:06:14 adam Exp $
+# $NetBSD: Makefile.common,v 1.54 2020/07/06 15:33:54 adam Exp $
 #
 # used by audio/mpg123-nas/Makefile
 # used by audio/mpg123-oss/Makefile
 # used by audio/mpg123-pulse/Makefile
 # used by audio/mpg123-sun/Makefile
 
-DISTNAME=      mpg123-1.26.1
+DISTNAME=      mpg123-1.26.2
 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.52 pkgsrc/audio/mpg123/distinfo:1.53
--- pkgsrc/audio/mpg123/distinfo:1.52   Tue Jun  2 08:06:14 2020
+++ pkgsrc/audio/mpg123/distinfo        Mon Jul  6 15:33:54 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.52 2020/06/02 08:06:14 adam Exp $
+$NetBSD: distinfo,v 1.53 2020/07/06 15:33:54 adam Exp $
 
-SHA1 (mpg123-1.26.1.tar.bz2) = adb10bc475190188287ab6288db9529260b4503e
-RMD160 (mpg123-1.26.1.tar.bz2) = 7efe36cdbabe6759de04f57d34ca208684f11af8
-SHA512 (mpg123-1.26.1.tar.bz2) = e3a7318a4c5b2e043f6fa70d1ccc93e654d81ec0b1262578153c72a3e3c1d8a8ff7ec49a2a6553791d4f18e2fd59b5e2c3846dd1c002effd651d7d4c0fd8b0dc
-Size (mpg123-1.26.1.tar.bz2) = 1045777 bytes
+SHA1 (mpg123-1.26.2.tar.bz2) = 1172bda449e58293412bde953ccf8aee32b672af
+RMD160 (mpg123-1.26.2.tar.bz2) = ca706ded99fd6fc221eabbed7e88343e845231a4
+SHA512 (mpg123-1.26.2.tar.bz2) = aa63fcb08b243a1e09f7701b3d84a19d7412a87253d54d49f014fdb9e75bbc81d152a41ed750fccde901453929b2a001585a7645351b41845ad205c17a73dcc9
+Size (mpg123-1.26.2.tar.bz2) = 1047437 bytes
 SHA1 (patch-Makefile.in) = e1b529e9468994e25c2567df7e64a2905b0cf529
 SHA1 (patch-aa) = 4b2761219dd8fb92079d7f96872e56beb702696a
 SHA1 (patch-ad) = f07b637c3fc1d3ea0426013fc25bca8e3aecba56



Home | Main Index | Thread Index | Old Index