File: control

package info (click to toggle)
devil 1.6.7-5%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 11,536 kB
  • ctags: 7,441
  • sloc: ansic: 35,573; sh: 8,075; cpp: 7,465; pascal: 792; makefile: 399; python: 47
file content (30 lines) | stat: -rw-r--r-- 1,217 bytes parent folder | download | duplicates (2)
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.