Search Criteria
Package Details: obs-replay-source 1.8.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/obs-replay-source.git (read-only, click to copy) |
---|---|
Package Base: | obs-replay-source |
Description: | Plugin to (slow motion) instant replay sources from memory |
Upstream URL: | https://obsproject.com/forum/resources/replay-source.686/ |
Keywords: | obs obs-studio plugin replay |
Licenses: | GPL-2.0-or-later |
Submitter: | tytan652 |
Maintainer: | tytan652 |
Last Packager: | tytan652 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-02-01 15:45 (UTC) |
Last Updated: | 2024-08-08 18:00 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- obs-studio (obs-studio-libertyAUR, obs-studio-gitAUR, obs-studio-tytan652AUR, obs-studio-browserAUR, obs-studio-rcAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
bkb commented on 2023-08-10 13:44 (UTC)
Make
aur/obs-replay-source-bin
pschmitt commented on 2023-06-05 09:38 (UTC) (edited on 2023-06-05 09:39 (UTC) by pschmitt)
The build process failed for me because it was explicitly looking for uthash.h in
/usr/include/uthash/uthash.h
The Arch package for uthash puts
uthash.h
in/usr/include/uthash.h
though.The dirtyfix:
It might make sense to path the upstream build script.