Both are odd errors:
_ffmpeg_ver="${_ffmpeg_ver#*:}"
_ffmpeg_ver="${_ffmpeg_ver%.*}"
should cut the string down to the major ffmpeg version number, and with that, -gt 5
should work. At least it did in my tests?
patch
should come with https://archlinux.org/packages/core/any/base-devel/, which is more or less a requirement for building things from the AUR anyway, which is why it wouldn't be added as a dependency, as it's assumed installed at this point.
Still probably helpful should anyone else come upon those issues, so thanks for pointing out solutions :)
Pinned Comments
lsf commented on 2025-01-01 21:28 (UTC)
Please refrain from abusing the flagging of a package as out of date for build issues. This is not what it is supposed to be used for.
I automatically get notified of comments to this package. I do not need to be notified of whatever build problems occur (whether they are an individual's problems or the actual package's problems) twice, and not via flagging it out of date.
Issues with this package can also be reported at https://codeberg.org/librewolf/issues/issues (as it is also maintained there, at https://codeberg.org/librewolf/arch, too).