File: control

package info (click to toggle)
devil 1.7.8-12
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 9,808 kB
  • sloc: ansic: 45,835; sh: 15,558; cpp: 4,009; python: 1,300; pascal: 792; makefile: 309; cs: 192; fortran: 5
file content (62 lines) | stat: -rw-r--r-- 1,747 bytes parent folder | download
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
61
62
Source: devil
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends:
 debhelper-compat (= 13),
 freeglut3-dev,
 libgl-dev | libgl1-mesa-dev,
 libjpeg-dev,
 liblcms2-dev,
 libmng-dev,
 libpng-dev,
 libsdl1.2-dev,
 libtiff-dev,
 texinfo,
 zlib1g-dev
Standards-Version: 4.7.0
Homepage: http://openil.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/debian/devil
Vcs-Git: https://salsa.debian.org/debian/devil.git

Package: libdevil1c2
Section: libs
Architecture: any
Replaces:
 libdevil1
Conflicts:
 libdevil1
Pre-Depends:
 ${misc:Pre-Depends}
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
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: libdevil-dev
Section: libdevel
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends}
Depends:
 libdevil1c2 (= ${binary:Version}),
 liblcms2-dev,
 libtiff-dev,
 ${misc:Depends}
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.
 .
 This package contains the development files.