File: control

package info (click to toggle)
waffle 1.8.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,140 kB
  • sloc: ansic: 18,784; xml: 2,909; objc: 465; cpp: 267; sh: 125; makefile: 18
file content (80 lines) | stat: -rw-r--r-- 2,381 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
Source: waffle
Priority: optional
Section: libs
Maintainer: Jordan Justen <jljusten@debian.org>
Build-Depends: bash-completion,
               debhelper-compat (= 13),
               dh-exec,
               docbook-xml,
               docbook-xsl,
               libdrm-dev,
               libegl1-mesa-dev | libegl-dev,
               libgbm-dev,
               libgl-dev,
               libglu1-mesa-dev | libglu-dev,
               libwayland-dev,
               libx11-xcb-dev,
               meson,
               pkgconf,
               python3,
               python3-setuptools,
               wayland-protocols,
               xsltproc
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://waffle.freedesktop.org/
Vcs-Git: https://salsa.debian.org/xorg-team/lib/waffle.git
Vcs-Browser: https://salsa.debian.org/xorg-team/lib/waffle

Package: libwaffle-1-0
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Waffle library (binaries)
 A library for selecting an OpenGL API and window system at runtime
 .
 This package contains the waffle runtime shared library.

Package: libwaffle-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libdrm-dev,
         libegl-dev,
         libgbm-dev,
         libgl-dev,
         libwaffle-1-0 (= ${binary:Version}),
         libwayland-dev,
         libx11-xcb-dev,
         ${misc:Depends}
Suggests: libwaffle-doc
Description: Waffle library (development files)
 A library for selecting an OpenGL API and window system at runtime
 .
 This package provides the development environment for compiling
 programs against the waffle library.

Package: libwaffle-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Waffle library (documentation)
 A library for selecting an OpenGL API and window system at runtime
 .
 This package provides the documentation files for the waffle
 library.

Package: waffle-utils
Architecture: any
Section: utils
Depends: libwaffle-1-0 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: Waffle library (utilities)
 A library for selecting an OpenGL API and window system at runtime
 .
 This package contains waffle utilities:
  * wflinfo: Creates an OpenGL context and prints information about
             the created context.