Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH 1/5] gssdp: use GNOME_MIRROR in SRC_URI
@ 2014-11-11 17:53 Ross Burton
  2014-11-11 17:53 ` [PATCH 2/5] gupnp: " Ross Burton
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Ross Burton @ 2014-11-11 17:53 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta-multimedia/recipes-connectivity/gupnp/gssdp_0.14.8.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_0.14.8.bb b/meta-multimedia/recipes-connectivity/gupnp/gssdp_0.14.8.bb
index 9fda51d..9457abc 100644
--- a/meta-multimedia/recipes-connectivity/gupnp/gssdp_0.14.8.bb
+++ b/meta-multimedia/recipes-connectivity/gupnp/gssdp_0.14.8.bb
@@ -4,6 +4,6 @@ inherit gtk-doc
 
 PACKAGECONFIG[gtk] = "--with-gtk,--without-gtk,gtk+3"
 
-SRC_URI = "http://download.gnome.org/sources/${BPN}/0.14/${BPN}-${PV}.tar.xz"
+SRC_URI = "${GNOME_MIRROR}/${BPN}/0.14/${BPN}-${PV}.tar.xz"
 SRC_URI[md5sum] = "b8658e480d047caf2d92baa4a51b9ae7"
 SRC_URI[sha256sum] = "4c3ffa01435e84dc31c954e669e1ca0749b962f76a333e74f5c2cb0de5803a13"
-- 
1.7.10.4



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

* [PATCH 2/5] gupnp: use GNOME_MIRROR in SRC_URI
  2014-11-11 17:53 [PATCH 1/5] gssdp: use GNOME_MIRROR in SRC_URI Ross Burton
@ 2014-11-11 17:53 ` Ross Burton
  2014-11-11 17:53 ` [PATCH 3/5] gupnp-av: " Ross Burton
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Ross Burton @ 2014-11-11 17:53 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta-multimedia/recipes-connectivity/gupnp/gupnp_0.20.12.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.20.12.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.20.12.bb
index bba86a9..c8c6164 100644
--- a/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.20.12.bb
+++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.20.12.bb
@@ -1,6 +1,6 @@
 require gupnp.inc
 
-SRC_URI = "http://download.gnome.org/sources/${BPN}/0.20/${BPN}-${PV}.tar.xz"
+SRC_URI = "${GNOME_MIRROR}/${BPN}/0.20/${BPN}-${PV}.tar.xz"
 SRC_URI[md5sum] = "c01aa6d3a78792b3a24591f036dd91f4"
 SRC_URI[sha256sum] = "205d47b950a1b7190df1115f454cb38a44d71aacfec75d4287299e400e139b69"
 
-- 
1.7.10.4



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

* [PATCH 3/5] gupnp-av: use GNOME_MIRROR in SRC_URI
  2014-11-11 17:53 [PATCH 1/5] gssdp: use GNOME_MIRROR in SRC_URI Ross Burton
  2014-11-11 17:53 ` [PATCH 2/5] gupnp: " Ross Burton
@ 2014-11-11 17:53 ` Ross Burton
  2014-11-11 17:53 ` [PATCH 4/5] gupnp-dlna: upgrade to 0.9.5 Ross Burton
  2014-11-11 17:53 ` [PATCH 5/5] libmediaart: add new recipe Ross Burton
  3 siblings, 0 replies; 6+ messages in thread
From: Ross Burton @ 2014-11-11 17:53 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.12.6.bb |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.12.6.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.12.6.bb
index b1b793b..b8cfa27 100644
--- a/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.12.6.bb
+++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-av_0.12.6.bb
@@ -1,6 +1,6 @@
 require gupnp-av.inc
 
-SRC_URI = "http://download.gnome.org/sources/${BPN}/0.12/${BPN}-${PV}.tar.xz"
+SRC_URI = "${GNOME_MIRROR}/${BPN}/0.12/${BPN}-${PV}.tar.xz"
 SRC_URI[md5sum] = "f56cdb269376a9e6cb062eb9960ccf57"
 SRC_URI[sha256sum] = "e0553d60dd7c7277c65c02a68a270c4dcb9036a4c7075c902fc8111c6a5e6a44"
 
-- 
1.7.10.4



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

* [PATCH 4/5] gupnp-dlna: upgrade to 0.9.5
  2014-11-11 17:53 [PATCH 1/5] gssdp: use GNOME_MIRROR in SRC_URI Ross Burton
  2014-11-11 17:53 ` [PATCH 2/5] gupnp: " Ross Burton
  2014-11-11 17:53 ` [PATCH 3/5] gupnp-av: " Ross Burton
@ 2014-11-11 17:53 ` Ross Burton
  2014-11-21 13:57   ` Martin Jansa
  2014-11-11 17:53 ` [PATCH 5/5] libmediaart: add new recipe Ross Burton
  3 siblings, 1 reply; 6+ messages in thread
From: Ross Burton @ 2014-11-11 17:53 UTC (permalink / raw)
  To: openembedded-devel

Also use GNOME_MIRROR in SRC_URI.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 .../gupnp/{gupnp-dlna_0.9.2.bb => gupnp-dlna_0.9.5.bb}           |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-multimedia/recipes-connectivity/gupnp/{gupnp-dlna_0.9.2.bb => gupnp-dlna_0.9.5.bb} (72%)

diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.5.bb
similarity index 72%
rename from meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb
rename to meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.5.bb
index b7e71cf..c936750 100644
--- a/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb
+++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.5.bb
@@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
 
 DEPENDS = "libxml2 glib-2.0"
 
