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.17 |
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 .. 5 6 7 8 9 10
atomo commented on 2022-09-10 23:11 (UTC) (edited on 2022-09-10 23:11 (UTC) by atomo)
Hey, getting this error:
Anuskuss commented on 2022-09-06 17:19 (UTC)
@chris_l I used to makedepend LLVM in my old PKGBUILD back when GCC didn't work but I must've missed it when I removed that hard requirement, so that's on me. Now it'll check if Clang and LLVM are installed before attempting to build with it, but it'll still respect whatever the user has configured.
chris_l commented on 2022-09-06 11:45 (UTC)
@Anuskuss I found the problem. It was because I didn't had installed llvm. After installing it, it compiled fine.
I had installed base-devel, but that doesn't include llvm. So I think llvm should be included as a makedepend
Anuskuss commented on 2022-09-06 01:03 (UTC)
@chris_l No idea, need more log. If you're online right now, you can message me on Discord (Anuskuss#6340). I feel like it's faster to talk there, otherwise you can just post a full log here as well (maybe upload it to something like Pastebin though).
For starters, go into the cemu directory (~/.cache/yay/cemu), edit the PKGBUILD to add "-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON" to the "cmake" command and then run "makepkg -s &> log.txt".
chris_l commented on 2022-09-06 00:15 (UTC)
Hi! I'm getting this error:
Maybe it is missing some dev dependency?
Anuskuss commented on 2022-09-05 18:05 (UTC)
@patlefort Patch is no longer necessary. Should be good now.
patlefort commented on 2022-09-05 17:05 (UTC)
The xdg.patch isn't applying:
« First ‹ Previous 1 .. 5 6 7 8 9 10