Search Criteria
Package Details: cemu 2.6-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/cemu.git (read-only, click to copy) |
---|---|
Package Base: | cemu |
Description: | Software to emulate Wii U games and applications on PC |
Upstream URL: | https://cemu.info |
Keywords: | emulator wii-u |
Licenses: | MPL2 |
Submitter: | Anuskuss |
Maintainer: | kescherAUR |
Last Packager: | kescherAUR |
Votes: | 35 |
Popularity: | 1.22 |
First Submitted: | 2022-09-05 15:23 (UTC) |
Last Updated: | 2025-05-21 13:33 (UTC) |
Dependencies (26)
- bluez-libs (bluez-gitAUR)
- boost-libs
- fmt (fmt-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libzip (libzip-gitAUR)
- llvm-libs (llvm-libs-gitAUR)
- pugixml (pugixml-gitAUR)
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- wayland-protocols (wayland-protocols-gitAUR)
- wxwidgets-gtk3 (wxwidgets-gtk3-gitAUR, wxwidgets-gtk3-lightAUR)
- boost (boost-gitAUR) (make)
- clang (llvm-gitAUR, clang17-binAUR, clang-minimal-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glm (glm-gitAUR) (make)
- glslang (glslang-gitAUR) (make)
- glu (glu-gitAUR) (make)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
- Show 6 more dependencies...
Required by (0)
Sources (6)
- git+https://github.com/arsenm/sanitizers-cmake.git#commit=aab6948fa863bc1cbe5d0850bc46b9ef02ed4c1a
- git+https://github.com/cemu-project/Cemu#tag=v2.6
- git+https://github.com/Exzap/ZArchive.git#commit=d2c717730092c7bf8cbb033b12fd4001b7c4d932
- git+https://github.com/google/googletest.git#commit=800f5422ac9d9e0ad59cd860a2ef3a679588acb4
- git+https://github.com/mozilla/cubeb.git#commit=2071354a69aca7ed6df3b4222e305746c2113f60
- git+https://github.com/ocornut/imgui.git#commit=f65bcf481ab34cd07d3909aab1479f409fa79f2f
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
kescherAUR commented on 2023-01-26 23:35 (UTC)
@HurricanePootis I've moved the package to simply use clang and ninja, as suggested by upstream. However, this means it will now ignore
MAKEFLAGS
entirely. I may add a small "parser" that gets the last-j
/--jobs
option within the variable and passes it as an option to ninja in the future, however.HurricanePootis commented on 2023-01-24 15:38 (UTC)
May you please remove your
nproc
from the PKGBUILD? PKGBUILDs should respect the makeflags set already in/etc/makepkg.conf
kescherAUR commented on 2023-01-19 06:48 (UTC)
@DexyStorm in that case, please do what the now-deleted comment of yet another alt account by the former maintainer said and report the exact issue upstream at https://github.com/cemu-project/Cemu/issues.
DexyStorm commented on 2023-01-19 06:43 (UTC)
@kescherAUR
i ran
yay --rebuild -S cemu
but unfortunately still same problem
kescherAUR commented on 2023-01-16 04:42 (UTC)
@DexyStorm I can't reproduce your issue, but I'm using AMD graphics, so if it's an NVIDIA issue, I can't really test it. If you've previously had Cemu installed, would you mind trying a clean build with
yay --rebuild -S cemu
?DexyStorm commented on 2023-01-16 00:09 (UTC) (edited on 2023-01-16 02:33 (UTC) by DexyStorm)
IDK what im doing wrong but when i try to run it, it get
Unhandled unknown exception; terminating the application.
i installed it with yay.
Kernel: 6.1.6-arch1-1
GPU: NVIDIA GeForce RTX 2070 SUPER
X11
kescherAUR commented on 2023-01-08 22:18 (UTC)
@Max-P ah, sorry. yep, it seems you were right. I didn't test enough then.
Max-P commented on 2023-01-08 22:05 (UTC)
It looks like ${CC-} wasn't quite enough to not trip errexit. It looks like to be because assigning the return value of a failed command to a variable is not enough to satisfy strict mode.
So I think we'll have to add the
|| true
anyway to make it work, because now even though the${CC-}
fixes the unbound variable, the test expression[[ ... ]]
still returns false, so the whole$(...)
expression is false.To test:
kescherAUR commented on 2022-12-29 06:12 (UTC)
v2.0-25 fixes an issue for macOS only, as far as I can tell.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »