File: control

package info (click to toggle)
yuzu 0-1734%2Bds-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 51,220 kB
  • sloc: cpp: 429,254; ansic: 38,370; python: 732; pascal: 179; asm: 137; xml: 86; makefile: 49; sh: 29
file content (72 lines) | stat: -rw-r--r-- 1,627 bytes parent folder | download | duplicates (2)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Source: yuzu
Section: games
Priority: optional
Maintainer: Andrea Pappacoda <tachi@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dpkg-build-api (= 1),
Build-Depends-Arch:
 catch2 (>= 2.13.7) <!nocheck>,
 cmake (>= 3.15),
 gamemode-dev [linux-any],
 git,
 glslang-tools,
 libavcodec-dev,
 libavfilter-dev,
 libavutil-dev,
 libboost-context-dev,
 libboost-dev (>= 1.79),
 libcpp-httplib-dev,
 libcpp-jwt-dev,
 libcubeb-dev,
 libdynarmic-dev (>= 6.7.0),
 libenet-dev,
 libfmt-dev (>= 9.0.0),
 liblz4-dev (>= 1.8),
 libmbedtls-dev,
 libmicroprofile-dev,
 liboaknut-dev [any-arm64],
 libopus-dev,
 libsdl2-dev,
 libsimpleini-dev,
 libstb-dev,
 libswscale-dev,
 libusb-1.0-0-dev,
 libva-dev,
 libvulkan-dev (>= 1.3.246),
 libvulkan-memory-allocator-dev,
 libxbyak-dev [any-amd64],
 libzstd-dev (>= 1.5),
 llvm-dev,
 ninja-build,
 nlohmann-json3-dev (>= 3.8),
 pkg-config,
 qt6-base-dev,
 qt6-base-private-dev,
 qt6-multimedia-dev,
 qt6-tools-dev,
 qt6-webengine-dev,
 spirv-headers,
 tzdata,
 tzdata-legacy,
 vulkan-utility-libraries-dev,
 zlib1g-dev (>= 1.2),
Standards-Version: 4.7.0
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
X-Style: black

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.