External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
852B

  1. Source: lv2lint
  2. Section: libs
  3. Priority: optional
  4. Maintainer: falkTX <falktx@falktx.com>
  5. Build-Depends: debhelper-compat (= 13),
  6. kxstudio-build-scripts,
  7. meson,
  8. pkg-config,
  9. libelf-dev,
  10. libx11-dev,
  11. liblilv-static
  12. Standards-Version: 4.5.0
  13. XSC-KXStudio-VCS: https://open-music-kontrollers.ch/lv2/lv2lint/
  14. Rules-Requires-Root: no
  15. Package: lv2lint
  16. Architecture: any
  17. Depends: ${misc:Depends}, ${shlibs:Depends}, lv2-dev
  18. Description: Check whether a given LV2 plugin is up to the specification
  19. lv2lint is an LV2 lint-like tool that checks whether a given plugin and its
  20. UI(s) match up with the provided metadata and adhere to well-known best practices.
  21. .
  22. Run it as part of your continuous integration pipeline together with lv2/sord_validate
  23. to reduce the likelihood of shipping plugins with major flaws in order to prevent unsatisfied users.