Package Details: librist-git 0.2.6.r41.g8c604c4-1

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.000001
First Submitted: 2021-03-26 19:27 (UTC)
Last Updated: 2021-10-23 15:10 (UTC)

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