[SCM] yoshimi/master: debian/patches/02-fluid_1.3.patch

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Jul 11 13:32:09 UTC 2011


The following commit has been merged in the master branch:
commit ccbc02745334481e834103b6e98c3c406b69293c
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Jul 11 15:31:23 2011 +0200

    debian/patches/02-fluid_1.3.patch
    
    - Since the 1.3.x series, Fluid no longer produces (empty) implementations
      for totally empty functions in .fl files.
      Thank you, Aaron! (Closes: #633476)

diff --git a/debian/patches/02-fluid_1.3.patch b/debian/patches/02-fluid_1.3.patch
new file mode 100644
index 0000000..1954464
--- /dev/null
+++ b/debian/patches/02-fluid_1.3.patch
@@ -0,0 +1,70 @@
+Description: Since the 1.3.x series, Fluid no longer produces (empty)
+ implementations for totally empty functions in .fl files.
+Author: Aaron M. Ucko <ucko at debian.org>
+Bug-Debian: http://bugs.debian.org/633476
+Forwarded: no
+---
+ src/UI/BankUI.fl     |    5 ++++-
+ src/UI/OscilGenUI.fl |    6 +++++-
+ src/UI/PartUI.fl     |    5 ++++-
+ src/UI/PresetsUI.fl  |    6 ++++--
+ 4 files changed, 17 insertions(+), 5 deletions(-)
+
+--- yoshimi.orig/src/UI/BankUI.fl
++++ yoshimi/src/UI/BankUI.fl
+@@ -51,7 +51,10 @@ decl {\#include "Misc/SynthEngine.h"} {p
+ class BankProcess_ {open
+ } {
+   Function {process(void)} {open return_type {virtual void}
+-  } {}
++  } {
++    comment {This body intentionally left blank.} {in_source not_in_header
++    }
++  }
+   decl {Bank *bank;} {public
+   }
+ }
+--- yoshimi.orig/src/UI/OscilGenUI.fl
++++ yoshimi/src/UI/OscilGenUI.fl
+@@ -166,7 +166,11 @@ class OscilSpectrum {open : {public Fl_B
+ 
+ class PSlider {open : {public Fl_Slider}
+ } {
+-  Function {PSlider(int x,int y, int w, int h, const char *label=0):Fl_Slider(x,y,w,h,label)} {} {}
++  Function {PSlider(int x,int y, int w, int h, const char *label=0):Fl_Slider(x,y,w,h,label)} {
++  } {
++    comment {This body intentionally left blank.} {in_source not_in_header
++    }
++  }
+   Function {handle(int event)} {return_type int
+   } {
+     code {int X=x(),Y=y(),W=w(),H=h();
+--- yoshimi.orig/src/UI/PartUI.fl
++++ yoshimi/src/UI/PartUI.fl
+@@ -89,7 +89,10 @@ class PartSysEffSend {open : {public Fl_
+ class PartUI_ {open
+ } {
+   Function {showparameters(int kititem,int engine)} {open return_type virtual
+-  } {}
++  } {
++    comment {This body intentionally left blank.} {in_source not_in_header
++    }
++  }
+ } 
+ 
+ class PartKitItem {: {public Fl_Group}
+--- yoshimi.orig/src/UI/PresetsUI.fl
++++ yoshimi/src/UI/PresetsUI.fl
+@@ -44,8 +44,10 @@ decl {\#include "Params/Presets.h"} {pub
+ 
+ class PresetsUI_ {} {
+   Function {refresh()} {return_type {virtual void}
+-  } {}
+-  Function {~PresetsUI_()} {} {}
++  } {
++    comment {This body intentionally left blank.} {in_source not_in_header
++    }
++  }
+ } 
+ 
+ class PresetsUI {} {
diff --git a/debian/patches/series b/debian/patches/series
index ac0ed64..563033a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-gcc_flags.patch
+02-fluid_1.3.patch

-- 
yoshimi packaging



More information about the pkg-multimedia-commits mailing list