Buildroot Archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 0/3] new packages gssdp, gupnp and gupnp-av
@ 2015-09-15  8:04 Rahul Bedarkar
  2015-09-15  8:04 ` [Buildroot] [PATCH v2 1/3] gssdp: new package Rahul Bedarkar
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Rahul Bedarkar @ 2015-09-15  8:04 UTC (permalink / raw
  To: buildroot

This series of patch adds three new packages gssdp, gupnp and
gupnp-av.

Changes v1 -> v2:
	PATCH 1/3 - libsoup also needs threads and MMU so add it to list in comment
	          - add <PKG>-VERSION_MAJOR variable (suggested by Vincent Olivert Riera)
	PATCH 2/3 - gssdp also needs wchar, threads and MMU so add it to list in comment
	          - util-linux also needs wchar so add it to list in comment (suggested by Vincent Olivert Riera)
	          - add <PKG>-VERSION_MAJOR variable (suggested by Vincent Olivert Riera)
	PATCH 3/3 - gupnp also needs wchar, threads and MMU so add it to list in comment
	          - add <PKG>-VERSION_MAJOR variable (suggested by Vincent Olivert Riera)

Rahul Bedarkar (3):
  gssdp: new package
  gupnp: new package
  gupnp-av: new package

 package/Config.in              |  3 +++
 package/gssdp/Config.in        | 15 +++++++++++++++
 package/gssdp/gssdp.hash       |  2 ++
 package/gssdp/gssdp.mk         | 16 ++++++++++++++++
 package/gupnp-av/Config.in     | 17 +++++++++++++++++
 package/gupnp-av/gupnp-av.hash |  2 ++
 package/gupnp-av/gupnp-av.mk   | 16 ++++++++++++++++
 package/gupnp/Config.in        | 20 ++++++++++++++++++++
 package/gupnp/gupnp.hash       |  2 ++
 package/gupnp/gupnp.mk         | 16 ++++++++++++++++
 10 files changed, 109 insertions(+)
 create mode 100644 package/gssdp/Config.in
 create mode 100644 package/gssdp/gssdp.hash
 create mode 100644 package/gssdp/gssdp.mk
 create mode 100644 package/gupnp-av/Config.in
 create mode 100644 package/gupnp-av/gupnp-av.hash
 create mode 100644 package/gupnp-av/gupnp-av.mk
 create mode 100644 package/gupnp/Config.in
 create mode 100644 package/gupnp/gupnp.hash
 create mode 100644 package/gupnp/gupnp.mk

-- 
1.9.1

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

* [Buildroot] [PATCH v2 1/3] gssdp: new package
  2015-09-15  8:04 [Buildroot] [PATCH v2 0/3] new packages gssdp, gupnp and gupnp-av Rahul Bedarkar
@ 2015-09-15  8:04 ` Rahul Bedarkar
  2015-09-15 10:41   ` Vicente Olivert Riera
  2015-09-15  8:04 ` [Buildroot] [PATCH v2 2/3] gupnp: " Rahul Bedarkar
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Rahul Bedarkar @ 2015-09-15  8:04 UTC (permalink / raw
  To: buildroot

Reviewed-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com>
Signed-off-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma@imgtec.com>
Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
---
Changes v1 -> v2:
	- libsoup also needs threads and MMU so add it to list in comment
	- add <PKG>-VERSION_MAJOR variable (suggested by Vincent Olivert Riera)
---
 package/Config.in        |  1 +
 package/gssdp/Config.in  | 15 +++++++++++++++
 package/gssdp/gssdp.hash |  2 ++
 package/gssdp/gssdp.mk   | 16 ++++++++++++++++
 4 files changed, 34 insertions(+)
 create mode 100644 package/gssdp/Config.in
 create mode 100644 package/gssdp/gssdp.hash
 create mode 100644 package/gssdp/gssdp.mk

diff --git a/package/Config.in b/package/Config.in
index 030477a..25cc6df 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -981,6 +981,7 @@ menu "Networking"
 	source "package/fmlib/Config.in"
 	source "package/geoip/Config.in"
 	source "package/glib-networking/Config.in"
+	source "package/gssdp/Config.in"
 	source "package/ibrcommon/Config.in"
 	source "package/ibrdtn/Config.in"
 	source "package/libcgi/Config.in"
diff --git a/package/gssdp/Config.in b/package/gssdp/Config.in
new file mode 100644
index 0000000..8314971
--- /dev/null
+++ b/package/gssdp/Config.in
@@ -0,0 +1,15 @@
+config BR2_PACKAGE_GSSDP
+	bool "gssdp"
+	depends on BR2_USE_WCHAR # glib2, libsoup
+	depends on BR2_TOOLCHAIN_HAS_THREADS # glib2, libsoup
+	depends on BR2_USE_MMU # glib2, libsoup
+	select BR2_PACKAGE_LIBGLIB2
+	select BR2_PACKAGE_LIBSOUP
+	help
+	  GSSDP implements resource discovery and announcement over SSDP.
+
+	  http://www.gupnp.org
+
+comment "gssdp needs a toolchain w/ wchar, threads"
+	depends on BR2_USE_MMU
+	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
diff --git a/package/gssdp/gssdp.hash b/package/gssdp/gssdp.hash
new file mode 100644
index 0000000..09b8532
--- /dev/null
+++ b/package/gssdp/gssdp.hash
@@ -0,0 +1,2 @@
+# Hash from: http://ftp.gnome.org/pub/gnome/sources/gssdp/0.13/gssdp-0.13.2.sha256sum:
+sha256 8f663f8a72b66254f5c20a3610ff853ac8d00bf6f253828e37e51579caa34dce  gssdp-0.13.2.tar.xz
diff --git a/package/gssdp/gssdp.mk b/package/gssdp/gssdp.mk
new file mode 100644
index 0000000..d9459a1
--- /dev/null
+++ b/package/gssdp/gssdp.mk
@@ -0,0 +1,16 @@
+################################################################################
+#
+# gssdp
+#
+################################################################################
+
+GSSDP_VERSION_MAJOR = 0.13
+GSSDP_VERSION = $(GSSDP_VERSION_MAJOR).2
+GSSDP_SOURCE = gssdp-$(GSSDP_VERSION).tar.xz
+GSSDP_SITE = http://ftp.gnome.org/pub/gnome/sources/gssdp/$(GSSDP_VERSION_MAJOR)
+GSSDP_LICENSE = LGPLv2+
+GSSDP_LICENSE_FILES = COPYING
+GSSDP_INSTALL_STAGING = YES
+GSSDP_DEPENDENCIES = host-pkgconf libglib2 libsoup
+
+$(eval $(autotools-package))
-- 
1.9.1

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

* [Buildroot] [PATCH v2 2/3] gupnp: new package
  2015-09-15  8:04 [Buildroot] [PATCH v2 0/3] new packages gssdp, gupnp and gupnp-av Rahul Bedarkar
  2015-09-15  8:04 ` [Buildroot] [PATCH v2 1/3] gssdp: new package Rahul Bedarkar
@ 2015-09-15  8:04 ` Rahul Bedarkar
  2015-09-15 10:42   ` Vicente Olivert Riera
  2015-09-15  8:04 ` [Buildroot] [PATCH v2 3/3] gupnp-av: " Rahul Bedarkar
  2015-09-16 20:53 ` [Buildroot] [PATCH v2 0/3] new packages gssdp, gupnp and gupnp-av Thomas Petazzoni
  3 siblings, 1 reply; 8+ messages in thread
From: Rahul Bedarkar @ 2015-09-15  8:04 UTC (permalink / raw
  To: buildroot

Reviewed-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com>
Signed-off-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma@imgtec.com>
Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
---
Changes v1 -> v2:
	- gssdp also needs wchar, threads and MMU so add it to list in comment
	- util-linux also needs wchar so add it to list in comment (suggested by Vincent Olivert Riera)
	- add <PKG>-VERSION_MAJOR variable (suggested by Vincent Olivert Riera)
---
 package/Config.in        |  1 +
 package/gupnp/Config.in  | 20 ++++++++++++++++++++
 package/gupnp/gupnp.hash |  2 ++
 package/gupnp/gupnp.mk   | 16 ++++++++++++++++
 4 files changed, 39 insertions(+)
 create mode 100644 package/gupnp/Config.in
 create mode 100644 package/gupnp/gupnp.hash
 create mode 100644 package/gupnp/gupnp.mk

diff --git a/package/Config.in b/package/Config.in
index 25cc6df..165d00f 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -982,6 +982,7 @@ menu "Networking"
 	source "package/geoip/Config.in"
 	source "package/glib-networking/Config.in"
 	source "package/gssdp/Config.in"
+	source "package/gupnp/Config.in"
 	source "package/ibrcommon/Config.in"
 	source "package/ibrdtn/Config.in"
 	source "package/libcgi/Config.in"
diff --git a/package/gupnp/Config.in b/package/gupnp/Config.in
new file mode 100644
index 0000000..a5ecab7
--- /dev/null
+++ b/package/gupnp/Config.in
@@ -0,0 +1,20 @@
+config BR2_PACKAGE_GUPNP
+	bool "gupnp"
+	depends on BR2_USE_WCHAR # glib2, gssdp, util-linux
+	depends on BR2_TOOLCHAIN_HAS_THREADS # glib2, gssdp
+	depends on BR2_USE_MMU # glib2, gssdp
+	select BR2_PACKAGE_LIBGLIB2
+	select BR2_PACKAGE_GSSDP
+	select BR2_PACKAGE_LIBXML2
+	select BR2_PACKAGE_UTIL_LINUX
+	select BR2_PACKAGE_UTIL_LINUX_LIBUUID
+	help
+	  GUPnP implements the UPnP specification: resource announcement
+	  and discovery, description, control, event notification, and
+	  presentation.
+
+	  http://www.gupnp.org/
+
+comment "gupnp needs a toolchain w/ wchar, threads"
+	depends on BR2_USE_MMU
+	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
diff --git a/package/gupnp/gupnp.hash b/package/gupnp/gupnp.hash
new file mode 100644
index 0000000..597cb42
--- /dev/null
+++ b/package/gupnp/gupnp.hash
@@ -0,0 +1,2 @@
+# Hash from: http://ftp.gnome.org/pub/gnome/sources/gupnp/0.19/gupnp-0.19.4.sha256sum:
+sha256 3c1fb2873cb2f8f152b9d49598d55b15b8f3c1096a03ade46ce69694798fb243  gupnp-0.19.4.tar.xz
diff --git a/package/gupnp/gupnp.mk b/package/gupnp/gupnp.mk
new file mode 100644
index 0000000..85faaa4
--- /dev/null
+++ b/package/gupnp/gupnp.mk
@@ -0,0 +1,16 @@
+################################################################################
+#
+# gupnp
+#
+################################################################################
+
+GUPNP_VERSION_MAJOR = 0.19
+GUPNP_VERSION = $(GUPNP_VERSION_MAJOR).4
+GUPNP_SOURCE = gupnp-$(GUPNP_VERSION).tar.xz
+GUPNP_SITE = http://ftp.gnome.org/pub/gnome/sources/gupnp/$(GUPNP_VERSION_MAJOR)
+GUPNP_LICENSE = LGPLv2+
+GUPNP_LICENSE_FILES = COPYING
+GUPNP_INSTALL_STAGING = YES
+GUPNP_DEPENDENCIES = host-pkgconf libglib2 libxml2 gssdp util-linux
+
+$(eval $(autotools-package))
-- 
1.9.1

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

* [Buildroot] [PATCH v2 3/3] gupnp-av: new package
  2015-09-15  8:04 [Buildroot] [PATCH v2 0/3] new packages gssdp, gupnp and gupnp-av Rahul Bedarkar
  2015-09-15  8:04 ` [Buildroot] [PATCH v2 1/3] gssdp: new package Rahul Bedarkar
  2015-09-15  8:04 ` [Buildroot] [PATCH v2 2/3] gupnp: " Rahul Bedarkar
@ 2015-09-15  8:04 ` Rahul Bedarkar
  2015-09-15 10:42   ` Vicente Olivert Riera
  2015-09-16 20:53 ` [Buildroot] [PATCH v2 0/3] new packages gssdp, gupnp and gupnp-av Thomas Petazzoni
  3 siblings, 1 reply; 8+ messages in thread
From: Rahul Bedarkar @ 2015-09-15  8:04 UTC (permalink / raw
  To: buildroot

GUPnP A/V reference manual https://developer.gnome.org/gupnp-av/
says latest available stable version is 0.11.2 but there are
couple of bug fixes releases after that in same series. It looks
like manual is not up-to-date. Use latest version 0.11.6
of series 0.11 instead.

Reviewed-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com>
Signed-off-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma@imgtec.com>
Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
---
Changes v1 -> v2:
	- gupnp also needs wchar, threads and MMU so add it to list in comment
	- add <PKG>-VERSION_MAJOR variable (suggested by Vincent Olivert Riera)
---
 package/Config.in              |  1 +
 package/gupnp-av/Config.in     | 17 +++++++++++++++++
 package/gupnp-av/gupnp-av.hash |  2 ++
 package/gupnp-av/gupnp-av.mk   | 16 ++++++++++++++++
 4 files changed, 36 insertions(+)
 create mode 100644 package/gupnp-av/Config.in
 create mode 100644 package/gupnp-av/gupnp-av.hash
 create mode 100644 package/gupnp-av/gupnp-av.mk

diff --git a/package/Config.in b/package/Config.in
index 165d00f..4e69c8b 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -983,6 +983,7 @@ menu "Networking"
 	source "package/glib-networking/Config.in"
 	source "package/gssdp/Config.in"
 	source "package/gupnp/Config.in"
+	source "package/gupnp-av/Config.in"
 	source "package/ibrcommon/Config.in"
 	source "package/ibrdtn/Config.in"
 	source "package/libcgi/Config.in"
diff --git a/package/gupnp-av/Config.in b/package/gupnp-av/Config.in
new file mode 100644
index 0000000..5320b82
--- /dev/null
+++ b/package/gupnp-av/Config.in
@@ -0,0 +1,17 @@
+config BR2_PACKAGE_GUPNP_AV
+	bool "gupnp-av"
+	depends on BR2_USE_WCHAR # glib2, gupnp
+	depends on BR2_TOOLCHAIN_HAS_THREADS # glib2, gupnp
+	depends on BR2_USE_MMU # glib2, gupnp
+	select BR2_PACKAGE_LIBGLIB2
+	select BR2_PACKAGE_GUPNP
+	select BR2_PACKAGE_LIBXML2
+	help
+	  GUPnP-AV is a collection of helpers for building AV (audio/video)
+	  applications using GUPnP.
+
+	  http://www.gupnp.org/
+
+comment "gupnp-av needs a toolchain w/ wchar, threads"
+	depends on BR2_USE_MMU
+	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
diff --git a/package/gupnp-av/gupnp-av.hash b/package/gupnp-av/gupnp-av.hash
new file mode 100644
index 0000000..0101ed4
--- /dev/null
+++ b/package/gupnp-av/gupnp-av.hash
@@ -0,0 +1,2 @@
+# Hash from: http://ftp.gnome.org/pub/gnome/sources/gupnp-av/0.11/gupnp-av-0.11.6.sha256sum:
+sha256 401991336babb18c4ebed16e75e0b4d3e5848cff7bb878bbfd54a5d15203c4cc gupnp-av-0.11.6.tar.xz
diff --git a/package/gupnp-av/gupnp-av.mk b/package/gupnp-av/gupnp-av.mk
new file mode 100644
index 0000000..6360c93
--- /dev/null
+++ b/package/gupnp-av/gupnp-av.mk
@@ -0,0 +1,16 @@
+################################################################################
+#
+# gupnp-av
+#
+################################################################################
+
+GUPNP_AV_VERSION_MAJOR = 0.11
+GUPNP_AV_VERSION = $(GUPNP_AV_VERSION_MAJOR).6
+GUPNP_AV_SOURCE = gupnp-av-$(GUPNP_AV_VERSION).tar.xz
+GUPNP_AV_SITE = http://ftp.gnome.org/pub/gnome/sources/gupnp-av/$(GUPNP_AV_VERSION_MAJOR)
+GUPNP_AV_LICENSE = LGPLv2+
+GUPNP_AV_LICENSE_FILES = COPYING
+GUPNP_AV_INSTALL_STAGING = YES
+GUPNP_AV_DEPENDENCIES = host-pkgconf libglib2 libxml2 gupnp
+
+$(eval $(autotools-package))
-- 
1.9.1

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

* [Buildroot] [PATCH v2 1/3] gssdp: new package
  2015-09-15  8:04 ` [Buildroot] [PATCH v2 1/3] gssdp: new package Rahul Bedarkar
@ 2015-09-15 10:41   ` Vicente Olivert Riera
  0 siblings, 0 replies; 8+ messages in thread
From: Vicente Olivert Riera @ 2015-09-15 10:41 UTC (permalink / raw
  To: buildroot

Dear Rahul Bedarkar,

please mark your previous patch as superseded:

http://patchwork.ozlabs.org/patch/517338/

On 09/15/2015 09:04 AM, Rahul Bedarkar wrote:
> Reviewed-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com>
> Signed-off-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma@imgtec.com>
> Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Build test for MIPS architecture:

$ file output/target/usr/lib/libgssdp-1.0.so.3.0.0
output/target/usr/lib/libgssdp-1.0.so.3.0.0: ELF 32-bit MSB shared
object, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked, with
unknown capability 0x41000000 = 0xf676e75, with unknown capability
0x10000 = 0x70403, stripped

Regards,

Vincent.

> ---
> Changes v1 -> v2:
> 	- libsoup also needs threads and MMU so add it to list in comment
> 	- add <PKG>-VERSION_MAJOR variable (suggested by Vincent Olivert Riera)
> ---
>  package/Config.in        |  1 +
>  package/gssdp/Config.in  | 15 +++++++++++++++
>  package/gssdp/gssdp.hash |  2 ++
>  package/gssdp/gssdp.mk   | 16 ++++++++++++++++
>  4 files changed, 34 insertions(+)
>  create mode 100644 package/gssdp/Config.in
>  create mode 100644 package/gssdp/gssdp.hash
>  create mode 100644 package/gssdp/gssdp.mk
> 
> diff --git a/package/Config.in b/package/Config.in
> index 030477a..25cc6df 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -981,6 +981,7 @@ menu "Networking"
>  	source "package/fmlib/Config.in"
>  	source "package/geoip/Config.in"
>  	source "package/glib-networking/Config.in"
> +	source "package/gssdp/Config.in"
>  	source "package/ibrcommon/Config.in"
>  	source "package/ibrdtn/Config.in"
>  	source "package/libcgi/Config.in"
> diff --git a/package/gssdp/Config.in b/package/gssdp/Config.in
> new file mode 100644
> index 0000000..8314971
> --- /dev/null
> +++ b/package/gssdp/Config.in
> @@ -0,0 +1,15 @@
> +config BR2_PACKAGE_GSSDP
> +	bool "gssdp"
> +	depends on BR2_USE_WCHAR # glib2, libsoup
> +	depends on BR2_TOOLCHAIN_HAS_THREADS # glib2, libsoup
> +	depends on BR2_USE_MMU # glib2, libsoup
> +	select BR2_PACKAGE_LIBGLIB2
> +	select BR2_PACKAGE_LIBSOUP
> +	help
> +	  GSSDP implements resource discovery and announcement over SSDP.
> +
> +	  http://www.gupnp.org
> +
> +comment "gssdp needs a toolchain w/ wchar, threads"
> +	depends on BR2_USE_MMU
> +	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
> diff --git a/package/gssdp/gssdp.hash b/package/gssdp/gssdp.hash
> new file mode 100644
> index 0000000..09b8532
> --- /dev/null
> +++ b/package/gssdp/gssdp.hash
> @@ -0,0 +1,2 @@
> +# Hash from: http://ftp.gnome.org/pub/gnome/sources/gssdp/0.13/gssdp-0.13.2.sha256sum:
> +sha256 8f663f8a72b66254f5c20a3610ff853ac8d00bf6f253828e37e51579caa34dce  gssdp-0.13.2.tar.xz
> diff --git a/package/gssdp/gssdp.mk b/package/gssdp/gssdp.mk
> new file mode 100644
> index 0000000..d9459a1
> --- /dev/null
> +++ b/package/gssdp/gssdp.mk
> @@ -0,0 +1,16 @@
> +################################################################################
> +#
> +# gssdp
> +#
> +################################################################################
> +
> +GSSDP_VERSION_MAJOR = 0.13
> +GSSDP_VERSION = $(GSSDP_VERSION_MAJOR).2
> +GSSDP_SOURCE = gssdp-$(GSSDP_VERSION).tar.xz
> +GSSDP_SITE = http://ftp.gnome.org/pub/gnome/sources/gssdp/$(GSSDP_VERSION_MAJOR)
> +GSSDP_LICENSE = LGPLv2+
> +GSSDP_LICENSE_FILES = COPYING
> +GSSDP_INSTALL_STAGING = YES
> +GSSDP_DEPENDENCIES = host-pkgconf libglib2 libsoup
> +
> +$(eval $(autotools-package))
> 

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

* [Buildroot] [PATCH v2 2/3] gupnp: new package
  2015-09-15  8:04 ` [Buildroot] [PATCH v2 2/3] gupnp: " Rahul Bedarkar
@ 2015-09-15 10:42   ` Vicente Olivert Riera
  0 siblings, 0 replies; 8+ messages in thread
From: Vicente Olivert Riera @ 2015-09-15 10:42 UTC (permalink / raw
  To: buildroot

Dear Rahul Bedarkar,

please mark your previous patch as superseded:

http://patchwork.ozlabs.org/patch/517339/

On 09/15/2015 09:04 AM, Rahul Bedarkar wrote:
> Reviewed-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com>
> Signed-off-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma@imgtec.com>
> Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Build test for MIPS architecture:

$ file output/target/usr/lib/libgupnp-1.0.so.4.0.0
output/target/usr/lib/libgupnp-1.0.so.4.0.0: ELF 32-bit MSB shared
object, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked, with
unknown capability 0x41000000 = 0xf676e75, with unknown capability
0x10000 = 0x70403, stripped

Regards,

Vincent.

> ---
> Changes v1 -> v2:
> 	- gssdp also needs wchar, threads and MMU so add it to list in comment
> 	- util-linux also needs wchar so add it to list in comment (suggested by Vincent Olivert Riera)
> 	- add <PKG>-VERSION_MAJOR variable (suggested by Vincent Olivert Riera)
> ---
>  package/Config.in        |  1 +
>  package/gupnp/Config.in  | 20 ++++++++++++++++++++
>  package/gupnp/gupnp.hash |  2 ++
>  package/gupnp/gupnp.mk   | 16 ++++++++++++++++
>  4 files changed, 39 insertions(+)
>  create mode 100644 package/gupnp/Config.in
>  create mode 100644 package/gupnp/gupnp.hash
>  create mode 100644 package/gupnp/gupnp.mk
> 
> diff --git a/package/Config.in b/package/Config.in
> index 25cc6df..165d00f 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -982,6 +982,7 @@ menu "Networking"
>  	source "package/geoip/Config.in"
>  	source "package/glib-networking/Config.in"
>  	source "package/gssdp/Config.in"
> +	source "package/gupnp/Config.in"
>  	source "package/ibrcommon/Config.in"
>  	source "package/ibrdtn/Config.in"
>  	source "package/libcgi/Config.in"
> diff --git a/package/gupnp/Config.in b/package/gupnp/Config.in
> new file mode 100644
> index 0000000..a5ecab7
> --- /dev/null
> +++ b/package/gupnp/Config.in
> @@ -0,0 +1,20 @@
> +config BR2_PACKAGE_GUPNP
> +	bool "gupnp"
> +	depends on BR2_USE_WCHAR # glib2, gssdp, util-linux
> +	depends on BR2_TOOLCHAIN_HAS_THREADS # glib2, gssdp
> +	depends on BR2_USE_MMU # glib2, gssdp
> +	select BR2_PACKAGE_LIBGLIB2
> +	select BR2_PACKAGE_GSSDP
> +	select BR2_PACKAGE_LIBXML2
> +	select BR2_PACKAGE_UTIL_LINUX
> +	select BR2_PACKAGE_UTIL_LINUX_LIBUUID
> +	help
> +	  GUPnP implements the UPnP specification: resource announcement
> +	  and discovery, description, control, event notification, and
> +	  presentation.
> +
> +	  http://www.gupnp.org/
> +
> +comment "gupnp needs a toolchain w/ wchar, threads"
> +	depends on BR2_USE_MMU
> +	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
> diff --git a/package/gupnp/gupnp.hash b/package/gupnp/gupnp.hash
> new file mode 100644
> index 0000000..597cb42
> --- /dev/null
> +++ b/package/gupnp/gupnp.hash
> @@ -0,0 +1,2 @@
> +# Hash from: http://ftp.gnome.org/pub/gnome/sources/gupnp/0.19/gupnp-0.19.4.sha256sum:
> +sha256 3c1fb2873cb2f8f152b9d49598d55b15b8f3c1096a03ade46ce69694798fb243  gupnp-0.19.4.tar.xz
> diff --git a/package/gupnp/gupnp.mk b/package/gupnp/gupnp.mk
> new file mode 100644
> index 0000000..85faaa4
> --- /dev/null
> +++ b/package/gupnp/gupnp.mk
> @@ -0,0 +1,16 @@
> +################################################################################
> +#
> +# gupnp
> +#
> +################################################################################
> +
> +GUPNP_VERSION_MAJOR = 0.19
> +GUPNP_VERSION = $(GUPNP_VERSION_MAJOR).4
> +GUPNP_SOURCE = gupnp-$(GUPNP_VERSION).tar.xz
> +GUPNP_SITE = http://ftp.gnome.org/pub/gnome/sources/gupnp/$(GUPNP_VERSION_MAJOR)
> +GUPNP_LICENSE = LGPLv2+
> +GUPNP_LICENSE_FILES = COPYING
> +GUPNP_INSTALL_STAGING = YES
> +GUPNP_DEPENDENCIES = host-pkgconf libglib2 libxml2 gssdp util-linux
> +
> +$(eval $(autotools-package))
> 

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

* [Buildroot] [PATCH v2 3/3] gupnp-av: new package
  2015-09-15  8:04 ` [Buildroot] [PATCH v2 3/3] gupnp-av: " Rahul Bedarkar
@ 2015-09-15 10:42   ` Vicente Olivert Riera
  0 siblings, 0 replies; 8+ messages in thread
From: Vicente Olivert Riera @ 2015-09-15 10:42 UTC (permalink / raw
  To: buildroot

Dear Rahul Bedarkar,

please mark your previous patch as superseded:

http://patchwork.ozlabs.org/patch/517340/

On 09/15/2015 09:04 AM, Rahul Bedarkar wrote:
> GUPnP A/V reference manual https://developer.gnome.org/gupnp-av/
> says latest available stable version is 0.11.2 but there are
> couple of bug fixes releases after that in same series. It looks
> like manual is not up-to-date. Use latest version 0.11.6
> of series 0.11 instead.
> 
> Reviewed-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com>
> Signed-off-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma@imgtec.com>
> Signed-off-by: Rahul Bedarkar <rahul.bedarkar@imgtec.com>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>

Build test for MIPS architecture:

$ file output/target/usr/lib/libgupnp-av-1.0.so.2.0.0
output/target/usr/lib/libgupnp-av-1.0.so.2.0.0: ELF 32-bit MSB shared
object, MIPS, MIPS32 rel2 version 1 (SYSV), dynamically linked, with
unknown capability 0x41000000 = 0xf676e75, with unknown capability
0x10000 = 0x70403, stripped

Regards,

Vincent.

> ---
> Changes v1 -> v2:
> 	- gupnp also needs wchar, threads and MMU so add it to list in comment
> 	- add <PKG>-VERSION_MAJOR variable (suggested by Vincent Olivert Riera)
> ---
>  package/Config.in              |  1 +
>  package/gupnp-av/Config.in     | 17 +++++++++++++++++
>  package/gupnp-av/gupnp-av.hash |  2 ++
>  package/gupnp-av/gupnp-av.mk   | 16 ++++++++++++++++
>  4 files changed, 36 insertions(+)
>  create mode 100644 package/gupnp-av/Config.in
>  create mode 100644 package/gupnp-av/gupnp-av.hash
>  create mode 100644 package/gupnp-av/gupnp-av.mk
> 
> diff --git a/package/Config.in b/package/Config.in
> index 165d00f..4e69c8b 100644
> --- a/package/Config.in
> +++ b/package/Config.in
> @@ -983,6 +983,7 @@ menu "Networking"
>  	source "package/glib-networking/Config.in"
>  	source "package/gssdp/Config.in"
>  	source "package/gupnp/Config.in"
> +	source "package/gupnp-av/Config.in"
>  	source "package/ibrcommon/Config.in"
>  	source "package/ibrdtn/Config.in"
>  	source "package/libcgi/Config.in"
> diff --git a/package/gupnp-av/Config.in b/package/gupnp-av/Config.in
> new file mode 100644
> index 0000000..5320b82
> --- /dev/null
> +++ b/package/gupnp-av/Config.in
> @@ -0,0 +1,17 @@
> +config BR2_PACKAGE_GUPNP_AV
> +	bool "gupnp-av"
> +	depends on BR2_USE_WCHAR # glib2, gupnp
> +	depends on BR2_TOOLCHAIN_HAS_THREADS # glib2, gupnp
> +	depends on BR2_USE_MMU # glib2, gupnp
> +	select BR2_PACKAGE_LIBGLIB2
> +	select BR2_PACKAGE_GUPNP
> +	select BR2_PACKAGE_LIBXML2
> +	help
> +	  GUPnP-AV is a collection of helpers for building AV (audio/video)
> +	  applications using GUPnP.
> +
> +	  http://www.gupnp.org/
> +
> +comment "gupnp-av needs a toolchain w/ wchar, threads"
> +	depends on BR2_USE_MMU
> +	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
> diff --git a/package/gupnp-av/gupnp-av.hash b/package/gupnp-av/gupnp-av.hash
> new file mode 100644
> index 0000000..0101ed4
> --- /dev/null
> +++ b/package/gupnp-av/gupnp-av.hash
> @@ -0,0 +1,2 @@
> +# Hash from: http://ftp.gnome.org/pub/gnome/sources/gupnp-av/0.11/gupnp-av-0.11.6.sha256sum:
> +sha256 401991336babb18c4ebed16e75e0b4d3e5848cff7bb878bbfd54a5d15203c4cc gupnp-av-0.11.6.tar.xz
> diff --git a/package/gupnp-av/gupnp-av.mk b/package/gupnp-av/gupnp-av.mk
> new file mode 100644
> index 0000000..6360c93
> --- /dev/null
> +++ b/package/gupnp-av/gupnp-av.mk
> @@ -0,0 +1,16 @@
> +################################################################################
> +#
> +# gupnp-av
> +#
> +################################################################################
> +
> +GUPNP_AV_VERSION_MAJOR = 0.11
> +GUPNP_AV_VERSION = $(GUPNP_AV_VERSION_MAJOR).6
> +GUPNP_AV_SOURCE = gupnp-av-$(GUPNP_AV_VERSION).tar.xz
> +GUPNP_AV_SITE = http://ftp.gnome.org/pub/gnome/sources/gupnp-av/$(GUPNP_AV_VERSION_MAJOR)
> +GUPNP_AV_LICENSE = LGPLv2+
> +GUPNP_AV_LICENSE_FILES = COPYING
> +GUPNP_AV_INSTALL_STAGING = YES
> +GUPNP_AV_DEPENDENCIES = host-pkgconf libglib2 libxml2 gupnp
> +
> +$(eval $(autotools-package))
> 

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

* [Buildroot] [PATCH v2 0/3] new packages gssdp, gupnp and gupnp-av
  2015-09-15  8:04 [Buildroot] [PATCH v2 0/3] new packages gssdp, gupnp and gupnp-av Rahul Bedarkar
                   ` (2 preceding siblings ...)
  2015-09-15  8:04 ` [Buildroot] [PATCH v2 3/3] gupnp-av: " Rahul Bedarkar
@ 2015-09-16 20:53 ` Thomas Petazzoni
  3 siblings, 0 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2015-09-16 20:53 UTC (permalink / raw
  To: buildroot

Rahul,

On Tue, 15 Sep 2015 13:34:38 +0530, Rahul Bedarkar wrote:

> Rahul Bedarkar (3):
>   gssdp: new package
>   gupnp: new package
>   gupnp-av: new package

All three patches applied, thanks!

If you could watch the autobuilder failures in the next few days (an
e-mail is sent every morning european time) and see if there are some
issues caused by your packages, it would be nice.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2015-09-16 20:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-15  8:04 [Buildroot] [PATCH v2 0/3] new packages gssdp, gupnp and gupnp-av Rahul Bedarkar
2015-09-15  8:04 ` [Buildroot] [PATCH v2 1/3] gssdp: new package Rahul Bedarkar
2015-09-15 10:41   ` Vicente Olivert Riera
2015-09-15  8:04 ` [Buildroot] [PATCH v2 2/3] gupnp: " Rahul Bedarkar
2015-09-15 10:42   ` Vicente Olivert Riera
2015-09-15  8:04 ` [Buildroot] [PATCH v2 3/3] gupnp-av: " Rahul Bedarkar
2015-09-15 10:42   ` Vicente Olivert Riera
2015-09-16 20:53 ` [Buildroot] [PATCH v2 0/3] new packages gssdp, gupnp and gupnp-av Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).