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.

Documentation:Repository:Meta-Packages.php 2.8KB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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 style="color:#fa3a3a;">
  9. NOTE: The KXStudio repos are being reworked in a new setup, not all packages are available to install yet.
  10. </p>
  11. <p>
  12. This section describes all the meta-packages available in the KXStudio repositories, splitted by type.
  13. </p>
  14. <h3><span class="mw-headline" id="MetaPackageList">Meta-Package List</span></h3>
  15. <p>
  16. In a tree-like view, the meta-packages are setup like this:
  17. </p>
  18. <ul>
  19. <li>kxstudio-meta-all<ul>
  20. <li>kxstudio-meta-audio</li>
  21. <li>kxstudio-meta-audio-plugins
  22. <table><tr><td>
  23. <ul>
  24. <li>kxstudio-meta-audio-plugins-collection</li>
  25. </ul>
  26. </td>
  27. <td> or </td>
  28. <td>
  29. <ul>
  30. <li>kxstudio-meta-audio-plugins-ladspa</li>
  31. <li>kxstudio-meta-audio-plugins-dssi</li>
  32. <li>kxstudio-meta-audio-plugins-lv2</li>
  33. <li>kxstudio-meta-audio-plugins-vst</li>
  34. </ul>
  35. </td></tr></table>
  36. </li>
  37. </ul></li>
  38. </ul>
  39. <h3><span class="mw-headline" id="MetaPackageDetails">Meta-Package Details</span></h3>
  40. <p>
  41. The main meta-packages are Audio, Audio-Plugins, Graphics and Video.<br/>
  42. The Audio-Plugins meta-package is also split into plugin categories, for anyone that wants more plugins, but not actually more applications.<br/>
  43. </p>
  44. <h3><span class="mw-headline" id="Notes">Notes</span></h3>
  45. <p>
  46. The 'meta-all' package recommends 'meta-restricted-extras' and 'meta-audio' recommends 'meta-audio-plugins'.<br/>
  47. Depending on your distro these might be treated as dependencies.
  48. </p>
  49. <p>
  50. Audio plugins packages that include several formats (like drumgizmo that includes LV2 and VST) or standalone applications (like calf-plugins)
  51. are not part of the specific 'meta-audio-plugins-*' packages.<br/>
  52. This is because installing those will install additional plugin formats and/or full applications.<br/>
  53. To ensure, for example, that you get all possible LV2 plugins, install 'meta-audio-plugins' and 'meta-audio-plugins-lv2'.
  54. </p>
  55. <p>
  56. The 'meta-audio-plugins-collection' package is an alternative to installing all plugins at once.<br/>
  57. 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/>
  58. This way installing 'meta-audio' will not pull 'meta-audio-plugins-ladspa', 'meta-audio-plugins-dssi', etc.
  59. </p>
  60. <p><br/></p>
  61. <?php
  62. include_once("includes/footer.php");
  63. ?>