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.

52 lines
1.5KB

  1. Source: libsndfile-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. pkg-config,
  11. libflac-static (>= 6:1.3.3-1kxstudio2),
  12. libmp3lame-static (>= 6:3.100-1kxstudio2),
  13. libmpg123-static (>= 6:1.29.3-2kxstudio5),
  14. libopus-static (>= 6:1.3.1-1kxstudio8),
  15. libvorbis-static (>= 6:1.3.7-1kxstudio2),
  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. libflac-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. Section: utils
  36. Architecture: any
  37. Depends: ${misc:Depends}, ${shlibs:Depends}
  38. Recommends: sndfile-tools
  39. Description: Sample programs that use libsndfile
  40. This package contains simple programs which use libsndfile for operating on
  41. sound files.
  42. .
  43. Programs include:
  44. - sndfile-cmp : compare the audio data of two files
  45. - sndfile-concat : concatenate two or more files
  46. - sndfile-convert : convert between sound file formats
  47. - sndfile-info : print information about files
  48. - sndfile-metadata-get/set : get and set file metadata
  49. - sndfile-play : play a sound file