From: Paweł Sikora Date: Sun, 10 Oct 2004 10:24:57 +0000 (+0000) Subject: - profiling added. X-Git-Tag: auto/ac/fluidsynth-1_0_3-3~1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=13cb656bb1662fcce7429d79dfeec27864897d9f;p=packages%2Ffluidsynth.git - profiling added. - use sse by default where applicable. Changed files: fluidsynth.spec -> 1.17 --- diff --git a/fluidsynth.spec b/fluidsynth.spec index 5b8283a..57e4dc2 100644 --- a/fluidsynth.spec +++ b/fluidsynth.spec @@ -3,6 +3,10 @@ %bcond_with ladcca # enable ladcca sesion managment support %bcond_with sse # use the SSE instructions of Pentium3+ or Athlon XP # +%ifarch pentium3 pentium4 athlon amd64 +%define with_sse 1 +%endif +# Summary: FluidSynth is a software, real-time synthesizer Summary(pl): FluidSynth to programowy syntezator dzia³aj±cy w czasie rzeczywistym Name: fluidsynth @@ -68,7 +72,8 @@ cp /usr/share/automake/config.sub . --enable-coreaudio \ --enable-jack-support \ --enable-ladspa \ - --enable-midishare + --enable-midishare \ + --enable-profiling %{__make}