Search Criteria
Package Details: xemu-git 0.8.4.r0.g4571967472-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/xemu-git.git (read-only, click to copy) |
---|---|
Package Base: | xemu-git |
Description: | Original Xbox emulator (fork of XQEMU) |
Upstream URL: | https://xemu.app/ |
Keywords: | console emulation emulator game microsoft xbox xiso |
Licenses: | GPL-2.0-only |
Conflicts: | xemu |
Provides: | xemu |
Submitter: | abouvier |
Maintainer: | abouvier |
Last Packager: | abouvier |
Votes: | 11 |
Popularity: | 0.122479 |
First Submitted: | 2020-09-28 02:28 (UTC) |
Last Updated: | 2025-01-03 03:58 (UTC) |
Dependencies (39)
- dtc (dtc-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- glslang (glslang-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libcpp-httplib.so (cpp-httplib-gitAUR, cpp-httplib-compiledAUR)
- libepoxy.so (lib32-libepoxy, libepoxy)
- libgdk-3.so (gtk3-no_deadkeys_underlineAUR, gtk3-gitAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3, lib32-gtk3)
- libglib-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libgobject-2.0.so (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR, glib2, lib32-glib2)
- libgtk-3.so (gtk3-no_deadkeys_underlineAUR, gtk3-gitAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3, lib32-gtk3)
- libkeyutils.so (keyutils-gitAUR, keyutils)
- libpcap.so (libpcap-gitAUR, lib32-libpcap, libpcap)
- libpixman-1.so (pixman-gitAUR, pixman)
- libsamplerate.so (libsamplerate-gitAUR, lib32-libsamplerate, libsamplerate)
- libslirp.so (libslirp)
- libtomlplusplus.so (tomlplusplus)
- libxxhash.so (xxhash)
- sdl2 (sdl2-compat-gitAUR, sdl2-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR) (make)
- glu (glu-gitAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (make)
- keyutils (keyutils-gitAUR) (make)
- libepoxy (libepoxy-gitAUR) (make)
- libpcap (libpcap-gitAUR) (make)
- libsamplerate (libsamplerate-gitAUR) (make)
- libslirp (make)
- meson (meson-gitAUR) (make)
- nlohmann-json (nlohmann-json-gitAUR) (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- pixman (pixman-gitAUR) (make)
- python-yaml (python-yaml-gitAUR) (make)
- tomlplusplus (make)
- vulkan-headers (vulkan-headers-gitAUR) (make)
- vulkan-icd-loader (vulkan-icd-loader-gitAUR) (make)
- xxhash (xxhash-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 Next › Last »
abouvier commented on 2022-01-31 05:02 (UTC) (edited on 2022-01-31 05:03 (UTC) by abouvier)
PKGBUILDs are not supposed to support every compiler.
It's up to you to add these variables in your environment.
Neko-san commented on 2022-01-30 23:59 (UTC)
Putting this at the top of the build function fixes compiling Xemu with clang:
Neko-san commented on 2021-09-20 21:43 (UTC)
Aaaaand, it did get removed, partially They kept the LD export but not exactly as it's required for Xemu as mentioned in the Github conversation
Not be overly negative but... it's stuff like this that makes me not want to contribute to the wiki :/
Neko-san commented on 2021-09-17 23:24 (UTC)
I just added it.
In my experience, contributing to the Arch Wiki just gets my additions removed but we'll see if it doesn't this time :/
abouvier commented on 2021-09-17 20:07 (UTC)
It's time to edit the wiki at https://wiki.archlinux.org/title/Clang to add your discoveries ;)
Neko-san commented on 2021-09-17 08:58 (UTC)
I mean, yeah, I did that but this info isn't in the Arch Wiki and anyone else happening upon it probably would have to goose-chase to find out :v
abouvier commented on 2021-09-17 06:22 (UTC) (edited on 2021-09-17 17:57 (UTC) by abouvier)
Why not add these variables/flags in your
makepkg.conf
file like you did forCC
/CXX
? :pIt will fix every PKGBUILD that you're building with clang+LTO.
Neko-san commented on 2021-09-16 05:59 (UTC)
@abouvier Apparently, exporting these variables:
in the PKGBUILD fixes the LTO error.
Maybe add a detection handling for when Clang is used and when LTO is active?
I'd offer a suggestion but I'm not as experienced with understanding what
makepkg
does and doesn't like in these kinds of scenarios :Vabouvier commented on 2021-09-16 01:36 (UTC)
Enabling
lto
works withgcc
, but apparently not withclang
. You should report it upstream :pNeko-san commented on 2021-09-16 01:25 (UTC)
Yeah, sorry Lol
I edited and mentioned I have a different issue now
« First ‹ Previous 1 2 3 4 Next › Last »