File: control

package info (click to toggle)
ftgl 2.4.0-7
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,596 kB
  • sloc: cpp: 17,918; sh: 1,073; ansic: 644; makefile: 372
file content (52 lines) | stat: -rw-r--r-- 1,594 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: ftgl
Section: libs
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders:
 Alexandre Detiste <tchet@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 freeglut3-dev,
 libgl-dev,
 libglu1-mesa-dev | libglu-dev,
 libfreetype-dev,
 libcppunit-dev,
 doxygen-latex,
 ghostscript,
 imagemagick,
 pkgconf,
 texlive-fonts-recommended,
Standards-Version: 4.7.3
Homepage: https://github.com/frankheckenbach/ftgl
Vcs-Git: https://salsa.debian.org/games-team/ftgl.git
Vcs-Browser: https://salsa.debian.org/games-team/ftgl

Package: libftgl-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
 ${shlibs:Depends},
 libftgl2 (= ${binary:Version}),
 libfreetype-dev (>> 2.0.9),
 libgl-dev,
 libglu1-mesa-dev | libglu-dev,
Description: development files for libftgl
 FTGL binds OpenGL and FreeType together in order to offer and easy to use
 and flexible text rendering library.  It offers several rendering modes:
 as polygons, outlines, bitmaps and textures.
 .
 This package contains the header files and static libraries needed to
 compile applications or shared objects that use libftgl.

Package: libftgl2
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
 ${shlibs:Depends},
Pre-Depends: ${misc:Pre-Depends}
Description: library to render text in OpenGL using FreeType
 FTGL binds OpenGL and FreeType together in order to offer and easy to use
 and flexible text rendering library.  It offers several rendering modes:
 as polygons, outlines, bitmaps and textures.
 .
 This package contains the shared library for libftgl.