Thanks @alerque, for maintaining this package. I had an issue with the compilation, so I had to apply the next patch:
--- a/pjnath/src/pjnath/upnp.c
+++ b/pjnath/src/pjnath/upnp.c
@@ -423,7 +423,7 @@
}
/* UPnP client callback. */
-static int client_cb(Upnp_EventType event_type, const void *event,
+static int client_cb(Upnp_EventType event_type, void *event,
void * user_data)
{
/* Ignore if already uninitialized or incorrect user data. */
Pinned Comments
alerque commented on 2020-02-22 05:37 (UTC)
PSA: I've started hosting this and also many other packages I maintain in the AUR as prebuilt packages in my repository for those that want to install them using
pacmanwithout messing around with building from the AUR.