Search Criteria
Package Details: replay-sorcery-git r282.d8d5921-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/replay-sorcery-git.git (read-only, click to copy) |
---|---|
Package Base: | replay-sorcery-git |
Description: | Open-source, instant-replay solution for Linux |
Upstream URL: | https://github.com/matanui159/ReplaySorcery |
Keywords: | shadowplay |
Licenses: | GPL-3.0-only |
Conflicts: | replay-sorcery |
Provides: | replay-sorcery |
Submitter: | murlakatamenka |
Maintainer: | HurricanePootis |
Last Packager: | HurricanePootis |
Votes: | 2 |
Popularity: | 0.57 |
First Submitted: | 2020-07-25 18:19 (UTC) |
Last Updated: | 2024-04-02 03:05 (UTC) |
Dependencies (7)
- ffmpeg (ffmpeg-intel-full-gitAUR, ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-fullAUR, ffmpeg-gitAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- libx11 (libx11-gitAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libdrm (libdrm-gitAUR) (optional) – listing kms devices
- pulseaudio (pulseaudio-dummyAUR, pulseaudio-gitAUR) (optional) – recording audio
Required by (2)
- steamtinkerlaunch (requires replay-sorcery) (optional)
- steamtinkerlaunch-git (requires replay-sorcery) (optional)
Latest Comments
1 2 3 Next › Last »
melvyn2 commented on 2023-09-11 20:39 (UTC)
I don't use arch anymore so I will no longer be maintaining packages here
melvyn2 commented on 2022-11-13 18:52 (UTC)
fixed
snogard commented on 2022-11-13 18:32 (UTC)
build fails because of the update to git submodule:
fatal: transport 'file' not allowed
fatal: clone of '../libbacktrace' into submodule path .cache/paru/clone/replay-sorcery-git/src/replay-sorcery/dep/libbacktrace' failed
micwoj92 commented on 2022-09-12 09:00 (UTC)
Typo, optdependss should be optdepends.
melvyn2 commented on 2022-03-26 06:37 (UTC)
@Billli11 thank you, I felt that I was missing a couple things, but I didn't check because it built right the first time. Should work now!
Billli11 commented on 2022-03-26 06:33 (UTC) (edited on 2022-03-26 06:36 (UTC) by Billli11)
@melvyn2
Thanks for updating the AUR.
But currently the patch failed to be applied if BUILDDIR is set in makepkg.conf.
According to the wiki page.
The patch file should added to the source and use ${srcdir} to locate the file.
Thanks.
melvyn2 commented on 2022-03-26 04:47 (UTC)
Upstream is unmaintained/looking for someone to adopt the package: https://github.com/matanui159/ReplaySorcery/issues/146
I've manually added a patch to include the needed FFmpeg header, which should fix the missing identifier compile error.
guglovich commented on 2022-03-12 16:29 (UTC)
/tmp/yay/replay-sorcery-git/src/replay-sorcery/src/audio/pulsedev.c: In function «rsPulseDeviceCreate»: /tmp/yay/replay-sorcery-git/src/replay-sorcery/src/audio/pulsedev.c:315:37: error: «AV_CH_LAYOUT_MONO» not described (first use in this function) 315 | device->params->channel_layout = AV_CH_LAYOUT_MONO; | ^~~~~~~~~~~~~~~~~ /tmp/yay/replay-sorcery-git/src/replay-sorcery/src/audio/pulsedev.c:315:37: note: each undescribed identifier is reported once in each function where it occurs
make[2]: [CMakeFiles/replay-sorcery.dir/build.make:272: CMakeFiles/replay-sorcery.dir/src/audio/pulsedev.c.o] Error 1 make[2]: directory exit «/tmp/yay/replay-sorcery-git/src/replay-sorcery/build» make[1]: [CMakeFiles/Makefile2:86: CMakeFiles/replay-sorcery.dir/all] Error 2 make[1]: directory exit «/tmp/yay/replay-sorcery-git/src/replay-sorcery/build» make: *** [Makefile:136: all] Error 2 make: directory exit «/tmp/yay/replay-sorcery-git/src/replay-sorcery/build» ==> ERROR: There has been a failure in build(). Abort... -> assembly error: replay-sorcery-git
murlakatamenka commented on 2021-09-01 10:19 (UTC)
Switched to
make install
in the end, should've been done this way much earlier.1 2 3 Next › Last »