[packages/fluidsynth] don't require portaudio-devel when building without portaudio
atler
atler at pld-linux.org
Sat Dec 5 00:58:14 CET 2020
commit c18887e9976d1c95c80a41e485566ee59c57b419
Author: Jan Palus <atler at pld-linux.org>
Date: Sat Dec 5 00:57:00 2020 +0100
don't require portaudio-devel when building without portaudio
fluidsynth.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/fluidsynth.spec b/fluidsynth.spec
index 390137a..a41e8b0 100644
--- a/fluidsynth.spec
+++ b/fluidsynth.spec
@@ -66,7 +66,7 @@ Requires: jack-audio-connection-kit-devel
%{?with_lash:Requires: lash-devel >= 0.3}
Requires: libsndfile-devel >= 1.0.18
%{?with_midishare:Requires: midishare-devel}
-Requires: portaudio-devel >= 19
+%{?with_portaudio:Requires: portaudio-devel >= 19}
Requires: pulseaudio-devel >= 0.9.8
%{?with_readline:Requires: readline-devel}
Obsoletes: fluidsynth-devel < 2
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fluidsynth.git/commitdiff/c18887e9976d1c95c80a41e485566ee59c57b419
More information about the pld-cvs-commit
mailing list