Browse Source

Update meta-package page and fix a html syntax issue

Signed-off-by: falkTX <falktx@falktx.com>
pull/14/head
falkTX 5 years ago
parent
commit
4116da40ad
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 28 additions and 17 deletions
  1. +27
    -16
      Documentation:Repository:Meta-Packages.php
  2. +1
    -1
      repo/generate-repo-page.sh

+ 27
- 16
Documentation:Repository:Meta-Packages.php View File

@@ -6,21 +6,18 @@ $PAGE_SOURCE_2 = ARRAY("Documentation", "Repository", "Meta-Packages");
include_once("includes/header.php");
?>

<p style="color:#fa3a3a;">
NOTE: The KXStudio repos are being reworked in a new setup, not all packages are available to install yet.
</p>

<p>
This section describes all the meta-packages available in the KXStudio repositories, splitted by type.
</p>

<h3><span class="mw-headline" id="MetaPackageList">Meta-Package List</span></h3>
<h3><span class="mw-headline" id="MetaPackageList">KXStudio own package list</span></h3>
<p>
These are for packages available through the KXStudio repositories.<br/>
In a tree-like view, the meta-packages are setup like this:
</p>
<ul>
<li>kxstudio-meta-all<ul>
<li>kxstudio-meta-audio</li>
<li>kxstudio-meta-audio-applications</li>
<li>kxstudio-meta-audio-plugins
<table><tr><td>
<ul>
@@ -40,27 +37,41 @@ include_once("includes/header.php");
</ul></li>
</ul>

<h3><span class="mw-headline" id="MetaPackageDetails">Meta-Package Details</span></h3>
<h3><span class="mw-headline" id="RecommendedPackageList">Recommended Meta-Package List</span></h3>
<p>
The main meta-packages are Audio, Audio-Plugins, Graphics and Video.<br/>
The Audio-Plugins meta-package is also split into plugin categories, for anyone that wants more plugins, but not actually more applications.<br/>
These are for packages that come from the Debian/Ubuntu repositories, not the KXStudio ones.<br/>
In a tree-like view, the recommended meta-packages are setup like this:
</p>
<ul>
<li>kxstudio-recommended-all<ul>
<li>kxstudio-recommended-audio</li>
<li>kxstudio-recommended-audio-plugins
<ul>
<li>kxstudio-recommended-audio-plugins-ladspa</li>
<li>kxstudio-recommended-audio-plugins-dssi</li>
<li>kxstudio-recommended-audio-plugins-lv2</li>
</ul>
</li>
<li>kxstudio-recommended-graphics</li>
<li>kxstudio-recommended-video</li>
</ul></li>
</ul>

<h3><span class="mw-headline" id="Notes">Notes</span></h3>
<p>
The 'meta-all' package recommends 'meta-restricted-extras' and 'meta-audio' recommends 'meta-audio-plugins'.<br/>
Depending on your distro these might be treated as dependencies.
The 'meta-audio-plugins-collection' package is an alternative to installing all plugins at once.<br/>
If you're the kind of person that only wants to install the best plugins, consider installing this package first before installing other audio meta-packages.<br/>
This way installing 'meta-audio-plugins' will not pull 'meta-audio-plugins-ladspa', 'meta-audio-plugins-dssi', etc.
</p>
<p>
Audio plugins packages that include several formats (like drumgizmo that includes LV2 and VST) or standalone applications (like calf-plugins)
are not part of the specific 'meta-audio-plugins-*' packages.<br/>
are not part of the specific '*-audio-plugins-*' packages.<br/>
This is because installing those will install additional plugin formats and/or full applications.<br/>
To ensure, for example, that you get all possible LV2 plugins, install 'meta-audio-plugins' and 'meta-audio-plugins-lv2'.
To ensure, for example, that you get all possible LV2 plugins from KXStudio, install 'meta-audio-plugins' and 'meta-audio-plugins-lv2'.
</p>
<p>
The 'meta-audio-plugins-collection' package is an alternative to installing all plugins at once.<br/>
If you're the kind of person that only wants to install the best plugins, consider installing this package first before installing other audio meta-packages.<br/>
This way installing 'meta-audio' will not pull 'meta-audio-plugins-ladspa', 'meta-audio-plugins-dssi', etc.
The 'recommended-audio' recommends 'recommended-audio-plugins'.<br/>
Depending on your distro this might be treated as a dependency.
</p>

<p><br/></p>


+ 1
- 1
repo/generate-repo-page.sh View File

@@ -168,7 +168,7 @@ for PACKAGE in ${PACKAGES[@]}; do
PACKAGE_FILENAME_DATA=$(echo "${PACKAGE_FILENAME}" | sed "s|/${PACKAGE}_|/${PACKAGE_DATA}_|g" | sed "s/_amd64.deb/_all.deb/g")
echo "<a href=\"${PACKAGES_BASE_URL}${PACKAGE_FILENAME_DATA}\" target=\"_blank\">data</a>"
fi
echo "</tr>"
echo "</td></tr>"
echo "</table></div></div>"

# separator


Loading…
Cancel
Save