[SCM] calf/master: Fix lv2:hardRTCapable typo.

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:41:04 UTC 2013


The following commit has been merged in the master branch:
commit d4c0e4fdd80e4920734ad95c64927d944921314f
Author: David Robillard <d at drobilla.net>
Date:   Sun Apr 15 22:32:03 2012 +0100

    Fix lv2:hardRTCapable typo.

diff --git a/src/makerdf.cpp b/src/makerdf.cpp
index ef83c63..fbdbaad 100644
--- a/src/makerdf.cpp
+++ b/src/makerdf.cpp
@@ -277,7 +277,7 @@ void make_ttl(string path_prefix)
         // XXXKF not really optional for now, to be honest
         ttl += "    lv2:optionalFeature epp:supportsStrictBounds ;\n";
         if (pi->is_rt_capable())
-            ttl += "    lv2:optionalFeature lv2:hardRtCapable ;\n";
+            ttl += "    lv2:optionalFeature lv2:hardRTCapable ;\n";
         if (pi->get_midi())
         {
             if (pi->requires_midi()) {

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list