GUPnP is an object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible. GUPnP DLNA is a small utility library that aims to ease the DLNA-related tasks such as media profile guessing, transcoding to a given profile, etc. GUPnP DLNA is free software released under the GNU LGPL.
27 lines
805 B
Makefile
27 lines
805 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/10/05 12:43:53 ryo-on Exp $
|
|
#
|
|
|
|
DISTNAME= gupnp-dlna-0.4.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.gupnp.org/sites/all/files/sources/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gupnp.org/
|
|
COMMENT= GUPnP DLNA is a small DLNA-related utility library
|
|
LICENSE= gnu-lgpl-v2.1
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= gupnp-dlna-1.0.pc.in
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../net/gupnp/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.gstreamer0.10+= gstreamer0.10>=0.10.29.2
|
|
.include "../../multimedia/gstreamer0.10/buildlink3.mk"
|
|
.include "../../multimedia/gst-plugins0.10-base/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|