1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
Source: fluidsynth
Section: sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Uploaders:
Alessio Treglia <alessio@debian.org>,
David Henningsson <diwic@ubuntu.com>,
Jaromír Mikeš <mira.mikes@seznam.cz>,
Dennis Braun <snd@debian.org>,
Fabian Greffrath <fabian@debian.org>
Build-Depends:
cmake,
debhelper-compat (= 13),
ladspa-sdk,
libasound2-dev [linux-any],
libdbus-1-dev [linux-any],
libgcem-dev,
libjack-dev | libjack-jackd2-dev,
libpipewire-0.3-dev [linux-any],
libpulse-dev,
libreadline-dev,
libsdl3-dev,
libsndfile-dev,
libsystemd-dev [linux-any],
libtool
Standards-Version: 4.7.2
Homepage: https://github.com/Fluidsynth/fluidsynth
Vcs-Git: https://salsa.debian.org/multimedia-team/fluidsynth.git
Vcs-Browser: https://salsa.debian.org/multimedia-team/fluidsynth
Package: fluidsynth
Architecture: any
Multi-Arch: foreign
Depends:
${misc:Depends},
${shlibs:Depends},
Conflicts:
iiwusynth,
Replaces:
iiwusynth,
Provides:
iiwusynth,
Recommends:
qsynth,
Description: Real-time MIDI software synthesizer
Fluidsynth is a real-time midi synthesizer based on the soundfont (sf2 and sf3)
specifications. It can be used to render MIDI input or MIDI files to audio.
The MIDI events are read from a MIDI device. The sound is rendered in
real-time to the sound output device.
Package: libfluidsynth3
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends}
Section: libs
Depends:
${misc:Depends},
${shlibs:Depends},
timgm6mb-soundfont (>= 1.3-3~) | sf3-soundfont-gm
Description: Real-time MIDI software synthesizer (runtime library)
Fluidsynth is a real-time midi synthesizer based on the soundfont (sf2 and sf3)
specifications. It can be used to render MIDI input or MIDI files to audio.
The MIDI events are read from a MIDI device. The sound is rendered in
real-time to the sound output device.
.
This package contains the runtime library.
Package: libfluidsynth-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
fluidsynth (= ${binary:Version}),
libfluidsynth3 (= ${binary:Version}),
${misc:Depends},
libasound2-dev [linux-any],
libdbus-1-dev [linux-any],
libjack-dev | libjack-jackd2-dev,
libpipewire-0.3-dev [linux-any],
libpulse-dev,
libreadline-dev,
libsdl3-dev,
libsndfile-dev,
libsystemd-dev [linux-any],
Description: Real-time MIDI software synthesizer (development files)
Fluidsynth is a real-time midi synthesizer based on the soundfont (sf2 and sf3)
specifications. It can be used to render MIDI input or MIDI files to audio.
The MIDI events are read from a MIDI device. The sound is rendered in
real-time to the sound output device.
.
This package contains the development files.
|