mirror of
https://salsa.debian.org/xorg-team/lib/pixman
synced 2025-09-01 02:10:49 +00:00
47 lines
1.7 KiB
Plaintext
47 lines
1.7 KiB
Plaintext
Source: pixman
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
|
|
Uploaders: Julien Cristau <jcristau@debian.org>, David Nusinow <dnusinow@debian.org>
|
|
Build-Depends: debhelper (>= 5), automake, autoconf, libtool, pkg-config, quilt
|
|
Standards-Version: 3.8.2
|
|
Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/pixman
|
|
Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/pixman.git
|
|
|
|
Package: libpixman-1-0
|
|
Section: libs
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}
|
|
Description: pixel-manipulation library for X and cairo
|
|
A library for manipulating pixel regions -- a set of Y-X banded
|
|
rectangles, image compositing using the Porter/Duff model
|
|
and implicit mask generation for geometric primitives including
|
|
trapezoids, triangles, and rectangles.
|
|
|
|
Package: libpixman-1-0-udeb
|
|
Section: debian-installer
|
|
XC-Package-Type: udeb
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}
|
|
Description: pixel-manipulation library for X and cairo
|
|
This package contains a minimal set of libraries needed for the Debian
|
|
installer. Do not install it on a normal system.
|
|
|
|
Package: libpixman-1-0-dbg
|
|
Section: debug
|
|
Priority: extra
|
|
Architecture: any
|
|
Depends: libpixman-1-0 (= ${binary:Version})
|
|
Description: pixel-manipulation library for X and cairo (debugging symbols)
|
|
Debugging symbols for the Cairo/X pixel manipulation library. This is
|
|
needed to debug programs linked against libpixman0.
|
|
|
|
Package: libpixman-1-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Depends: libpixman-1-0 (= ${binary:Version})
|
|
Conflicts: libpixman1-dev
|
|
Description: pixel-manipulation library for X and cairo (development files)
|
|
Development libraries, header files and documentation needed by
|
|
programs that want to compile with the Cairo/X pixman library.
|