File: control

package info (click to toggle)
ftgl 2.4.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,552 kB
  • sloc: cpp: 17,918; sh: 1,073; ansic: 644; makefile: 376
file content (51 lines) | stat: -rw-r--r-- 1,642 bytes parent folder | download | duplicates (2)
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
Source: ftgl
Section: libs
Priority: optional
Maintainer: Sam Hocevar <sho@debian.org>
Uploaders: Manuel A. Fernandez Montecelo <mafm@debian.org>
Build-Depends: debhelper (>= 11~),
 freeglut3-dev,
 libgl1-mesa-dev | libgl-dev,
 libglu1-mesa-dev | libglu-dev,
 libfreetype6-dev (>> 2.0.9),
 libcppunit-dev,
 doxygen-latex,
 ghostscript,
 imagemagick,
 pkg-config,
 texlive-fonts-recommended,
Standards-Version: 4.2.1
Homepage: https://github.com/frankheckenbach/ftgl
Vcs-Git: https://salsa.debian.org/ftgl-team/ftgl.git
Vcs-Browser: https://salsa.debian.org/ftgl-team/ftgl
Rules-Requires-Root: no

Package: libftgl-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
 ${shlibs:Depends},
 libftgl2 (= ${binary:Version}),
 libfreetype6-dev (>> 2.0.9),
 libgl1-mesa-dev | 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.