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.

48 lines
1.5KB

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