diff --git a/pack-plugins.sh b/pack-plugins.sh index 96f8f15..36622ae 100755 --- a/pack-plugins.sh +++ b/pack-plugins.sh @@ -80,13 +80,14 @@ for plugin in ${@}; do name=$(jq -crM .name ${pfile}) sname=$(echo ${name} | tr -ds '-' '_') + description=$(jq -crM .description ${description}) lv2bundles=($(jq -crM .lv2bundles[] ${pfile})) if [ "${WIN32}" -eq 1 ]; then echo "Name: ${sname}; Description: \"${name}\"; Types: full;" >> /tmp/pawpaw/components.iss elif [ "${MACOS}" -eq 1 ] && [ "${MACOS_OLD}" -eq 0 ]; then - echo " " >> /tmp/pawpaw/choices.xml + echo " " >> /tmp/pawpaw/choices.xml echo " " >> /tmp/pawpaw/outlines.xml fi diff --git a/plugins-todo/adlplug-opl3.json b/plugins-todo/adlplug-opl3.json index d5c9579..f26419c 100644 --- a/plugins-todo/adlplug-opl3.json +++ b/plugins-todo/adlplug-opl3.json @@ -2,6 +2,7 @@ "name": "adlplug-opl3", "lv2bundles": ["ADLplug.lv2"], "version": "d22fec03db1ab6458c22ea036217983cfb2a82a1", + "description": "", "dlbaseurl": "https://github.com/jpcima/ADLplug.git", "dlmethod": "git", "buildtype": "cmake", diff --git a/plugins-todo/adlplug-opn2.json b/plugins-todo/adlplug-opn2.json index bea59be..3fd3943 100644 --- a/plugins-todo/adlplug-opn2.json +++ b/plugins-todo/adlplug-opn2.json @@ -2,6 +2,7 @@ "name": "adlplug-opn2", "lv2bundles": ["OPNplug.lv2"], "version": "d22fec03db1ab6458c22ea036217983cfb2a82a1", + "description": "", "dlbaseurl": "https://github.com/jpcima/ADLplug.git", "dlmethod": "git", "buildtype": "cmake", diff --git a/plugins-todo/mod-distortion.json b/plugins-todo/mod-distortion.json index 8ccd8d8..e42bfa1 100644 --- a/plugins-todo/mod-distortion.json +++ b/plugins-todo/mod-distortion.json @@ -5,6 +5,7 @@ "mod-ds1.lv2" ], "version": "3622901c643570087b9d26fec2fd878384eaa98e", + "description": "", "dlbaseurl": "https://github.com/moddevices/mod-distortion.git", "dlmethod": "git", "buildtype": "make", diff --git a/plugins-todo/mod-utilities.json b/plugins-todo/mod-utilities.json index 3f20f53..94e0ad3 100644 --- a/plugins-todo/mod-utilities.json +++ b/plugins-todo/mod-utilities.json @@ -1,6 +1,7 @@ { "name": "mod-utilities", "version": "4a92aa81351c5c95fefa0505fafad5fbea494dd0", + "description": "", "dlbaseurl": "https://github.com/moddevices/mod-utilities.git", "dlmethod": "git", "buildtype": "make" diff --git a/plugins-todo/noise-repellent.json b/plugins-todo/noise-repellent.json index a89db58..d0ddc77 100644 --- a/plugins-todo/noise-repellent.json +++ b/plugins-todo/noise-repellent.json @@ -2,6 +2,7 @@ "name": "noise-repellent", "lv2bundles": ["nrepel.lv2"], "version": "7f5a8fbef48fed75b9168509a4e3f985ae878988", + "description": "", "dlbaseurl": "https://github.com/lucianodato/noise-repellent.git", "dlmethod": "git", "buildtype": "meson" diff --git a/plugins-todo/regrader.json b/plugins-todo/regrader.json index c49d28a..f8ee4dd 100644 --- a/plugins-todo/regrader.json +++ b/plugins-todo/regrader.json @@ -2,6 +2,7 @@ "name": "regrader-port", "lv2bundles": ["regrader.lv2"], "version": "9154881ad6553537cc7f2a743541f6b47de2a207", + "description": "", "dlbaseurl": "https://github.com/linuxmao-org/regrader-port.git", "dlmethod": "git", "buildtype": "make" diff --git a/plugins-todo/sooperlooper-lv2.json b/plugins-todo/sooperlooper-lv2.json index 01d366a..8370161 100644 --- a/plugins-todo/sooperlooper-lv2.json +++ b/plugins-todo/sooperlooper-lv2.json @@ -5,6 +5,7 @@ "sooperlooper-2x2.lv2" ], "version": "d3e80029ce4f6ef62b3758e95c5b889cab1db740", + "description": "", "dlbaseurl": "https://github.com/moddevices/sooperlooper-lv2-plugin.git", "dlmethod": "git", "buildtype": "make", diff --git a/plugins-todo/tap-lv2.json b/plugins-todo/tap-lv2.json index eb49e85..9d9f112 100644 --- a/plugins-todo/tap-lv2.json +++ b/plugins-todo/tap-lv2.json @@ -22,6 +22,7 @@ "tap-vibrato.lv2" ], "version": "cab6e0dfb2ce20e4ad34b067d1281ec0b193598a", + "description": "", "dlbaseurl": "https://github.com/moddevices/tap-lv2.git", "dlmethod": "git", "buildtype": "make", diff --git a/plugins/abgate.json b/plugins/abgate.json index 52311ea..b9919fd 100644 --- a/plugins/abgate.json +++ b/plugins/abgate.json @@ -2,6 +2,7 @@ "name": "abGate", "lv2bundles": ["abGate.lv2"], "version": "1.2.0", + "description": "Noise gate", "dlbaseurl": "https://github.com/antanasbruzas/abGate/archive", "buildtype": "make" } diff --git a/plugins/artyfx.json b/plugins/artyfx.json index 60a5d24..9960496 100644 --- a/plugins/artyfx.json +++ b/plugins/artyfx.json @@ -2,6 +2,7 @@ "name": "artyfx", "lv2bundles": ["artyfx.lv2"], "version": "f335f8059bddf5d33883600f39a263a8144b351e", + "description": "ArtyFX plugin suite", "dlbaseurl": "https://github.com/openAVproductions/openAV-ArtyFX.git", "dlmethod": "git", "buildtype": "cmake", diff --git a/plugins/blop.json b/plugins/blop.json index fd1da36..663e0c9 100644 --- a/plugins/blop.json +++ b/plugins/blop.json @@ -2,6 +2,7 @@ "name": "blop-lv2", "lv2bundles": ["blop.lv2"], "version": "1dd27f8e78e325b4688cd022343a18453fb9c8f1", + "description": "Port of the BLOP LADSPA plugins by Mike Rawes to LV2", "dlbaseurl": "https://gitlab.com/drobilla/blop-lv2.git", "dlmethod": "git", "buildtype": "waf", diff --git a/plugins/caps.json b/plugins/caps.json index b33d6ee..f1763bb 100644 --- a/plugins/caps.json +++ b/plugins/caps.json @@ -30,6 +30,7 @@ "mod-caps-Wider.lv2" ], "version": "5d52a0c6e8863c058c2aab2dea9f901a90d96eb9", + "description": "Port of CAPS Audio Plugin Suite to LV2", "dlbaseurl": "https://github.com/moddevices/caps-lv2.git", "dlmethod": "git", "buildtype": "make" diff --git a/plugins/die-plugins.json b/plugins/die-plugins.json index b547773..ac9db0a 100644 --- a/plugins/die-plugins.json +++ b/plugins/die-plugins.json @@ -9,6 +9,7 @@ "distrho-a-reverb.lv2" ], "version": "27be218022fe3f6ef08d3a0949a37f1696954674", + "description": "DISTRHO Imported Effect", "dlbaseurl": "https://github.com/DISTRHO/DIE-Plugins.git", "dlmethod": "git", "buildtype": "make" diff --git a/plugins/distrho-ports-arctican.json b/plugins/distrho-ports-arctican.json index 3016e7f..f8fe46e 100644 --- a/plugins/distrho-ports-arctican.json +++ b/plugins/distrho-ports-arctican.json @@ -5,6 +5,7 @@ "ThePilgrim.lv2" ], "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", + "description": "Open-source audio plugins from Arctican", "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", "dlmethod": "git", "buildtype": "meson", diff --git a/plugins/distrho-ports-dexed.json b/plugins/distrho-ports-dexed.json index 1a489da..5d81b93 100644 --- a/plugins/distrho-ports-dexed.json +++ b/plugins/distrho-ports-dexed.json @@ -4,6 +4,7 @@ "Dexed.lv2" ], "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", + "description": "Recreation of Yamaha DX7", "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", "dlmethod": "git", "buildtype": "meson", diff --git a/plugins/distrho-ports-drowaudio.json b/plugins/distrho-ports-drowaudio.json index b557cb3..a17c2fb 100644 --- a/plugins/distrho-ports-drowaudio.json +++ b/plugins/distrho-ports-drowaudio.json @@ -8,6 +8,7 @@ "drowaudio-tremolo.lv2" ], "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", + "description": "Open-source audio plugins from David Rowland", "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", "dlmethod": "git", "buildtype": "meson", diff --git a/plugins/distrho-ports-klangfalter.json b/plugins/distrho-ports-klangfalter.json index 2bd9c35..ee98ebb 100644 --- a/plugins/distrho-ports-klangfalter.json +++ b/plugins/distrho-ports-klangfalter.json @@ -4,6 +4,7 @@ "KlangFalter.lv2" ], "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", + "description": "Convolution reverb", "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", "dlmethod": "git", "buildtype": "meson", diff --git a/plugins/distrho-ports-luftikus.json b/plugins/distrho-ports-luftikus.json index 46ac3b1..bea31a9 100644 --- a/plugins/distrho-ports-luftikus.json +++ b/plugins/distrho-ports-luftikus.json @@ -4,6 +4,7 @@ "Luftikus.lv2" ], "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", + "description": "Digital adaptation of an analog EQ with fixed half-octave bands and additional high frequency boost", "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", "dlmethod": "git", "buildtype": "meson", diff --git a/plugins/distrho-ports-obxd.json b/plugins/distrho-ports-obxd.json index b4611ff..dc34cdb 100644 --- a/plugins/distrho-ports-obxd.json +++ b/plugins/distrho-ports-obxd.json @@ -4,6 +4,7 @@ "Obxd.lv2" ], "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", + "description": "Recreation of Oberheim OB-X", "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", "dlmethod": "git", "buildtype": "meson", diff --git a/plugins/distrho-ports-pitched-delay.json b/plugins/distrho-ports-pitched-delay.json index 412ca2e..da27ceb 100644 --- a/plugins/distrho-ports-pitched-delay.json +++ b/plugins/distrho-ports-pitched-delay.json @@ -4,6 +4,7 @@ "PitchedDelay.lv2" ], "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", + "description": "Delay that allows pitching the delayed signal within or outside the feedback loop", "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", "dlmethod": "git", "buildtype": "meson", diff --git a/plugins/distrho-ports-refine.json b/plugins/distrho-ports-refine.json index c609eed..4b701ba 100644 --- a/plugins/distrho-ports-refine.json +++ b/plugins/distrho-ports-refine.json @@ -4,6 +4,7 @@ "ReFine.lv2" ], "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", + "description": "Final polishing through subtle additions in warmth, space and punch", "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", "dlmethod": "git", "buildtype": "meson", diff --git a/plugins/distrho-ports-tal-plugins.json b/plugins/distrho-ports-tal-plugins.json index 4775a7f..cbf28fc 100644 --- a/plugins/distrho-ports-tal-plugins.json +++ b/plugins/distrho-ports-tal-plugins.json @@ -11,6 +11,7 @@ "TAL-Vocoder-2.lv2" ], "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", + "description": "Open-source audio plugins from Togu Audio Line", "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", "dlmethod": "git", "buildtype": "meson", diff --git a/plugins/distrho-ports-temper.json b/plugins/distrho-ports-temper.json index e512280..ead8955 100644 --- a/plugins/distrho-ports-temper.json +++ b/plugins/distrho-ports-temper.json @@ -4,6 +4,7 @@ "Temper.lv2" ], "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", + "description": "Modern digital distortion", "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", "dlmethod": "git", "buildtype": "meson", diff --git a/plugins/distrho-ports-vex.json b/plugins/distrho-ports-vex.json index 150a442..f179fd8 100644 --- a/plugins/distrho-ports-vex.json +++ b/plugins/distrho-ports-vex.json @@ -4,6 +4,7 @@ "vex.lv2" ], "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", + "description": "Wavetable polyphonic synth", "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", "dlmethod": "git", "buildtype": "meson", diff --git a/plugins/distrho-ports-wolpertinger.json b/plugins/distrho-ports-wolpertinger.json index 25f0299..a2d499b 100644 --- a/plugins/distrho-ports-wolpertinger.json +++ b/plugins/distrho-ports-wolpertinger.json @@ -4,6 +4,7 @@ "Wolpertinger.lv2" ], "version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6", + "description": "Subtractive, antialiased polyphonic software synth", "dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git", "dlmethod": "git", "buildtype": "meson", diff --git a/plugins/dpf-plugins.json b/plugins/dpf-plugins.json index 8747de5..3557ef1 100644 --- a/plugins/dpf-plugins.json +++ b/plugins/dpf-plugins.json @@ -16,6 +16,7 @@ "SoulForce.lv2" ], "version": "d3f38b2b0265dbacd6c97e0df1b1b904d5ef4b31", + "description": "Collection of DPF-based plugins", "dlbaseurl": "https://github.com/DISTRHO/DPF-Plugins.git", "dlmethod": "git", "buildtype": "make" diff --git a/plugins/fomp.json b/plugins/fomp.json index fa14ea7..4710719 100644 --- a/plugins/fomp.json +++ b/plugins/fomp.json @@ -2,6 +2,7 @@ "name": "fomp", "lv2bundles": ["fomp.lv2"], "version": "1.2.0", + "description": "Port of the MCP, VCO, FIL, and WAH plugins by Fons Adriaensen to LV2", "dlbaseurl": "http://download.drobilla.net", "dlext": "tar.bz2", "buildtype": "waf", diff --git a/plugins/mda.json b/plugins/mda.json index 2f9c4a6..03997a6 100644 --- a/plugins/mda.json +++ b/plugins/mda.json @@ -2,6 +2,7 @@ "name": "mda-lv2", "lv2bundles": ["mda.lv2"], "version": "1.2.4", + "description": "Port of the MDA VST plugins to LV2", "dlbaseurl": "http://download.drobilla.net", "dlext": "tar.bz2", "buildtype": "waf", diff --git a/plugins/ninjas2.json b/plugins/ninjas2.json index f68ab98..6e48f81 100644 --- a/plugins/ninjas2.json +++ b/plugins/ninjas2.json @@ -4,6 +4,7 @@ "ninjas2.lv2" ], "version": "91ad447e59bef09bdbc32c564f68b7c9bb80442d", + "description": "Easy to use sample slicer, quick slicing of sample and auto-mapping slices to midi note numbers", "dlbaseurl": "https://github.com/clearly-broken-software/ninjas2.git", "dlmethod": "git", "buildtype": "make"