Search Criteria
Package Details: retroarch-git 1.22.2.r2002.4c2c1776cf-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/retroarch-git.git (read-only, click to copy) |
|---|---|
| Package Base: | retroarch-git |
| Description: | Reference frontend for the libretro API (Git-latest) |
| Upstream URL: | https://www.libretro.com/ |
| Keywords: | emulator games libretro retroarch |
| Licenses: | GPL-3.0-only |
| Groups: | libretro |
| Conflicts: | retroarch |
| Provides: | retroarch |
| Submitter: | Themaister |
| Maintainer: | elitedev |
| Last Packager: | elitedev |
| Votes: | 80 |
| Popularity: | 0.91 |
| First Submitted: | 2012-04-22 13:08 (UTC) |
| Last Updated: | 2026-06-16 05:29 (UTC) |
Dependencies (42)
- alsa-lib
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-whisper-gitAUR, ffmpeg-gitAUR, ffmpeg-decklinkAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-full-llvmAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- fribidi (fribidi-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- libass.so (libass-gitAUR, libass)
- libdrm (libdrm-gitAUR)
- libfreetype.so (freetype2-qdoled-aw3225qfAUR, freetype2-qdoled-gen3AUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-woledAUR, freetype2, lib32-freetype2)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utils-macbookAUR, libglvnd)
- libpipewire (libpipewire-gitAUR, libpipewire-full-gitAUR, libpipewire-ldacAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libsixel (libsixel-gitAUR)
- libudev.so (lib32-systemd-gitAUR, systemd-libs-selinuxAUR, unshitted-systemd-libsAUR, systemd-liberated-libs-gitAUR, systemd-libs-gitAUR, lib32-systemd, systemd-libs)
- libusb (libusb-gitAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxext (libxext-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- Show 22 more dependencies...
Required by (11)
- chimera (requires retroarch)
- highscore (requires retroarch) (optional)
- libretro-database-git (requires retroarch) (optional)
- libretro-meta (requires retroarch)
- libretro-shaders-all-git (requires retroarch) (make)
- libretro-shaders-slang-git (requires retroarch) (optional)
- retroarch-assets-git (requires retroarch) (optional)
- retroarch-autoconfig-udev-git (requires retroarch)
- retroarch-joypad-autoconfig-git (requires retroarch) (optional)
- retroarch-session (requires retroarch)
- retroarch-standalone-service (requires retroarch)
Latest Comments
1 2 3 4 5 6 .. 9 Next › Last »
elitedev commented on 2026-06-20 17:12 (UTC)
libsmb2 is now vendored in-tree and system packaging is no longer required to build this feature.
RogueScholar commented on 2026-06-20 07:40 (UTC)
Please pardon my confusion, @elitedev, but didn't you indicate here that you created a libsmb2-git package to satisfy the build dependencies for the cloud synced settings feature? I see that the package does indeed exist, however it's not depended on by this one, and indeed (as of this writing)
--disable smbclientis being explicitly passed to theconfigurescript invocation. Even the recent commit log seems to read as though the messages for each changeset are describing the opposite of what's taking place therein, LOL.I would be most obliged to you for any clarity that could be provided.
BujuArena commented on 2026-04-23 16:45 (UTC)
RetroArch no longer uses submodules for glslang or SPIRV-Cross. Both are vendored in-tree under
deps/, so theglslangandSPIRV-Crossgit sources plus thegit submodule init/updatecalls inprepare()have no effect on the build; the submodule commands silently do nothing on regular-tree paths, and the fetched clones are never read bybuild(). Removing the two extra sources and the wholeprepare()would shave time off the build and prevent irrelevant fetch failures (like a GitHub 500 like I just saw for the SPIRV-Cross source which led me to discovering all this).elitedev commented on 2026-02-06 03:27 (UTC) (edited on 2026-02-06 04:17 (UTC) by elitedev)
Doesn't look like it's been packaged for Arch anywhere, might need first I suppose.
I've created a package for this: libsmb2-git
parkerlreed commented on 2026-02-04 06:13 (UTC) (edited on 2026-02-04 06:14 (UTC) by parkerlreed)
Umm wait a second where does libsmb2 exist? I dont see it
elitedev commented on 2026-02-04 05:58 (UTC)
Any chance you can add optional build dependency for libsmb2 to support the new samba integration?
ThatOneSeong commented on 2025-08-09 04:44 (UTC) (edited on 2025-10-06 18:09 (UTC) by ThatOneSeong)
Just wanted to comment that, at least on my system, building RetroArch from scratch causes certain cores (namely Flycast) to crash to desktop starting from commit
d862f87(seems to correlate with the addition of an ffmpeg-based camera driver, despite explicitly setting no camera driver at all). System currently hasffmpeg-obsinstalled instead of the normal one inextra, for hopefully obvious reasons. AppImage version works just fine.EDIT (10/07): The issue still occurs even when building with a stock
ffmpeg, but appending--disable-ffmpegto the./configurecommand in the build stage seems to resolve crashing with cores like Flycast. Still not sure why this is the case, but eh.Maniaxx commented on 2023-09-01 21:44 (UTC) (edited on 2023-09-01 21:47 (UTC) by Maniaxx)
I've tried
Jackon1.15.0.r809.078df8ba39(20230901) and retroarch crashes immediately on startup. Probably uses (too) old Jack API.Neko-san commented on 2021-09-20 21:31 (UTC) (edited on 2021-09-21 04:03 (UTC) by Neko-san)
Compiling RetroArch fails when using Clang with LTO enabled and with the linker set in
makepkg.confaslld, etc :vVaporeon commented on 2021-09-20 01:20 (UTC) (edited on 2021-09-20 01:23 (UTC) by Vaporeon)
How come
jacksupport is disabled in this package? I enabled it and it works fine.1 2 3 4 5 6 .. 9 Next › Last »