yuzu
https://yuzu-emu.org/
yuzu is an open-source Nintendo Switch emulator/debugger written in C++ and with portability in mind.
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout Emulators/yuzu && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000640 640 Bytes | |
_servicedata | 0000000243 243 Bytes | |
compatibility_list.json | 0001801327 1.72 MB | |
nx_tzdb.patch | 0000001358 1.33 KB | |
yuzu-0.1639.tar.xz | 0037716024 36 MB | |
yuzu.changes | 0000790269 772 KB | |
yuzu.spec | 0000004593 4.49 KB |
Comments 5
build error looks like a linter type issue in cubeb gitmodule
[ 247s] cd /home/abuild/rpmbuild/BUILD/yuzu-20191202/build/externals/libressl/crypto && /usr/bin/cc -DAES_ASM -DARCHITECTURE_x86_64=1 -DBSAES_ASM -DGHASH_ASM -DHAVE_ASPRINTF -DHAVE_CLOCK_GETTIME -DHAVE_ERR_H -DHAVE_EXPLICIT_BZERO -DHAVE_GETAUXVAL -DHAVE_GETENTROPY -DHAVE_GETPAGESIZE -DHAVE_MEMMEM -DHAVE_REALLOCARRAY -DHAVE_STRCASECMP -DHAVE_STRNDUP -DHAVE_STRNLEN -DHAVE_STRSEP -DHAVE_TIMEGM -DLIBRESSL_INTERNAL -DMD5_ASM -DOPENSSLDIR=\"/usr/etc/ssl\" -DOPENSSL_BN_ASM_GF2m -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_NO_HW_PADLOCK -DRSA_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DSIZEOF_TIME_T=8 -DVPAES_ASM -DWHIRLPOOL_ASM -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_GNU_SOURCE -D_POSIX_SOURCE -D_BEGIN_HIDDEN_DECLS="" -D_END_HIDDEN_DECLS="" -I/home/abuild/rpmbuild/BUILD/yuzu-20191202/externals/libressl/crypto/. -I/home/abuild/rpmbuild/BUILD/yuzu-20191202/externals/libressl/crypto/../include -I/home/abuild/rpmbuild/BUILD/yuzu-20191202/externals/libressl/crypto/../include/compat -I/home/abuild/rpmbuild/BUILD/yuzu-20191202/externals/libressl/crypto/asn1 -I/home/abuild/rpmbuild/BUILD/yuzu-20191202/externals/libressl/crypto/bn -I/home/abuild/rpmbuild/BUILD/yuzu-20191202/externals/libressl/crypto/dsa -I/home/abuild/rpmbuild/BUILD/yuzu-20191202/externals/libressl/crypto/evp -I/home/abuild/rpmbuild/BUILD/yuzu-20191202/externals/libressl/crypto/modes -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -O2 -g -DNDEBUG -fPIC -Wno-pointer-sign -o CMakeFiles/crypto.dir/ec/ec2_smpl.c.o -c /home/abuild/rpmbuild/BUILD/yuzu-20191202/externals/libressl/crypto/ec/ec2_smpl.c [ 247s] /home/abuild/rpmbuild/BUILD/yuzu-20191202/externals/cubeb/src/cubeb_utils.cpp: In function 'size_t cubeb_sample_size(cubeb_sample_format)': [ 247s] /home/abuild/rpmbuild/BUILD/yuzu-20191202/externals/cubeb/src/cubeb_utils.cpp:19:5: error: control reaches end of non-void function [-Werror=return-type] [ 247s] 19 | default: [ 247s] | ^~~~~~~ [ 247s] cc1plus: some warnings being treated as errors [ 247s] make[2]: *** [externals/cubeb/CMakeFiles/cubeb.dir/build.make:141: externals/cubeb/CMakeFiles/cubeb.dir/src/cubeb_utils.cpp.o] Error 1 [ 247s] make[2]: Leaving directory '/home/abuild/rpmbuild/BUILD/yuzu-20191202/build' [ 247s] make[1]: *** [CMakeFiles/Makefile2:1320: externals/cubeb/CMakeFiles/cubeb.dir/all] Error 2 [ 247s] make[1]: *** Waiting for unfinished jobs....
Fixed
This package does not build right now. The last published package is complaining about libboost_conext1_79 not being available to install. home:malkavi seems to be the same version (0859) and it seems to work.
Looks like builds are working again
I found that this package doesn't provide UI translations... But the flatpak version does have translations. Is here something missing?