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
| 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: | http://www.libretro.com/ |
| Keywords: | emulator games libretro retroarch |
| Licenses: | GPL |
| Groups: | libretro |
| Conflicts: | retroarch |
| Provides: | retroarch |
| Submitter: | Themaister |
| Maintainer: | parkerlreed |
| Last Packager: | parkerlreed |
| Votes: | 78 |
| Popularity: | 0.000542 |
| First Submitted: | 2012-04-22 13:08 (UTC) |
| Last Updated: | 2026-02-04 06:20 (UTC) |
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
Umm wait a second where does libsmb2 exist? I dont see it
📦[parker@archlinux retroarch-git]$ paru libsmb2
no packages match search
Any chance you can add optional build dependency for libsmb2 to support the new samba integration?
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.
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.
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'
How come jack support is disabled in this package? I enabled it and it works fine.
Currently the Qt bits fail to compile. Either use --disable-qt passed to configure or set the standard flags to c++14 (been unsuccessful with this one so far)
@fuzzbop thanks updated
@Terence Adding it now
I think this package needs to depends on perl-net-dbus, otherwise I see this when launching a dolphin game (Mario Kart Double Dash):
Can't locate Net/DBus.pm in @INC (you may need to install the Net::DBus module) (@INC contains: /usr/lib/perl5/5.30/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/5.30/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/5.30/core_perl /usr/share/perl5/core_perl) at -e line 6.
BEGIN failed--compilation aborted at -e line 6.
Pinned Comments
ProfessorKaos64 commented on 2016-09-20 15:28 (UTC) (edited on 2016-10-21 15:28 (UTC) by ProfessorKaos64)