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.

Repositories:Extras.php 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. <h3><span class="mw-headline">
  23. <img src="images/ico_ubuntu.png" class="img_text_align" alt=""/> Ubuntu 18.04 and 20.04 specific extras
  24. </span></h3>
  25. <p>
  26. <span style="font-weight:lighter">Repository code:</span> ppa:kxstudio-debian/ubuntus
  27. </p>
  28. <p>
  29. This is a repository/PPA for Ubuntu 18.04 and 20.04 users with a few goodies that cannot be made into generic packages.<br/>
  30. All packages that require system integration or shared libraries that cannot be packaged in a generic way will be put in this repository.
  31. </p>
  32. <p>
  33. <b>This repository is only for Ubuntu 18.04 and 20.04 users!</b>
  34. </p>
  35. <p>
  36. The repository contains: (for both 18.04 and 20.04)
  37. </p>
  38. <ul>
  39. <li>Up-to-date FFADO and JACK2</li>
  40. <li>Patched alsa-driver source to prevent snd-aloop from being loaded as first soundcard</li>
  41. <li>Patched audacious-plugins source to add "ignore-length" option to PSF plugin</li>
  42. <li>Patched pulseaudio source to always install pulseaudio-module-jack (needed for JACK+PulseAudio bridge)</li>
  43. </ul>
  44. <p>
  45. The repository also contains: (specifically for 18.04)
  46. </p>
  47. <ul>
  48. <li>Up-to-date GCC (version 9 at the moment)</li>
  49. <li>FAudio package, needed for Wine-Staging (also updated libstb and libsdl2 as required)</li>
  50. <li>Wine-RT package (an old version, for now)</li>
  51. </ul>
  52. <p>
  53. Enabling this repository can be done with the following:
  54. </p>
  55. <pre>
  56. <span style="color: rgb(110, 110, 110);"># Instructions</span>
  57. sudo add-apt-repository ppa:kxstudio-debian/ubuntus
  58. sudo apt-get update
  59. </pre>
  60. <p><br/></p>
  61. <?php
  62. include_once("includes/footer.php");
  63. ?>