diff --git a/Repositories.php b/Repositories.php index 2b1aa95..94df85f 100644 --- a/Repositories.php +++ b/Repositories.php @@ -5,22 +5,28 @@ $PAGE_SOURCE_1 = ARRAY("/Repositories"); $PAGE_SOURCE_2 = ARRAY("Repositories"); include_once("includes/header.php"); -$DEBIAN_PACKAGE = "kxstudio-repos_10.0.3_all.deb"; +$DEBIAN_PACKAGE = "kxstudio-repos_11.0.1_all.deb"; $DEBIAN_PACKAGE_URL = "https://launchpad.net/~kxstudio-debian/+archive/kxstudio/+files/" . $DEBIAN_PACKAGE; ?>

- The KXStudio repositories support all Debian versions since 10 (Buster) and Ubuntu 18.04 (Bionic) or above including Ubuntu 20.04.
- They should work on all Debian-based distributions and variants.
- A computer running intel-based 32bit or 64bit with SSE2 is required, - or alternatively an ARM-based system (32bit with neon-vfpv4 or 64bit). + The KXStudio repositories support all Debian versions since 11 (Bookworm) and Ubuntu 20.04 (Focal) or above including Ubuntu 22.04.
+ They should work on all Debian-based distributions and variants.

- Once you have the repos installed, you can either manually install individual packages from them or - add the meta-packages to automatically install large sets of recommended packages.
+ The only real requirement is it being a computer capable of running x86_64 (pretty much everything nowadays) + or an ARM-based system, which can be armhf (ARM 32bit with neon-vfpv4) or aarch64 (ARM 64bit).
+ Legacy i686 systems (PCs that cannot do 64bit) are not supported. +

+

+ Once you have the repositories enabled, you should first update the software sources (using your preferred GUI or simply running sudo apt update),
+ then either manually install individual packages or the meta-packages to automatically get large sets of audio tools and plugins.
See the Meta-Packages page for more details.
- In either case, we always recommend to install the kxstudio-default-settings package after enabling the repositories. +

+

+ We recommend to install the kxstudio-default-settings package after enabling the repositories.
+ This will put in place a few system tweaks useful for audio, these include for example, minimizing swap usage and increasing maximum number of open files.

You might also want to check: @@ -53,9 +59,6 @@ $DEBIAN_PACKAGE_URL = "https://launchpad.net/~kxstudio-debian/+archive/kxstudio/ # Install required dependencies if needed sudo apt-get install apt-transport-https gpgv -# Remove legacy repos -sudo dpkg --purge kxstudio-repos-gcc5 - # Download package file wget diff --git a/Repositories:Applications.php b/Repositories:Applications.php index d0f4126..33b262c 100644 --- a/Repositories:Applications.php +++ b/Repositories:Applications.php @@ -10,8 +10,8 @@ include_once("includes/header.php");

This section lists the applications available in the repositories.
Click on the thumbnail to see the full-size image.
- Individual deb files can be downloaded, requiring at least Debian 10 / Ubuntu 18.04 or superior.
- If a "data" download is listed, it needs to be installed first before the architecture-dependent one. + Individual deb files can be downloaded, requiring at least Debian 11 / Ubuntu 20.04 or superior.
+ If a "data" download is listed, it needs to be installed first before the architecture-dependent one.

You might also want to check: diff --git a/Repositories:Extras.php b/Repositories:Extras.php index 0449c18..f1f7e92 100644 --- a/Repositories:Extras.php +++ b/Repositories:Extras.php @@ -8,59 +8,15 @@ include_once("includes/header.php");

- This section contains extra repositories from the KXStudio project.
- As with the main KXStudio repositories, these extra ones also support both Intel-based and ARM-based CPU architectures. + The extra repository is now deprecated and will no longer be updated.

- You might also want to check: + 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.
+ This prevents us from updating, for example, JACK2 without it completely breaking 32bit system compatibility.
+ In order to prevent more breakage this repository should no longer be used.

-
-

- Ubuntu 18.04 and 20.04 specific extras -

- -

- Repository code: ppa:kxstudio-debian/ubuntus -

-

- This is a repository/PPA for Ubuntu 18.04 and 20.04 users with a few goodies that cannot be made into generic packages.
- All packages that require system integration or shared libraries that cannot be packaged in a generic way will be put in this repository. -

-

- This repository is only for Ubuntu 18.04 and 20.04 users! -

-

- The repository contains: (for both 18.04 and 20.04) -

- -

- The repository also contains: (specifically for 18.04) -

- -

- Enabling this repository can be done with the following: -

-
-# Instructions
-sudo add-apt-repository ppa:kxstudio-debian/ubuntus
-sudo apt-get update
-
-


How do I activate the KXStudio repos?

-Just follow the instructions here. + Just follow the instructions here.

What computer systems are supported?

-Any Debian or Ubuntu based system, running GNU/Linux.
-For Debian, version 10 (Buster) is required; on Ubuntu, 18.04 (Bionic).
-
-Intel-based and ARM-based systems are supported, 32 and 64bit for both.
-For Intel-based systems a SSE2 capable CPU is required, while for ARM systems it is a neon-vfpv4 capable CPU. + Any modern Debian or Ubuntu based system, running GNU/Linux.
+ For Debian, version 11 (Bookworm) is required; on Ubuntu, 20.04 (Focal).
+ Anything more recent than this should be compatible.
+
+ The only real requirement is it being a computer capable of running x86_64 (pretty much everything nowadays) + or an ARM-based system, which can be armhf (ARM 32bit with neon-vfpv4) or aarch64 (ARM 64bit).
+ Legacy i686 systems (PCs that cannot do 64bit) are not supported.

I found an issue with a package, where can I report it?

-Bug reports and package requests should be posted in the Github tracker - here. + Bug reports and package requests should be posted in the Github tracker + here.

Can I make a request for this new awesome-super-great application?

-You can, but it will likely not be answered. The KXStudio repositories focus on audio plugins, not general applications. + You can, but it will likely not be answered. The KXStudio repositories focus on audio plugins, not general applications.

Why are applications not the focus for the KXStudio repos?

-A few reasons actually: + A few reasons actually:

"