File: control

package info (click to toggle)
imlib2 1.4.6-2%2Bdeb8u2
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 4,536 kB
  • ctags: 2,302
  • sloc: ansic: 32,922; asm: 20,013; sh: 11,128; makefile: 297
file content (58 lines) | stat: -rw-r--r-- 1,723 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
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
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.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/imlib2.git
Vcs-Git: git://anonscm.debian.org/collab-maint/imlib2.git

Package: libimlib2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
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 to build software which uses imlib2.