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.

80 lines
3.4KB

  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, splitted by type.
  10. </p>
  11. <h3><span class="mw-headline" id="MetaPackageList">Meta-Package List</span></h3>
  12. <p>
  13. In a tree-like view, the meta-packages are setup like this:
  14. </p>
  15. <ul>
  16. <li>kxstudio-meta-all<ul>
  17. <li>kxstudio-meta-audio</li>
  18. <li>kxstudio-meta-audio-plugins
  19. <table><tr><td>
  20. <ul>
  21. <li>kxstudio-meta-audio-plugins-collection</li>
  22. </ul>
  23. </td>
  24. <td> or </td>
  25. <td>
  26. <ul>
  27. <li>kxstudio-meta-audio-plugins-ladspa</li>
  28. <li>kxstudio-meta-audio-plugins-dssi</li>
  29. <li>kxstudio-meta-audio-plugins-lv2</li>
  30. <li>kxstudio-meta-audio-plugins-vamp</li>
  31. <li>kxstudio-meta-audio-plugins-vst</li>
  32. </ul>
  33. </td></tr></table>
  34. </li>
  35. <li>kxstudio-meta-graphics</li>
  36. <li>kxstudio-meta-video</li>
  37. </ul></li>
  38. <li>kxstudio-meta-restricted-extras</li>
  39. <li>kxstudio-meta-wine</li>
  40. </ul>
  41. <h3><span class="mw-headline" id="MetaPackageDetails">Meta-Package Details</span></h3>
  42. <p>
  43. The main meta-packages are Audio, Audio-Plugins, Graphics and Video.<br/>
  44. The Audio-Plugins meta-package is also split into plugin categories, for anyone that wants more plugins, but not actually more applications.<br/>
  45. </p>
  46. <p>
  47. The 'meta-restricted-extras' is simply a combination of '[k|x]ubuntu-restricted-extras', plus alsa-firmware and linux-firmware-nonfree.<br/>
  48. (In this case, "restricted" means that it can't be installed in Ubuntu by default, but you're safe to do it afterwards).
  49. </p>
  50. <p>
  51. The 'meta-wine' includes Wine audio stuff, useful to install if you want to use Windows plugins after installing the KXStudio ISO.<br/>
  52. This includes carla's Windows bridges, dssi-vst, festige, LMMS VST support and WineASIO.
  53. </p>
  54. <h3><span class="mw-headline" id="Notes">Notes</span></h3>
  55. <p>
  56. The 'meta-all' package recommends 'meta-restricted-extras' and 'meta-audio' recommends 'meta-audio-plugins'.<br/>
  57. Depending on your distro these might be treated as dependencies.
  58. </p>
  59. <p>
  60. Audio plugins packages that include several formats (like drumgizmo that includes LV2 and VST) or standalone applications (like calf-plugins)
  61. are not part of the specific 'meta-audio-plugins-*' packages.<br/>
  62. This is because installing those will install additional plugin formats and/or full applications.<br/>
  63. To ensure, for example, that you get all possible LV2 plugins, install 'meta-audio-plugins' and 'meta-audio-plugins-lv2'.
  64. </p>
  65. <p>
  66. The 'meta-audio-plugins-collection' package is an alternative to installing all plugins at once.<br/>
  67. 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/>
  68. This way installing 'meta-audio' will not pull 'meta-audio-plugins-ladspa', 'meta-audio-plugins-dssi', etc.
  69. </p>
  70. <p><br/></p>
  71. <?php
  72. include_once("includes/footer.php");
  73. ?>