Re: [oe] [meta-multimedia][PATCH] libdca: add recipe

2023-09-14 Thread Khem Raj
On Thu, Sep 14, 2023 at 9:57 PM Markus Volk wrote: > > After further testing I found out that gstreamer can also support dts if you > use the gstreamer-libav plugin, since ffmpeg has dcadec code built in. Less > lightweight than building the gstreamer-plugin-dts with libdca, but more > feature

Re: [oe] [meta-multimedia][PATCH] libdca: add recipe

2023-09-14 Thread Markus Volk
After further testing I found out that gstreamer can also support dts if you use the gstreamer-libav plugin, since ffmpeg has dcadec code built in. Less lightweight than building the gstreamer-plugin-dts with libdca, but more feature complete. So in the meantime there is no real reason to use l

Re: [oe] [meta-oe][PATCH v2] mariadb: Add ptest support

2023-09-14 Thread Chi Xu
Thanks for your reminder, I didn't realize that we use busybox in ptest image, I will add 'sed' and 'perl-module-test-more ' to RDEPENDS. For test case "test-connect", we should do following steps before running it. Because these steps are relate with the configuration of mariadb, I didn't exec

[oe][meta-oe][kirkstone] freeglut: add packageconfigs for x11, wayland, gles, and demos

2023-09-14 Thread Randolph Sapp via lists.openembedded.org
From: Randolph Sapp Add the PACKAGECONFIG entries to build freeglut for wayland and x11, which should conflict in this release, and add the ability to build a GLES release. Also split the demos their own config. The demos will conflict with the gles flag as they still require desktop GL in this

[oe] [meta-python][PATCH] python3-shellingham: add recipe for v1.5.3

2023-09-14 Thread Richard Leitner via lists.openembedded.org
Shellingham is a python library to detect what shell the current Python executable is running in. This recipe uses pypi as source: https://pypi.org/project/shellingham Signed-off-by: Richard Leitner --- .../python/python3-shellingham_1.5.3.bb| 10 ++ 1 file chang

Re: [oe] [meta-oe][PATCH v2] mariadb: Add ptest support

2023-09-14 Thread Khem Raj
it also needs perl-module-test-more rdep for FAIL: dbug tests to pass. There still remains one failure on musl 70/70 Testing: test-connect 70/70 Test: test-connect Command: "/usr/lib/mariadb/ptest/unittest/embedded/test-connect-t" Directory: /usr/lib/mariadb/ptest/unittest/embedded "test-connec

Re: [oe] [meta-oe][PATCH v2] mariadb: Add ptest support

2023-09-14 Thread Khem Raj
When running manually, I see this root@qemux86-64:/usr/lib/mariadb/ptest# ./run-ptest sed: unrecognized option: u BusyBox v1.36.1 () multi-call binary. Usage: sed [-i[SFX]] [-nrE] [-f FILE]... [-e CMD]... [FILE]... or: sed [-i[SFX]] [-nrE] CMD [FILE]... So I guess it needs a full sed command. Ad

Re: [oe] [meta-multimedia][PATCH] libdca: add recipe

2023-09-14 Thread Khem Raj
On Thu, Sep 14, 2023 at 9:28 AM Markus Volk wrote: > > On Thu, Sep 14 2023 at 09:14:26 AM -07:00:00, Khem Raj > wrote: > > if we change it into $(LN_S)f libdca.a "$(DESTDIR)$(libdir)/libdts.a" Then it > becomes relative and can be submitted upstream as well. > > > This change has already been r

Re: [oe] [meta-multimedia][PATCH] libdca: add recipe

2023-09-14 Thread Markus Volk
On Thu, Sep 14 2023 at 09:14:26 AM -07:00:00, Khem Raj wrote: if we change it into $(LN_S)f libdca.a "$(DESTDIR)$(libdir)/libdts.a" Then it becomes relative and can be submitted upstream as well. This change has already been requested some years ago:

Re: [oe] [meta-multimedia][PATCH] libdca: add recipe

2023-09-14 Thread Khem Raj
On Thu, Sep 14, 2023 at 8:42 AM Markus Volk wrote: > > This adds a recipe for videolans libdca. > It is needed to add dts support for gstreamer/ffmpeg > > Signed-off-by: Markus Volk > --- > ...am-dont-create-symlinks-for-static-l.patch | 32 +++ > .../recipes-multimedia/libdca/li

