Browse Source

Build and install kxstudio-lv2-extensions for plugins

tags/v1.0
falkTX 4 years ago
parent
commit
a9523a8413
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
3 changed files with 18 additions and 0 deletions
  1. +6
    -0
      bootstrap-plugins.sh
  2. +11
    -0
      patches/lv2/01_plugin-is-project.patch
  3. +1
    -0
      setup/versions.sh

+ 6
- 0
bootstrap-plugins.sh View File

@@ -142,6 +142,12 @@ if [ "${LV2LINT_SUPPORTED}" -eq 1 ]; then
# "-Donline-tests=true -Delf-tests=true"
fi

# ---------------------------------------------------------------------------------------------------------------------
# kxstudio lv2 extensions

download kxstudio-lv2-extensions "${KXSTUDIO_LV2_EXTENSIONS_VERSION}" "https://github.com/KXStudio/LV2-Extensions.git" "" "git"
build_make kxstudio-lv2-extensions "${KXSTUDIO_LV2_EXTENSIONS_VERSION}"

# ---------------------------------------------------------------------------------------------------------------------
# fluidsynth



+ 11
- 0
patches/lv2/01_plugin-is-project.patch View File

@@ -0,0 +1,11 @@
--- lv2-1.12.1+git20151117.orig/lv2/core/lv2core.ttl
+++ lv2-1.12.1+git20151117/lv2/core/lv2core.ttl
@@ -139,7 +139,7 @@ hosts and other tools already <q>underst
lv2:Plugin
a rdfs:Class ,
owl:Class ;
- rdfs:subClassOf lv2:PluginBase ;
+ rdfs:subClassOf lv2:PluginBase , doap:Project ;
rdfs:label "Plugin" ;
rdfs:subClassOf [
a owl:Restriction ;

+ 1
- 0
setup/versions.sh View File

@@ -22,6 +22,7 @@ LIBVORBIS_VERSION=1.3.7
# ---------------------------------------------------------------------------------------------------------------------
# plugins

KXSTUDIO_LV2_EXTENSIONS_VERSION=fae65fbc173cd2c4367e85917a6ef97280532d88
LILV_VERSION=0.24.10
LV2_VERSION=1.18.0
LV2LINT_VERSION=0.8.0


Loading…
Cancel
Save