pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/audacity Fix build with gcc-4.1 on NetBSD-3.99.21:
details: https://anonhg.NetBSD.org/pkgsrc/rev/f2a4c791f5f4
branches: trunk
changeset: 515643:f2a4c791f5f4
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jul 05 19:02:21 2006 +0000
description:
Fix build with gcc-4.1 on NetBSD-3.99.21:
remove extra qualification.
diffstat:
audio/audacity/distinfo | 3 ++-
audio/audacity/patches/patch-al | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 1cba66e00a79 -r f2a4c791f5f4 audio/audacity/distinfo
--- a/audio/audacity/distinfo Wed Jul 05 16:41:23 2006 +0000
+++ b/audio/audacity/distinfo Wed Jul 05 19:02:21 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.13 2006/06/21 18:09:28 drochner Exp $
+$NetBSD: distinfo,v 1.14 2006/07/05 19:02:21 wiz Exp $
SHA1 (audacity-src-1.2.4b.tar.gz) = cc159cbda4647af91460a1785db2bfa6a1ab9760
RMD160 (audacity-src-1.2.4b.tar.gz) = 4c6609b200a86ff081ecaa1789525404031563d6
@@ -14,3 +14,4 @@
SHA1 (patch-ai) = 5b1f83ee02970cd7d24cc31e8a59fddbb0f55dd7
SHA1 (patch-aj) = 34b4cdd266345f04954983cc14e4b762f09f4df8
SHA1 (patch-ak) = 23a2a2e2bee41922cc8383b685c1da72d375f49e
+SHA1 (patch-al) = b2e701ae5cb341b7d3946703f0178f1b6071dca9
diff -r 1cba66e00a79 -r f2a4c791f5f4 audio/audacity/patches/patch-al
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/audacity/patches/patch-al Wed Jul 05 19:02:21 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-al,v 1.3 2006/07/05 19:02:21 wiz Exp $
+
+--- lib-src/soundtouch/include/SoundTouch.h.orig 2005-11-27 02:33:39.000000000 +0000
++++ lib-src/soundtouch/include/SoundTouch.h
+@@ -146,7 +146,7 @@ public:
+ static const char *getVersionString();
+
+ /// Get SoundTouch library version Id
+- static uint SoundTouch::getVersionId();
++ static uint getVersionId();
+
+ /// Sets new rate control value. Normal rate = 1.0, smaller values
+ /// represent slower rate, larger faster rates.
Home |
Main Index |
Thread Index |
Old Index