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

  1. Source: libpng-static
  2. Section: libs
  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. zlib-static
  12. Standards-Version: 3.8.4
  13. Package: libpng-static
  14. Architecture: any
  15. Depends: ${misc:Depends}, ${shlibs:Depends}, zlib-static
  16. Description: PNG library (static)
  17. libpng is a library implementing an interface for reading and writing
  18. PNG (Portable Network Graphics) format files.
  19. .
  20. This package provides the static library used in KXStudio builds.