File: control

package info (click to toggle)
fltk1.4 1.4.3-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 28,076 kB
  • sloc: cpp: 154,598; ansic: 102,141; sh: 3,735; makefile: 2,503; xml: 93; perl: 37
file content (221 lines) | stat: -rw-r--r-- 7,675 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
Source: fltk1.4
Maintainer: Aaron M. Ucko <ucko@debian.org>
Section: libs
Priority: optional
Build-Depends: cmake,
               debhelper-compat (= 13),
               fluid (>= 1.4) <cross>,
               libcairo2-dev,
               libgl-dev | libgl1-mesa-dev,
               libglu1-mesa-dev | libglu-dev,
               libjpeg-dev,
               libpng-dev,
               libx11-dev,
               libxcursor-dev,
               libxext-dev,
               libxft-dev,
               libxinerama-dev,
               pkgconf,
               zlib1g-dev | libz-dev
Build-Depends-Arch: libasound2-dev [linux-any],
                    libdbus-1-dev,
                    libegl-dev,
                    libdecor-0-dev (>= 0.2.0) [linux-any] | libgtk-3-dev [linux-any],
                    libdecor-0-plugin-1-gtk [linux-any],
                    libglew-dev,
                    libpango1.0-dev,
                    libwayland-dev [linux-any],
                    libxkbcommon-dev,
                    wayland-protocols [linux-any]
Build-Depends-Indep: doxygen-latex,
                     texlive-font-utils,
                     texlive-latex-extra,
                     xauth,
                     xvfb
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/ucko/fltk1.4
Vcs-Git: https://salsa.debian.org/ucko/fltk1.4.git
Homepage: https://www.fltk.org/
Rules-Requires-Root: no

Package: fluid
Architecture: any
Multi-Arch: foreign
Section: devel
Depends: ${misc:Depends},
         ${shlibs:Depends}
Recommends: fltk1.4-doc,
            libfltk1.4-dev
Description: Fast Light Toolkit - user interface designer
 This package provides Fluid, an interactive GUI designer for FLTK,
 allowing graphical development of FLTK-based user
 interfaces. It natively works with (textual) .fl files, but also
 includes rough support for reading .fd files produced by fdesign (in
 libforms-bin).
 .
 The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface
 toolkit originally based on libForms.

Package: fltk-options
Architecture: any
Multi-Arch: foreign
Section: x11
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Fast Light Toolkit - library option manager
 This package provides a tool for viewing and setting overall FLTK options
 interactively or programmatically.
 .
 The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface
 toolkit originally based on libForms.

Package: libfltk1.4-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: dpkg-dev,
         libcairo2-dev,
         libfltk-cairo1.4 (= ${binary:Version}),
         libfltk-forms1.4 (= ${binary:Version}),
         libfltk-gl1.4 (= ${binary:Version}),
         libfltk-images1.4 (= ${binary:Version}),
         libfltk1.4 (= ${binary:Version}),
         libx11-dev,
         ${misc:Depends}
Recommends: fluid,
            libgl-dev,
            libglu1-mesa-dev | libglu-dev
Suggests: fltk1.4-doc,
          libjpeg-dev,
          libpng-dev,
          libxext-dev,
          libxft-dev,
          libxinerama-dev,
          zlib1g-dev | libz-dev
Conflicts: libfltk-dev
Provides: libfltk-dev
Replaces: libfltk-dev
Description: Fast Light Toolkit - development files
 This package provides the files necessary for compiling programs
 that depend on FLTK.
 .
 The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface
 toolkit originally based on libForms.

Package: libfltk1.4-compat-headers
Architecture: all
Multi-Arch: foreign
Section: libdevel
Depends: libfltk1.4-dev,
         ${misc:Depends}
Conflicts: libfltk1.3-compat-headers, libfltk-compat-headers
Provides: libfltk1.3-compat-headers, libfltk-compat-headers
Replaces: libfltk1.3-compat-headers, libfltk-compat-headers
Description: Fast Light Toolkit - compatibility header symlinks
 This package provides header symlinks with .h rather than .H extensions for
 compatibility with some older code that relies on the lowercase-h names.

Package: libfltk1.4
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Suggests: fltk-options
Description: Fast Light Toolkit - main shared library
 This package contains the files necessary for running programs
 dynamically linked with FLTK.
 .
 The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface
 toolkit originally based on libForms.

Package: libfltk-cairo1.4
Architecture: any
Multi-Arch: same
Depends: libfltk1.4 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Fast Light Toolkit - Cairo rendering layer support
 This package contains the files necessary for running programs
 dynamically linked with FLTK's Cairo rendering layer bindings.
 .
 The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface
 toolkit originally based on libForms.

Package: libfltk-forms1.4
Architecture: any
Multi-Arch: same
Depends: libfltk1.4 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Fast Light Toolkit - Forms compatibility layer support
 This package contains the files necessary for running programs
 dynamically linked with FLTK's Forms compatibility layer.
 .
 The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface
 toolkit originally based on libForms.

Package: libfltk-gl1.4
Architecture: any
Multi-Arch: same
Depends: libfltk1.4 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Fast Light Toolkit - OpenGL rendering support
 This package contains the files necessary for running programs
 dynamically linked with FLTK's OpenGL rendering bindings.
 .
 The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface
 toolkit originally based on libForms.

Package: libfltk-images1.4
Architecture: any
Multi-Arch: same
Depends: libfltk1.4 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Fast Light Toolkit - image loading support
 This package contains the files necessary for running programs
 dynamically linked with FLTK's bindings to image-loading libraries.
 .
 The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface
 toolkit originally based on libForms.

Package: fltk1.4-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: Fast Light Toolkit - documentation
 This package provides documentation for FLTK, including a chapter on
 its user interface designer (fluid).
 .
 The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface
 toolkit originally based on libForms.

Package: fltk1.4-games
Architecture: any
Multi-Arch: foreign
Section: games
Depends: ${misc:Depends},
         ${shlibs:Depends}
Recommends: ${shlibs:Recommends}
Conflicts: fltk1.1-games, fltk1.3-games
Replaces: fltk1.1-games, fltk1.3-games
Description: Fast Light Toolkit - example games: checkers, sudoku
 This package contains the example games that accompany FLTK.
 Specifically, it contains the following two programs:
  - flblocks:   clear groups of adjacent blocks before they fill the screen;
  - flcheckers: classic board game, also known as draughts;
  - flpuzzle:   Klotski puzzle (slide blocks around);
  - flsudoku:   Sudoku puzzle (place numbers in a grid).
 .
 NB: flpuzzle has a heavier dependency chain than the other games; playing
 it requires having this package's recommendations installed.
 .
 The Fast Light Toolkit (FLTK) is a cross-platform graphical user interface
 toolkit originally based on libForms.