File: control

package info (click to toggle)
kmscube 0.0.0~git20210103-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 4,604 kB
  • sloc: ansic: 49,502; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 783 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
Source: kmscube
Section: graphics
Priority: optional
Maintainer: Guido Günther <agx@sigxcpu.org>
Build-Depends: debhelper-compat (= 13),
  libdrm-dev,
  libgbm-dev,
  libgles2-mesa-dev,
  libglib2.0-dev,
  libgstreamer1.0-dev,
  libgstreamer-plugins-base1.0-dev,
  libpng-dev,
  meson,
  pkg-config,
Standards-Version: 4.5.1
Homepage: https://cgit.freedesktop.org/mesa/kmscube/
Vcs-Git: https://salsa.debian.org/agx/kmscube.git
Vcs-Browser: https://salsa.debian.org/agx/kmscube

Package: kmscube
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Example KMS/GBM/EGL application
 kmscube is an example application that displays a rotating cube to
 demonstrate the usage of KMS, GBM and EGL. It can be used to
 test kernel mode setting and Mesas DRM drivers.