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.

76 lines
2.9KB

  1. Source: carla-git
  2. Section: sound
  3. Maintainer: falkTX <falktx@falktx.com>
  4. Build-Depends: debhelper-compat (= 13),
  5. kxstudio-audio-plugin-tester,
  6. pkg-config,
  7. libasound2-dev,
  8. libpulse-dev,
  9. libgl1-mesa-dev | libgl-dev,
  10. libglu1-mesa-dev | libglu-dev,
  11. libmagic-dev,
  12. libx11-dev,
  13. libxcursor-dev,
  14. libxext-dev,
  15. libxrandr-dev,
  16. qtbase5-dev,
  17. qtbase5-dev-tools,
  18. pyqt5-dev-tools,
  19. fftw3-static,
  20. libfluidsynth-static,
  21. liblo-static,
  22. libmxml-static,
  23. zlib-static
  24. Standards-Version: 3.9.2
  25. Homepage: https://kx.studio/Applications:Carla
  26. XSC-KXStudio-VCS: https://github.com/falkTX/Carla
  27. Package: carla-git
  28. Architecture: any
  29. Depends: ${shlibs:Depends}, ${misc:Depends}, carla-git-data (= ${source:Version}), python3-liblo, python3-pyqt5, python3-pyqt5.qtsvg
  30. Recommends: python3-rdflib, python3-pyqt5.qtopengl
  31. Breaks: carla, carla-dev, carla-lv2 (<< 5:2.0.0+git20190321), carla-vst (<< 5:2.0.0+git20190321)
  32. Replaces: carla, carla-dev, carla-lv2 (<< 5:2.0.0+git20190321), carla-vst (<< 5:2.0.0+git20190321)
  33. Description: audio plugin host
  34. Carla is an audio plugin host, with support for many audio drivers and plugin formats.
  35. It has some nice features like automation of parameters via MIDI CC and full OSC control.
  36. Currently supports LADSPA, DSSI, LV2 and VST plugin formats, plus GIG, SF2 and SFZ sounds banks.
  37. .
  38. This package contains the main application.
  39. Package: carla-git-data
  40. Architecture: all
  41. Depends: ${misc:Depends}
  42. Breaks: carla-data
  43. Replaces: carla-data
  44. Description: audio plugin host (common data)
  45. Carla is an audio plugin host, with support for many audio drivers and plugin formats.
  46. It has some nice features like automation of parameters via MIDI CC and full OSC control.
  47. Currently supports LADSPA, DSSI, LV2 and VST plugin formats, plus GIG, SF2 and SFZ sounds banks.
  48. .
  49. This package contains common non-binary data.
  50. Package: carla-bridge-linux32
  51. Architecture: i386
  52. Multi-Arch: foreign
  53. Depends: ${shlibs:Depends}, ${misc:Depends}
  54. Recommends: carla | carla-git
  55. Description: audio plugin host (linux32 bridge)
  56. Carla is an audio plugin host, with support for many audio drivers and plugin formats.
  57. It has some nice features like automation of parameters via MIDI CC and full OSC control.
  58. Currently supports LADSPA, DSSI, LV2 and VST plugin formats, plus GIG, SF2 and SFZ sounds banks.
  59. .
  60. This package provides the linux32 bridge for loading 32bit Linux plugins.
  61. Package: carla-bridge-linux64
  62. Architecture: amd64
  63. Multi-Arch: foreign
  64. Depends: ${shlibs:Depends}, ${misc:Depends}
  65. Recommends: carla | carla-git
  66. Description: audio plugin host (linux64 bridge)
  67. Carla is an audio plugin host, with support for many audio drivers and plugin formats.
  68. It has some nice features like automation of parameters via MIDI CC and full OSC control.
  69. Currently supports LADSPA, DSSI, LV2 and VST plugin formats, plus GIG, SF2 and SFZ sounds banks.
  70. .
  71. This package provides the linux64 bridge for loading 64bit Linux plugins.