f2fd80588a3384f39629286a9228692c96318373
[framework/graphics/cairo.git] / debian / control
1 Source: cairo
2 Section: libs
3 Priority: optional
4 Maintainer: Wonsik Jung <sidein@samsung.com>, Deokjin Kim <deokjin81.kim@samsung.com>, Seongwon Cho <seongwon1.cho@samsung.com>
5 Build-Depends: debhelper (>= 5.0.22), autotools-dev, pkg-config (>= 0.19), libfontconfig1-dev, libfreetype6-dev (>= 2.1.10), libxrender-dev (>= 0.6.0), libx11-dev, libpng12-dev, libsm-dev, xutils-dev, libxt-dev, dpatch, libpixman-1-dev (>= 0.12.0), libxcb1-dev (>= 0.9.92), libxcb-render0-dev (>= 0.9.92), libxcb-render-util0-dev, libglib2.0-dev, libxcb-shm0-dev
6 Standards-Version: 3.8.2
7
8 Package: libcairo2-dev
9 Provides: libcairo-dev
10 Conflicts: libcairo-dev, libcairo0.5.1-dev, libcairo0.6.0-dev, libcairo0.9.0-dev
11 Replaces: libcairo0.5.1-dev, libcairo0.6.0-dev, libcairo0.9.0-dev
12 Section: libdevel
13 Architecture: any
14 Depends: libcairo2 (= ${binary:Version}), libfontconfig1-dev, libfreetype6-dev (>= 2.1.10), libxrender-dev (>= 0.6.0), libpng12-dev, libsm-dev, libpixman-1-dev (>= 0.12.0), libxcb1-dev, libxcb-render0-dev, libxcb-render-util0-dev, libxcb-shm0-dev
15 Description: Development files for the Cairo 2D graphics library
16  Cairo is a multi-platform library providing anti-aliased
17  vector-based rendering for multiple target backends.
18  .
19  This package contains the development libraries, header files needed by
20  programs that want to compile with Cairo.
21
22 Package: libcairo2
23 Section: libs
24 Architecture: any
25 Depends: ${shlibs:Depends}, libpixman-1-0
26 Provides: libcairo
27 Conflicts: libcairo1
28 Replaces: libcairo0.5.1, libcairo0.6.0, libcairo0.9.0, libcairo1
29 Description: The Cairo 2D vector graphics library
30  Cairo is a multi-platform library providing anti-aliased
31  vector-based rendering for multiple target backends. Paths consist
32  of line segments and cubic splines and can be rendered at any width
33  with various join and cap styles. All colors may be specified with
34  optional translucence (opacity/alpha) and combined using the
35  extended Porter/Duff compositing algebra as found in the X Render
36  Extension.
37  .
38  Cairo exports a stateful rendering API similar in spirit to the path
39  construction, text, and painting operators of PostScript, (with the
40  significant addition of translucence in the imaging model). When
41  complete, the API is intended to support the complete imaging model of
42  PDF 1.4.
43  .
44  This package contains the shared libraries.
45
46 Package: libcairo2-dbg
47 Section: debug
48 Priority: extra
49 Architecture: any
50 Depends: libcairo2 (= ${binary:Version})
51 Description: The Cairo 2D vector graphics library (debugging symbols)
52  Debugging symbols for the Cairo 2D vector graphics library. This is
53  needed to debug programs linked against libcairo2.
54
55