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.7KB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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-Team Ubuntu repositories, splitted by type.
  10. </p>
  11. <h5><span class="mw-headline" id="MainMetaPackages">Main Meta-Packages</span></h5>
  12. <p>
  13. The main meta-packages will simply install Audio, Graphic or Video applications.<br />
  14. The Audio meta-package is also split into plugin categories, for anyone that wants more plugins, but not actually more applications.<br />
  15. It's not like your KXStudio system will get slower with a bit more applications though...
  16. </p>
  17. <p>
  18. The main meta-packages are:
  19. </p>
  20. <ul>
  21. <li>kxstudio-meta-audio</li>
  22. <li>kxstudio-meta-audio-plugins</li>
  23. <li>kxstudio-meta-audio-plugins-ladspa</li>
  24. <li>kxstudio-meta-audio-plugins-dssi</li>
  25. <li>kxstudio-meta-audio-plugins-lv2</li>
  26. <li>kxstudio-meta-audio-plugins-vamp</li>
  27. <li>kxstudio-meta-audio-plugins-vst</li>
  28. <li>kxstudio-meta-graphics</li>
  29. <li>kxstudio-meta-video</li>
  30. </ul>
  31. <p>
  32. Some notes:<br/>
  33. 'audio' recommends 'audio-plugins', and 'audio-plugins' depends on all it's sub-packages.<br />
  34. With the exception of KXStudio 12.04, 'graphics' recommends 'ubuntustudio-font-meta', which will install a nice collection of fonts.<br />
  35. On KXStudio 12.04, you have to install 'ubuntustudio-font-meta' manually if you want that font collection.
  36. </p>
  37. <p><br/></p>
  38. <h5><span class="mw-headline" id="ExtraMetaPackages">Extra Meta-Packages</span></h5>
  39. <p>
  40. The extra meta-packages are:
  41. </p>
  42. <ul>
  43. <li>kxstudio-meta-codecs <i>(12.04 only)</i></li>
  44. <li>kxstudio-meta-non-free</li>
  45. <li>kxstudio-meta-restricted-extras</li>
  46. </ul>
  47. <p>
  48. The 'codecs' package is self-explanatory, it will install a collection of codecs for gstreamer, sox and xine.<br />
  49. </p>
  50. <p>
  51. The 'non-free' will install some good but close-source software, like Renoise, energyXT, and Pianoteq.<br />
  52. These applications come as demos, see <a href="<?php echo $ROOT; ?>/Documentation:Ubuntu:RegisterCommercial">Documentation:Ubuntu:RegisterCommercial</a> to activate them if you have a license.
  53. </p>
  54. <p>
  55. The 'restricted-extras' is simply a combination of '[k|x]ubuntu-restricted-extras', and some other minor "restricted" stuff.<br />
  56. (In this case, "restricted" means that it can't be installed in Ubuntu by default, but you're safe to do it afterwards).<br />
  57. This package recommends 'kxstudio-meta-codecs'.
  58. </p>
  59. <p><br/></p>
  60. <?php
  61. include_once("includes/footer.php");
  62. ?>