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.

22 lines
590B

  1. Source: libogg-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. Standards-Version: 4.5.0
  11. Homepage: https://xiph.org/ogg/
  12. Rules-Requires-Root: no
  13. Package: libogg-static
  14. Architecture: any
  15. Depends: ${misc:Depends}
  16. Description: Ogg bitstream library (static)
  17. Libogg is a library for manipulating ogg bitstreams.
  18. It handles both making ogg bitstreams and getting packets from ogg bitstreams.
  19. .
  20. This package provides the static library used in KXStudio builds.