[SCM] calf/master: Use new atom:String type instead of xsd:string.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:40:37 UTC 2013


The following commit has been merged in the master branch:
commit b22ca910642433a4507f33ec08bcbf8e6d02e3ff
Author: David Robillard <d at drobilla.net>
Date:   Tue Apr 5 19:35:39 2011 -0400

    Use new atom:String type instead of xsd:string.

diff --git a/src/calf/lv2wrap.h b/src/calf/lv2wrap.h
index d4ae1ed..ed2ccf8 100644
--- a/src/calf/lv2wrap.h
+++ b/src/calf/lv2wrap.h
@@ -92,7 +92,7 @@ struct lv2_instance: public plugin_ctl_iface, public progress_report_iface
         if (!vars)
             return;
         assert(uri_map);
-        uint32_t string_type = uri_map->uri_to_id(uri_map, NULL, "http://www.w3.org/2001/XMLSchema#string");
+        uint32_t string_type = uri_map->uri_to_id(uri_map, NULL, "http://lv2plug.in/ns/ext/atom#String");
         assert(string_type);
         for (unsigned int i = 0; vars[i]; i++)
         {
@@ -324,7 +324,7 @@ struct lv2_wrapper
         s.store = store;
         s.callback_data = callback_data;
         s.inst = inst;
-        s.string_data_type = inst->uri_map->uri_to_id(inst->uri_map, NULL, "http://www.w3.org/2001/XMLSchema#string");
+        s.string_data_type = inst->uri_map->uri_to_id(inst->uri_map, NULL, "http://lv2plug.in/ns/ext/atom#String");
 
         inst->send_configures(&s);
     }

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list