From: Fabrice Fontaine Date: Sat, 10 Dec 2016 20:04:16 +0000 (+0100) Subject: gupnp-tools: bump to version 0.8.13 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=954f21ac48a895c9c5da8da10c8ca2c336204a00;p=buildroot.git gupnp-tools: bump to version 0.8.13 Signed-off-by: Fabrice Fontaine Signed-off-by: Thomas Petazzoni --- 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 deleted file mode 100644 index 6d3769fbe4..0000000000 --- a/package/gupnp-tools/0001-Fix-compiling-when-using-recent-GUPnP-AV.patch +++ /dev/null @@ -1,27 +0,0 @@ -From e9ec9634207e4c2eea6d268ee29b57e687c1f178 Mon Sep 17 00:00:00 2001 -From: Jens Georg -Date: Sun, 16 Oct 2016 21:51:39 +0200 -Subject: av-cp: Fix compiling when using recent GUPnP-AV - -Include gupnp.h ourselves, gupnp-av.h doesn't drag it in anymore - -Signed-off-by: Jens Georg ---- - 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 - #include -+ -+#include - #include - - typedef void (* MetadataFunc) (const char *metadata, --- -cgit v0.12 diff --git a/package/gupnp-tools/gupnp-tools.hash b/package/gupnp-tools/gupnp-tools.hash index 0d37a87722..f08b4f5e01 100644 --- a/package/gupnp-tools/gupnp-tools.hash +++ b/package/gupnp-tools/gupnp-tools.hash @@ -1,2 +1,2 @@ -# Hash from: http://ftp.gnome.org/pub/gnome/sources/gupnp-tools/0.8/gupnp-tools-0.8.12.sha256sum: -sha256 658de96953608c4b1f47578ae563a7066d1f1983565daf22ad52b7b328ef97b1 gupnp-tools-0.8.12.tar.xz +# Hash from: http://ftp.gnome.org/pub/gnome/sources/gupnp-tools/0.8/gupnp-tools-0.8.13.sha256sum: +sha256 aa3decb9d532c0e2e505adc592f431fd81c0231ded2981129e87da13712479ed gupnp-tools-0.8.13.tar.xz diff --git a/package/gupnp-tools/gupnp-tools.mk b/package/gupnp-tools/gupnp-tools.mk index 75920db09a..07b5d3c1c5 100644 --- a/package/gupnp-tools/gupnp-tools.mk +++ b/package/gupnp-tools/gupnp-tools.mk @@ -5,7 +5,7 @@ ################################################################################ GUPNP_TOOLS_VERSION_MAJOR = 0.8 -GUPNP_TOOLS_VERSION = $(GUPNP_TOOLS_VERSION_MAJOR).12 +GUPNP_TOOLS_VERSION = $(GUPNP_TOOLS_VERSION_MAJOR).13 GUPNP_TOOLS_SOURCE = gupnp-tools-$(GUPNP_TOOLS_VERSION).tar.xz GUPNP_TOOLS_SITE = \ http://ftp.gnome.org/pub/gnome/sources/gupnp-tools/$(GUPNP_TOOLS_VERSION_MAJOR)