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.

60 lines
2.1KB

  1. Source: liblo-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. autoconf,
  8. automake,
  9. libtool
  10. Standards-Version: 4.5.0
  11. Homepage: https://github.com/radarsat1/liblo
  12. Rules-Requires-Root: no
  13. Package: liblo-static
  14. Architecture: any
  15. Depends: ${misc:Depends}
  16. Description: Lightweight OSC library (static)
  17. LibLO is a lightweight, easy to use implementation of the OSC (Open
  18. Sound Control) protocol (see
  19. <https://www.cnmat.berkeley.edu/OpenSoundControl/> for details).
  20. .
  21. Open Sound Control (OSC) is a protocol for communication among
  22. computers, sound synthesizers, and other multimedia devices that is
  23. optimized for modern networking technology. OSC features:
  24. .
  25. * Open-ended, dynamic, URL-style symbolic naming scheme
  26. * Symbolic and high-resolution numeric argument data
  27. * Pattern matching language to specify multiple recipients of a
  28. single message
  29. * High resolution time tags
  30. * "Bundles" of messages whose effects must occur simultaneously
  31. * Query system to dynamically find out the capabilities of an OSC
  32. server and get documentation
  33. .
  34. This package provides the static library used in KXStudio builds.
  35. Package: liblo-tools
  36. Section: utils
  37. Architecture: any
  38. Depends: ${misc:Depends}, ${shlibs:Depends}
  39. Description: Lightweight OSC library
  40. LibLO is a lightweight, easy to use implementation of the OSC (Open
  41. Sound Control) protocol (see
  42. <https://www.cnmat.berkeley.edu/OpenSoundControl/> for details).
  43. .
  44. Open Sound Control (OSC) is a protocol for communication among
  45. computers, sound synthesizers, and other multimedia devices that is
  46. optimized for modern networking technology. OSC features:
  47. .
  48. * Open-ended, dynamic, URL-style symbolic naming scheme
  49. * Symbolic and high-resolution numeric argument data
  50. * Pattern matching language to specify multiple recipients of a
  51. single message
  52. * High resolution time tags
  53. * "Bundles" of messages whose effects must occur simultaneously
  54. * Query system to dynamically find out the capabilities of an OSC
  55. server and get documentation
  56. .
  57. This package contains the tools included with the library.