sfizz icon indicating copy to clipboard operation
sfizz copied to clipboard

1.2.0: LV2 plugin fails on lv2lint (regression)

Open dvzrv opened this issue 2 years ago • 1 comments

Hi! Upon building 1.2.0 for Arch Linux I ran lv2lint against the lv2 plugin. This now fails with many errors, such as those from the below excerpt:

  <http://sfztools.github.io/sfizz#cc006>
    [FAIL]  Parameter Label
              rdfs:label not found
              seeAlso: <http://lv2plug.in/ns/lv2core#Parameter>
    [FAIL]  Parameter Range
              rdfs:range not found
              seeAlso: <http://lv2plug.in/ns/lv2core#Parameter>
  <http://sfztools.github.io/sfizz#cc000>
    [FAIL]  Parameter Label
              rdfs:label not found
              seeAlso: <http://lv2plug.in/ns/lv2core#Parameter>
    [FAIL]  Parameter Range
              rdfs:range not found
              seeAlso: <http://lv2plug.in/ns/lv2core#Parameter>
  <http://sfztools.github.io/sfizz#cc001>
    [FAIL]  Parameter Label
              rdfs:label not found
              seeAlso: <http://lv2plug.in/ns/lv2core#Parameter>
    [FAIL]  Parameter Range
              rdfs:range not found
              seeAlso: <http://lv2plug.in/ns/lv2core#Parameter>
  <http://sfztools.github.io/sfizz#cc002>
    [FAIL]  Parameter Label
              rdfs:label not found
              seeAlso: <http://lv2plug.in/ns/lv2core#Parameter>
    [FAIL]  Parameter Range
              rdfs:range not found
              seeAlso: <http://lv2plug.in/ns/lv2core#Parameter>
  <http://sfztools.github.io/sfizz#ui>
    [WARN]  UI Instance Access
              usage of instance-access is highly discouraged
              seeAlso: <http://lv2plug.in/ns/ext/instance-access>

lv2lint log: sfizz-1.2.0-lv2lint.log

Full build log: sfizz-1.2.0-build.log

dvzrv avatar Jan 16 '22 08:01 dvzrv

Hi, I've changed the manifest on develop, seems better now but my lv2lint version on Ubuntu acts a bit weird. I'll try on some other computer, if you have time to check too, thanks !

paulfd avatar Aug 01 '22 08:08 paulfd