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.

55 lines
1.6KB

  1. Source: wineasio
  2. Section: sound
  3. Priority: optional
  4. Maintainer: falkTX <falktx@falktx.com>
  5. Build-Depends: debhelper-compat (= 13),
  6. kxstudio-build-scripts (>= 5),
  7. pkg-config,
  8. libjack-jackd2-dev | libjack-dev,
  9. libwine-development-dev [amd64 i386],
  10. wine32-development-tools [i386],
  11. wine64-development-tools [amd64],
  12. Standards-Version: 3.9.2
  13. XSC-KXStudio-VCS: https://github.com/wineasio/wineasio/
  14. Package: wineasio
  15. Architecture: i386 amd64
  16. Depends: ${misc:Depends}, wineasio-i386 [i386], wineasio-amd64 [amd64], wineasio-data
  17. Recommends: wineasio-i386 [amd64]
  18. Description: ASIO to JACK driver for WINE
  19. WineASIO is a ASIO driver for Wine,
  20. allowing to run Windows audio applications with
  21. low latency (as JACK clients).
  22. Package: wineasio-data
  23. Architecture: all
  24. Depends: ${misc:Depends}, python3-pyqt5
  25. Description: ASIO to JACK driver for WINE
  26. WineASIO is a ASIO driver for Wine,
  27. allowing to run Windows audio applications with
  28. low latency (as JACK clients).
  29. .
  30. This package provides the shared data used for the settings tool
  31. Package: wineasio-i386
  32. Architecture: i386
  33. Multi-Arch: foreign
  34. Depends: ${misc:Depends}, ${shlibs:Depends}
  35. Description: ASIO to JACK driver for WINE (32bit)
  36. WineASIO is a ASIO driver for Wine,
  37. allowing to run Windows audio applications with
  38. low latency (as JACK clients).
  39. .
  40. This package provides the 32bit driver
  41. Package: wineasio-amd64
  42. Architecture: amd64
  43. Multi-Arch: foreign
  44. Depends: ${misc:Depends}, ${shlibs:Depends}
  45. Description: ASIO to JACK driver for WINE (64bit)
  46. WineASIO is a ASIO driver for Wine,
  47. allowing to run Windows audio applications with
  48. low latency (as JACK clients).
  49. .
  50. This package provides the 64bit driver