-SRC_URI = "http://download.gnome.org/sources/${BPN}/0.9/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "d972f9b03f0f3793cb895eb034ea314f"
-SRC_URI[sha256sum] = "c28d5650604c7da4f193e6b85049a4885f3a01f1996df768d55b5cb898a9fc53"
+SRC_URI = "${GNOME_MIRROR}/${BPN}/0.9/${BPN}-${PV}.tar.xz"
+SRC_URI[md5sum] = "b0c9e5e6edc5ca6fe854bc53560431bf"
+SRC_URI[sha256sum] = "44a226300287ffbee1899c35775b4b9153930f29433a75d8c1577d8547c29e83"
 
 inherit autotools pkgconfig
 
-- 
1.7.10.4



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

* [PATCH 5/5] libmediaart: add new recipe
  2014-11-11 17:53 [PATCH 1/5] gssdp: use GNOME_MIRROR in SRC_URI Ross Burton
                   ` (2 preceding siblings ...)
  2014-11-11 17:53 ` [PATCH 4/5] gupnp-dlna: upgrade to 0.9.5 Ross Burton
@ 2014-11-11 17:53 ` Ross Burton
  3 siblings, 0 replies; 6+ messages in thread
From: Ross Burton @ 2014-11-11 17:53 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 .../recipes-support/libmediaart/libmediaart_0.7.0.bb   |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-multimedia/recipes-support/libmediaart/libmediaart_0.7.0.bb

diff --git a/meta-multimedia/recipes-support/libmediaart/libmediaart_0.7.0.bb b/meta-multimedia/recipes-support/libmediaart/libmediaart_0.7.0.bb
new file mode 100644
index 0000000..ed7f079
--- /dev/null
+++ b/meta-multimedia/recipes-support/libmediaart/libmediaart_0.7.0.bb
@@ -0,0 +1,16 @@
+SUMMARY = "Library tasked with managing, extracting and handling media art caches"
+
+LICENSE = "LGPLv2+ & GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \
+                    file://libmediaart/extract.c;endline=18;md5=dff2b6328ab067b5baadc135f9876c36 \
+                    file://tests/mediaarttest.c;endline=18;md5=067106eaa1f7a9d918759a096667f18e"
+
+DEPENDS = "glib-2.0 gdk-pixbuf"
+
+GNOME_COMPRESS_TYPE = "xz"
+SRC_URI[archive.md5sum] = "1a44933d4cd0064e3c76d8d0ddacddc9"
+SRC_URI[archive.sha256sum] = "3a9dffcad862aed7c0921579b93080d694b8a66f3676bfee8037867f653a1cd3"
+
+inherit gnomebase gtk-doc
+
+EXTRA_OECONF = "--disable-introspection --disable-qt --enable-gdkpixbuf"
-- 
1.7.10.4



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

* Re: [PATCH 4/5] gupnp-dlna: upgrade to 0.9.5
  2014-11-11 17:53 ` [PATCH 4/5] gupnp-dlna: upgrade to 0.9.5 Ross Burton
@ 2014-11-21 13:57   ` Martin Jansa
  0 siblings, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2014-11-21 13:57 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2162 bytes --]

On Tue, Nov 11, 2014 at 05:53:49PM +0000, Ross Burton wrote:
> Also use GNOME_MIRROR in SRC_URI.

Seems to break media-service-upnp

| /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/media-service-upnp/0.4.0-r0/git/src/device.c:2739:12: error: too few arguments to function 'gupnp_dlna_profile_guesser_guess_profile_sync'
|   profile = gupnp_dlna_profile_guesser_guess_profile_sync(guesser,
|             ^

> 
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
>  .../gupnp/{gupnp-dlna_0.9.2.bb => gupnp-dlna_0.9.5.bb}           |    6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta-multimedia/recipes-connectivity/gupnp/{gupnp-dlna_0.9.2.bb => gupnp-dlna_0.9.5.bb} (72%)
> 
> diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.5.bb
> similarity index 72%
> rename from meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb
> rename to meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.5.bb
> index b7e71cf..c936750 100644
> --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb
> +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.5.bb
> @@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
>  
>  DEPENDS = "libxml2 glib-2.0"
>  
> -SRC_URI = "http://download.gnome.org/sources/${BPN}/0.9/${BPN}-${PV}.tar.xz"
> -SRC_URI[md5sum] = "d972f9b03f0f3793cb895eb034ea314f"
> -SRC_URI[sha256sum] = "c28d5650604c7da4f193e6b85049a4885f3a01f1996df768d55b5cb898a9fc53"
> +SRC_URI = "${GNOME_MIRROR}/${BPN}/0.9/${BPN}-${PV}.tar.xz"
> +SRC_URI[md5sum] = "b0c9e5e6edc5ca6fe854bc53560431bf"
> +SRC_URI[sha256sum] = "44a226300287ffbee1899c35775b4b9153930f29433a75d8c1577d8547c29e83"
>  
>  inherit autotools pkgconfig
>  
> -- 
> 1.7.10.4
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

end of thread, other threads:[~2014-11-21 13:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-11 17:53 [PATCH 1/5] gssdp: use GNOME_MIRROR in SRC_URI Ross Burton
2014-11-11 17:53 ` [PATCH 2/5] gupnp: " Ross Burton
2014-11-11 17:53 ` [PATCH 3/5] gupnp-av: " Ross Burton
2014-11-11 17:53 ` [PATCH 4/5] gupnp-dlna: upgrade to 0.9.5 Ross Burton
2014-11-21 13:57   ` Martin Jansa
2014-11-11 17:53 ` [PATCH 5/5] libmediaart: add new recipe Ross Burton

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