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.

23 lines
716B

  1. Source: zita-convolver-static
  2. Section: devel
  3. Priority: optional
  4. Maintainer: falkTX <falktx@falktx.com>
  5. Build-Depends: debhelper-compat (= 13),
  6. kxstudio-build-scripts (>= 5),
  7. make,
  8. pkg-config,
  9. fftw3-static
  10. Standards-Version: 4.5.0
  11. Rules-Requires-Root: no
  12. Package: libzita-convolver-static
  13. Architecture: any
  14. Depends: ${misc:Depends}, ${shlibs:Depends}, fftw3-static
  15. Description: C++ library implementing a real-time convolution matrix (static)
  16. Zita convolver is a C++ library implementing a real-time
  17. convolution matrix for up to 64 inputs and outputs. It
  18. uses multiple partition sizes to provide both low delay
  19. and efficient CPU use.
  20. .
  21. This package provides the static library used in KXStudio builds.