Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 4A3367A214 for ; Thu, 2 Jun 2016 09:18:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AFC4785EE8; Thu, 2 Jun 2016 09:18:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3CD6A85EA5 for ; Thu, 2 Jun 2016 09:18:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Jntt2keHxSjB for ; Thu, 2 Jun 2016 09:18:19 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9BC4685E9A for ; Thu, 2 Jun 2016 09:18:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 925A3FBB5; Thu, 2 Jun 2016 09:18:19 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 2 Jun 2016 09:18:19 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/audio/mpg321 To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20160602091819.925A3FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: jperkin Date: Thu Jun 2 09:18:19 UTC 2016 Modified Files: pkgsrc/audio/mpg321: Makefile distinfo Added Files: pkgsrc/audio/mpg321: options.mk pkgsrc/audio/mpg321/patches: patch-ao.c patch-mpg321.c Removed Files: pkgsrc/audio/mpg321/patches: patch-ab Log Message: Update audio/mpg321 to 0.3.2. pkgsrc changes: * Add options.mk to support ALSA. * Pull in fix contributed by Keith M Wesolowski in joyent/pkgsrc#29 to fix core dump on exit. * Add patch comments and use standard naming scheme. Upstream changes (taken from Debian changelog): mpg321 (0.3.2-1) unstable; urgency=low * Fixed bugs to stdout-output (remove garbage in buffer from wrong stdout fprintf's, it should have been stderr instead) * Fixed bug when closing the stream of AO device that caused wrong header to the output buffer for the normal operation. Buffered output has no problem with that. mpg321 (0.3.1-1) unstable; urgency=low * Fixed typo ("lighweight") in the man page. mpg321 (0.3.0-1) unstable; urgency=low * Fixed trailing "/" when printint directory. Bug reported from Erik (Gentoo). * Fixed mistake for '--cdr' option. It should be 'cdr file' than 'wave file' in output. * mpg321 now supports multiprocessing buffering.Check '-b' option. (Closes: Bug#113405). * Added '-3' or '--restart' option in man file. * Added ALSA volume control when using output buffer. * Added Mute/unmute into Basic Keys functionality. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/audio/mpg321/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/audio/mpg321/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/audio/mpg321/options.mk cvs rdiff -u -r1.2 -r0 pkgsrc/audio/mpg321/patches/patch-ab cvs rdiff -u -r0 -r1.1 pkgsrc/audio/mpg321/patches/patch-ao.c \ pkgsrc/audio/mpg321/patches/patch-mpg321.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.