summaryrefslogtreecommitdiff
path: root/net/gupnp-av
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-08-02 11:37:20 +0000
committerdrochner <drochner@pkgsrc.org>2009-08-02 11:37:20 +0000
commitaca9ec92995f3a05684ce1c5792d9d00d3d9895d (patch)
tree2a78e319d2120b0d6457c74820ba208aa5bc1db9 /net/gupnp-av
parentf80f8f88fbf02a4e57d41b72db14a8d90c4c14ff (diff)
downloadpkgsrc-aca9ec92995f3a05684ce1c5792d9d00d3d9895d.tar.gz
add gupnp-av-0.4.1, helpers for audio/video applications using GUPnP
Diffstat (limited to 'net/gupnp-av')
-rw-r--r--net/gupnp-av/DESCR2
-rw-r--r--net/gupnp-av/Makefile20
-rw-r--r--net/gupnp-av/PLIST27
-rw-r--r--net/gupnp-av/buildlink3.mk14
-rw-r--r--net/gupnp-av/distinfo5
5 files changed, 68 insertions, 0 deletions
diff --git a/net/gupnp-av/DESCR b/net/gupnp-av/DESCR
new file mode 100644
index 00000000000..fae4d91bd42
--- /dev/null
+++ b/net/gupnp-av/DESCR
@@ -0,0 +1,2 @@
+GUPnP-AV is a collection of helpers for building AV (audio/video)
+applications using GUPnP.
diff --git a/net/gupnp-av/Makefile b/net/gupnp-av/Makefile
new file mode 100644
index 00000000000..2fb16453c5b
--- /dev/null
+++ b/net/gupnp-av/Makefile
@@ -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
+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 --git a/net/gupnp-av/PLIST b/net/gupnp-av/PLIST
new file mode 100644
index 00000000000..bddad9ed95f
--- /dev/null
+++ b/net/gupnp-av/PLIST
@@ -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 --git a/net/gupnp-av/buildlink3.mk b/net/gupnp-av/buildlink3.mk
new file mode 100644
index 00000000000..97b88de001f
--- /dev/null
+++ b/net/gupnp-av/buildlink3.mk
@@ -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 --git a/net/gupnp-av/distinfo b/net/gupnp-av/distinfo
new file mode 100644
index 00000000000..da14eb32b50
--- /dev/null
+++ b/net/gupnp-av/distinfo
@@ -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