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

  1. Source: pixman-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. meson,
  8. pkg-config
  9. Standards-Version: 4.5.0
  10. Rules-Requires-Root: no
  11. Package: pixman-static
  12. Architecture: any
  13. Depends: ${misc:Depends}, ${shlibs:Depends}
  14. Description: pixel-manipulation library for X and cairo (static)
  15. A library for manipulating pixel regions -- a set of Y-X banded
  16. rectangles, image compositing using the Porter/Duff model
  17. and implicit mask generation for geometric primitives including
  18. trapezoids, triangles, and rectangles.
  19. .
  20. This package provides the static library used in KXStudio builds.