1cbe64519f
Temporary workaround until #1027182 is fixed. Gbp-Dch: Ignore
56 lines
2 KiB
Text
56 lines
2 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:native,
|
|
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,
|
|
libvulkan-dev (>= 1.3.213),
|
|
libxbyak-dev [any-amd64],
|
|
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.2
|
|
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 any-arm64
|
|
Depends: sse4.2-support [any-amd64],
|
|
${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.
|