diff --git a/News.php b/News.php index 985e235..eb74e8a 100644 --- a/News.php +++ b/News.php @@ -12,6 +12,16 @@ include_once("includes/header.php"); +
+ > KXStudio repositories now ready for Debian! (and all Debian/Ubuntu variants)
+ On 2014-04-03 by falkTX
+
+ The KXStudio repositories +
+ +
> The first Carla 2.0 beta
On 2014-02-27 by falkTX
@@ -19,18 +29,18 @@ include_once("includes/header.php");
The next Carla 2.0 will implement the missing features in the 1.x series,
making it a really fully-featured plugin host and somewhat session manager (for plugins).
-
+
There has been a lot of changes behind the scenes, specially optimization.
-
+
The backend now uses Juce to do some "audio things".
drivers and plugin support, more useful for Windows and Mac OS.
-
+
The frontend is now compatible with Qt5.
Lots of small changes here and there.
...
This forced the code to use a more python way to do things,
hmmm
-
+
Highlights of the (future) 2.0 release:
- LV2 CV ports and Worker extension are now implemented
- Qt5 ready
diff --git a/Repositories.php b/Repositories.php
index 93c3a89..c5f77a4 100644
--- a/Repositories.php
+++ b/Repositories.php
@@ -54,18 +54,6 @@ sudo apt-get install kxstudio-repos
sudo apt-get update
-
-
-
- If you're running Linux Mint Maya (based on Ubuntu 12.04), we need to correct for a bug in Mint's code. Run this after enabling the repos: -
--# Fix add-apt-repository olivia vs precise mixup -sudo sed -i "s/olivia/precise/" /etc/apt/sources.list.d/kxstudio*.list-
-# Update software sources yet again -sudo apt-get update -