Hi Markus This has build time issues
https://sprunge.us/Ddf9jj I think wither we need to provide a recipe for fast-float or use gitsm fetcher instead of git fetcher. In next version drop PV setting in recipe instead use it in recipe name itself. I will drop related patches from master-next, so please send the complete series together again. Thanks -Khem On Sat, Jan 6, 2024 at 11:47 AM Markus Volk <[email protected]> wrote: > > v2 drops the patches that are not needed anymore > > On Sat, Jan 6 2024 at 08:45:11 PM +01:00:00, Markus Volk <[email protected]> > wrote: > > libplacebo is a required build dependency for mpv-0.37 Signed-off-by: Markus > Volk <[email protected]> --- .../mplayer/libplacebo_git.bb | 24 > +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 > meta-oe/recipes-multimedia/mplayer/libplacebo_git.bb diff --git > a/meta-oe/recipes-multimedia/mplayer/libplacebo_git.bb > b/meta-oe/recipes-multimedia/mplayer/libplacebo_git.bb new file mode 100644 > index 000000000..337ccd23b --- /dev/null +++ > b/meta-oe/recipes-multimedia/mplayer/libplacebo_git.bb @@ -0,0 +1,24 @@ > +SUMMARY = "The core rendering algorithms and ideas of mpv rewritten as an > independent library." +SECTION = "multimedia" +HOMEPAGE = > "https://opensourcelibs.com/lib/libplacebo" + +LICENSE = "LGPL-2.1-only" > +LIC_FILES_CHKSUM = "file://LICENSE;md5=435ed639f84d4585d93824e7da3d85da" + > +SRC_URI = > "git://code.videolan.org/videolan/libplacebo.git;protocol=https;branch=v6.338" > + +S = "${WORKDIR}/git" +SRCREV = "2805a0d01c029084ab36bf5d0e3c8742012a0b27" > +PV = "6.338.1" + +inherit meson pkgconfig + +PACKAGECONFIG ??= > "${@bb.utils.filter('DISTRO_FEATURES', 'vulkan opengl', d)}" + > +PACKAGECONFIG[vulkan] = "-Dvulkan=enabled,-Dvulkan=disabled,vulkan-loader > vulkan-headers shaderc spirv-shader-generator python3-mako-native > python3-jinja2-native glad-native" +PACKAGECONFIG[opengl] = > "-Dopengl=enabled,-Dopengl=disabled,glad,glad" +PACKAGECONFIG[lcms] = > "-Dlcms=enabled,-Dlcms=disabled,lcms" +PACKAGECONFIG[demos] = > "-Ddemos=true,-Ddemos=false,ffmpeg libsdl2 libsdl2-image" + +EXTRA_OEMESON = > "-Dvulkan-registry=${STAGING_DATADIR}/vulkan/registry/vk.xml" + > -- > 2.43.0 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#108175): https://lists.openembedded.org/g/openembedded-devel/message/108175 Mute This Topic: https://lists.openembedded.org/mt/103566960/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
