Package Details: mistserver 3.10-2

Git Clone URL: https://aur.archlinux.org/mistserver.git (read-only, click to copy)
Package Base: mistserver
Description: The MistServer media server toolkit
Upstream URL: https://mistserver.org
Licenses: Unlicense
Submitter: Thulinma
Maintainer: Thulinma
Last Packager: Thulinma
Votes: 1
Popularity: 0.080298
First Submitted: 2017-08-10 14:55 (UTC)
Last Updated: 2026-02-01 22:18 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

Thulinma commented on 2026-02-01 22:14 (UTC)

Ah, well spotted! I forgot about that. Will add it now. And yes, we force the fallback because the AUR package for libusrsctp doesn't include a pkgbuild file, so meson can't detect it being installed properly. Hopefully that changes at some point 🤔

GaKu999 commented on 2026-02-01 21:54 (UTC) (edited on 2026-02-01 22:08 (UTC) by GaKu999)

Please add 'git' as makedepends whenever you may. This uses git internally in the build process and it will fail on a devchroot without it.

Build log snippet:

Looking for a fallback subproject for the dependency usrsctp because:
Use of fallback dependencies is forced.
ERROR: Subproject usrsctp is buildable: NO

meson.build:185:18: ERROR: Git program not found, cannot download usrsctp.wrap via git.

EDIT: It won't use 'libusrsctp' either if it's installed, it will always try to get it via git.