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.

46 lines
1.5KB

  1. Source: lilv-static
  2. Section: devel
  3. Priority: optional
  4. Maintainer: falkTX <falktx@falktx.com>
  5. Build-Depends: debhelper-compat (= 13),
  6. kxstudio-build-scripts (>= 5),
  7. python3,
  8. pkg-config,
  9. libsndfile-static (>= 6:1.2.2-1kxstudio3),
  10. libsratom-static (>= 6:0.6.18-1kxstudio1)
  11. Standards-Version: 4.5.0
  12. Rules-Requires-Root: no
  13. Package: liblilv-static
  14. Architecture: any
  15. Depends: ${misc:Depends}, libsratom-static
  16. Conflicts: lilv-static
  17. Breaks: lilv-static
  18. Description: library for simple use of LV2 plugins (static)
  19. Lilv (formerly SLV2) is a library for LV2 hosts intended to make using
  20. LV2 Plugins as simple as possible (without sacrificing capabilities).
  21. .
  22. Lilv is the successor to SLV2, rewritten to be significantly faster
  23. and have minimal dependencies.
  24. .
  25. This package provides the static library used in KXStudio builds.
  26. Package: lilv-utils
  27. Section: sound
  28. Architecture: any
  29. Depends: ${misc:Depends}, ${shlibs:Depends}
  30. Provides: lv2-host
  31. Description: library for simple use of LV2 plugins (runtime files)
  32. Lilv (formerly SLV2) is a library for LV2 hosts intended to make using
  33. LV2 Plugins as simple as possible (without sacrificing capabilities).
  34. .
  35. Lilv is the successor to SLV2, rewritten to be significantly faster
  36. and have minimal dependencies.
  37. .
  38. This package provides the following utilities:
  39. * lv2info - Extract information about an installed LV2 plugin.
  40. * lv2ls - List all installed LV2 plugins.
  41. * lv2apply - Apply an LV2 plugin to an audio file.
  42. * lv2bench - Benchmark all installed and supported LV2 plugins.
  43. * lilv-bench