* [PATCH 2/3][meta-multimedia] gupnp-dlna: Update to 0.9.4, support gstreamer
@ 2015-10-03 20:35 Manuel Bachmann
2015-10-08 10:04 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Manuel Bachmann @ 2015-10-03 20:35 UTC (permalink / raw)
To: openembedded-devel
Minor update.
As we now have GStreamer 1.0+, add a PACKAGECONFIG option
to build the additional "gupnp-dlna-gst" library if it is
present.
This is most notably needed by Rygel.
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
---
meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb | 20 --------------------
meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.4.bb | 19 +++++++++++++++++++
delete mode 100644 meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb
create mode 100644 meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.4.bb
2 files changed, 19 insertions(+), 20 deletions(-)
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb
deleted file mode 100644
index b7e71cf..0000000
--- a/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-SUMMARY = "Helpers for AV applications using DLNA"
-LICENSE = "LGPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
- file://libgupnp-dlna/gupnp-dlna-profile.h;beginline=1;endline=22;md5=1b85459f65cb1e73a885ca137aab6274"
-
-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"
-
-inherit autotools pkgconfig
-
-require no-vala.inc
-
-# The GStreamer metadata backend requires GStreamer 1.0, so skip this until we
-# have that packaged.
-EXTRA_OECONF = "--disable-gstreamer-metadata-backend"
-
-FILES_${PN} += "${datadir}/gupnp-dlna-2.0/dlna-profiles"
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.4.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.4.bb
new file mode 100644
index 0000000..b7e71cf
--- /dev/null
+++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.4.bb
@@ -0,0 +1,19 @@
+SUMMARY = "Helpers for AV applications using DLNA"
+LICENSE = "LGPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
+ file://libgupnp-dlna/gupnp-dlna-profile.h;beginline=1;endline=22;md5=1b85459f65cb1e73a885ca137aab6274"
+
+DEPENDS = "libxml2 glib-2.0"
+
+SRC_URI = "http://download.gnome.org/sources/${BPN}/0.9/${BPN}-${PV}.tar.xz"
+SRC_URI[md5sum] = "f93665e535a512e4d515a86311435cb6"
+SRC_URI[sha256sum] = "69969713f36c0e815fbbbcfdfb3ad9bd447cfd10d0fd86227d82dfd8edb6c807"
+
+inherit autotools pkgconfig
+
+require no-vala.inc
+
+PACKAGECONFIG ?= "gstreamer"
+PACKAGECONFIG[gstreamer] = "--enable-gstreamer-metadata-backend,--disable-gstreamer-metadata-backend,gstreamer1.0 gstreamer1.0-plugins-base"
+
+FILES_${PN} += "${datadir}/gupnp-dlna-2.0/dlna-profiles"
--
1.8.3.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 2/3][meta-multimedia] gupnp-dlna: Update to 0.9.4, support gstreamer
2015-10-03 20:35 [PATCH 2/3][meta-multimedia] gupnp-dlna: Update to 0.9.4, support gstreamer Manuel Bachmann
@ 2015-10-08 10:04 ` Martin Jansa
2015-10-08 10:46 ` Manuel Bachmann
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2015-10-08 10:04 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 3490 bytes --]
On Sat, Oct 03, 2015 at 10:35:39PM +0200, Manuel Bachmann wrote:
> Minor update.
> As we now have GStreamer 1.0+, add a PACKAGECONFIG option
> to build the additional "gupnp-dlna-gst" library if it is
> present.
> This is most notably needed by Rygel.
This seems to break media-service-upnp/0.4.0-r0:
http://errors.yoctoproject.org/Errors/Details/20232/
>
> Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
> ---
> meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb | 20 --------------------
> meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.4.bb | 19 +++++++++++++++++++
> delete mode 100644 meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb
> create mode 100644 meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.4.bb
> 2 files changed, 19 insertions(+), 20 deletions(-)
>
> diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb
> deleted file mode 100644
> index b7e71cf..0000000
> --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb
> +++ /dev/null
> @@ -1,20 +0,0 @@
> -SUMMARY = "Helpers for AV applications using DLNA"
> -LICENSE = "LGPLv2"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
> - file://libgupnp-dlna/gupnp-dlna-profile.h;beginline=1;endline=22;md5=1b85459f65cb1e73a885ca137aab6274"
> -
> -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"
> -
> -inherit autotools pkgconfig
> -
> -require no-vala.inc
> -
> -# The GStreamer metadata backend requires GStreamer 1.0, so skip this until we
> -# have that packaged.
> -EXTRA_OECONF = "--disable-gstreamer-metadata-backend"
> -
> -FILES_${PN} += "${datadir}/gupnp-dlna-2.0/dlna-profiles"
> diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.4.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.4.bb
> new file mode 100644
> index 0000000..b7e71cf
> --- /dev/null
> +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.4.bb
> @@ -0,0 +1,19 @@
> +SUMMARY = "Helpers for AV applications using DLNA"
> +LICENSE = "LGPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
> + file://libgupnp-dlna/gupnp-dlna-profile.h;beginline=1;endline=22;md5=1b85459f65cb1e73a885ca137aab6274"
> +
> +DEPENDS = "libxml2 glib-2.0"
> +
> +SRC_URI = "http://download.gnome.org/sources/${BPN}/0.9/${BPN}-${PV}.tar.xz"
> +SRC_URI[md5sum] = "f93665e535a512e4d515a86311435cb6"
> +SRC_URI[sha256sum] = "69969713f36c0e815fbbbcfdfb3ad9bd447cfd10d0fd86227d82dfd8edb6c807"
> +
> +inherit autotools pkgconfig
> +
> +require no-vala.inc
> +
> +PACKAGECONFIG ?= "gstreamer"
> +PACKAGECONFIG[gstreamer] = "--enable-gstreamer-metadata-backend,--disable-gstreamer-metadata-backend,gstreamer1.0 gstreamer1.0-plugins-base"
> +
> +FILES_${PN} += "${datadir}/gupnp-dlna-2.0/dlna-profiles"
> --
> 1.8.3.1
>
> --
> _______________________________________________
> 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] 3+ messages in thread* Re: [PATCH 2/3][meta-multimedia] gupnp-dlna: Update to 0.9.4, support gstreamer
2015-10-08 10:04 ` Martin Jansa
@ 2015-10-08 10:46 ` Manuel Bachmann
0 siblings, 0 replies; 3+ messages in thread
From: Manuel Bachmann @ 2015-10-08 10:46 UTC (permalink / raw)
To: openembedded-devel
Thanks Martin, and sorry for not having tried "media-manager-upnp" ; will
fix and let you know.
Regards,
*Manuel Bachmann, Graphics Engineer www.iot.bzh <http://iot.bzh> *
2015-10-08 12:04 GMT+02:00 Martin Jansa <martin.jansa@gmail.com>:
> On Sat, Oct 03, 2015 at 10:35:39PM +0200, Manuel Bachmann wrote:
> > Minor update.
> > As we now have GStreamer 1.0+, add a PACKAGECONFIG option
> > to build the additional "gupnp-dlna-gst" library if it is
> > present.
> > This is most notably needed by Rygel.
>
> This seems to break media-service-upnp/0.4.0-r0:
> http://errors.yoctoproject.org/Errors/Details/20232/
>
> >
> > Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
> > ---
> > meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb | 20
> --------------------
> > meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.4.bb | 19
> +++++++++++++++++++
> > delete mode 100644 meta-multimedia/recipes-connectivity/gupnp/
> gupnp-dlna_0.9.2.bb
> > create mode 100644 meta-multimedia/recipes-connectivity/gupnp/
> gupnp-dlna_0.9.4.bb
> > 2 files changed, 19 insertions(+), 20 deletions(-)
> >
> > diff --git a/meta-multimedia/recipes-connectivity/gupnp/
> gupnp-dlna_0.9.2.bb b/meta-multimedia/recipes-connectivity/gupnp/
> gupnp-dlna_0.9.2.bb
> > deleted file mode 100644
> > index b7e71cf..0000000
> > --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.2.bb
> > +++ /dev/null
> > @@ -1,20 +0,0 @@
> > -SUMMARY = "Helpers for AV applications using DLNA"
> > -LICENSE = "LGPLv2"
> > -LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c
> \
> > -
> file://libgupnp-dlna/gupnp-dlna-profile.h;beginline=1;endline=22;md5=1b85459f65cb1e73a885ca137aab6274"
> > -
> > -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"
> > -
> > -inherit autotools pkgconfig
> > -
> > -require no-vala.inc
> > -
> > -# The GStreamer metadata backend requires GStreamer 1.0, so skip this
> until we
> > -# have that packaged.
> > -EXTRA_OECONF = "--disable-gstreamer-metadata-backend"
> > -
> > -FILES_${PN} += "${datadir}/gupnp-dlna-2.0/dlna-profiles"
> > diff --git a/meta-multimedia/recipes-connectivity/gupnp/
> gupnp-dlna_0.9.4.bb b/meta-multimedia/recipes-connectivity/gupnp/
> gupnp-dlna_0.9.4.bb
> > new file mode 100644
> > index 0000000..b7e71cf
> > --- /dev/null
> > +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-dlna_0.9.4.bb
> > @@ -0,0 +1,19 @@
> > +SUMMARY = "Helpers for AV applications using DLNA"
> > +LICENSE = "LGPLv2"
> > +LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c
> \
> > +
> file://libgupnp-dlna/gupnp-dlna-profile.h;beginline=1;endline=22;md5=1b85459f65cb1e73a885ca137aab6274"
> > +
> > +DEPENDS = "libxml2 glib-2.0"
> > +
> > +SRC_URI = "
> http://download.gnome.org/sources/${BPN}/0.9/${BPN}-${PV}.tar.xz"
> > +SRC_URI[md5sum] = "f93665e535a512e4d515a86311435cb6"
> > +SRC_URI[sha256sum] =
> "69969713f36c0e815fbbbcfdfb3ad9bd447cfd10d0fd86227d82dfd8edb6c807"
> > +
> > +inherit autotools pkgconfig
> > +
> > +require no-vala.inc
> > +
> > +PACKAGECONFIG ?= "gstreamer"
> > +PACKAGECONFIG[gstreamer] =
> "--enable-gstreamer-metadata-backend,--disable-gstreamer-metadata-backend,gstreamer1.0
> gstreamer1.0-plugins-base"
> > +
> > +FILES_${PN} += "${datadir}/gupnp-dlna-2.0/dlna-profiles"
> > --
> > 1.8.3.1
> >
> > --
> > _______________________________________________
> > 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
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-10-08 10:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-03 20:35 [PATCH 2/3][meta-multimedia] gupnp-dlna: Update to 0.9.4, support gstreamer Manuel Bachmann
2015-10-08 10:04 ` Martin Jansa
2015-10-08 10:46 ` Manuel Bachmann
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.