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 63 64 65 66 67 68 69
|
Source: agg
Priority: optional
Maintainer: John Horigan <john@glyphic.com>
Section: libs
Build-Depends: dpkg-dev (>= 1.22.5), autoconf,
automake,
debhelper-compat (= 13),
libfreetype-dev,
libsdl1.2-dev,
libtool,
libx11-dev,
pkgconf
Standards-Version: 4.7.0
Homepage: http://www.antigrain.com
Vcs-Browser: https://sourceforge.net/p/agg/svn/HEAD/tree/
Vcs-Svn: https://svn.code.sf.net/p/agg/svn/
Rules-Requires-Root: binary-targets
Package: libagg-dev
Section: libdevel
Conflicts: libagg23-dev, libagg2t64, libagg2-dev
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}
Description: AntiGrain Geometry graphical toolkit (static development files)
Anti-Grain Geometry (AGG) is a general purpose graphical toolkit written
completely in standard and platform independent C++. It can be used in many
areas of computer programming where high quality 2D graphics is an essential
part of the project.
.
This package contains the development files for building applications using
agg, static libraries only.
Package: libagg2-dev
Section: libdevel
Conflicts: libagg23-dev, libagg-dev
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, libagg2t64 (= ${binary:Version})
Description: AntiGrain Geometry graphical toolkit (static and shared development files)
Anti-Grain Geometry (AGG) is a general purpose graphical toolkit written
completely in standard and platform independent C++. It can be used in many
areas of computer programming where high quality 2D graphics is an essential
part of the project.
.
This package contains the development files for building applications using
agg, static and shared libraries.
Package: libagg2t64
Provides: ${t64:Provides}
Replaces: libagg2
Breaks: libagg2 (<< ${source:Version})
Conflicts: libagg23-dev, libagg-dev
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: AntiGrain Geometry graphical toolkit (runtime files)
Anti-Grain Geometry (AGG) is a general purpose graphical toolkit written
completely in standard and platform independent C++. It can be used in many
areas of computer programming where high quality 2D graphics is an essential
part of the project.
.
This package contains runtime libraries for applications built using the
libagg shared library.
|