1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: imlib2
Section: libs
Priority: optional
Maintainer: Laurence J. Lane <ljlane@debian.org>
Build-Depends: libjpeg62-dev, libpng12-dev, libtiff4-dev, zlib1g-dev, libungif4-dev, libx11-dev, libxext-dev, libfreetype6-dev, cdbs, libltdl3-dev, libbz2-dev, libid3tag0-dev, debhelper (>> 5)
Standards-Version: 3.7.2
Package: libimlib2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: powerful image loading and rendering library
Imlib2 is an advanced replacement for libraries like libXpm.
Imlib2 provides many more features with much greater flexibility
and speed than standard libraries, including font rasterization,
rotation, RGBA space rendering and blending, dynamic binary
filters, scripting, and more.
.
Imlib2 is not a drop-in replacement for Imlib 1.x.
Package: libimlib2-dev
Architecture: any
Section: libdevel
Replaces: libimlib2
Depends: libimlib2 (= ${Source-Version}), libc6-dev, libjpeg62-dev, libpng12-dev, libtiff4-dev, zlib1g-dev, libungif4-dev, libx11-dev, libxext-dev, libfreetype6-dev, libltdl3-dev
Description: Imlib2 development files
Headers, static libraries and documentation for developing
software that uses Imlib2.
.
Imlib2 is an advanced replacement for libraries like libXpm.
Imlib2 provides many more features with much greater flexibility
and speed than standard libraries, including font rasterization,
rotation, RGBA space rendering and blending, dynamic binary
filters, scripting, and more.
.
Imlib2 is not a drop-in replacement for Imlib 1.x.
|