56 lines
1.9 KiB
Text
56 lines
1.9 KiB
Text
|
Source: yuzu
|
||
|
Section: games
|
||
|
Priority: optional
|
||
|
Maintainer: Andrea Pappacoda <andrea@pappacoda.it>
|
||
|
Build-Depends: debhelper-compat (= 13)
|
||
|
Build-Depends-Arch: catch2 (>= 2.13.7) <!nocheck>,
|
||
|
cmake (>= 3.15),
|
||
|
glslang-tools,
|
||
|
libavcodec-dev,
|
||
|
libavutil-dev,
|
||
|
libboost-context-dev,
|
||
|
libboost-dev,
|
||
|
libcpp-httplib-dev,
|
||
|
libcpp-jwt-dev,
|
||
|
libcubeb-dev,
|
||
|
libdynarmic-dev (>= 6.2.0),
|
||
|
libenet-dev,
|
||
|
libfmt-dev (>= 9.0.0),
|
||
|
libinih-dev,
|
||
|
liblz4-dev (>= 1.8),
|
||
|
libmbedtls-dev,
|
||
|
libmicroprofile-dev,
|
||
|
libopus-dev,
|
||
|
libsdl2-dev,
|
||
|
libswscale-dev,
|
||
|
libusb-1.0-0-dev,
|
||
|
libva-dev,
|
||
|
libxbyak-dev,
|
||
|
libzstd-dev (>= 1.5),
|
||
|
nlohmann-json3-dev (>= 3.8),
|
||
|
pkg-config,
|
||
|
qtbase5-dev,
|
||
|
qtbase5-private-dev,
|
||
|
qtmultimedia5-dev,
|
||
|
qttools5-dev,
|
||
|
qtwebengine5-dev,
|
||
|
spirv-headers,
|
||
|
zlib1g-dev (>= 1.2)
|
||
|
Standards-Version: 4.6.1
|
||
|
Homepage: https://yuzu-emu.org
|
||
|
Vcs-Git: https://salsa.debian.org/debian/yuzu.git
|
||
|
Vcs-Browser: https://salsa.debian.org/debian/yuzu
|
||
|
Rules-Requires-Root: no
|
||
|
|
||
|
Package: yuzu
|
||
|
Architecture: any-amd64
|
||
|
Depends: sse4.2-support,
|
||
|
${misc:Depends},
|
||
|
${shlibs:Depends}
|
||
|
Description: Nintendo Switch Emulator
|
||
|
yuzu is an experimental open-source emulator for the Nintendo Switch
|
||
|
from the creators of Citra.
|
||
|
.
|
||
|
It is written in C++ with portability in mind, with builds actively
|
||
|
maintained for Windows and Linux.
|