[oe] [meta-multimedia][PATCH] libdca: add recipe

2023-09-14 Thread Markus Volk
This adds a recipe for videolans libdca. It is needed to add dts support for gstreamer/ffmpeg Signed-off-by: Markus Volk --- ...am-dont-create-symlinks-for-static-l.patch | 32 +++ .../recipes-multimedia/libdca/libdca_0.0.7.bb | 16 ++ 2 files changed, 48 insertions(+) c

Re: [oe] [meta-oe][PATCH v2] mariadb: Add ptest support

2023-09-14 Thread Khem Raj
while running bitbake meta-oe-ptest-image-mariadb -ctestimage I am seeing WARNING: meta-oe-ptest-image-mariadb-1.0-r0 do_testimage: There were failing ptests. Traceback (most recent call last): File "/mnt/b/yoe/master/sources/poky/meta/lib/oeqa/core/decorator/__init__.py", line 35, in wrapped

[oe] [meta-multimedia][PATCHv2] webrtc-audio-processing: add recipe for 1.x

2023-09-14 Thread Markus Volk
Starting with 0.3.80 pipewire has a minimum requirement on webrtc-audio-processing-1 Signed-off-by: Markus Volk --- .../0001-add-missing-header-for-musl.patch| 33 +++ .../webrtc-audio-processing-1_1.3.bb | 20 +++ 2 files changed, 53 insertions(+) create mo

Re: [oe] [meta-multimedia][PATCH 1/2] webrtc-audio-processing: add recipe for 1.x

2023-09-14 Thread Khem Raj
On Thu, Sep 14, 2023 at 7:32 AM Markus Volk wrote: > > On Thu, Sep 14 2023 at 07:28:21 AM -07:00:00, Khem Raj > wrote: > > This setting S is redundant so remove it. > > > I think it isn't, because without setting that to > 'webrtc-audio-processing-1.3" it would expect S to be > webrtc-audio-pr

Re: [oe] [meta-multimedia][PATCH 1/2] webrtc-audio-processing: add recipe for 1.x

2023-09-14 Thread Markus Volk
On Thu, Sep 14 2023 at 07:28:21 AM -07:00:00, Khem Raj wrote: This setting S is redundant so remove it. I think it isn't, because without setting that to 'webrtc-audio-processing-1.3" it would expect S to be webrtc-audio-processing-1-1.3 By the way, the build failed for musl. I'll send an

Re: [oe] [meta-multimedia][PATCH 1/2] webrtc-audio-processing: add recipe for 1.x

2023-09-14 Thread Khem Raj
On Thu, Sep 14, 2023 at 6:08 AM Markus Volk wrote: > > Starting with 0.3.80 pipewire has a minimum requirement on > webrtc-audio-processing-1 > > Signed-off-by: Markus Volk > --- > .../webrtc-audio-processing-1_1.3.bb| 17 + > 1 file changed, 17 insertions(+) > creat

[oe] [meta-multimedia][PATCH 2/2] pipewire: upgrade 0.3.79 -> 0.3.80

2023-09-14 Thread Markus Volk
This is a bugfix release that is API and ABI compatible with previous 0.3.x releases. - A new Tag param was added that allows arbitrary metadata to be transported out-of-band in the graph. - Vulkan DMA buf support was merged. - The echo-canceller was ported to webrtc-audio-processing-1.

[oe] [meta-multimedia][PATCH 1/2] webrtc-audio-processing: add recipe for 1.x

2023-09-14 Thread Markus Volk
Starting with 0.3.80 pipewire has a minimum requirement on webrtc-audio-processing-1 Signed-off-by: Markus Volk --- .../webrtc-audio-processing-1_1.3.bb| 17 + 1 file changed, 17 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/webrtc-audio-proces

[oe] [meta-python][PATCH] python3-flask-jwt-extended: add recipe

2023-09-14 Thread Sam Van Den Berge
From: Sam Van Den Berge Signed-off-by: Sam Van Den Berge --- .../python/python3-flask-jwt-extended_4.5.2.bb | 16 1 file changed, 16 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-flask-jwt-extended_4.5.2.bb diff --git a/meta-python/recipes-d