Re: [oe] [meta-multimedia][PATCH] aravis: new recipe aravis is a vision library for genicam based cameras. aravis project allows to stream from genicam and GigE cameras

2024-04-25 Thread Khem Raj
Can you rebase it on top of master? On Thu, Apr 25, 2024 at 1:04 AM Perceval via lists.openembedded.org wrote: > > From ab87595034d27dd836ee7bbb1200490fda1dce64 Mon Sep 17 00:00:00 2001 > From: Perceval Arenou > Date: Wed, 17 Apr 2024 15:06:14 +0200 > Subject: [PATCH] aravis: build GUI only if

Re: [oe] [meta-multimedia][PATCH] aravis: new recipe aravis is a vision library for genicam based cameras. aravis project allows to stream from genicam and GigE cameras

2024-04-25 Thread Perceval
>From ab87595034d27dd836ee7bbb1200490fda1dce64 Mon Sep 17 00:00:00 2001 From: Perceval Arenou Date: Wed, 17 Apr 2024 15:06:14 +0200 Subject: [PATCH] aravis: build GUI only if gtk+3 distro feature is enabled --- .../recipes-multimedia/aravis/aravis_0.8.31.bb | 10 +++--- 1 file changed, 7

Re: [oe] [meta-multimedia][PATCH] aravis: new recipe aravis is a vision library for genicam based cameras. aravis project allows to stream from genicam and GigE cameras

2024-04-25 Thread Perceval
>From ef4194a2f128439eaeba731080dd13e934e5ec01 Mon Sep 17 00:00:00 2001 From: Perceval Arenou Date: Wed, 17 Apr 2024 15:06:14 +0200 Subject: [PATCH] aravis: new recipe aravis is a vision library for genicam based cameras. aravis project allows to stream from genicam and GigE cameras ---

Re: [oe] [meta-multimedia][PATCH] aravis: new recipe aravis is a vision library for genicam based cameras. aravis project allows to stream from genicam and GigE cameras

2024-04-22 Thread Martin Jansa
There is also: ERROR: Nothing PROVIDES 'gtk+3' (but meta-oe/meta-multimedia/recipes-multimedia/aravis/aravis_0.8.31.bb DEPENDS on or otherwise requires it) gtk+3 was skipped: one of 'wayland x11' needs to be in DISTRO_FEATURES so this recipe should have REQUIRED_DISTRO_FEATURES matching gtk+3 or

Re: [oe] [meta-multimedia][PATCH] aravis: new recipe aravis is a vision library for genicam based cameras. aravis project allows to stream from genicam and GigE cameras

2024-04-22 Thread Martin Jansa
This is now triggering: ERROR: QA Issue: Recipe LICENSE includes obsolete licenses LGPL-2.1 [obsolete-license] Looks like it should be LGPL-2.1-only, please send follow-up fix. On Fri, Apr 19, 2024 at 7:21 PM Perceval via lists.openembedded.org wrote: > > From: Perceval Arenou > > > --- >

Re: [oe] [meta-multimedia][PATCH] aravis: new recipe aravis is a vision library for genicam based cameras. aravis project allows to stream from genicam and GigE cameras

2024-04-19 Thread Perceval
From: Perceval Arenou --- .../aravis/aravis_0.8.31.bb | 40 +++ 1 file changed, 40 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/aravis/ aravis_0.8.31.bb diff --git a/meta-multimedia/recipes-multimedia/aravis/aravis_0.8.31.bb

Re: [oe] [meta-multimedia][PATCH] aravis: new recipe aravis is a vision library for genicam based cameras. aravis project allows to stream from genicam and GigE cameras

2024-04-19 Thread Ross Burton
On 19 Apr 2024, at 15:58, Perceval via lists.openembedded.org wrote: > +# These options are found in AravisProject/aravis meson_options.txt No need to comment where they came from, this is the only place they can be defined. > +EXTRA_OEMESON += "\ > +-Ddocumentation=disabled \ If would

Re: [oe] [meta-multimedia][PATCH] aravis: new recipe aravis is a vision library for genicam based cameras. aravis project allows to stream from genicam and GigE cameras

2024-04-19 Thread Perceval
From: Perceval Arenou --- .../aravis/aravis_0.8.31.bb | 41 +++ 1 file changed, 41 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/aravis/ aravis_0.8.31.bb diff --git a/meta-multimedia/recipes-multimedia/aravis/aravis_0.8.31.bb

Re: [oe] [meta-multimedia][PATCH] aravis: new recipe aravis is a vision library for genicam based cameras. aravis project allows to stream from genicam and GigE cameras

2024-04-17 Thread Ross Burton
On 17 Apr 2024, at 15:04, Perceval via lists.openembedded.org wrote: > +DEPENDS += "\ > + glib-2.0 \ > + glib-2.0-native \ > + intltool-native \ > + libxml2 \ > + zlib \ > +" Considering this uses Meson, I’m surprised this uses intltool. Is this still valid? > +S = "${WORKDIR}/${BPN}-${PV}"