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.

25 lines
830B

  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. <b>The extra repository is now deprecated and will no longer be updated</b>.
  11. </p>
  12. <p>
  13. It is no longer possible to build i386 packages on launchpad PPAs, and as such any system library packages end up broken for multi-arch systems.<br/>
  14. This prevents us from updating, for example, JACK2 without it completely breaking 32bit system compatibility.<br/>
  15. In order to prevent more breakage this repository should no longer be used.
  16. </p>
  17. </div>
  18. <p><br/></p>
  19. <?php
  20. include_once("includes/footer.php");
  21. ?>