Search Criteria
Package Details: obs-replay-source 1.8.1-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: | 2025-01-31 17:42 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- obs-studio (obs-studio-gitAUR, obs-studio-browserAUR, obs-studio-tytan652AUR, obs-studio-libertyAUR, teb-obsAUR, obs-studio-rcAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
bkb commented on 2023-08-10 13:44 (UTC)
Make
aur/obs-replay-source-binpschmitt 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.hThe Arch package for uthash puts
uthash.hin/usr/include/uthash.hthough.The dirtyfix:
It might make sense to path the upstream build script.