705a0712b5
* Enable gobject-introspection support. Changelog: 0.12.2 ====== Changes since 0.12.1: - Fix VAPI generation if GObject-introspection version is >= 1.36. - Fix vala bindings for LastChangeParser.parse_last_change. - Small improvement to resource matching. - Fix DIDLLiteContainer.get_total_deleted_child_count return value. - Fix compiling with -Wall -Werror. - Fix gtk-doc warnings. All contributors to this release: Jens Georg <mail@jensge.org> Ludovic Ferrandis <ludovic.ferrandis@intel.com> 0.12.1 ====== Changes since 0.12.0: - Fix compiler warnings. - Update .gitignore. All contributors to this release: Andreas Henriksson <andreas@fatal.se> Krzesimir Nowak <qdlacz@gmail.com>
15 lines
407 B
Makefile
15 lines
407 B
Makefile
# $NetBSD: buildlink3.mk,v 1.17 2013/07/06 16:20:52 ryoon Exp $
|
|
|
|
BUILDLINK_TREE+= gupnp-av
|
|
|
|
.if !defined(GUPNP_AV_BUILDLINK3_MK)
|
|
GUPNP_AV_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gupnp-av+= gupnp-av>=0.12.2
|
|
BUILDLINK_ABI_DEPENDS.gupnp-av+= gupnp-av>=0.12.2
|
|
BUILDLINK_PKGSRCDIR.gupnp-av?= ../../net/gupnp-av
|
|
|
|
.include "../../net/gupnp/buildlink3.mk"
|
|
.endif # GUPNP_AV_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gupnp-av
|