pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/mpg123 Based on PR pkg/49405
details: https://anonhg.NetBSD.org/pkgsrc/rev/504bf3303dbf
branches: trunk
changeset: 641888:504bf3303dbf
user: mef <mef%pkgsrc.org@localhost>
date: Thu Nov 20 13:07:12 2014 +0000
description:
Based on PR pkg/49405
(upstream)
Update mpg123* from 1.19.0 to 1.21.0
(pkgsrc)
Add comment to patch-ad
Tks wiz@ and obache@ for review.x
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
diffstat:
audio/mpg123/Makefile.common | 4 ++--
audio/mpg123/PLIST | 4 +++-
audio/mpg123/distinfo | 10 +++++-----
audio/mpg123/patches/patch-ad | 4 +++-
4 files changed, 13 insertions(+), 9 deletions(-)
diffs (64 lines):
diff -r 4c88577c38f1 -r 504bf3303dbf audio/mpg123/Makefile.common
--- a/audio/mpg123/Makefile.common Thu Nov 20 12:16:31 2014 +0000
+++ b/audio/mpg123/Makefile.common Thu Nov 20 13:07:12 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.37 2014/05/20 19:59:09 adam Exp $
+# $NetBSD: Makefile.common,v 1.38 2014/11/20 13:07:12 mef Exp $
#
# used by audio/mpg123-arts/Makefile
# used by audio/mpg123-esound/Makefile
@@ -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/}
diff -r 4c88577c38f1 -r 504bf3303dbf audio/mpg123/PLIST
--- a/audio/mpg123/PLIST Thu Nov 20 12:16:31 2014 +0000
+++ b/audio/mpg123/PLIST Thu Nov 20 13:07:12 2014 +0000
@@ -1,11 +1,13 @@
-@comment $NetBSD: PLIST,v 1.4 2014/05/20 19:59:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2014/11/20 13:07:12 mef Exp $
bin/mpg123
bin/mpg123-id3dump
bin/mpg123-strip
+bin/out123
include/mpg123.h
lib/libmpg123.la
lib/pkgconfig/libmpg123.pc
man/man1/mpg123.1
+man/man1/out123.1
${PLIST.coreaudio}lib/mpg123/output_coreaudio.la
${PLIST.sun}lib/mpg123/output_sun.la
${PLIST.oss}lib/mpg123/output_oss.la
diff -r 4c88577c38f1 -r 504bf3303dbf audio/mpg123/distinfo
--- a/audio/mpg123/distinfo Thu Nov 20 12:16:31 2014 +0000
+++ b/audio/mpg123/distinfo Thu Nov 20 13:07:12 2014 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.36 2014/05/20 19:59:09 adam Exp $
+$NetBSD: distinfo,v 1.37 2014/11/20 13:07:12 mef 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-ad) = 1287cc2ec7c718ecd5566ece52608235d76fde11
SHA1 (patch-af) = ed89154abc9e4eea7934e6b11431b4b8f95d36b0
diff -r 4c88577c38f1 -r 504bf3303dbf audio/mpg123/patches/patch-ad
--- a/audio/mpg123/patches/patch-ad Thu Nov 20 12:16:31 2014 +0000
+++ b/audio/mpg123/patches/patch-ad Thu Nov 20 13:07:12 2014 +0000
@@ -1,4 +1,6 @@
-$NetBSD: patch-ad,v 1.4 2010/03/14 14:19:19 martin Exp $
+$NetBSD: patch-ad,v 1.5 2014/11/20 13:07:12 mef Exp $
+
+Let device portable over environment
--- src/output/oss.c.orig 2009-12-05 21:26:23.000000000 +0100
+++ src/output/oss.c 2010-02-06 20:09:39.000000000 +0100
Home |
Main Index |
Thread Index |
Old Index