pkgsrc-Bugs archive

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

pkg/49405: audio/mpg123* to 1.21.0



>Number:         49405
>Category:       pkg
>Synopsis:       audio/mgp123* to 1.21.0
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Thu Nov 20 07:25:00 +0000 2014
>Originator:     Makoto Fujiwara
>Release:        NetBSD 6.1.4
>Organization:
KINU Corporation
>Environment:
	
	
System: NetBSD modena 6.1.4 NetBSD 6.1.4 (GENERIC) amd64
Architecture: x86_64
Machine: amd64
>Description:
Update mpg123* to 1.21.0

1.21.0
---
- Use LL as shortcut for LOADLIST remote command, L is taken already (bug 210).
- Less namespace pollution (MPG123_EXPORT in header instead of EXPORT, bug 212).

1.20.1
---
- Make feed reader more efficient when skipping junk by early discarding of data from buffers to avoid re-parsing.

1.20.0
---
- Added NEON optimized decoder for AArch64 (ARM 64bit environment)
  - enabled for --with-cpu=neon64 (NEON only) or --with-cpu=aarch64 (runtime switch between neon and generic_fpu, like arm_fpu) configuration
  - compatible with aarch64-linux-gnu toolchains (from Ubuntu, debian) and Xcode 5
- Added new binary out123 only with the audio output part of mpg123.
  This is a precursor to separating out said code into a simple audio output library. It also allows plugging in some processing in a pipe before feeding to output.
- Prevent opendir(NULL) for unknown module directory when listing modules.
- some build fixes, among those fixing mpg123-id3dump on Windows
	
>How-To-Repeat:
	make package-install for the listed below
	audio/mpg123	 (dependency, not necessary)
	audio/mpg123-arts
	audio/mpg123-esound
	audio/mpg123-nas
	audio/mpg123-oss
	audio/mpg123-pulse
	audio/mpg123-sun	(not tested)
>Fix:
	

Index: audio/mpg123/Makefile.common
===================================================================
RCS file: /cvsroot/pkgsrc/audio/mpg123/Makefile.common,v
retrieving revision 1.37
diff -u -r1.37 Makefile.common
--- audio/mpg123/Makefile.common	20 May 2014 19:59:09 -0000	1.37
+++ audio/mpg123/Makefile.common	20 Nov 2014 07:17:13 -0000
@@ -7,7 +7,7 @@
 # used by audio/mpg123-pulse/Makefile
 # used by audio/mpg123-sun/Makefile
 
-DISTNAME=	mpg123-1.19.0
+DISTNAME=	mpg123-1.21.0
 PKGNAME?=	${DISTNAME:C/[[:alnum:]]*/&-${MPG123_MODULE}/}
 CATEGORIES=	audio
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=mpg123/}
Index: audio/mpg123/PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/audio/mpg123/PLIST,v
retrieving revision 1.4
diff -u -r1.4 PLIST
--- audio/mpg123/PLIST	20 May 2014 19:59:09 -0000	1.4
+++ audio/mpg123/PLIST	20 Nov 2014 07:17:13 -0000
@@ -2,8 +2,10 @@
 bin/mpg123
 bin/mpg123-id3dump
 bin/mpg123-strip
+bin/out123
 include/mpg123.h
 lib/libmpg123.la
+lib/mpg123/output_sun.la
 lib/pkgconfig/libmpg123.pc
 man/man1/mpg123.1
 ${PLIST.coreaudio}lib/mpg123/output_coreaudio.la
Index: audio/mpg123/distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/audio/mpg123/distinfo,v
retrieving revision 1.36
diff -u -r1.36 distinfo
--- audio/mpg123/distinfo	20 May 2014 19:59:09 -0000	1.36
+++ audio/mpg123/distinfo	20 Nov 2014 07:17:13 -0000
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.36 2014/05/20 19:59:09 adam Exp $
 
-SHA1 (mpg123-1.19.0.tar.bz2) = 835f8ae489b41ae69fa8c76a0b1e5ee5495ef0ae
-RMD160 (mpg123-1.19.0.tar.bz2) = 1fefb1c6be503a0135ba68aa5591b10e1705858b
-Size (mpg123-1.19.0.tar.bz2) = 855879 bytes
+SHA1 (mpg123-1.21.0.tar.bz2) = a2fd84078632b7ab73ae4cd64c3f941d140167a8
+RMD160 (mpg123-1.21.0.tar.bz2) = 5f5e0c8c482a16d093603845f67bfe733aac3e79
+Size (mpg123-1.21.0.tar.bz2) = 863177 bytes
 SHA1 (patch-aa) = 075f0315f03f42f2bc94db8a827a7c209a61ea6b
 SHA1 (patch-ad) = 7ea68b64ee8a0e58036f79558ca1484870b0335a
 SHA1 (patch-af) = ed89154abc9e4eea7934e6b11431b4b8f95d36b0

>Unformatted:
 	
 	


Home | Main Index | Thread Index | Old Index