From: Sven Neumann <s.neumann@raumfeld.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 3/3] new package: gupnp-av
Date: Thu, 6 Oct 2011 15:14:17 +0200 [thread overview]
Message-ID: <1317906857-24169-4-git-send-email-s.neumann@raumfeld.com> (raw)
In-Reply-To: <1317906857-24169-1-git-send-email-s.neumann@raumfeld.com>
GUPnP-AV is a collection of helpers for building AV (audio/video)
applications using GUPnP.
Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
---
package/Config.in | 1 +
package/gupnp-av/Config.in | 8 ++++++++
package/gupnp-av/gupnp-av.mk | 17 +++++++++++++++++
3 files changed, 26 insertions(+), 0 deletions(-)
create mode 100755 package/gupnp-av/Config.in
create mode 100755 package/gupnp-av/gupnp-av.mk
diff --git a/package/Config.in b/package/Config.in
index bf143f4..4c1c372 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -323,6 +323,7 @@ endif
menu "Networking"
source "package/gssdp/Config.in"
source "package/gupnp/Config.in"
+source "package/gupnp-av/Config.in"
source "package/libcgi/Config.in"
source "package/libcgicc/Config.in"
source "package/libcurl/Config.in"
diff --git a/package/gupnp-av/Config.in b/package/gupnp-av/Config.in
new file mode 100755
index 0000000..3b7537d
--- /dev/null
+++ b/package/gupnp-av/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_GUPNP_AV
+ bool "gupnp-av"
+ depends on BR2_PACKAGE_GUPNP
+ help
+ GUPnP-AV is a collection of helpers for building AV (audio/video)
+ applications using GUPnP.
+
+ http://www.gupnp.org/
diff --git a/package/gupnp-av/gupnp-av.mk b/package/gupnp-av/gupnp-av.mk
new file mode 100755
index 0000000..ed1b3fb
--- /dev/null
+++ b/package/gupnp-av/gupnp-av.mk
@@ -0,0 +1,17 @@
+#############################################################
+#
+# gupnp-av
+#
+#############################################################
+
+GUPNP_AV_VERSION = 0.6.3
+GUPNP_AV_SOURCE = gupnp-av-$(GUPNP_AV_VERSION).tar.gz
+GUPNP_AV_SITE = http://www.gupnp.org/sites/all/files/sources
+GUPNP_AV_INSTALL_STAGING = YES
+
+GUPNP_AV_CONF_ENV = \
+ ac_cv_path_GLIB_GENMARSHAL=$(LIBGLIB2_HOST_BINARY)
+
+GUPNP_AV_DEPENDENCIES = host-pkg-config host-libglib2 gupnp
+
+$(eval $(call AUTOTARGETS))
--
1.7.4.1
next prev parent reply other threads:[~2011-10-06 13:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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
2011-10-06 13:14 ` [Buildroot] [PATCH 2/3] new package: gupnp Sven Neumann
2011-10-06 13:14 ` Sven Neumann [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-08-10 8:41 [Buildroot] [PATCH 1/3] new package: gssdp Sven Neumann
2011-08-10 8:41 ` [Buildroot] [PATCH 3/3] new package: gupnp-av Sven Neumann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1317906857-24169-4-git-send-email-s.neumann@raumfeld.com \
--to=s.neumann@raumfeld.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox