[SCM] swh-lv2/master: Use system-wide copy of lv2.h, add comments as per DEP-3.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Sep 8 07:15:09 UTC 2010


The following commit has been merged in the master branch:
commit e2a322cac198fcf056d2047bc0eda278d396c590
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Sep 8 09:15:05 2010 +0200

    Use system-wide copy of lv2.h, add comments as per DEP-3.

diff --git a/debian/patches/02-gsm_plugin.patch b/debian/patches/02-gsm_plugin.patch
index b5ce30a..b618732 100644
--- a/debian/patches/02-gsm_plugin.patch
+++ b/debian/patches/02-gsm_plugin.patch
@@ -1,6 +1,10 @@
+Description: Use system-wide copies of gsm.h and lv2.h.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: not-needed
 ---
  plugins/gsm-swh.lv2/plugin.xml |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ xslt/source.xsl                |    2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
 
 --- swh-lv2.orig/plugins/gsm-swh.lv2/plugin.xml
 +++ swh-lv2/plugins/gsm-swh.lv2/plugin.xml
@@ -13,3 +17,14 @@
        #include "util/biquad.h"
  
        #define SCALE 32768.0f
+--- swh-lv2.orig/xslt/source.xsl
++++ swh-lv2/xslt/source.xsl
+@@ -11,7 +11,7 @@
+ <xsl:variable name="PLUGINLABEL"><xsl:call-template name="allCaps"><xsl:with-param name="in" select="$pluginLabel" /></xsl:call-template></xsl:variable>
+ #include &lt;math.h&gt;
+ #include &lt;stdlib.h&gt;
+-#include "lv2.h"
++#include &lt;lv2.h&gt;
+ static LV2_Descriptor *<xsl:value-of select="$pluginLabel"/>Descriptor = NULL;
+ 
+ typedef struct _<xsl:value-of select="$PluginLabel"/> {

-- 
swh-lv2 packaging



More information about the pkg-multimedia-commits mailing list