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
827B

  1. Source: libjpeg-turbo-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. cmake,
  8. nasm
  9. Standards-Version: 4.5.0
  10. Homepage: https://www.libjpeg-turbo.org/
  11. Rules-Requires-Root: no
  12. Package: libjpeg-turbo-static
  13. Architecture: any
  14. Depends: ${misc:Depends}, ${shlibs:Depends}
  15. Description: libjpeg-turbo JPEG library (static)
  16. The libjpeg-turbo JPEG library is a library for handling JPEG files.
  17. .
  18. libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX,
  19. SSE2, NEON) to accelerate baseline JPEG compression and decompression
  20. on x86, x86-64, and ARM systems. The libjpeg-turbo JPEG library is
  21. an API/ABI compatible with the IJG JPEG library.
  22. .
  23. This package provides the static library used in KXStudio builds.