2023-02-23 21:01:36 +01:00
|
|
|
Source: gamescope
|
|
|
|
Section: games
|
|
|
|
Priority: optional
|
|
|
|
Maintainer: Debian Games Team <team+pkg-games@tracker.debian.org>
|
|
|
|
Uploaders: Stephan Lachnit <stephanlachnit@debian.org>
|
|
|
|
Rules-Requires-Root: no
|
|
|
|
Build-Depends:
|
|
|
|
debhelper-compat (= 13),
|
|
|
|
meson,
|
|
|
|
pkg-config,
|
|
|
|
libx11-dev,
|
|
|
|
libxdamage-dev,
|
|
|
|
libxcomposite-dev,
|
|
|
|
libxrender-dev,
|
|
|
|
libxext-dev,
|
|
|
|
libxfixes-dev,
|
|
|
|
libxxf86vm-dev,
|
|
|
|
libxtst-dev,
|
|
|
|
libxres-dev,
|
|
|
|
libdrm-dev,
|
|
|
|
libvulkan-dev,
|
2023-10-07 11:39:24 +02:00
|
|
|
vulkan-headers,
|
2023-02-23 21:01:36 +01:00
|
|
|
libwayland-dev,
|
|
|
|
wayland-protocols,
|
|
|
|
libxkbcommon-dev,
|
|
|
|
libcap-dev,
|
|
|
|
libsdl2-dev,
|
|
|
|
libpipewire-0.3-dev,
|
|
|
|
libstb-dev,
|
|
|
|
libwlroots-dev,
|
|
|
|
libliftoff-dev,
|
|
|
|
glslang-tools,
|
|
|
|
cmake,
|
|
|
|
hwdata,
|
|
|
|
hwdata-dev,
|
|
|
|
libopenvr-dev,
|
2023-05-11 10:36:59 +02:00
|
|
|
vkroots-headers | vkroots-dev | vkroots,
|
2023-02-23 21:01:36 +01:00
|
|
|
libxmuu-dev,
|
|
|
|
libxmu-dev,
|
2023-05-11 10:36:59 +02:00
|
|
|
libdisplay-info-dev,
|
2023-02-23 21:01:36 +01:00
|
|
|
libjsoncpp-dev,
|
|
|
|
xwayland,
|
2023-05-11 10:59:34 +02:00
|
|
|
libglm-dev,
|
2023-07-28 22:06:35 +02:00
|
|
|
libbenchmark-dev,
|
2023-02-23 21:01:36 +01:00
|
|
|
Standards-Version: 4.6.1
|
|
|
|
Homepage: https://github.com/Plagman/gamescope
|
|
|
|
Vcs-Browser: https://salsa.debian.org/games-team/gamescope
|
|
|
|
Vcs-Git: https://salsa.debian.org/games-team/gamescope.git
|
|
|
|
|
|
|
|
Package: gamescope
|
|
|
|
Architecture: any
|
|
|
|
Depends:
|
|
|
|
${shlibs:Depends},
|
|
|
|
${misc:Depends},
|
|
|
|
xwayland,
|
2023-05-11 10:36:59 +02:00
|
|
|
vkroots-headers,
|
|
|
|
libdisplay-info0,
|
2023-02-23 21:01:36 +01:00
|
|
|
hwdata,
|
|
|
|
Suggests:
|
|
|
|
libcap2-bin,
|
|
|
|
Description: Micro-compositor for game scaling
|
|
|
|
Gamescope wraps your games to give them scaling and fullscreen options. It
|
|
|
|
provides a Wayland compositor to your games, but gamescope runs under both
|
|
|
|
Wayland and X.org.
|
|
|
|
.
|
|
|
|
Your game sees a virtual display at the resolution you specified. You see a
|
|
|
|
scaled view in a window or fullscreen. This is useful when either the game or
|
|
|
|
your system do not permit running the game at native window/screen sizes. You
|
|
|
|
can also use integer scaling to keep your pixels sharp and pixelated.
|