External, Non-PPA KXStudio Repository
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.

96 lines
3.6KB

  1. --- dragonfly-reverb-3.2.6.orig/Makefile
  2. +++ dragonfly-reverb-3.2.6/Makefile
  3. @@ -17,7 +17,7 @@ CAN_GENERATE_TTL = true
  4. endif
  5. dgl:
  6. - $(MAKE) -C dpf/dgl
  7. + $(MAKE) -C dpf/dgl FILE_BROWSER_DISABLED=true
  8. plugins: dgl
  9. $(MAKE) all -C plugins/dragonfly-hall-reverb
  10. --- dragonfly-reverb-3.2.6.orig/plugins/dragonfly-early-reflections/DistrhoPluginInfo.h
  11. +++ dragonfly-reverb-3.2.6/plugins/dragonfly-early-reflections/DistrhoPluginInfo.h
  12. @@ -20,7 +20,6 @@
  13. #ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
  14. #define DISTRHO_PLUGIN_INFO_H_INCLUDED
  15. -#define DISTRHO_PLUGIN_BRAND "Dragonfly"
  16. #define DISTRHO_PLUGIN_NAME "Dragonfly Early Reflections"
  17. #define DISTRHO_PLUGIN_URI "urn:dragonfly:early"
  18. --- dragonfly-reverb-3.2.6.orig/plugins/dragonfly-early-reflections/Makefile
  19. +++ dragonfly-reverb-3.2.6/plugins/dragonfly-early-reflections/Makefile
  20. @@ -51,6 +51,8 @@ FILES_UI = $(FILES_COMMON) \
  21. # --------------------------------------------------------------
  22. # Do some magic
  23. +FILE_BROWSER_DISABLED = true
  24. +SKIP_RTAUDIO_FALLBACK = true
  25. include ../../dpf/Makefile.plugins.mk
  26. # --------------------------------------------------------------
  27. --- dragonfly-reverb-3.2.6.orig/plugins/dragonfly-hall-reverb/DistrhoPluginInfo.h
  28. +++ dragonfly-reverb-3.2.6/plugins/dragonfly-hall-reverb/DistrhoPluginInfo.h
  29. @@ -21,7 +21,6 @@
  30. #ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
  31. #define DISTRHO_PLUGIN_INFO_H_INCLUDED
  32. -#define DISTRHO_PLUGIN_BRAND "Dragonfly"
  33. #define DISTRHO_PLUGIN_NAME "Dragonfly Hall Reverb"
  34. #define DISTRHO_PLUGIN_URI "https://github.com/michaelwillis/dragonfly-reverb"
  35. --- dragonfly-reverb-3.2.6.orig/plugins/dragonfly-hall-reverb/Makefile
  36. +++ dragonfly-reverb-3.2.6/plugins/dragonfly-hall-reverb/Makefile
  37. @@ -51,6 +51,8 @@ FILES_UI = $(FILES_COMMON) \
  38. # --------------------------------------------------------------
  39. # Do some magic
  40. +FILE_BROWSER_DISABLED = true
  41. +SKIP_RTAUDIO_FALLBACK = true
  42. include ../../dpf/Makefile.plugins.mk
  43. # --------------------------------------------------------------
  44. --- dragonfly-reverb-3.2.6.orig/plugins/dragonfly-plate-reverb/DistrhoPluginInfo.h
  45. +++ dragonfly-reverb-3.2.6/plugins/dragonfly-plate-reverb/DistrhoPluginInfo.h
  46. @@ -20,7 +20,6 @@
  47. #ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
  48. #define DISTRHO_PLUGIN_INFO_H_INCLUDED
  49. -#define DISTRHO_PLUGIN_BRAND "Dragonfly"
  50. #define DISTRHO_PLUGIN_NAME "Dragonfly Plate Reverb"
  51. #define DISTRHO_PLUGIN_URI "urn:dragonfly:plate"
  52. --- dragonfly-reverb-3.2.6.orig/plugins/dragonfly-plate-reverb/Makefile
  53. +++ dragonfly-reverb-3.2.6/plugins/dragonfly-plate-reverb/Makefile
  54. @@ -51,6 +51,8 @@ FILES_UI = $(FILES_COMMON) \
  55. # --------------------------------------------------------------
  56. # Do some magic
  57. +FILE_BROWSER_DISABLED = true
  58. +SKIP_RTAUDIO_FALLBACK = true
  59. include ../../dpf/Makefile.plugins.mk
  60. # --------------------------------------------------------------
  61. --- dragonfly-reverb-3.2.6.orig/plugins/dragonfly-room-reverb/DistrhoPluginInfo.h
  62. +++ dragonfly-reverb-3.2.6/plugins/dragonfly-room-reverb/DistrhoPluginInfo.h
  63. @@ -20,7 +20,6 @@
  64. #ifndef DISTRHO_PLUGIN_INFO_H_INCLUDED
  65. #define DISTRHO_PLUGIN_INFO_H_INCLUDED
  66. -#define DISTRHO_PLUGIN_BRAND "Dragonfly"
  67. #define DISTRHO_PLUGIN_NAME "Dragonfly Room Reverb"
  68. #define DISTRHO_PLUGIN_URI "urn:dragonfly:room"
  69. --- dragonfly-reverb-3.2.6.orig/plugins/dragonfly-room-reverb/Makefile
  70. +++ dragonfly-reverb-3.2.6/plugins/dragonfly-room-reverb/Makefile
  71. @@ -51,6 +51,8 @@ FILES_UI = $(FILES_COMMON) \
  72. # --------------------------------------------------------------
  73. # Do some magic
  74. +FILE_BROWSER_DISABLED = true
  75. +SKIP_RTAUDIO_FALLBACK = true
  76. include ../../dpf/Makefile.plugins.mk
  77. # --------------------------------------------------------------