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.

25 lines
772B

  1. Source: libvorbis-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. libogg-static (>= 6:1.3.5-1kxstudio2)
  12. Standards-Version: 4.5.0
  13. Homepage: https://xiph.org/vorbis/
  14. Rules-Requires-Root: no
  15. Package: libvorbis-static
  16. Architecture: any
  17. Depends: ${shlibs:Depends}, ${misc:Depends}, libogg-static
  18. Description: Vorbis General Audio Compression Codec (static)
  19. Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
  20. general-purpose compressed audio format for audio and music at fixed
  21. and variable bitrates from 16 to 128 kbps/channel.
  22. .
  23. This package provides the static library used in KXStudio builds.