diff --git a/News.php b/News.php index a32bc15..0dac57e 100644 --- a/News.php +++ b/News.php @@ -10,21 +10,51 @@ include_once("includes/header.php");
> KXStudio Monthly Report (December 2019)
- On 2019-11-15 by falkTX
-
+ Hello everyone, it is time for another monthly report in regards to the KXStudio project.
+
+ First, the most important I think, some small repository changes have been made.
+ I added a "KXStudio" suffix to the repository names, so you get stuff like "KXStudio Plugins" in your package manager now.
+ This was requested by a user, and makes a lot of sense.
+ The bad news is that your package manager is likely to complain about the changes, as it thinks it is a sign of trouble.
+ That is not the case though, as I am here just informing you of that. :)
+ A quick "solution" to this is to simply delete the cached apt list information, so the package manager will not have the previous repository title, like so:
+
+ sudo rm -rf /var/lib/apt/lists/*
+
+
+ There were a few new packages added to the repositories.
+ First, for the basic infrastructure, we got meson 0.51.2 and premake5. A few projects need this in order to build, so we got to have them first.
+ The more exciting ones are added and updated application and plugins, the changes on that are:
+
+ Lastly, preparations for the next Carla release are well under way.
+ I was able to update and build generic Windows and Linux binaries (with Qt 5.9), and macOS is mostly working but still needs some fixing.
+ In the past I used to do a bunch of beta releases until the final one was declared stable.
+ I am going against this now, and will directly do a "Release Candidate" where no more new stuff can be added, only bug-fixing.
+ The next "Linux Audio release day" is January 15, so that will be the target.
+
+ PS: Many of the new packages were imported from the LibraZik project, for which I am extremely grateful for.
+ The surge armhf build fails at this point, to be fixed soon.
+