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: | 3.06 |
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 2 3 4 5 6 7 8 .. 10 Next › Last »
kescherAUR commented on 2024-05-09 09:44 (UTC)
@HurricanePootis I see now what a prior comment by @FabioLolix meant - your comment patch is indeed pointing this issue out well. Thanks for that.
I am, however, still not adding vcpkg and Vulkan-Headers to the source array. The main reason for that is: - We genuinely do not need vcpkg here (it's disabled in
build()
) - We use thevulkan-headers
package as a dependency instead of the submodule, and this is intentional.Additionally, I am keeping the direct references to specific commits, as it allows checksums to be used still.
Still, this is better now. Thanks again.
HurricanePootis commented on 2024-05-09 02:37 (UTC)
Hey, you are doing your submodules wrong. I've noticed that although you are cloning them in your
source()
array, due to how you are trying to do the submodules in yourprepare()
function, you just end up cloning them again from the internet. I have made the process better with this patch, and also added some missing submodules which should always be cloned:kescherAUR commented on 2024-03-24 18:24 (UTC)
@That1Calculator if you mean bumping the version dependency of llvm-libs, yes, that should definitely be at 17 by now
kescherAUR commented on 2024-03-24 11:57 (UTC)
@That1Calculator llvm-libs is already a dep, and the build works without llvm17-libs entirely, so, I don't think so
That1Calculator commented on 2024-03-08 00:02 (UTC)
llvm17-libs needs to be added as a makedep
kescherAUR commented on 2023-12-22 00:58 (UTC)
@hirak99 Patch included. Thanks for pointing it out!
hirak99 commented on 2023-12-09 06:04 (UTC)
No longer builds.
This patch makes it build on Arch - https://github.com/cemu-project/Cemu/issues/1034#issuecomment-1837576438
Should it be included in the package so it works for everyone?
lesto commented on 2023-10-21 12:26 (UTC)
@kescherAUR can confirm that is the issue, thanks! somehow that link was still blue for me, and I did some research before asking!
kescherAUR commented on 2023-10-07 15:11 (UTC) (edited on 2023-10-07 15:11 (UTC) by kescherAUR)
@lesto I can't reproduce your issue entirely, but "//include" not being found indicates that you may be having the exact same issues as described here: https://bbs.archlinux.org/viewtopic.php?id=276831
If your
PATH
contains/bin
or/sbin
, get rid of it, this should resolve the issue.lesto commented on 2023-10-06 09:53 (UTC) (edited on 2023-10-06 09:54 (UTC) by lesto)
fmt
issue is closed on the repo.I get the error
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »