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.

50 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,
  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. Standards-Version: 4.5.0
  18. Homepage: https://libsndfile.github.io/libsndfile/
  19. Rules-Requires-Root: no
  20. Package: libsndfile-static
  21. Architecture: any
  22. Depends: ${misc:Depends},
  23. flac-static,
  24. libmp3lame-static,
  25. libmpg123-static,
  26. libopus-static,
  27. libvorbis-static
  28. Description: Library for reading/writing audio files (static)
  29. libsndfile is a library of C routines for reading and writing files containing
  30. sampled audio data.
  31. .
  32. This package provides the static library used in KXStudio builds.
  33. Package: sndfile-programs
  34. Architecture: any
  35. Depends: ${misc:Depends}, ${shlibs:Depends}
  36. Recommends: sndfile-tools
  37. Description: Sample programs that use libsndfile
  38. This package contains simple programs which use libsndfile for operating on
  39. sound files.
  40. .
  41. Programs include:
  42. - sndfile-cmp : compare the audio data of two files
  43. - sndfile-concat : concatenate two or more files
  44. - sndfile-convert : convert between sound file formats
  45. - sndfile-info : print information about files
  46. - sndfile-metadata-get/set : get and set file metadata
  47. - sndfile-play : play a sound file