Skip to content

Commit

Permalink
Add description to all packaged plugins, used in macOS installer
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Jan 11, 2021
1 parent a22c192 commit 6dc5daa
Show file tree
Hide file tree
Showing 30 changed files with 31 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pack-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 " <choice id=\"studio.kx.distrho.pawpaw.${sname}\" title=\"${name}\" visible=\"true\">" >> /tmp/pawpaw/choices.xml
echo " <choice id=\"studio.kx.distrho.pawpaw.${sname}\" title=\"${name}\" description=\"${description}\" visible=\"true\">" >> /tmp/pawpaw/choices.xml
echo " <line choice=\"studio.kx.distrho.pawpaw.${sname}\"/>" >> /tmp/pawpaw/outlines.xml
fi

Expand Down
1 change: 1 addition & 0 deletions plugins-todo/adlplug-opl3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "adlplug-opl3",
"lv2bundles": ["ADLplug.lv2"],
"version": "d22fec03db1ab6458c22ea036217983cfb2a82a1",
"description": "",
"dlbaseurl": "https://github.com/jpcima/ADLplug.git",
"dlmethod": "git",
"buildtype": "cmake",
Expand Down
1 change: 1 addition & 0 deletions plugins-todo/adlplug-opn2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "adlplug-opn2",
"lv2bundles": ["OPNplug.lv2"],
"version": "d22fec03db1ab6458c22ea036217983cfb2a82a1",
"description": "",
"dlbaseurl": "https://github.com/jpcima/ADLplug.git",
"dlmethod": "git",
"buildtype": "cmake",
Expand Down
1 change: 1 addition & 0 deletions plugins-todo/mod-distortion.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"mod-ds1.lv2"
],
"version": "3622901c643570087b9d26fec2fd878384eaa98e",
"description": "",
"dlbaseurl": "https://github.com/moddevices/mod-distortion.git",
"dlmethod": "git",
"buildtype": "make",
Expand Down
1 change: 1 addition & 0 deletions plugins-todo/mod-utilities.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "mod-utilities",
"version": "4a92aa81351c5c95fefa0505fafad5fbea494dd0",
"description": "",
"dlbaseurl": "https://github.com/moddevices/mod-utilities.git",
"dlmethod": "git",
"buildtype": "make"
Expand Down
1 change: 1 addition & 0 deletions plugins-todo/noise-repellent.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions plugins-todo/regrader.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions plugins-todo/sooperlooper-lv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"sooperlooper-2x2.lv2"
],
"version": "d3e80029ce4f6ef62b3758e95c5b889cab1db740",
"description": "",
"dlbaseurl": "https://github.com/moddevices/sooperlooper-lv2-plugin.git",
"dlmethod": "git",
"buildtype": "make",
Expand Down
1 change: 1 addition & 0 deletions plugins-todo/tap-lv2.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"tap-vibrato.lv2"
],
"version": "cab6e0dfb2ce20e4ad34b067d1281ec0b193598a",
"description": "",
"dlbaseurl": "https://github.com/moddevices/tap-lv2.git",
"dlmethod": "git",
"buildtype": "make",
Expand Down
1 change: 1 addition & 0 deletions plugins/abgate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
1 change: 1 addition & 0 deletions plugins/artyfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions plugins/blop.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions plugins/caps.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions plugins/die-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions plugins/distrho-ports-arctican.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions plugins/distrho-ports-dexed.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions plugins/distrho-ports-drowaudio.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions plugins/distrho-ports-klangfalter.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"KlangFalter.lv2"
],
"version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6",
"description": "Convolution reverb",
"dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git",
"dlmethod": "git",
"buildtype": "meson",
Expand Down
1 change: 1 addition & 0 deletions plugins/distrho-ports-luftikus.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions plugins/distrho-ports-obxd.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions plugins/distrho-ports-pitched-delay.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions plugins/distrho-ports-refine.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions plugins/distrho-ports-tal-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions plugins/distrho-ports-temper.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"Temper.lv2"
],
"version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6",
"description": "Modern digital distortion",
"dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git",
"dlmethod": "git",
"buildtype": "meson",
Expand Down
1 change: 1 addition & 0 deletions plugins/distrho-ports-vex.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"vex.lv2"
],
"version": "18f868c0f8299c960ba48c9ce78cd0ac329012b6",
"description": "Wavetable polyphonic synth",
"dlbaseurl": "https://github.com/DISTRHO/DISTRHO-Ports.git",
"dlmethod": "git",
"buildtype": "meson",
Expand Down
1 change: 1 addition & 0 deletions plugins/distrho-ports-wolpertinger.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions plugins/dpf-plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions plugins/fomp.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions plugins/mda.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions plugins/ninjas2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6dc5daa

Please sign in to comment.