lucianodato / noise-repellent

Lv2 suite of plugins for broadband noise reduction
GNU Lesser General Public License v3.0
455 stars 38 forks source link

plugin fails on lv2lint #79

Closed dvzrv closed 2 years ago

dvzrv commented 2 years ago

Hi! Upon rebuilding the package for Arch Linux I also ran lv2lint against the plugin.

Unfortunately it fails on two version string related issues:

lv2lint 0.14.0
Copyright (c) 2016-2021 Hanspeter Portner (dev@open-music-kontrollers.ch)
Released under Artistic License 2.0 by Open Music Kontrollers
<https://github.com/lucianodato/noise-repellent>
    [FAIL]  Plugin Version Minor
              lv2:minorVersion not found
              seeAlso: <http://lv2plug.in/ns/lv2core#minorVersion>
    [FAIL]  Plugin Version Micro
              lv2:microVersion not found
              seeAlso: <http://lv2plug.in/ns/lv2core#microVersion>

I think they are very trivial to fix though! :)

lucianodato commented 2 years ago

Yeah this one is related to #71. I'll try to fix it today