From cd190a709017f3f93183c13ac4613d43a09cf82a Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 16 Nov 2019 11:15:19 +0000 Subject: [PATCH] Monthly report november --- News.php | 60 ++++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 45 insertions(+), 15 deletions(-) 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 -

- -This is a WIP list of stuff that changed since the last report. -meson 0.51.2, premake5 -carla-git updated -drumgizmo updated to 0.8.1 -moony updated to 0.30.0, enable inline display -surge added -dragonfly-reverb added -hybridreverb2 added -wolf-shaper added -wolf-spectrum added -last 5 by librazik, many thanks. surge had to be adjusted to build on armhf/arm64 (armhf build does not succeed yet) -sudo rm -rf /var/lib/apt/lists/* + On 2019-11-16 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. +

+