File: control

package info (click to toggle)
agg 2.5%2Bdfsg1-11
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 5,656 kB
  • ctags: 11,347
  • sloc: cpp: 64,972; ansic: 11,272; makefile: 3,645; sh: 31
file content (28 lines) | stat: -rw-r--r-- 898 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
Source: agg
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: autoconf,
               automake1.11,
               debhelper (>= 9),
               libfreetype6-dev,
               libsdl1.2-dev,
               libtool,
               libx11-dev,
               pkg-config
Standards-Version: 3.9.8
Section: libs
Homepage: http://www.antigrain.com

Package: libagg-dev
Section: libdevel
Conflicts: libagg23-dev
Architecture: any
Depends: ${misc:Depends}
Description: AntiGrain Geometry graphical toolkit (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.