Search Criteria
Package Details: librist-git 0.2.10.r0.g1e80550-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/librist-git.git (read-only, click to copy) |
---|---|
Package Base: | librist-git |
Description: | A library that can be used to add the RIST protocol to applications (git version) |
Upstream URL: | https://code.videolan.org/rist/librist/ |
Licenses: | BSD |
Conflicts: | librist |
Provides: | librist |
Submitter: | dbermond |
Maintainer: | dbermond |
Last Packager: | dbermond |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2021-03-26 19:27 (UTC) |
Last Updated: | 2023-11-02 15:30 (UTC) |
Dependencies (7)
Required by (12)
- ffmpeg-amd-full (requires librist)
- ffmpeg-amd-full-git (requires librist)
- ffmpeg-full (requires librist)
- ffmpeg-full-git (requires librist)
- ffmpeg-obs (requires librist)
- mistserver (requires librist)
- mistserver (requires librist) (make)
- obs-studio-browser (requires librist)
- obs-studio-git (requires librist)
- obs-studio-liberty (requires librist)
- obs-studio-rc (requires librist)
- obs-studio-tytan652 (requires librist)
Latest Comments
dbermond commented on 2021-05-26 22:03 (UTC)
This is an issue with gcc 11. I have opened an bug report at the upstream project some days ago and I was expecting a faster fix from them. But since it looks like that their fix will take longer, I have patched it downstream here. Package building fine now.
davelupt commented on 2021-05-26 19:48 (UTC)
I experienced the same issue listed here where it was failing to build as a result of the expansion of RIST_FALLTHROUGH. I was able to over come this by:
Removing -Wpedantic and -pedantic-error from build.ninja. Running meson setup --wipe Rerunning makepkg