GUPnP implements the UPnP specification: resource announcement and discovery, description, control, event notification, and presentation (GUPnP includes basic web server functionality through libsoup). Changes to net/gupnp: 1.2.1 ===== - Fix a deadlock when cancelling an action - Do not call-back a cancelled action - Fix public dependencies Bugs fixed in this release: - https://gitlab.gnome.org/GNOME/gupnp/issues/7 All contributors to this release: - Jens Georg <mail@jensge.org> 1.2.0 ===== - Release 1.2.0 (no changes noted)
25 lines
895 B
Makefile
25 lines
895 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2019/08/20 13:16:43 wiz Exp $
|
|
|
|
BUILDLINK_TREE+= gupnp12
|
|
|
|
.if !defined(GUPNP12_BUILDLINK3_MK)
|
|
GUPNP12_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gupnp12+= gupnp12>=1.2
|
|
BUILDLINK_PKGSRCDIR.gupnp12?= ../../net/gupnp12
|
|
|
|
.include "../../mk/bsd.fast.prefs.mk"
|
|
.if (!empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly" || ${OPSYS} == "Darwin") && (!defined(USE_INTERNAL_UUID) || empty(USE_INTERNAL_UUID:M[Yy][Ee][Ss]))
|
|
pre-configure:
|
|
if ! ${TEST} -e ${BUILDLINK_DIR}/lib/pkgconfig/uuid.pc; then cp ${BUILDLINK_PKGSRCDIR.gupnp12}/files/uuid.pc ${BUILDLINK_DIR}/lib/pkgconfig/uuid.pc; fi
|
|
.else
|
|
.include "../../devel/libuuid/buildlink3.mk"
|
|
.endif
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../net/libsoup/buildlink3.mk"
|
|
.include "../../net/gssdp12/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.endif # GUPNP12_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gupnp12
|