Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/mpg123 mpg123: updated to 1.26.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b214c7f863b
branches:  trunk
changeset: 435351:8b214c7f863b
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 06 15:33:54 2020 +0000

description:
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).

diffstat:

 audio/mpg123/Makefile.common |   4 ++--
 audio/mpg123/distinfo        |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 6085edff7eec -r 8b214c7f863b audio/mpg123/Makefile.common
--- a/audio/mpg123/Makefile.common      Mon Jul 06 15:32:47 2020 +0000
+++ b/audio/mpg123/Makefile.common      Mon Jul 06 15:33:54 2020 +0000
@@ -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/}
diff -r 6085edff7eec -r 8b214c7f863b audio/mpg123/distinfo
--- a/audio/mpg123/distinfo     Mon Jul 06 15:32:47 2020 +0000
+++ b/audio/mpg123/distinfo     Mon Jul 06 15:33:54 2020 +0000
@@ -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