diff --git a/News.php b/News.php index 9337b51..031b2e4 100644 --- a/News.php +++ b/News.php @@ -10,6 +10,42 @@ include_once("includes/header.php"); +

+ > KXStudio Project Update (July 2025)
+ On 2025-07-31 by falkTX +

+

+ Hello all, this is the monthly report for all software things related to KXStudio, DISTRHO & falkTX projects. +

+ +

New releases

+ + +

Repository updates

+ + +

Final notes

+

+ Some applications in the KXStudio Website repositories' pages have been hidden and some plugins have been marked as "abandoned".
+ Everything is still available to install through "apt-get" though. +

+ +

 

+ +

+ That is all for now, see you next month! +

+ +
+

> KXStudio Project Update (June 2025)
On 2025-06-29 by falkTX diff --git a/repo/generate-repo-page.sh b/repo/generate-repo-page.sh index 918e11d..0b17224 100755 --- a/repo/generate-repo-page.sh +++ b/repo/generate-repo-page.sh @@ -18,7 +18,7 @@ PACKAGES_ARCHS=("amd64" "arm64" "armhf" "i386") PACKAGES_ABANDONED=("ams-lv2" "arctican-plugins-lv2" "arctican-plugins-vst" "arpage" "autotalent" "beatslash-lv2" "easyssp-lv2" "easyssp-vst" "invada-studio-plugins-ladspa" "invada-studio-plugins-lv2" "juced-plugins-lv2" "juced-plugins-vst" "pizmidi-plugins" "teragonaudio-plugins-lv2" "teragonaudio-plugins-vst") # stuff to be hidden, for various reasons -PACKAGES_BLACKLIST=("carla-bridge-linux32" "carla-bridge-linux64" "distrho-src" "jalv" "lv2vst" "wineasio-amd64" "wineasio-i386") +PACKAGES_BLACKLIST=("carla-bridge-linux32" "carla-bridge-linux64" "carla-bridge-win32" "distrho-src" "jalv" "lv2vst" "wineasio-amd64" "wineasio-i386") # hidden packages, either abandoned by the author or stuff I no longer use and thus won't maintain updated here PACKAGES_HIDDEN=("cadence" "cadence-tools" "catia" "claudia" "fluajho" "gladish" "ladish" "non-sequencer" "non-sequencer-git" "patroneo" "vico")