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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: imlib2
Section: libs
Priority: optional
Maintainer: Alessandro Ghedini <ghedo@debian.org>
Build-Depends: debhelper (>= 9),
dh-autoreconf,
libbz2-dev,
libfreetype6-dev,
libgif-dev,
libid3tag0-dev,
libjpeg-dev,
libltdl3-dev,
libpng-dev,
libtiff-dev,
libx11-dev,
libxext-dev,
zlib1g-dev
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/collab-maint/imlib2.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=collab-maint/imlib2.git
Package: libimlib2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: image loading, rendering, saving library
Imlib2 is a library that does image file loading and saving as well as
rendering, manipulation, arbitrary polygon support, etc.
.
It does ALL of these operations FAST. Imlib2 also tries to be highly
intelligent about doing them, so writing naive programs can be done easily,
without sacrificing speed.
Package: libimlib2-dev
Architecture: any
Section: libdevel
Replaces: libimlib2
Depends: libimlib2 (=${binary:Version}), ${misc:Depends},
libbz2-dev,
libfreetype6-dev,
libgif-dev,
libid3tag0-dev,
libjpeg-dev,
libltdl3-dev,
libpng-dev,
libtiff-dev,
libx11-dev,
libxext-dev,
zlib1g-dev
Description: image loading, rendering, saving library (development files)
Imlib2 is a library that does image file loading and saving as well as
rendering, manipulation, arbitrary polygon support, etc.
.
It does ALL of these operations FAST. Imlib2 also tries to be highly
intelligent about doing them, so writing naive programs can be done easily,
without sacrificing speed.
.
This package provides the development files (ie. includes, static library,
manual pages) that allow one to build software which uses imlib2.
|