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: | 2.87 |
First Submitted: | 2022-09-05 15:23 (UTC) |
Last Updated: | 2025-03-07 15:59 (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, clang-minimal-gitAUR, clang17-binAUR) (make)
- cmake (cmake-gitAUR, cmake3AUR) (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 (1)
- bcml-git (optional)
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 .. 3 4 5 6 7 8 9 10 Next › Last »
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.
kescherAUR commented on 2022-10-15 19:25 (UTC)
@FabioLolix regarding the git submodules: It's a waste of space, bandwidth and time (it really slows things down) to first fetch the entire repo and only then going back to a specific commit. So I'll leave that the way it is right now.
Muflone commented on 2022-10-15 14:16 (UTC)
@kescherAUR thank you for maintaining the package starting from today
please be careful before you add new co-maintainers though
kescherAUR commented on 2022-10-15 13:44 (UTC)
I have already locally changed the nproc thing to use MAKEFLAGS instead. I am going to take a look at the submodules later.
FabioLolix commented on 2022-10-15 13:39 (UTC)
btw, specifying the commit in git submodules is not needed (git submodule config/update in prepare() automatically take care of that), don't use -j $(nproc) (don't override users settings, on your computer edit makepkg.conf)
kescherAUR commented on 2022-10-15 13:34 (UTC)
Will push an update later today.
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 Next › Last »