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.

51 lines
1.4KB

  1. Source: libsndfile-static
  2. Section: libs
  3. Priority: optional
  4. Maintainer: falkTX <falktx@falktx.com>
  5. Build-Depends: debhelper-compat (= 13),
  6. kxstudio-build-scripts (>= 2),
  7. autoconf,
  8. automake,
  9. libtool,
  10. pkg-config,
  11. flac-static,
  12. libmp3lame-static,
  13. libmpg123-static,
  14. libopus-static,
  15. libvorbis-static,
  16. libasound2-dev,
  17. python3
  18. Standards-Version: 4.5.0
  19. Homepage: https://libsndfile.github.io/libsndfile/
  20. Rules-Requires-Root: no
  21. Package: libsndfile-static
  22. Architecture: any
  23. Depends: ${misc:Depends},
  24. flac-static,
  25. libmp3lame-static,
  26. libmpg123-static,
  27. libopus-static,
  28. libvorbis-static
  29. Description: Library for reading/writing audio files (static)
  30. libsndfile is a library of C routines for reading and writing files containing
  31. sampled audio data.
  32. .
  33. This package provides the static library used in KXStudio builds.
  34. Package: sndfile-programs
  35. Architecture: any
  36. Depends: ${misc:Depends}, ${shlibs:Depends}
  37. Recommends: sndfile-tools
  38. Description: Sample programs that use libsndfile
  39. This package contains simple programs which use libsndfile for operating on
  40. sound files.
  41. .
  42. Programs include:
  43. - sndfile-cmp : compare the audio data of two files
  44. - sndfile-concat : concatenate two or more files
  45. - sndfile-convert : convert between sound file formats
  46. - sndfile-info : print information about files
  47. - sndfile-metadata-get/set : get and set file metadata
  48. - sndfile-play : play a sound file