From: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
To: Fabien Lahoudere <fabien.lahoudere@collabora.co.uk>,
"openembedded-devel@lists.openembedded.org"
<openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-multimedia][PATCH v4 0/2] Add libupnp1.8 recipe
Date: Thu, 14 Sep 2017 08:01:49 +0000 [thread overview]
Message-ID: <bb4c384945a04d3cb2e3690aeef5d48d@XBOX02.axis.com> (raw)
In-Reply-To: <cover.1505333001.git.fabien.lahoudere@collabora.co.uk>
> -----Original Message-----
> From: openembedded-devel-bounces@lists.openembedded.org
> [mailto:openembedded-devel-bounces@lists.openembedded.org] On Behalf Of
> Fabien Lahoudere
> Sent: den 13 september 2017 22:06
> To: openembedded-devel@lists.openembedded.org
> Subject: [oe] [meta-multimedia][PATCH v4 0/2] Add libupnp1.8 recipe
>
> In order to build gerbera, we need to support libupnp >= 1.8.
> However mpd won't build with this version probably due to API break.
Wouldn't it be more appropriate to copy the current libupnp 1.6 recipe
to libupnp16 and then update the libupnp recipe to 1.8? Presumably we
want to get rid of the 1.6 version whenever mpd is updated to support
the new API.
> So we add a new recipe libupnp1.8 to be able to use both version.
> Both version can be run in parallel.
>
> ?:~/src/oe-core/build$ dpkg-deb -c tmp-glibc/deploy/deb/cortexa9hf-
> neon/libupnp_1.6.21-r0_armhf.deb
> drwxrwxrwx root/root 0 2017-09-13 17:26 ./
> drwxr-xr-x root/root 0 2017-09-13 17:26 ./usr/
> drwxr-xr-x root/root 0 2017-09-13 17:26 ./usr/lib/
> -rwxr-xr-x root/root 31600 2017-09-13 17:26
> ./usr/lib/libixml.so.2.0.8
> -rwxr-xr-x root/root 17912 2017-09-13 17:26
> ./usr/lib/libthreadutil.so.6.0.4
> -rwxr-xr-x root/root 117676 2017-09-13 17:26
> ./usr/lib/libupnp.so.6.3.4
> lrwxrwxrwx root/root 0 2017-09-13 17:26 ./usr/lib/libixml.so.2
> -> libixml.so.2.0.8
> lrwxrwxrwx root/root 0 2017-09-13 17:26
> ./usr/lib/libthreadutil.so.6 -> libthreadutil.so.6.0.4
> lrwxrwxrwx root/root 0 2017-09-13 17:26 ./usr/lib/libupnp.so.6
> -> libupnp.so.6.3.4
> ?:~/src/oe-core/build$ dpkg-deb -c tmp-glibc/deploy/deb/cortexa9hf-
> neon/libupnp1.8_1.8.2-r0_armhf.deb
> drwxrwxrwx root/root 0 2017-09-13 17:43 ./
> drwxr-xr-x root/root 0 2017-09-13 17:43 ./usr/
> drwxr-xr-x root/root 0 2017-09-13 17:43 ./usr/lib/
> -rwxr-xr-x root/root 35696 2017-09-13 17:43
> ./usr/lib/libixml.so.10.0.1
> -rwxr-xr-x root/root 155128 2017-09-13 17:43
> ./usr/lib/libupnp.so.10.1.1
> lrwxrwxrwx root/root 0 2017-09-13 17:43 ./usr/lib/libixml.so.10
> -> libixml.so.10.0.1
> lrwxrwxrwx root/root 0 2017-09-13 17:43 ./usr/lib/libupnp.so.10
> -> libupnp.so.10.1.1
>
> mpd and gerbera have been built successfully with this fix.
>
> The patch also clean a bit gerbera recipe and fix dependency issue.
>
> Changes since v3:
> - Drop RDEPENDS from gerbera recipe.
> - use git fetcher instead of github archive for libupnp
>
> Fabien Lahoudere (2):
> libupnp: Add recipe for version 1.8.2
> gerbera: clean recipe
>
> .../recipes-connectivity/libupnp/libupnp1.8.bb | 20
> ++++++++++++++++++++
> .../recipes-multimedia/gerbera/gerbera_git.bb | 12 ++++++------
> 2 files changed, 26 insertions(+), 6 deletions(-)
> create mode 100644 meta-multimedia/recipes-
> connectivity/libupnp/libupnp1.8.bb
>
> --
> 2.11.0
//Peter
next prev parent reply other threads:[~2017-09-14 8:01 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-13 20:05 [meta-multimedia][PATCH v4 0/2] Add libupnp1.8 recipe Fabien Lahoudere
2017-09-13 20:05 ` [meta-multimedia][PATCH v4 1/2] libupnp: Add recipe for version 1.8.2 Fabien Lahoudere
2017-09-13 20:05 ` [meta-multimedia][PATCH v4 2/2] gerbera: clean recipe Fabien Lahoudere
2017-09-14 8:01 ` Peter Kjellerstedt [this message]
2017-09-14 12:24 ` [meta-multimedia][PATCH v4 0/2] Add libupnp1.8 recipe Fabien Lahoudere
2017-09-14 14:46 ` Martin Jansa
2017-09-14 22:37 ` Khem Raj
2017-09-14 22:52 ` Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bb4c384945a04d3cb2e3690aeef5d48d@XBOX02.axis.com \
--to=peter.kjellerstedt@axis.com \
--cc=fabien.lahoudere@collabora.co.uk \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox