Package sfizz: Information

    Source package: sfizz
    Version: 1.2.3-alt5.g93da04262
    Build time:  Dec 5, 2024, 11:35 PM
    Category: Sound
    Report package bug
    License: BSD-2-Clause
    Summary: SFZ parser and synthesizer
    Description: 
    sfizz is a sample-based musical synthesizer.
    
    It features the well-established SFZ instrument format at its
    core, which permits to use existing instrument libraries, or
    create personal instruments with ease.
    
    Not only is sfizz ready-to-use as an instrument plugin of its own,
    the library allows developers to create instruments of their own,
    taking advantage of the abilities of SFZ.

    List of RPM packages built from this SRPM:
    libsfizz1 (riscv64)
    libsfizz1-debuginfo (riscv64)
    libsfizz1-devel (riscv64)
    lv2-sfizz-plugin (riscv64)
    lv2-sfizz-plugin-debuginfo (riscv64)
    sfizz-tools (riscv64)
    sfizz-tools-debuginfo (riscv64)

    Maintainer: Ivan A. Melnikov

    List of contributors:
    Ivan A. Melnikov

      1. cmake
      2. gcc-c++
      3. pkgconfig(cairo)
      4. pkgconfig(fontconfig)
      5. pkgconfig(gio-2.0)
      6. pkgconfig(glib-2.0)
      7. pkgconfig(jack)
      8. pkgconfig(pangocairo)
      9. pkgconfig(pangoft2)
      10. pkgconfig(samplerate)
      11. pkgconfig(sndfile)
      12. pkgconfig(xcb)
      13. pkgconfig(xcb-cursor)
      14. pkgconfig(xcb-keysyms)
      15. pkgconfig(xcb-util)
      16. pkgconfig(xcb-xkb)
      17. pkgconfig(xkbcommon)
      18. pkgconfig(xkbcommon-x11)
      19. simde-devel

    Last changed


    Dec. 5, 2024 Ivan A. Melnikov 1.2.3-alt5.g93da04262
    - fix build on loongarch64
    Dec. 3, 2024 Ivan A. Melnikov 1.2.3-alt4.g93da04262
    - build with system simde
    - add a patch to fix unit tests
    Dec. 3, 2024 Ivan A. Melnikov 1.2.3-alt3.g93da04262
    - build from a git snapshot
      + fixes FTBFS with gcc14
      + several stability improvements