External, Non-PPA KXStudio Repository
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
820B

  1. Source: fluidsynth-static
  2. Section: libs
  3. Priority: optional
  4. Maintainer: falkTX <falktx@falktx.com>
  5. Build-Depends: debhelper-compat (= 13),
  6. kxstudio-build-scripts,
  7. cmake,
  8. pkg-config,
  9. libsndfile-static,
  10. libglib2.0-dev
  11. Standards-Version: 4.5.0
  12. Homepage: https://www.fluidsynth.org/
  13. Rules-Requires-Root: no
  14. Package: fluidsynth-static
  15. Architecture: any
  16. Depends: ${shlibs:Depends}, ${misc:Depends}, libsndfile-static, libglib2.0-dev
  17. Description: Real-time MIDI software synthesizer (static)
  18. Fluidsynth is a real-time midi synthesizer based on the soundfont2
  19. specifications. It can be used to render MIDI input or MIDI files to audio.
  20. The MIDI events are read from a MIDI device. The sound is rendered in
  21. real-time to the sound output device.
  22. .
  23. This package provides the static library used in KXStudio builds.