pkgsrc-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.25.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30de78d9262a
branches:  trunk
changeset: 370820:30de78d9262a
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 24 18:02:50 2017 +0000

description:
mpg123: updated to 1.25.7

1.25.7
------
- mpg123:
-- Do not play with cursor and inverse video for progress bar
   when TERM=dumb.
-- Fix parsing of host port for numerical IPv6 addresses (just did
   not work before, only for textual host names).
- libmpg123:
-- Proper fix for the xrpnt overflow problems by correctly
   initialising certain tables for MPEG 2.x layer III. The checks that
   catch the resulting overflow are still in place, but likely superfluous
   now. Note that this means certain valid files would have been misdecoded
   before, if anyone actually produced them. Thanks to Robert Hegemann for
   the fix!
-- Silently handle granules with part2_3_length == 0, but
   scalefac_compress != 0 (ignore the latter).

diffstat:

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

diffs (46 lines):

diff -r 594387251487 -r 30de78d9262a audio/mpg123/Makefile.common
--- a/audio/mpg123/Makefile.common      Tue Oct 24 17:27:44 2017 +0000
+++ b/audio/mpg123/Makefile.common      Tue Oct 24 18:02:50 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.45 2017/09/08 08:50:23 wiz Exp $
+# $NetBSD: Makefile.common,v 1.46 2017/10/24 18:02:50 adam Exp $
 #
 # used by audio/mpg123-arts/Makefile
 # used by audio/mpg123-esound/Makefile
@@ -7,16 +7,16 @@
 # used by audio/mpg123-pulse/Makefile
 # used by audio/mpg123-sun/Makefile
 
-DISTNAME=      mpg123-1.25.5
+DISTNAME=      mpg123-1.25.7
 PKGNAME?=      ${DISTNAME:C/[[:alnum:]]*/&-${MPG123_MODULE}/}
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mpg123/}
 EXTRACT_SUFX=  .tar.bz2
-LICENSE=       gnu-lgpl-v2.1
 
 MAINTAINER=    martin%NetBSD.org@localhost
 HOMEPAGE=      http://www.mpg123.org/
 COMMENT?=      Contains the ${MPG123_MODULE} module for mpg123
+LICENSE=       gnu-lgpl-v2.1
 
 USE_LANGUAGES=         c99
 USE_LIBTOOL?=          yes
diff -r 594387251487 -r 30de78d9262a audio/mpg123/distinfo
--- a/audio/mpg123/distinfo     Tue Oct 24 17:27:44 2017 +0000
+++ b/audio/mpg123/distinfo     Tue Oct 24 18:02:50 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.45 2017/09/08 08:50:23 wiz Exp $
+$NetBSD: distinfo,v 1.46 2017/10/24 18:02:50 adam Exp $
 
-SHA1 (mpg123-1.25.5.tar.bz2) = 2fd8841783b189ab597be975b7aba108ce188013
-RMD160 (mpg123-1.25.5.tar.bz2) = f878a3d6df5801d16217e62b979e02836ec76700
-SHA512 (mpg123-1.25.5.tar.bz2) = 8c97684cd684762b231347c741fd21deb4d2afa40c7c11626444b41046161e5d7089c5ec0971e5b7bbbdb5f49618f1eb8b534ba43fb91e05d706a78d8470d125
-Size (mpg123-1.25.5.tar.bz2) = 918861 bytes
+SHA1 (mpg123-1.25.7.tar.bz2) = 705785e6efb77f0c7fb904cef05728088d6fded1
+RMD160 (mpg123-1.25.7.tar.bz2) = f702f46a536db69376fb5d034b03f373bd529e6b
+SHA512 (mpg123-1.25.7.tar.bz2) = 4e0972149ce4f792cc361d96d638551eb5184942465e69713202d0830a0a54b33e3effe2e460683b996024772edba5e0be341048b9d0c73dace557c640d4414e
+Size (mpg123-1.25.7.tar.bz2) = 920705 bytes
 SHA1 (patch-Makefile.in) = e1b529e9468994e25c2567df7e64a2905b0cf529
 SHA1 (patch-aa) = 4b2761219dd8fb92079d7f96872e56beb702696a
 SHA1 (patch-ad) = f07b637c3fc1d3ea0426013fc25bca8e3aecba56



Home | Main Index | Thread Index | Old Index