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.

67 lines
2.4KB

  1. <?php
  2. $PAGE_TITLE = "KXStudio : Repositories : Extras";
  3. $PAGE_TYPE = "KXSTUDIO";
  4. $PAGE_SOURCE_1 = ARRAY("/Repositories", "/Repositories:Extras");
  5. $PAGE_SOURCE_2 = ARRAY("Repositories", "Extras");
  6. include_once("includes/header.php");
  7. ?>
  8. <div class="box box-description">
  9. <p>
  10. This section contains extra repositories from the KXStudio project.<br/>
  11. As with the main KXStudio repositories, these extra ones also support both Intel-based and ARM-based CPU architectures.
  12. </p>
  13. <p>
  14. You might also want to check:
  15. </p>
  16. <ul>
  17. <li><a href="<?php echo $ROOT; ?>/Repositories:Applications">Applications in the repositories</a></li>
  18. <li><a href="<?php echo $ROOT; ?>/Repositories:Plugins">Plugins in the repositories</a></li>
  19. <li><a href="<?php echo $ROOT; ?>/Repositories:FAQ">Frequent asked questions</a></li>
  20. </ul>
  21. </div>
  22. <hr/>
  23. <h3><span class="mw-headline">
  24. <img src="images/ico_ubuntu.png" class="img_text_align" alt=""/> Ubuntu 18.04 specific extras
  25. </span></h3>
  26. <p>
  27. <span style="font-weight:lighter">Repository code:</span> ppa:kxstudio-debian/ubuntus
  28. </p>
  29. <p>
  30. This is a repository/PPA for Ubuntu 18.04 users with a few goodies that cannot be made into generic packages.<br/>
  31. All packages that require system integration or shared libraries that cannot be packaged in a generic way will be put in this repository.<br/>
  32. This repository is also the base for a future Ubuntu-18.04 based KXStudio ISO image.<br/>
  33. </p>
  34. <p>
  35. <b>This repository is only for Ubuntu 18.04 users!</b>
  36. </p>
  37. <p>
  38. The repository contains:
  39. </p>
  40. <ul>
  41. <li>Up-to-date FFADO and JACK2</li>
  42. <li>Up-to-date GCC (version 9 at the moment)</li>
  43. <li>FAudio package, needed for Wine-Staging (also updated libstb and libsdl2 as required)</li>
  44. <li>Wine-RT package (an old version, for now)</li>
  45. <li>Patched alsa-driver source to prevent snd-aloop from being loaded as first soundcard</li>
  46. <li>Patched pulseaudio source to always install pulseaudio-module-jack (needed for JACK+PulseAudio bridge)</li>
  47. <li>Patched casper and ubiquity sources used in KXStudio ISO images</li>
  48. </ul>
  49. <p>
  50. Enabling this repository can be done with the following:
  51. </p>
  52. <pre>
  53. <span style="color: rgb(110, 110, 110);"># Instructions</span>
  54. sudo add-apt-repository ppa:kxstudio-debian/ubuntus
  55. sudo apt-get update
  56. </pre>
  57. <p><br/></p>
  58. <?php
  59. include_once("includes/footer.php");
  60. ?>