pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/ladspa Fix for gcc4, from gentoo.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58819b005999
branches:  trunk
changeset: 517314:58819b005999
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 08 15:16:40 2006 +0000

description:
Fix for gcc4, from gentoo.

diffstat:

 audio/ladspa/distinfo         |   3 ++-
 audio/ladspa/patches/patch-ac |  20 ++++++++++++++++++++
 2 files changed, 22 insertions(+), 1 deletions(-)

diffs (37 lines):

diff -r c6bfc445c154 -r 58819b005999 audio/ladspa/distinfo
--- a/audio/ladspa/distinfo     Tue Aug 08 12:49:50 2006 +0000
+++ b/audio/ladspa/distinfo     Tue Aug 08 15:16:40 2006 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.4 2005/03/31 17:17:06 minskim Exp $
+$NetBSD: distinfo,v 1.5 2006/08/08 15:16:40 wiz Exp $
 
 SHA1 (ladspa_sdk_1.12.tgz) = 36a3a7a00f96281ca443dcae15d33f462398c4d4
 RMD160 (ladspa_sdk_1.12.tgz) = 7967731c28785287691655d9346cf46654f4235b
 Size (ladspa_sdk_1.12.tgz) = 71165 bytes
 SHA1 (patch-aa) = 358fd53cf33d2856442afc649e788916919b86be
 SHA1 (patch-ab) = 729277aaae806d9698e185f630aa6ec65f009d51
+SHA1 (patch-ac) = d3367fa484cc0b2d4cef733832de3b1ddc147bdb
diff -r c6bfc445c154 -r 58819b005999 audio/ladspa/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/ladspa/patches/patch-ac     Tue Aug 08 15:16:40 2006 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-ac,v 1.1 2006/08/08 15:16:40 wiz Exp $
+
+--- plugins/sine.cpp.orig      2002-07-06 17:23:17.000000000 +0000
++++ plugins/sine.cpp
+@@ -59,6 +59,15 @@ initialise_sine_table() {
+ 
+ /*****************************************************************************/
+ 
++LADSPA_Handle instantiateSineOscillator(const LADSPA_Descriptor *, unsigned long SampleRate);
++void connectPortToSineOscillator(LADSPA_Handle Instance, unsigned long Port, LADSPA_Data * DataLocation);
++void activateSineOscillator(void * pvHandle);
++void runSineOscillator_FreqAudio_AmpAudio(LADSPA_Handle Instance, unsigned long SampleCount);
++void runSineOscillator_FreqAudio_AmpCtrl(LADSPA_Handle Instance, unsigned long SampleCount);
++void runSineOscillator_FreqCtrl_AmpAudio(LADSPA_Handle Instance, unsigned long SampleCount);
++void runSineOscillator_FreqCtrl_AmpCtrl(LADSPA_Handle Instance, unsigned long SampleCount);
++void cleanupSineOscillator(void *pvHandle);
++
+ class SineOscillator {
+ private:
+ 



Home | Main Index | Thread Index | Old Index