comparison audio/fluidsynth/fluidsynth.sh @ 1220:4ccc42bf0284

misc: split .sh with .info
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 09:26:38 +0200
parents 57dc83a39b13
children a47aaf9743a0
comparison
equal deleted inserted replaced
1219:337f950c30f5 1220:4ccc42bf0284
15 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 # 16 #
17 17
18 # TODO: add PORTAUDIO option 18 # TODO: add PORTAUDIO option
19 19
20 PKGNAME=fluidsynth 20 . ./fluidsynth.info
21 PKGVERSION=2.0.6
22 PKGREVISION=1
23 PKGLICENSE="CUSTOM"
24 PKGSUMMARY="SoundFont synthesizer"
25 PKGDOWNLOAD="https://github.com/FluidSynth/$PKGNAME/archive/v2.0.6.tar.gz"
26 PKGDEPENDS="cmake:build"
27 PKGOPTIONS="ALSA
28 AUDIO
29 DBUS
30 IPV6
31 JACK
32 LADSPA
33 OSS
34 PULSEAUDIO
35 READLINE
36 SNDFILE"
37 21
38 : ${CC:=clang} 22 : ${CC:=clang}
39 : ${CFLAGS:=-O2} 23 : ${CFLAGS:=-O2}
40 : ${CXX:=clang++} 24 : ${CXX:=clang++}
41 : ${CXXFLAGS:=-O2} 25 : ${CXXFLAGS:=-O2}