From 3df97e93882df0451563328cb4f88593d97813ce Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Tue, 11 Oct 2022 01:27:27 +0300 Subject: media-sound/zrythm: add 1.0.0_beta371, drop 1.0.0_beta341 --- .../files/zrythm-1.0.0_beta371-redundant-logical-or.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 media-sound/zrythm/files/zrythm-1.0.0_beta371-redundant-logical-or.patch (limited to 'media-sound/zrythm/files/zrythm-1.0.0_beta371-redundant-logical-or.patch') diff --git a/media-sound/zrythm/files/zrythm-1.0.0_beta371-redundant-logical-or.patch b/media-sound/zrythm/files/zrythm-1.0.0_beta371-redundant-logical-or.patch new file mode 100644 index 0000000..fd4e7c2 --- /dev/null +++ b/media-sound/zrythm/files/zrythm-1.0.0_beta371-redundant-logical-or.patch @@ -0,0 +1,11 @@ +--- a/src/gui/widgets/preferences.c ++++ b/src/gui/widgets/preferences.c +@@ -228,7 +228,7 @@ should_be_hidden ( + #endif + #ifndef HAVE_CARLA + KEY_IS ("Plugins", "Paths", "sfz-search-paths") +- || KEY_IS ("Plugins", "Paths", "sf2-search-paths") || ++ || KEY_IS ("Plugins", "Paths", "sf2-search-paths") + || KEY_IS ("Plugins", "Paths", "jsfx-search-paths") || + #endif + (AUDIO_ENGINE->audio_backend != AUDIO_BACKEND_SDL -- cgit v1.2.3