Search Criteria
Package Details: cemu 2.4-2
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: | 29 |
Popularity: | 2.15 |
First Submitted: | 2022-09-05 15:23 (UTC) |
Last Updated: | 2024-12-01 18:41 (UTC) |
Dependencies (25)
- boost-libs
- fmt (fmt-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libzip (libzip-gitAUR)
- llvm-libs (llvm-libs-rocm-gitAUR, llvm-libs-gitAUR)
- pugixml (pugixml-gitAUR)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- 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-rocm-gitAUR, llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (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-rocm-gitAUR, llvm-gitAUR, llvm-minimal-gitAUR) (make)
- nasm (nasm-gitAUR) (make)
- Show 5 more dependencies...
Required by (1)
- bcml-git (optional)
Sources (7)
- fix-glslang-link.patch
- git+https://github.com/arsenm/sanitizers-cmake.git#commit=aab6948fa863bc1cbe5d0850bc46b9ef02ed4c1a
- git+https://github.com/cemu-project/Cemu#tag=v2.4
- 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 Next › Last »
saburouta commented on 2022-12-09 11:05 (UTC)
Has anyone had any luck getting Cemu to build against system wxwidgets? Is there a config option for that?
kescherAUR commented on 2022-12-03 20:48 (UTC)
@zijan08 I assume you mean boost-libs. Yes, you are correct, I've added it to the depends array.
zijan08 commented on 2022-12-03 20:20 (UTC)
Install worked for me but cemu will crash when attempting to run. To fix, I needed to run the following,
yay -S boot-libs
. Rebuild not needed and worked flawlessly after. I am on Arch distribution EndeavourOS.kescherAUR commented on 2022-11-03 20:32 (UTC)
@goeiecool9999 Good point, I've added this.
goeiecool9999 commented on 2022-11-03 20:23 (UTC) (edited on 2022-11-03 20:24 (UTC) by goeiecool9999)
When cemu crashes it looks up symbols in the
.symtab
section for the backtrace to avoid having to use -rdynamic. Arch's default is tostrip --strip-unneeded
all executables but for cemu this results in no function names in the crash logs. Could you addoptions=(!strip)
so the final executable keeps it's symbol table? Even though cemu's GitHub page officially only supports Ubuntu, if any stray developer sees a crashlog and wants to look into it themselves a crashlog with proper function names could be a huge help if they can't reproduce it personally.kescherAUR commented on 2022-10-19 22:12 (UTC)
@christooss thanks for the heads-up. I went ahead and did the submodule--helper thing for now, and the package is indeed building again.
christooss commented on 2022-10-19 20:46 (UTC)
I had problems updating/installing this package. There was some change to git that might need a change in this PKGBUILD
https://bbs.archlinux.org/viewtopic.php?pid=2062953
abouvier commented on 2022-10-16 15:50 (UTC)
The repos are always fully cloned, whatever commit you specify.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »