Package Details: retroarch-git 1.22.2.r2002.4c2c1776cf-1

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)

Required by (11)

Sources (1)

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 smbclient is being explicitly passed to the configure script 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 the glslang and SPIRV-Cross git sources plus the git submodule init/update calls in prepare() have no effect on the build; the submodule commands silently do nothing on regular-tree paths, and the fetched clones are never read by build(). Removing the two extra sources and the whole prepare() 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

📦[parker@archlinux retroarch-git]$ paru libsmb2
no packages match search

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 has ffmpeg-obs installed instead of the normal one in extra, 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-ffmpeg to the ./configure command 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)

Vaporeon commented on 2021-09-20 03:20 (CEST)
How come jack support is disabled in this package? I enabled it and it works fine.

I've tried Jack on 1.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.conf as lld, etc :v

LD retroarch
obj-unix/release/input/drivers/linuxraw_input.o: file not recognized: file format not recognized
clang-12: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [Makefile:201: retroarch] Error 1
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build 'retroarch-git-1.8.7.r89.7cbb79277d-1'

Vaporeon commented on 2021-09-20 01:20 (UTC) (edited on 2021-09-20 01:23 (UTC) by Vaporeon)

How come jack support is disabled in this package? I enabled it and it works fine.