pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/audacity make this build on amd64 (and perhaps o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/1cbf132c1936
branches: trunk
changeset: 514986:1cbf132c1936
user: drochner <drochner%pkgsrc.org@localhost>
date: Wed Jun 21 18:09:28 2006 +0000
description:
make this build on amd64 (and perhaps others, the bug is some obscure
C++ problem), from Martijn van Buul per PR pkg/33768
diffstat:
audio/audacity/distinfo | 3 ++-
audio/audacity/patches/patch-ak | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r 4316672cad84 -r 1cbf132c1936 audio/audacity/distinfo
--- a/audio/audacity/distinfo Wed Jun 21 17:16:34 2006 +0000
+++ b/audio/audacity/distinfo Wed Jun 21 18:09:28 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.12 2006/05/09 08:01:07 rillig Exp $
+$NetBSD: distinfo,v 1.13 2006/06/21 18:09:28 drochner Exp $
SHA1 (audacity-src-1.2.4b.tar.gz) = cc159cbda4647af91460a1785db2bfa6a1ab9760
RMD160 (audacity-src-1.2.4b.tar.gz) = 4c6609b200a86ff081ecaa1789525404031563d6
@@ -13,3 +13,4 @@
SHA1 (patch-ah) = fa0c240f7e20299a6ed26692d443dfb95c0b7eb9
SHA1 (patch-ai) = 5b1f83ee02970cd7d24cc31e8a59fddbb0f55dd7
SHA1 (patch-aj) = 34b4cdd266345f04954983cc14e4b762f09f4df8
+SHA1 (patch-ak) = 23a2a2e2bee41922cc8383b685c1da72d375f49e
diff -r 4316672cad84 -r 1cbf132c1936 audio/audacity/patches/patch-ak
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/audacity/patches/patch-ak Wed Jun 21 18:09:28 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.3 2006/06/21 18:09:28 drochner Exp $
+
+--- src/effects/ToneGen.cpp.orig 2006-06-21 12:45:24.000000000 +0200
++++ src/effects/ToneGen.cpp
+@@ -265,7 +265,7 @@ wxSizer *CreateToneGenDialog(wxWindow *
+ item2->Add(item3, 0, wxALIGN_CENTRE | wxALL, 5);
+
+ wxChoice *item4 = new wxChoice(parent, ID_WAVEFORM, wxDefaultPosition,
+- wxSize(80, -1), 0, NULL);
++ wxSize(80, -1), 0, NULL, 0);
+ item2->Add(item4, 0, wxALIGN_CENTRE | wxALL, 5);
+
+ item0->Add(item2, 1, wxALIGN_CENTRE | wxALL, 5);
Home |
Main Index |
Thread Index |
Old Index