All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-multimedia][PATCH v4 0/2] Add libupnp1.8 recipe
@ 2017-09-13 20:05 Fabien Lahoudere
  2017-09-13 20:05 ` [meta-multimedia][PATCH v4 1/2] libupnp: Add recipe for version 1.8.2 Fabien Lahoudere
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Fabien Lahoudere @ 2017-09-13 20:05 UTC (permalink / raw)
  To: openembedded-devel

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.

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



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

end of thread, other threads:[~2017-09-14 22:52 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [meta-multimedia][PATCH v4 0/2] Add libupnp1.8 recipe Peter Kjellerstedt
2017-09-14 12:24   ` Fabien Lahoudere
2017-09-14 14:46   ` Martin Jansa
2017-09-14 22:37     ` Khem Raj
2017-09-14 22:52       ` Khem Raj

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.