| @@ -8,6 +8,47 @@ include_once("includes/header.php"); | |||||
| <p><b>THIS IS A FAKE PAGE, KXSTUDIO NEWS USES A DYNAMIC MODULE NOW</b></p> | <p><b>THIS IS A FAKE PAGE, KXSTUDIO NEWS USES A DYNAMIC MODULE NOW</b></p> | ||||
| <p> | |||||
| <span style="font-size: 20px">> KXStudio Monthly Report (December 2019)</span><br/> | |||||
| On <i>2019-12-16</i> by<i> falkTX</i> | |||||
| </p> | |||||
| <p> | |||||
| Hello everyone, it is time for another monthly report in regards to the KXStudio project.<br/> | |||||
| </p> | |||||
| <p> | |||||
| There is not a whole lot of news this time around, as most of the time was spent on Carla new features and bugfixing.<br/> | |||||
| I am doing a push torwards CV support in Carla (a "MIDI to CV" internal plugin was added, for example),<br/> | |||||
| with only 1 new feature to be implemented - allowing to automate any regular parameter with CV.<br/> | |||||
| The idea is to make it easier to automate things in carla, by exposing individual parameters in the patchbay as CV ports.<br/> | |||||
| There is only 1 month left for release, so going to be tight on time, but seems doable, specially with holidays coming.<br/> | |||||
| (so more free time to work on this) | |||||
| </p> | |||||
| <p> | |||||
| There were a few minor package updates in the repositories. Those are: | |||||
| </p> | |||||
| <ul> | |||||
| <li>x42-plugins updated to 20191215</i> | |||||
| <li>zam-plugins updated to 3.12</i> | |||||
| <li>seq64 added (Qt5 build from git master)</i> | |||||
| </ul> | |||||
| <p> | |||||
| A new small extra repository has been created, one I have been using for some time now.<br/> | |||||
| This came out of the necessity to update JACK2, but JACK is not something we can distribute in generic packages like applications and plugins.<br/> | |||||
| There are a few pieces of software, like JACK2, that cannot be made into generic deb packages.<br/> | |||||
| So, I want to create a few small but nice repositories for basic utilities and nice-to-have things. | |||||
| For now, I have created a small one for Ubuntu 18.04 users (which includes me, obviously :P) that contains an updated JACK2, Wine-RT, among other small things.<br/> | |||||
| </p> | |||||
| <p> | |||||
| All the separate, extra repositories will be detailed at | |||||
| <a href="https://kx.studio/Repositories:Extras">https://kx.studio/Repositories:Extras</a>. | |||||
| </p> | |||||
| <p> | |||||
| donations | |||||
| </p> | |||||
| <hr/> | |||||
| <p> | <p> | ||||
| <span style="font-size: 20px">> KXStudio Monthly Report (November 2019)</span><br/> | <span style="font-size: 20px">> KXStudio Monthly Report (November 2019)</span><br/> | ||||
| On <i>2019-11-16</i> by<i> falkTX</i> | On <i>2019-11-16</i> by<i> falkTX</i> | ||||
| @@ -46,6 +46,7 @@ ${ trigger.call("head") } | |||||
| <p><a href="/Repositories:Applications">Applications (in Repo)</a></p> | <p><a href="/Repositories:Applications">Applications (in Repo)</a></p> | ||||
| <p><a href="/Repositories:Plugins">Plugins (in Repo)</a></p> | <p><a href="/Repositories:Plugins">Plugins (in Repo)</a></p> | ||||
| <p><a href="/Repositories:FAQ">FAQ</a></p> | <p><a href="/Repositories:FAQ">FAQ</a></p> | ||||
| <p><a href="/Repositories:Extras">Extras</a></p> | |||||
| </div> | </div> | ||||
| </li> | </li> | ||||
| <li id="item-community" class="item-menu"> | <li id="item-community" class="item-menu"> | ||||
| @@ -29,6 +29,7 @@ $DEBIAN_PACKAGE_URL = "https://launchpad.net/~kxstudio-debian/+archive/kxstudio/ | |||||
| <li><a href="<?php echo $ROOT; ?>/Repositories:Applications">Applications in the repositories</a></li> | <li><a href="<?php echo $ROOT; ?>/Repositories:Applications">Applications in the repositories</a></li> | ||||
| <li><a href="<?php echo $ROOT; ?>/Repositories:Plugins">Plugins in the repositories</a></li> | <li><a href="<?php echo $ROOT; ?>/Repositories:Plugins">Plugins in the repositories</a></li> | ||||
| <li><a href="<?php echo $ROOT; ?>/Repositories:FAQ">Frequent asked questions</a></li> | <li><a href="<?php echo $ROOT; ?>/Repositories:FAQ">Frequent asked questions</a></li> | ||||
| <li><a href="<?php echo $ROOT; ?>/Repositories:Extras">Extra repositories from the KXStudio project</a></li> | |||||
| </ul> | </ul> | ||||
| <p> | <p> | ||||
| Bug reports and package requests should be posted in the | Bug reports and package requests should be posted in the | ||||
| @@ -19,6 +19,7 @@ include_once("includes/header.php"); | |||||
| <ul> | <ul> | ||||
| <li><a href="<?php echo $ROOT; ?>/Repositories:Plugins">Plugins in the repositories</a></li> | <li><a href="<?php echo $ROOT; ?>/Repositories:Plugins">Plugins in the repositories</a></li> | ||||
| <li><a href="<?php echo $ROOT; ?>/Repositories:FAQ">Frequent asked questions</a></li> | <li><a href="<?php echo $ROOT; ?>/Repositories:FAQ">Frequent asked questions</a></li> | ||||
| <li><a href="<?php echo $ROOT; ?>/Repositories:Extras">Extra repositories from the KXStudio project</a></li> | |||||
| </ul> | </ul> | ||||
| </div> | </div> | ||||
| @@ -0,0 +1,66 @@ | |||||
| <?php | |||||
| $PAGE_TITLE = "KXStudio : Repositories : Extras"; | |||||
| $PAGE_TYPE = "KXSTUDIO"; | |||||
| $PAGE_SOURCE_1 = ARRAY("/Repositories", "/Repositories:Extras"); | |||||
| $PAGE_SOURCE_2 = ARRAY("Repositories", "Extras"); | |||||
| include_once("includes/header.php"); | |||||
| ?> | |||||
| <div class="box box-description"> | |||||
| <p> | |||||
| This section contains extra repositories from the KXStudio project.<br/> | |||||
| As with the main KXStudio repositories, these extra ones also support both Intel-based and ARM-based CPU architectures. | |||||
| </p> | |||||
| <p> | |||||
| You might also want to check: | |||||
| </p> | |||||
| <ul> | |||||
| <li><a href="<?php echo $ROOT; ?>/Repositories:Applications">Applications in the repositories</a></li> | |||||
| <li><a href="<?php echo $ROOT; ?>/Repositories:Plugins">Plugins in the repositories</a></li> | |||||
| <li><a href="<?php echo $ROOT; ?>/Repositories:FAQ">Frequent asked questions</a></li> | |||||
| </ul> | |||||
| </div> | |||||
| <hr/> | |||||
| <h3><span class="mw-headline"> | |||||
| <img src="images/ico_ubuntu.png" class="img_text_align" alt=""/> Ubuntu 18.04 specific extras | |||||
| </span></h3> | |||||
| <p> | |||||
| <span style="font-weight:lighter">Repository code:</span> ppa:kxstudio-debian/ubuntus | |||||
| </p> | |||||
| <p> | |||||
| This is a repository/PPA for Ubuntu 18.04 users with a few goodies that cannot be made into generic packages.<br/> | |||||
| All packages that require system integration or shared libraries that cannot be packaged in a generic way will be put in this repository.<br/> | |||||
| This repository is also the base for a future Ubuntu-18.04 based KXStudio ISO image.<br/> | |||||
| </p> | |||||
| <p> | |||||
| <b>This repository is only for Ubuntu 18.04 users!</b> | |||||
| </p> | |||||
| <p> | |||||
| The repository contains: | |||||
| </p> | |||||
| <ul> | |||||
| <li>Up-to-date FFADO and JACK2</li> | |||||
| <li>Up-to-date GCC (version 9 at the moment)</li> | |||||
| <li>FAudio package, needed for Wine-Staging (also updated libstb and libsdl2 as required)</li> | |||||
| <li>Wine-RT package (an old version, for now)</li> | |||||
| <li>Patched alsa-driver source to prevent snd-aloop from being loaded as first soundcard</li> | |||||
| <li>Patched pulseaudio source to always install pulseaudio-module-jack (needed for JACK+PulseAudio bridge)</li> | |||||
| <li>Patched casper and ubiquity sources used in KXStudio ISO images</li> | |||||
| </ul> | |||||
| <p> | |||||
| Enabling this repository can be done with the following: | |||||
| </p> | |||||
| <pre> | |||||
| <span style="color: rgb(110, 110, 110);"># Instructions</span> | |||||
| sudo add-apt-repository ppa:kxstudio-debian/ubuntus | |||||
| sudo apt-get update | |||||
| </pre> | |||||
| <p><br/></p> | |||||
| <?php | |||||
| include_once("includes/footer.php"); | |||||
| ?> | |||||
| @@ -16,6 +16,7 @@ include_once("includes/header.php"); | |||||
| <ul> | <ul> | ||||
| <li><a href="<?php echo $ROOT; ?>/Repositories:Applications">Applications in the repositories</a></li> | <li><a href="<?php echo $ROOT; ?>/Repositories:Applications">Applications in the repositories</a></li> | ||||
| <li><a href="<?php echo $ROOT; ?>/Repositories:Plugins">Plugins in the repositories</a></li> | <li><a href="<?php echo $ROOT; ?>/Repositories:Plugins">Plugins in the repositories</a></li> | ||||
| <li><a href="<?php echo $ROOT; ?>/Repositories:Extras">Extra repositories from the KXStudio project</a></li> | |||||
| </ul> | </ul> | ||||
| </div> | </div> | ||||
| @@ -19,6 +19,7 @@ include_once("includes/header.php"); | |||||
| <ul> | <ul> | ||||
| <li><a href="<?php echo $ROOT; ?>/Repositories:Applications">Applications in the repositories</a></li> | <li><a href="<?php echo $ROOT; ?>/Repositories:Applications">Applications in the repositories</a></li> | ||||
| <li><a href="<?php echo $ROOT; ?>/Repositories:FAQ">Frequent asked questions</a></li> | <li><a href="<?php echo $ROOT; ?>/Repositories:FAQ">Frequent asked questions</a></li> | ||||
| <li><a href="<?php echo $ROOT; ?>/Repositories:Extras">Extra repositories from the KXStudio project</a></li> | |||||
| </ul> | </ul> | ||||
| </div> | </div> | ||||
| @@ -204,6 +204,7 @@ if (false && $PAGE_TYPE != "PASTE" && $PAGE_TYPE != "DONATIONS" && $PAGE_TYPE != | |||||
| <p><a href="/Repositories:Applications">Applications (in Repo)</a></p> | <p><a href="/Repositories:Applications">Applications (in Repo)</a></p> | ||||
| <p><a href="/Repositories:Plugins">Plugins (in Repo)</a></p> | <p><a href="/Repositories:Plugins">Plugins (in Repo)</a></p> | ||||
| <p><a href="/Repositories:FAQ">FAQ</a></p> | <p><a href="/Repositories:FAQ">FAQ</a></p> | ||||
| <p><a href="/Repositories:Extras">Extras</a></p> | |||||
| </div> | </div> | ||||
| </li> | </li> | ||||
| <li id="item-community" class="item-menu"> | <li id="item-community" class="item-menu"> | ||||