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
|
Source: devil
Section: devel
Priority: optional
Maintainer: Marcelo E. Magallon <mmagallo@debian.org>
Build-Depends: debhelper (>> 5), autotools-dev, libtool, automake1.8, autoconf, libpng12-dev, zlib1g-dev, libjpeg62-dev, libtiff4-dev, libmng-dev, liblcms1-dev, libglut3-dev, libgl1-mesa-dev | libgl-dev, libsdl1.2-dev
Standards-Version: 3.7.2
Package: libdevil-dev
Section: devel
Architecture: any
Depends: libdevil1c2 (= ${Source-Version})
Description: Cross-platform image loading and manipulation toolkit
Developer's Image Library (DevIL) is a programmer's toolkit which can
load, save and convert a wide variety of image formats. It also offers
basic manipulation and filtering capabilities.
.
DevIL presents a simple programming interface similar to OpenGL's,
which is easy for a developer to learn and use. Ultimate control of
the images is left to the developer.
Package: libdevil1c2
Section: libs
Architecture: any
Replaces: libdevil1
Conflicts: libdevil1
Depends: ${shlibs:Depends}
Description: DevIL image manipulation toolkit runtime support
Runtime support for the Developer's Image Library (DevIL), a
programmer's library to develop applications with flexible image
loading capabilities.
|