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: | 32 |
Popularity: | 2.50 |
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-gitAUR, sdl2-compat-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) (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 .. 10 Next › Last »
kescherAUR commented on 2024-09-12 22:49 (UTC)
Yes, build broken with fmt 11, I know.
kescherAUR commented on 2024-08-27 23:26 (UTC)
Yes, indeed, impeccable timing, everyone :D
Anyway: With this release, I finally also restore upstream naming (Capitalized instead of lowercase) for directories. This means you'll need to move your config dirs before your next Cemu start!
To do this, simply run:
HurricanePootis commented on 2024-08-26 20:47 (UTC)
this timing is awesome......
wins1ey commented on 2024-08-26 19:21 (UTC)
@kescherAUR good news, that is now the case.
kescherAUR commented on 2024-08-26 12:54 (UTC)
@abouvier Unfortunately, the prior package maintainer chose to replace the patch version with the number of Git revisions.
I highly disagree with that decision, but I also don't want to bump the package's epoch. I also don't want to break expectations set by versions either.
Therefore, until a release tag after 2.0 is made (2.1, 3.0, ...), I will keep this version as-is. I've made preparations in the PKGBUILD already for an easy switch once this is the case.
abouvier commented on 2024-08-24 03:52 (UTC)
Where does this version string come from? It should just be
2.0.94
, exactly like the git tag that is fetched.kescherAUR commented on 2024-08-16 14:34 (UTC)
@HurricanePootis Yes, I agree with this. This is why the former maintainer of this package did this in the first place. Me having to change the prepare function due to git changes was what ended up causing the issue you described.
Currently, I specifically remove the submodules of vcpkg and Vulkan-Headers: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=cemu&id=e13613b9ae0d98e089b87aff73b9ebdb15f2ad88#n69
I have also validated that the build, after fetching only the source array and nothing else, works completely offline. So yes, after your patch suggestion, which I partially applied (still with fixed commit hashes, however), this is working fine again.
HurricanePootis commented on 2024-08-14 17:15 (UTC)
@kescherAUR the point of having all the submodules in the source array is not that we are going to use them. It's that you are going to download them anyways, so it's better to have them in your
source()
so, for whatever reason, thesrc/
folder gets nuked, you don't have to spend bandwidth redownloading this.kescherAUR commented on 2024-07-29 15:43 (UTC)
2.0-91 is just a fix for CI builds - so not relevant to end-users.
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.
« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »