Collection of DPF-based plugins for packaging
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
2.1KB

  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. @skip_license_start@<license file="@license_file@" mime-type="text/plain" />@skip_license_end@
  6. <options customize="always" hostArchitectures="arm64,x86_64" require-scripts="false" rootVolumeOnly="true" />
  7. <pkg-ref id="@symbol@" />
  8. <welcome file="@builddir@/welcome.txt" mime-type="text/plain" />
  9. @skip_au_start@
  10. <choice id="@symbol@-au" title="AU" description="Install AU plugins" visible="true">
  11. <pkg-ref id="@symbol@-components" version="0">dpf-@sname@-components.pkg</pkg-ref>
  12. </choice>
  13. @skip_au_end@
  14. @skip_clap_start@
  15. <choice id="@symbol@-clap" title="CLAP" description="Install CLAP plugins" visible="true">
  16. <pkg-ref id="@symbol@-clapbundles" version="0">dpf-@sname@-clapbundles.pkg</pkg-ref>
  17. </choice>
  18. @skip_clap_end@
  19. @skip_lv2_start@
  20. <choice id="@symbol@-lv2" title="LV2" description="Install LV2 plugins" visible="true">
  21. <pkg-ref id="@symbol@-lv2bundles" version="0">dpf-@sname@-lv2bundles.pkg</pkg-ref>
  22. </choice>
  23. @skip_lv2_end@
  24. @skip_vst2_start@
  25. <choice id="@symbol@-vst2" title="VST2" description="Install VST2 plugins" visible="true">
  26. <pkg-ref id="@symbol@-vst2bundles" version="0">dpf-@sname@-vst2bundles.pkg</pkg-ref>
  27. </choice>
  28. @skip_vst2_end@
  29. @skip_vst3_start@
  30. <choice id="@symbol@-vst3" title="VST3" description="Install VST3 plugins" visible="true">
  31. <pkg-ref id="@symbol@-vst3bundles" version="0">dpf-@sname@-vst3bundles.pkg</pkg-ref>
  32. </choice>
  33. @skip_vst3_end@
  34. <choices-outline>
  35. @skip_au_start@<line choice="@symbol@-au"/>@skip_au_end@
  36. @skip_clap_start@<line choice="@symbol@-clap"/>@skip_clap_end@
  37. @skip_lv2_start@<line choice="@symbol@-lv2"/>@skip_lv2_end@
  38. @skip_vst2_start@<line choice="@symbol@-vst2"/>@skip_vst2_end@
  39. @skip_vst3_start@<line choice="@symbol@-vst3"/>@skip_vst3_end@
  40. </choices-outline>
  41. </installer-gui-script>