23a96901e5
0.12.7 ====== Changes since 0.12.6: - Remove use of deprecated INCLUDES. - Fix GUPnPDIDLLiteObject namespace getters. - Avoid warnings on missing protocol info. - Require vapigen 0.22 to avoid endless loop on VAPI generation. Bugs fixed in this release: - https://bugzilla.gnome.org/show_bug.cgi?id=740265 - https://bugzilla.gnome.org/show_bug.cgi?id=741103 - https://bugzilla.gnome.org/show_bug.cgi?id=741555 - https://bugzilla.gnome.org/show_bug.cgi?id=740365 All contributors to this release: - Sven Neumann <neumann@teufel.de> - Jens Georg <mail@jensge.org> - Philip Withnall <philip.withnall@collabora.co.uk>
21 lines
568 B
Makefile
21 lines
568 B
Makefile
# $NetBSD: Makefile,v 1.26 2015/01/17 09:25:20 wiz Exp $
|
|
|
|
DISTNAME= gupnp-av-0.12.7
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gupnp-av/0.12/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gupnp.org/
|
|
COMMENT= Helpers for audio/video applications using GUPnP
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= gupnp-av-1.0.pc.in
|
|
|
|
.include "../../devel/gobject-introspection/buildlink3.mk"
|
|
.include "../../net/gupnp/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|