tags 355989 + pending
thanks
I've uploaded the following NMU to delayed-2.
diff -u ladspa-sdk-1.1/debian/patches/00list
ladspa-sdk-1.1/debian/patches/00list
--- ladspa-sdk-1.1/debian/patches/00list
+++ ladspa-sdk-1.1/debian/patches/00list
@@ -2,0 +3 @@
+03_gcc41
diff -u ladspa-sdk-1.1/debian/changelog ladspa-sdk-1.1/debian/changelog
--- ladspa-sdk-1.1/debian/changelog
+++ ladspa-sdk-1.1/debian/changelog
@@ -1,3 +1,11 @@
+ladspa-sdk (1.1-4.1) unstable; urgency=low
+
+ * NMU as part of the GCC 4.1 transition.
+ * patches/03_gcc41.dpatch: add patch from Ben Hutchings to declare friend
+ functions (closes: #355989)
+
+ -- Martin Michlmayr <[EMAIL PROTECTED]> Sat, 27 May 2006 13:49:24 +0200
+
ladspa-sdk (1.1-4) unstable; urgency=low
* m68k ICE workaround; reduce optimization to -O2 from -O3
only in patch2:
unchanged:
--- ladspa-sdk-1.1.orig/debian/patches/03_gcc41.dpatch
+++ ladspa-sdk-1.1/debian/patches/03_gcc41.dpatch
@@ -0,0 +1,33 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 03_gcc41.dpatch by Ben Hutchings <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Fix compile failure with GCC 4.1
+## DP: closes: #355989
+
[EMAIL PROTECTED]@
+--- a/src/plugins/sine.cpp~ 2002-07-06 18:23:17.000000000 +0100
++++ b/src/plugins/sine.cpp 2006-03-10 01:34:55.587996975 +0000
+@@ -59,6 +59,22 @@
+
+
/*****************************************************************************/
+
++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 cleanupSineOscillator(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);
++
+ class SineOscillator {
+ private:
+
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]