pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/normalize Update to 0.7.6nb5: apply bugfix from ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/65c3d2f60114
branches: trunk
changeset: 486385:65c3d2f60114
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Dec 27 21:38:06 2004 +0000
description:
Update to 0.7.6nb5: apply bugfix from Matthias Pfaller in PR 25521.
diffstat:
audio/normalize/Makefile | 4 ++--
audio/normalize/distinfo | 3 ++-
audio/normalize/patches/patch-aa | 12 ++++++++++++
3 files changed, 16 insertions(+), 3 deletions(-)
diffs (40 lines):
diff -r e8744ade191e -r 65c3d2f60114 audio/normalize/Makefile
--- a/audio/normalize/Makefile Mon Dec 27 21:32:30 2004 +0000
+++ b/audio/normalize/Makefile Mon Dec 27 21:38:06 2004 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2004/12/27 21:32:30 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2004/12/27 21:38:06 wiz Exp $
#
DISTNAME= normalize-0.7.6
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= audio
MASTER_SITES= http://www1.cs.columbia.edu/~cvaill/normalize/
diff -r e8744ade191e -r 65c3d2f60114 audio/normalize/distinfo
--- a/audio/normalize/distinfo Mon Dec 27 21:32:30 2004 +0000
+++ b/audio/normalize/distinfo Mon Dec 27 21:38:06 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.3 2002/11/29 17:27:07 kim Exp $
+$NetBSD: distinfo,v 1.4 2004/12/27 21:38:06 wiz Exp $
SHA1 (normalize-0.7.6.tar.gz) = db42d155bc75ae64a222888de96ea966ccf484a7
Size (normalize-0.7.6.tar.gz) = 383659 bytes
+SHA1 (patch-aa) = 250961e403d0ae929276d55cae99e08077cb6f79
diff -r e8744ade191e -r 65c3d2f60114 audio/normalize/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/normalize/patches/patch-aa Mon Dec 27 21:38:06 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.4 2004/12/27 21:38:06 wiz Exp $
+
+--- src/mpegvolume.c.orig 2002-08-26 08:32:26.000000000 +0200
++++ src/mpegvolume.c
+@@ -312,6 +312,7 @@ decode_output(void *dat, struct mad_head
+ */
+ ds->si->bits_per_sample = 16;
+ ds->sums[0] = ds->sums[1] = 0;
++ ds->maxpow = 0;
+
+ /* set up smoothing window buffer */
+ for (c = 0; c < 2; c++) {
Home |
Main Index |
Thread Index |
Old Index