KXStudio Website https://kx.studio/
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.

87 lines
3.5KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio : Documentation";
  3. $PAGE_TYPE = "NONKXSTUDIO";
  4. $PAGE_SOURCE_1 = ARRAY("/Documentation", "/Documentation", "/Documentation:Repository:Meta-Packages");
  5. $PAGE_SOURCE_2 = ARRAY("Documentation", "Repository", "Meta-Packages");
  6. include_once("includes/header.php");
  7. ?>
  8. <p>
  9. This section describes all the meta-packages available in the KXStudio repositories, split by type.
  10. </p>
  11. <h3><span class="mw-headline" id="MetaPackageList">KXStudio own package list</span></h3>
  12. <p>
  13. These are for packages available through the KXStudio repositories.<br/>
  14. In a tree-like view, the meta-packages are setup like this:
  15. </p>
  16. <ul>
  17. <li>kxstudio-meta-all<ul>
  18. <li>kxstudio-meta-audio-applications</li>
  19. <li>kxstudio-meta-audio-plugins
  20. <table><tr><td>
  21. <ul>
  22. <li>kxstudio-meta-audio-plugins-collection</li>
  23. </ul>
  24. </td>
  25. <td> or </td>
  26. <td>
  27. <ul>
  28. <li>kxstudio-meta-audio-plugins-ladspa</li>
  29. <li>kxstudio-meta-audio-plugins-dssi</li>
  30. <li>kxstudio-meta-audio-plugins-lv2</li>
  31. <li>kxstudio-meta-audio-plugins-vst</li>
  32. </ul>
  33. </td></tr></table>
  34. </li>
  35. </ul></li>
  36. </ul>
  37. <p>
  38. The "collection" is a subset, focusing on just the highlights/best plugins to install out of all LADSPA, DSSI, LV2 and VSTs
  39. (where LV2 format is preferred, if available).<br/>
  40. Whereas the specific plugin format packages are more complete, they will install all individual packages that contain plugins in that format.
  41. </p>
  42. <h3><span class="mw-headline" id="RecommendedPackageList">Recommended Meta-Package List</span></h3>
  43. <p>
  44. These are for packages that come from the Debian/Ubuntu repositories, not the KXStudio ones.<br/>
  45. In a tree-like view, the recommended meta-packages are setup like this:
  46. </p>
  47. <ul>
  48. <li>kxstudio-recommended-all<ul>
  49. <li>kxstudio-recommended-audio</li>
  50. <li>kxstudio-recommended-audio-plugins
  51. <ul>
  52. <li>kxstudio-recommended-audio-plugins-ladspa</li>
  53. <li>kxstudio-recommended-audio-plugins-dssi</li>
  54. <li>kxstudio-recommended-audio-plugins-lv2</li>
  55. </ul>
  56. </li>
  57. <li>kxstudio-recommended-graphics</li>
  58. <li>kxstudio-recommended-video</li>
  59. </ul></li>
  60. </ul>
  61. <h3><span class="mw-headline" id="Notes">Notes</span></h3>
  62. <p>
  63. The 'meta-audio-plugins-collection' package is an alternative to installing all plugins at once.<br/>
  64. If you're the kind of person that only wants to install the best plugins, consider installing this package first before installing other audio meta-packages.<br/>
  65. This way installing 'meta-audio-plugins' will not pull 'meta-audio-plugins-ladspa', 'meta-audio-plugins-dssi', etc.
  66. </p>
  67. <p>
  68. Audio plugins packages that include several formats (like drumgizmo that includes LV2 and VST) or standalone applications (like calf-plugins)
  69. are not part of the specific '*-audio-plugins-*' packages.<br/>
  70. This is because installing those will install additional plugin formats and/or full applications.<br/>
  71. To ensure, for example, that you get all possible LV2 plugins from KXStudio, install 'meta-audio-plugins' and 'meta-audio-plugins-lv2'.
  72. </p>
  73. <p>
  74. The 'recommended-audio' recommends 'recommended-audio-plugins'.<br/>
  75. Depending on your distro this might be treated as a dependency.
  76. </p>
  77. <p><br/></p>
  78. <?php
  79. include_once("includes/footer.php");
  80. ?>