[SCM] eq10q/master: Added patch fixing missing prefix definition

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Jan 16 14:36:51 UTC 2011


The following commit has been merged in the master branch:
commit fb460ee3c414eab731a2579fc2d90ce8e2262bc9
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Jan 16 15:39:33 2011 +0100

    Added patch fixing missing prefix definition

diff --git a/debian/patches/04-parameq.ttl.patch b/debian/patches/04-parameq.ttl.patch
new file mode 100644
index 0000000..b7cc068
--- /dev/null
+++ b/debian/patches/04-parameq.ttl.patch
@@ -0,0 +1,22 @@
+Description: Added missing prefix definition
+Author: Jaromír Mikeš <mira.mikes at seznam.cz>
+Forwarded: no
+---
+Index: eq10q/parameq.ttl
+===================================================================
+--- eq10q.orig/parameq.ttl	2011-01-16 15:21:52.724898956 +0100
++++ eq10q/parameq.ttl	2011-01-16 15:23:23.448898815 +0100
+@@ -1,5 +1,6 @@
+ @prefix lv2:  <http://lv2plug.in/ns/lv2core#>.
+ @prefix doap: <http://usefulinc.com/ns/doap#>.
++ at prefix foaf: <http://xmlns.com/foaf/0.1/>.
+ @prefix guiext: <http://lv2plug.in/ns/extensions/ui#>.
+ 
+ <http://sapistaplugin.com/eq/param/peaking/gui>
+@@ -478,4 +479,4 @@
+     lv2:index 46;
+     lv2:symbol "out_vu_ctl";
+     lv2:name "Out VU CTL";
+-  ].
+\ No newline at end of file
++  ].

-- 
eq10q packaging



More information about the pkg-multimedia-commits mailing list