comparison DPF-Prymula-audioplugins/dpf/utils/plugin.pkg/package.xml.in @ 3:84e66ea83026

DPF-Prymula-audioplugins-0.231015-2
author prymula <prymula76@outlook.com>
date Mon, 16 Oct 2023 21:53:34 +0200
parents
children
comparison
equal deleted inserted replaced
2:cf2cb71d31dd 3:84e66ea83026
1 <?xml version="1.0" encoding="utf-8" standalone="no"?>
2 <installer-gui-script minSpecVersion="1">
3 <title>@name@</title>
4 <domains enable_anywhere="false" enable_currentUserHome="false" enable_localSystem="true" />
5 <options customize="always" hostArchitectures="arm64,x86_64" require-scripts="false" rootVolumeOnly="true" />
6 <pkg-ref id="studio.kx.distrho.@sname@" />
7 <welcome file="@builddir@/welcome.txt" mime-type="text/plain" />
8 <choice id="studio.kx.distrho.@sname@-lv2" title="LV2" description="Install LV2 plugins" visible="true">
9 <pkg-ref id="studio.kx.distrho.@sname@-lv2bundles" version="0">@lv2bundleref@</pkg-ref>
10 </choice>
11 <choice id="studio.kx.distrho.@sname@-vst2" title="VST2" description="Install VST2 plugins" visible="true">
12 <pkg-ref id="studio.kx.distrho.@sname@-vst2bundles" version="0">@vst2bundleref@</pkg-ref>
13 </choice>
14 <choice id="studio.kx.distrho.@sname@-vst3" title="VST3" description="Install VST3 plugins" visible="true">
15 <pkg-ref id="studio.kx.distrho.@sname@-vst3bundles" version="0">@vst3bundleref@</pkg-ref>
16 </choice>
17 <choice id="studio.kx.distrho.@sname@-clap" title="CLAP" description="Install CLAP plugins" visible="true">
18 <pkg-ref id="studio.kx.distrho.@sname@-clapbundles" version="0">@clapbundleref@</pkg-ref>
19 </choice>
20 <choices-outline>
21 <line choice="studio.kx.distrho.@sname@-lv2"/>
22 <line choice="studio.kx.distrho.@sname@-vst2"/>
23 <line choice="studio.kx.distrho.@sname@-vst3"/>
24 <line choice="studio.kx.distrho.@sname@-clap"/>
25 </choices-outline>
26 </installer-gui-script>