control 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. Source: libvorbis
  2. Section: libs
  3. Priority: optional
  4. Maintainer: Christopher L Cheney <ccheney@debian.org>
  5. Build-Depends: autotools-dev, debhelper (>> 4.0.18), devscripts, libogg-dev (>> 1.1.0)
  6. Standards-Version: 3.6.1.0
  7. Package: libvorbis0a
  8. Architecture: any
  9. Section: libs
  10. Depends: ${shlibs:Depends}
  11. Conflicts: libvorbis0
  12. Replaces: libvorbis0
  13. Description: The Vorbis General Audio Compression Codec
  14. Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
  15. general-purpose compressed audio format for audio and music at fixed
  16. and variable bitrates from 16 to 128 kbps/channel.
  17. .
  18. The Vorbis library is the primary Ogg Vorbis library.
  19. Package: libvorbisenc2
  20. Architecture: any
  21. Section: libs
  22. Depends: ${shlibs:Depends}
  23. Conflicts: libvorbis0 (<< 1.0.0)
  24. Replaces: libvorbis0 (<< 1.0.0)
  25. Description: The Vorbis General Audio Compression Codec
  26. Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
  27. general-purpose compressed audio format for audio and music at fixed
  28. and variable bitrates from 16 to 128 kbps/channel.
  29. .
  30. The Vorbisenc library provides a convenient API for setting up an encoding
  31. environment using libvorbis.
  32. Package: libvorbisfile3
  33. Architecture: any
  34. Section: libs
  35. Depends: ${shlibs:Depends}
  36. Conflicts: libvorbis0 (<< 1.0.0)
  37. Replaces: libvorbis0 (<< 1.0.0)
  38. Description: The Vorbis General Audio Compression Codec
  39. Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
  40. general-purpose compressed audio format for audio and music at fixed
  41. and variable bitrates from 16 to 128 kbps/channel.
  42. .
  43. The Vorbisfile library provides a convenient high-level API for decoding
  44. and basic manipulation of all Vorbis I audio streams.
  45. Package: libvorbis-dev
  46. Architecture: any
  47. Section: libdevel
  48. Depends: libogg-dev, libvorbis0a (= ${Source-Version}), libvorbisenc2 (= ${Source-Version}), libvorbisfile3 (= ${Source-Version})
  49. Description: The Vorbis General Audio Compression Codec (development files)
  50. Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
  51. general-purpose compressed audio format for audio and music at fixed
  52. and variable bitrates from 16 to 128 kbps/channel.
  53. .
  54. This package contains the header files and documentation needed to develop
  55. applications with libvorbis.