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)
- nasm (nasm-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- rapidjson (rapidjson-gitAUR) (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- alsa-lib (optional) – Audio output
- vulkan-driver (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, swiftshader-gitAUR, amdvlk-debugAUR, amdvlk-2023q3.3AUR, amdvlk-2021q2.5AUR, amdvlk-gitAUR, vulkan-amdgpu-pro-legacyAUR, mesa-wsl2-gitAUR, vulkan-radeon-amd-bc250AUR, nvidia-525xx-utilsAUR, nvidia-510xx-utilsAUR, vulkan-nouveau-gitAUR, nvidia-utils-teslaAUR, vulkan-amdgpu-proAUR, nvidia-vulkan-utilsAUR, amdonly-gaming-vulkan-radeon-gitAUR, nvidia-390xx-utilsAUR, nvidia-470xx-utilsAUR, vulkan-terakanAUR, mesa-gitAUR, nvidia-550xx-utilsAUR, mesa-minimal-gitAUR, nvidia-535xx-utilsAUR, nvidia-utils-betaAUR, amdvlk, nvidia-utils, vulkan-dzn, vulkan-gfxstream, vulkan-intel, vulkan-nouveau, vulkan-radeon, vulkan-swrast, vulkan-virtio) (optional) – Vulkan graphics
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 9 10 Next › Last »
Max-P commented on 2022-12-20 04:55 (UTC)
This package doesn't build with aurutils due to it running bash in strict mode (set -eu).
I would recommend adding
|| true
to the clang makedepends, like this:Basically the issue is that
$CC
and$CXX
may not exist, which throws an error that needs to be caught by adding the|| true
as a fallback.That said, I'm curious as to what is the purpose of adding this to makedepends if its use is conditional to the user already specifying they want to compile with clang? Obviously the dependency is going to exist already, so I don't see a reason to marking it as a makedepend in the first place. It's not required to build cemu therefore it shouldn't be there, at best it's an optional makedepend which isn't really a thing. The user is already specifying an overriden compiler, I don't think it's the package's job to care at that point. PKGBUILDs also expect a fully up to date system by definition, so specifying clang>=12 is also a bit redundant, as the current version is 14.0.6.
kescherAUR commented on 2022-12-15 22:44 (UTC)
@WillTreaty
which
is part of thebase-devel
group. https://wiki.archlinux.org/title/PKGBUILD#makedependseclairevoyant commented on 2022-12-15 22:43 (UTC)
@WillTreaty No it doesn't; search on the wiki about the AUR and read section 1.
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.
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »