pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/gupnp-av add gupnp-av-0.4.1, helpers for audio/vid...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a019bdb97f67
branches: trunk
changeset: 562597:a019bdb97f67
user: drochner <drochner%pkgsrc.org@localhost>
date: Sun Aug 02 11:37:20 2009 +0000
description:
add gupnp-av-0.4.1, helpers for audio/video applications using GUPnP
diffstat:
net/gupnp-av/DESCR | 2 ++
net/gupnp-av/Makefile | 20 ++++++++++++++++++++
net/gupnp-av/PLIST | 27 +++++++++++++++++++++++++++
net/gupnp-av/buildlink3.mk | 14 ++++++++++++++
net/gupnp-av/distinfo | 5 +++++
5 files changed, 68 insertions(+), 0 deletions(-)
diffs (88 lines):
diff -r 3a2bcf201b21 -r a019bdb97f67 net/gupnp-av/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gupnp-av/DESCR Sun Aug 02 11:37:20 2009 +0000
@@ -0,0 +1,2 @@
+GUPnP-AV is a collection of helpers for building AV (audio/video)
+applications using GUPnP.
diff -r 3a2bcf201b21 -r a019bdb97f67 net/gupnp-av/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gupnp-av/Makefile Sun Aug 02 11:37:20 2009 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/02 11:37:20 drochner Exp $
+#
+
+DISTNAME= gupnp-av-0.4.1
+CATEGORIES= net
+MASTER_SITES= http://www.gupnp.org/sources/gupnp-av/
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://www.gupnp.org/
+COMMENT= Helpers for audio/video applications using GUPnP
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PKGCONFIG_OVERRIDE+= gupnp-av-1.0.pc.in
+
+.include "../../net/gupnp/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3a2bcf201b21 -r a019bdb97f67 net/gupnp-av/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gupnp-av/PLIST Sun Aug 02 11:37:20 2009 +0000
@@ -0,0 +1,27 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/02 11:37:20 drochner Exp $
+include/gupnp-av-1.0/libgupnp-av/gupnp-av.h
+include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-object.h
+include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-parser.h
+include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-resource.h
+include/gupnp-av-1.0/libgupnp-av/gupnp-didl-lite-writer.h
+include/gupnp-av-1.0/libgupnp-av/gupnp-dlna.h
+include/gupnp-av-1.0/libgupnp-av/gupnp-last-change-parser.h
+include/gupnp-av-1.0/libgupnp-av/gupnp-search-criteria-parser.h
+lib/libgupnp-av-1.0.la
+lib/pkgconfig/gupnp-av-1.0.pc
+share/gtk-doc/html/gupnp-av/ch01.html
+share/gtk-doc/html/gupnp-av/gupnp-av-GUPnPDIDLLiteParser.html
+share/gtk-doc/html/gupnp-av/gupnp-av-GUPnPDIDLLiteResource.html
+share/gtk-doc/html/gupnp-av/gupnp-av-GUPnPDIDLLiteWriter.html
+share/gtk-doc/html/gupnp-av/gupnp-av-GUPnPLastChangeParser.html
+share/gtk-doc/html/gupnp-av/gupnp-av-GUPnPSearchCriteriaParser.html
+share/gtk-doc/html/gupnp-av/gupnp-av-UPnP-AV-DIDLLite-Object-handling.html
+share/gtk-doc/html/gupnp-av/gupnp-av.devhelp
+share/gtk-doc/html/gupnp-av/gupnp-av.devhelp2
+share/gtk-doc/html/gupnp-av/home.png
+share/gtk-doc/html/gupnp-av/index.html
+share/gtk-doc/html/gupnp-av/index.sgml
+share/gtk-doc/html/gupnp-av/left.png
+share/gtk-doc/html/gupnp-av/right.png
+share/gtk-doc/html/gupnp-av/style.css
+share/gtk-doc/html/gupnp-av/up.png
diff -r 3a2bcf201b21 -r a019bdb97f67 net/gupnp-av/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gupnp-av/buildlink3.mk Sun Aug 02 11:37:20 2009 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/08/02 11:37:20 drochner Exp $
+
+BUILDLINK_TREE+= gupnp-av
+
+.if !defined(GUPNP_AV_BUILDLINK3_MK)
+GUPNP_AV_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.gupnp-av+= gupnp-av>=0.3.1
+BUILDLINK_PKGSRCDIR.gupnp-av?= ../../net/gupnp-av
+
+.include "../../net/gupnp/buildlink3.mk"
+.endif # GUPNP_AV_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -gupnp-av
diff -r 3a2bcf201b21 -r a019bdb97f67 net/gupnp-av/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/gupnp-av/distinfo Sun Aug 02 11:37:20 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/08/02 11:37:20 drochner Exp $
+
+SHA1 (gupnp-av-0.4.1.tar.gz) = 4ba8912aacaccf1a4b818e206c83ce598c6392e6
+RMD160 (gupnp-av-0.4.1.tar.gz) = da379e13e4f64af222eee0438283facf31c00eac
+Size (gupnp-av-0.4.1.tar.gz) = 340217 bytes
Home |
Main Index |
Thread Index |
Old Index