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.

161 lines
7.8KB

  1. Source: cardinal
  2. Section: sound
  3. Priority: optional
  4. Maintainer: falkTX <falktx@falktx.com>
  5. Build-Depends: debhelper-compat (= 13),
  6. kxstudio-audio-plugin-tester,
  7. libasound2-dev,
  8. libdbus-1-dev,
  9. libgl1-mesa-dev | libgl-dev,
  10. libmagic-dev,
  11. libx11-dev,
  12. libxcursor-dev,
  13. libxext-dev,
  14. libxrandr-dev,
  15. cmake,
  16. wget,
  17. liblo-static,
  18. libsndfile-static,
  19. fftw3-static,
  20. zlib-static,
  21. python3
  22. Homepage: https://github.com/DISTRHO/Cardinal
  23. Standards-Version: 4.5.0
  24. Rules-Requires-Root: no
  25. Package: cardinal
  26. Architecture: any
  27. Depends: ${shlibs:Depends}, ${misc:Depends}, cardinal-data
  28. Provides: standalone-plugin
  29. Recommends: carla | carla-git, mpv
  30. Description: virtual modular synthesizer plugin
  31. Free and open-source virtual modular synthesizer plugin,
  32. available as JACK standalone and LV2, VST2, VST3 and CLAP audio plugin for FreeBSD, Linux, macOS and Windows.
  33. It is based on the popular VCV Rack but with a focus on being a fully self-contained plugin version.
  34. .
  35. Cardinal contains Rack, some 3rd-party modules and a few internal utilities all in a single binary.
  36. All "Core" modules from Rack have been replaced by Cardinal equivalents, simplified to better work for an audio plugin.
  37. .
  38. Cardinal does not load external modules and does not connect to the official Rack library/store.
  39. All VCV branding has been removed (to the best of authors knowledge) in order to avoid any trademark issues.
  40. .
  41. Cardinal provides 3 plugin variants - "main", Synth and FX.
  42. They are all equivalent in performance and behaviour, with only the IO and metadata that changes.
  43. FX and Synth variants both have 2 audio outputs, while "main" has 8.
  44. All variants have MIDI input and output support.
  45. .
  46. This package provides the standalone application.
  47. Package: cardinal-data
  48. Architecture: all
  49. Depends: ${misc:Depends}
  50. Description: virtual modular synthesizer plugin
  51. Free and open-source virtual modular synthesizer plugin,
  52. available as JACK standalone and LV2, VST2, VST3 and CLAP audio plugin for FreeBSD, Linux, macOS and Windows.
  53. It is based on the popular VCV Rack but with a focus on being a fully self-contained plugin version.
  54. .
  55. Cardinal contains Rack, some 3rd-party modules and a few internal utilities all in a single binary.
  56. All "Core" modules from Rack have been replaced by Cardinal equivalents, simplified to better work for an audio plugin.
  57. .
  58. Cardinal does not load external modules and does not connect to the official Rack library/store.
  59. All VCV branding has been removed (to the best of authors knowledge) in order to avoid any trademark issues.
  60. .
  61. Cardinal provides 3 plugin variants - "main", Synth and FX.
  62. They are all equivalent in performance and behaviour, with only the IO and metadata that changes.
  63. FX and Synth variants both have 2 audio outputs, while "main" has 8.
  64. All variants have MIDI input and output support.
  65. .
  66. This package provides the architecture independent resources, shared between all Cardinal packages.
  67. Package: cardinal-lv2
  68. Architecture: any
  69. Depends: ${shlibs:Depends}, ${misc:Depends}, cardinal-data
  70. Provides: lv2-plugin
  71. Recommends: carla | carla-git, mpv
  72. Description: virtual modular synthesizer plugin
  73. Free and open-source virtual modular synthesizer plugin,
  74. available as JACK standalone and LV2, VST2, VST3 and CLAP audio plugin for FreeBSD, Linux, macOS and Windows.
  75. It is based on the popular VCV Rack but with a focus on being a fully self-contained plugin version.
  76. .
  77. Cardinal contains Rack, some 3rd-party modules and a few internal utilities all in a single binary.
  78. All "Core" modules from Rack have been replaced by Cardinal equivalents, simplified to better work for an audio plugin.
  79. .
  80. Cardinal does not load external modules and does not connect to the official Rack library/store.
  81. All VCV branding has been removed (to the best of authors knowledge) in order to avoid any trademark issues.
  82. .
  83. Cardinal provides 3 plugin variants - "main", Synth and FX.
  84. They are all equivalent in performance and behaviour, with only the IO and metadata that changes.
  85. FX and Synth variants both have 2 audio outputs, while "main" has 8.
  86. All variants have MIDI input and output support.
  87. .
  88. This package provides the LV2 plugin.
  89. Package: cardinal-vst2
  90. Architecture: any
  91. Depends: ${shlibs:Depends}, ${misc:Depends}, cardinal-data
  92. Provides: vst-plugin
  93. Recommends: carla | carla-git, mpv
  94. Description: virtual modular synthesizer plugin
  95. Free and open-source virtual modular synthesizer plugin,
  96. available as JACK standalone and LV2, VST2, VST3 and CLAP audio plugin for FreeBSD, Linux, macOS and Windows.
  97. It is based on the popular VCV Rack but with a focus on being a fully self-contained plugin version.
  98. .
  99. Cardinal contains Rack, some 3rd-party modules and a few internal utilities all in a single binary.
  100. All "Core" modules from Rack have been replaced by Cardinal equivalents, simplified to better work for an audio plugin.
  101. .
  102. Cardinal does not load external modules and does not connect to the official Rack library/store.
  103. All VCV branding has been removed (to the best of authors knowledge) in order to avoid any trademark issues.
  104. .
  105. Cardinal provides 3 plugin variants - "main", Synth and FX.
  106. They are all equivalent in performance and behaviour, with only the IO and metadata that changes.
  107. FX and Synth variants both have 2 audio outputs, while "main" has 8.
  108. All variants have MIDI input and output support.
  109. .
  110. This package provides the VST2 plugin.
  111. Package: cardinal-vst3
  112. Architecture: any
  113. Depends: ${shlibs:Depends}, ${misc:Depends}, cardinal-data
  114. Provides: vst3-plugin
  115. Recommends: carla | carla-git, mpv
  116. Description: virtual modular synthesizer plugin
  117. Free and open-source virtual modular synthesizer plugin,
  118. available as JACK standalone and LV2, VST2, VST3 and CLAP audio plugin for FreeBSD, Linux, macOS and Windows.
  119. It is based on the popular VCV Rack but with a focus on being a fully self-contained plugin version.
  120. .
  121. Cardinal contains Rack, some 3rd-party modules and a few internal utilities all in a single binary.
  122. All "Core" modules from Rack have been replaced by Cardinal equivalents, simplified to better work for an audio plugin.
  123. .
  124. Cardinal does not load external modules and does not connect to the official Rack library/store.
  125. All VCV branding has been removed (to the best of authors knowledge) in order to avoid any trademark issues.
  126. .
  127. Cardinal provides 3 plugin variants - "main", Synth and FX.
  128. They are all equivalent in performance and behaviour, with only the IO and metadata that changes.
  129. FX and Synth variants both have 2 audio outputs, while "main" has 8.
  130. All variants have MIDI input and output support.
  131. .
  132. This package provides the VST3 plugin. Please note the VST3 version is considered experimental.
  133. Package: cardinal-clap
  134. Architecture: any
  135. Depends: ${shlibs:Depends}, ${misc:Depends}, cardinal-data
  136. Provides: clap-plugin
  137. Recommends: carla | carla-git, mpv
  138. Description: virtual modular synthesizer plugin
  139. Free and open-source virtual modular synthesizer plugin,
  140. available as JACK standalone and LV2, VST2, VST3 and CLAP audio plugin for FreeBSD, Linux, macOS and Windows.
  141. It is based on the popular VCV Rack but with a focus on being a fully self-contained plugin version.
  142. .
  143. Cardinal contains Rack, some 3rd-party modules and a few internal utilities all in a single binary.
  144. All "Core" modules from Rack have been replaced by Cardinal equivalents, simplified to better work for an audio plugin.
  145. .
  146. Cardinal does not load external modules and does not connect to the official Rack library/store.
  147. All VCV branding has been removed (to the best of authors knowledge) in order to avoid any trademark issues.
  148. .
  149. Cardinal provides 3 plugin variants - "main", Synth and FX.
  150. They are all equivalent in performance and behaviour, with only the IO and metadata that changes.
  151. FX and Synth variants both have 2 audio outputs, while "main" has 8.
  152. All variants have MIDI input and output support.
  153. .
  154. This package provides the CLAP plugin.