mangohud/debian/control

88 lines
2.8 KiB
Plaintext
Raw Normal View History

2023-03-09 19:37:02 +01:00
Source: mangohud
2023-02-23 21:02:57 +01:00
Section: games
Priority: optional
2023-06-18 16:53:25 +02:00
Maintainer: Debian Games Team <team+pkg-games@tracker.debian.org>
2023-02-23 21:02:57 +01:00
Uploaders: Stephan Lachnit <stephanlachnit@debian.org>
Build-Depends: debhelper-compat (= 13),
2023-07-12 18:14:08 +02:00
meson,
2023-07-12 18:08:25 +02:00
gcc,
g++,
gcc-multilib,
g++-multilib,
ninja-build,
python3-pip,
python3-mako,
python3-setuptools,
python3-wheel,
2023-07-12 18:47:02 +02:00
python3-numpy [!i386],
python3-matplotlib [!i386],
2023-02-23 21:02:57 +01:00
pkg-config,
glslang-tools,
mesa-common-dev,
libdbus-1-dev,
libdrm-dev,
libvulkan-dev,
libglew-dev,
libopengl-dev,
nlohmann-json3-dev,
2023-07-12 18:47:02 +02:00
libnvidia-ml-dev [!i386],
2023-02-23 21:02:57 +01:00
libglfw3-dev,
libspdlog-dev,
libx11-dev,
libwayland-dev,
2024-07-28 18:52:38 +02:00
libxkbcommon-dev,
2023-02-23 21:02:57 +01:00
libxnvctrl-dev,
libxrandr-dev,
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://github.com/flightlessmango/MangoHud
Vcs-Browser: https://salsa.debian.org/games-team/mangohud
Vcs-Git: https://salsa.debian.org/games-team/mangohud.git
Package: mangohud
Section: misc
2023-06-18 16:53:25 +02:00
Architecture: linux-any
2023-02-23 21:02:57 +01:00
Multi-Arch: same
2023-06-18 16:53:25 +02:00
Depends: ${misc:Depends},
${shlibs:Depends},
2023-02-23 21:02:57 +01:00
Recommends: mangoctl,
Suggests: libxnvctrl0,
goverlay,
Description: Vulkan/OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more
MangoHud is a highly customizable overlay for Vulkan and OpenGL application to
monitoring FPS, temperatures, CPU/GPU load and more.
.
This package includes the libraries for MangoHud and includes a script called
mangohud to start it on any OpenGL or Vulkan application.
To get data for Nvidia GPUs, you need to install libxnvctrl0.
Package: mangoapp
Section: misc
2023-06-18 16:53:25 +02:00
Architecture: linux-any
2023-02-23 21:02:57 +01:00
Multi-Arch: no
2023-06-18 16:53:25 +02:00
Depends: mangohud (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
2023-02-23 21:02:57 +01:00
Suggests: gamescope,
Description: Application to render MangoHud with gamescope
MangoHud is a highly customizable overlay for Vulkan and OpenGL application to
monitoring FPS, temperatures, CPU/GPU load and more.
.
This package contains an application called mangoapp to use mangohud with the
gamescope compositor.
Package: mangohudctl
Section: misc
2023-06-18 16:53:25 +02:00
Architecture: linux-any
2023-02-23 21:02:57 +01:00
Multi-Arch: no
2023-06-18 16:53:25 +02:00
Depends: mangohud (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
2023-02-23 21:02:57 +01:00
Description: Application to control MangoHud
MangoHud is a highly customizable overlay for Vulkan and OpenGL application to
monitoring FPS, temperatures, CPU/GPU load and more.
.
This package contains an optional CLI application to control MangoHud.
2023-06-18 16:53:25 +02:00