Added maemo-cflags-cdbs-rules as dependency
[maemo-efl] / trunk / imlib2 / debian / control
1 Source: imlib2
2 Section: libs
3 Priority: optional
4 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
5 Uploaders: Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br>
6 Build-Depends: debhelper (>= 4), cdbs, maemo-cflags-cdbs-rules, libjpeg62-dev, libpng3-dev | libpng2-dev | libpng-dev, libtiff4-dev | libtiff-dev, zlib1g-dev, x11proto-core-dev | xlibs-dev, x11proto-xext-dev | xlibs-dev, libfreetype6-dev | freetype2-dev, libbz2-dev, automake1.7 | automaken, libtool, debhelper (>= 4.0), libx11-dev, libxext-dev
7 Standards-Version: 3.7.2
8 Homepage: http://www.enlightenment.org
9
10 #Package: imlib2-demo
11 #Architecture: any
12 #Section: graphics
13 #Depends: ${shlibs:Depends}
14 #Description: Imlib2 demo's
15 # This package contains two small Imlib2-based programs: a simple
16 # image viewer and a simple image conversion program.
17
18 #Package: imlib2-test
19 #Architecture: any
20 #Section: graphics
21 #Depends: ${shlibs:Depends}, imlib2-demo (= ${Source-Version})
22 #Description: Imlib2 test programs
23 # This package contains some, not generally usable, test programs
24 # for Imlib2.
25
26 Package: libimlib2
27 Section: libs
28 Architecture: any
29 Depends: ${shlibs:Depends}
30 Description: Powerful image loading and rendering library
31  Imlib2 is an advanced replacement library for libraries like
32  libXpm that provides many more features with much greater
33  flexibility and speed than standard libraries, including font
34  rasterization, rotation, RGBA space rendering and blending,
35  dynamic binary filters, scripting, and more.
36  .
37  Imlib2 is not a drop-in replacement for Imlib 1.x.
38
39 Package: libimlib2-dev
40 Architecture: any
41 Section: libdevel
42 Depends: libimlib2 (= ${Source-Version}), libjpeg62-dev, libpng3-dev | libpng2-dev | libpng-dev, libtiff4-dev | libtiff-dev, zlib1g-dev, x11proto-core-dev | xlibs-dev, x11proto-xext-dev | xlibs-dev, libfreetype6-dev | freetype2-dev, libbz2-dev
43 Description: Imlib2 headers, static libraries and documentation
44  Headers, static libraries and documentation for Imlib2.