Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] gupnp-tools: fix when using latest gupnp-av
@ 2016-10-30 21:47 Fabrice Fontaine
  2016-10-30 22:09 ` Yann E. MORIN
  2016-11-01 15:21 ` Thomas Petazzoni
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2016-10-30 21:47 UTC (permalink / raw)
  To: buildroot

Include gupnp.h ourselves, gupnp-av.h doesn't drag it in anymore

Backported from: e9ec9634207e4c2eea6d268ee29b57e687c1f178
The patch retrieved from the official gnome URL
(https://git.gnome.org/browse/gupnp-tools/patch/?id=e9ec9634207e4c2eea6d268ee29b57e687c1f178)
can not be applied through GUPNP_TOOLS_PATCH as it does not end with the
'.patch*' pattern

Fixes:
  - http://autobuild.buildroot.org/results/329851daa060f23c55f996c1b0f323d41f85ccb2

Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
---
 ...-Fix-compiling-when-using-recent-GUPnP-AV.patch | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 package/gupnp-tools/0001-Fix-compiling-when-using-recent-GUPnP-AV.patch

diff --git a/package/gupnp-tools/0001-Fix-compiling-when-using-recent-GUPnP-AV.patch b/package/gupnp-tools/0001-Fix-compiling-when-using-recent-GUPnP-AV.patch
new file mode 100644
index 0000000..1830ebe
--- /dev/null
+++ b/package/gupnp-tools/0001-Fix-compiling-when-using-recent-GUPnP-AV.patch
@@ -0,0 +1,27 @@
+From e9ec9634207e4c2eea6d268ee29b57e687c1f178 Mon Sep 17 00:00:00 2001
+From: Jens Georg <mail@jensge.org>
+Date: Sun, 16 Oct 2016 21:51:39 +0200
+Subject: av-cp: Fix compiling when using recent GUPnP-AV
+
+Inlcude gupnp.h ourselves, gupnp-av.h doesn't drag it in anymore
+
+Signed-off-by: Jens Georg <mail@jensge.org>
+---
+ src/av-cp/playlist-treeview.h | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/src/av-cp/playlist-treeview.h b/src/av-cp/playlist-treeview.h
+index 8637ae8..16b131e 100644
+--- a/src/av-cp/playlist-treeview.h
++++ b/src/av-cp/playlist-treeview.h
+@@ -23,6 +23,8 @@
+ 
+ #include <config.h>
+ #include <gtk/gtk.h>
++
++#include <libgupnp/gupnp.h>
+ #include <libgupnp-av/gupnp-av.h>
+ 
+ typedef void (* MetadataFunc) (const char *metadata,
+-- 
+cgit v0.12
-- 
2.5.0

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

* [Buildroot] [PATCH 1/1] gupnp-tools: fix when using latest gupnp-av
  2016-10-30 21:47 [Buildroot] [PATCH 1/1] gupnp-tools: fix when using latest gupnp-av Fabrice Fontaine
@ 2016-10-30 22:09 ` Yann E. MORIN
  2016-11-01 15:21 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2016-10-30 22:09 UTC (permalink / raw)
  To: buildroot

Fabrice, All,

On 2016-10-30 22:47 +0100, Fabrice Fontaine spake thusly:
> Include gupnp.h ourselves, gupnp-av.h doesn't drag it in anymore
> 
> Backported from: e9ec9634207e4c2eea6d268ee29b57e687c1f178
> The patch retrieved from the official gnome URL
> (https://git.gnome.org/browse/gupnp-tools/patch/?id=e9ec9634207e4c2eea6d268ee29b57e687c1f178)
> can not be applied through GUPNP_TOOLS_PATCH as it does not end with the
> '.patch*' pattern
> 
> Fixes:
>   - http://autobuild.buildroot.org/results/329851daa060f23c55f996c1b0f323d41f85ccb2
> 
> Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>

Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  ...-Fix-compiling-when-using-recent-GUPnP-AV.patch | 27 ++++++++++++++++++++++
>  1 file changed, 27 insertions(+)
>  create mode 100644 package/gupnp-tools/0001-Fix-compiling-when-using-recent-GUPnP-AV.patch
> 
> diff --git a/package/gupnp-tools/0001-Fix-compiling-when-using-recent-GUPnP-AV.patch b/package/gupnp-tools/0001-Fix-compiling-when-using-recent-GUPnP-AV.patch
> new file mode 100644
> index 0000000..1830ebe
> --- /dev/null
> +++ b/package/gupnp-tools/0001-Fix-compiling-when-using-recent-GUPnP-AV.patch
> @@ -0,0 +1,27 @@
> +From e9ec9634207e4c2eea6d268ee29b57e687c1f178 Mon Sep 17 00:00:00 2001
> +From: Jens Georg <mail@jensge.org>
> +Date: Sun, 16 Oct 2016 21:51:39 +0200
> +Subject: av-cp: Fix compiling when using recent GUPnP-AV
> +
> +Inlcude gupnp.h ourselves, gupnp-av.h doesn't drag it in anymore
> +
> +Signed-off-by: Jens Georg <mail@jensge.org>
> +---
> + src/av-cp/playlist-treeview.h | 2 ++
> + 1 file changed, 2 insertions(+)
> +
> +diff --git a/src/av-cp/playlist-treeview.h b/src/av-cp/playlist-treeview.h
> +index 8637ae8..16b131e 100644
> +--- a/src/av-cp/playlist-treeview.h
> ++++ b/src/av-cp/playlist-treeview.h
> +@@ -23,6 +23,8 @@
> + 
> + #include <config.h>
> + #include <gtk/gtk.h>
> ++
> ++#include <libgupnp/gupnp.h>
> + #include <libgupnp-av/gupnp-av.h>
> + 
> + typedef void (* MetadataFunc) (const char *metadata,
> +-- 
> +cgit v0.12
> -- 
> 2.5.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/1] gupnp-tools: fix when using latest gupnp-av
  2016-10-30 21:47 [Buildroot] [PATCH 1/1] gupnp-tools: fix when using latest gupnp-av Fabrice Fontaine
  2016-10-30 22:09 ` Yann E. MORIN
@ 2016-11-01 15:21 ` Thomas Petazzoni
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2016-11-01 15:21 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 30 Oct 2016 22:47:33 +0100, Fabrice Fontaine wrote:
> Include gupnp.h ourselves, gupnp-av.h doesn't drag it in anymore
> 
> Backported from: e9ec9634207e4c2eea6d268ee29b57e687c1f178
> The patch retrieved from the official gnome URL
> (https://git.gnome.org/browse/gupnp-tools/patch/?id=e9ec9634207e4c2eea6d268ee29b57e687c1f178)
> can not be applied through GUPNP_TOOLS_PATCH as it does not end with the
> '.patch*' pattern
> 
> Fixes:
>   - http://autobuild.buildroot.org/results/329851daa060f23c55f996c1b0f323d41f85ccb2
> 
> Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
> ---
>  ...-Fix-compiling-when-using-recent-GUPnP-AV.patch | 27 ++++++++++++++++++++++
>  1 file changed, 27 insertions(+)
>  create mode 100644 package/gupnp-tools/0001-Fix-compiling-when-using-recent-GUPnP-AV.patch

Applied to master, thanks.

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

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

end of thread, other threads:[~2016-11-01 15:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-30 21:47 [Buildroot] [PATCH 1/1] gupnp-tools: fix when using latest gupnp-av Fabrice Fontaine
2016-10-30 22:09 ` Yann E. MORIN
2016-11-01 15:21 ` Thomas Petazzoni

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