Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] new package: gssdp
@ 2011-08-10  8:41 Sven Neumann
  2011-08-10  8:41 ` [Buildroot] [PATCH 2/3] new package: gupnp Sven Neumann
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Sven Neumann @ 2011-08-10  8:41 UTC (permalink / raw)
  To: buildroot

GSSDP implements resource discovery and announcement over SSDP.

Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
---
 package/Config.in       |    1 +
 package/gssdp/Config.in |   11 +++++++++++
 package/gssdp/gssdp.mk  |   17 +++++++++++++++++
 3 files changed, 29 insertions(+), 0 deletions(-)
 create mode 100755 package/gssdp/Config.in
 create mode 100755 package/gssdp/gssdp.mk

diff --git a/package/Config.in b/package/Config.in
index 7112e05..5d6b402 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -316,6 +316,7 @@ endmenu
 endif
 
 menu "Networking"
+source "package/gssdp/Config.in"
 source "package/libcgi/Config.in"
 source "package/libcgicc/Config.in"
 source "package/libcurl/Config.in"
diff --git a/package/gssdp/Config.in b/package/gssdp/Config.in
new file mode 100755
index 0000000..7287e69
--- /dev/null
+++ b/package/gssdp/Config.in
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_GSSDP
+	bool "gssdp"
+	select BR2_PACKAGE_LIBSOUP
+	depends on BR2_USE_WCHAR
+	help
+          GSSDP implements resource discovery and announcement over SSDP.
+
+	  http://www.gupnp.org
+
+comment "gssdp requires a toolchain with WCHAR support"
+	depends on !BR2_USE_WCHAR
diff --git a/package/gssdp/gssdp.mk b/package/gssdp/gssdp.mk
new file mode 100755
index 0000000..0094ecc
--- /dev/null
+++ b/package/gssdp/gssdp.mk
@@ -0,0 +1,17 @@
+#############################################################
+#
+# gssdp
+#
+#############################################################
+
+GSSDP_VERSION = 0.8.2
+GSSDP_SOURCE = gssdp-$(GSSDP_VERSION).tar.gz
+GSSDP_SITE = http://www.gupnp.org/sites/all/files/sources
+GSSDP_INSTALL_STAGING = YES
+
+GSSDP_CONF_ENV = \
+	ac_cv_path_GLIB_GENMARSHAL=$(LIBGLIB2_HOST_BINARY)
+
+GSSDP_DEPENDENCIES = host-pkg-config host-libglib2 libsoup
+
+$(eval $(call AUTOTARGETS,package,gssdp))
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [Buildroot] GUPnP packages (update)
@ 2011-10-06 13:14 Sven Neumann
  2011-10-06 13:14 ` [Buildroot] [PATCH 1/3] new package: gssdp Sven Neumann
  0 siblings, 1 reply; 9+ messages in thread
From: Sven Neumann @ 2011-10-06 13:14 UTC (permalink / raw)
  To: buildroot

Resubmitting these packages updated to reflect recent changes
in the buildroot package infrastructure.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-10-06 13:14 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-10  8:41 [Buildroot] [PATCH 1/3] new package: gssdp Sven Neumann
2011-08-10  8:41 ` [Buildroot] [PATCH 2/3] new package: gupnp Sven Neumann
2011-08-10  8:41 ` [Buildroot] [PATCH 3/3] new package: gupnp-av Sven Neumann
2011-08-10  9:01 ` [Buildroot] [PATCH 1/3] new package: gssdp Yann E. MORIN
2011-08-10 10:18   ` Sven Neumann
2011-09-07 19:48 ` Peter Korsgaard
2011-09-07 19:48   ` Peter Korsgaard
2011-10-04 11:52   ` Sven Neumann
  -- strict thread matches above, loose matches on Subject: below --
2011-10-06 13:14 [Buildroot] GUPnP packages (update) Sven Neumann
2011-10-06 13:14 ` [Buildroot] [PATCH 1/3] new package: gssdp Sven Neumann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox