From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: buildroot@buildroot.org,
Eric Le Bihan <eric.le.bihan.dev@free.fr>,
Mahyar Koshkouei <mahyar.koshkouei@gmail.com>,
Javad Rahimipetroudi <javad.rahimipetroudi@essensium.com>,
Javad Rahimipetroudi <javad.rahimipetroudi@mind.be>,
Sen Hastings <sen@hastings.org>
Subject: Re: [Buildroot] [PATCH 1/2] package/libplacebo: add libplacebo package
Date: Thu, 1 Jan 2026 17:31:04 +0100 [thread overview]
Message-ID: <20260101173104.649dbbaa@windsurf> (raw)
In-Reply-To: <20251003143043.641856-1-bernd@kuhls.net>
Hello,
On Fri, 3 Oct 2025 16:30:42 +0200
Bernd Kuhls <bernd@kuhls.net> wrote:
> From: Javad Rahimipetroudi <javad.rahimipetroudi@essensium.com>
>
> This patch adds libplacebo package that is used
> by mpv player.
> libplacebo is the core rendering algorithms and
> ideas of mpv rewritten as an independent library
> and contains a large assortment of video processing
> shaders, focusing on both quality and performance.
>
> Signed-off-by: Javad Rahimipetroudi <javad.rahimipetroudi@mind.be>
[...]
Thanks for the patch, I've applied, after doing a few tweaks.
> diff --git a/package/libplacebo/Config.in b/package/libplacebo/Config.in
> new file mode 100644
> index 0000000000..739de5c05c
> --- /dev/null
> +++ b/package/libplacebo/Config.in
> @@ -0,0 +1,20 @@
> +config BR2_PACKAGE_LIBPLACEBO
> + bool "libplacebo"
> + depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
> + depends on BR2_INSTALL_LIBSTDCPP
> + depends on BR2_TOOLCHAIN_GCC_AT_LEAST_10 # C++20
> + depends on BR2_TOOLCHAIN_HAS_ATOMIC
> + depends on !BR2_STATIC_LIBS # needs <dlfcn.h>
> + help
> + libplacebo is, in a nutshell, the core rendering
> + algorithms and ideas of mpv rewritten as an
> + independent library. As of today, libplacebo
> + contains a large assortment of video processing
> + shaders, focusing on both quality and performance.
Lines were a bit too short, rewrapped.
> +
> + https://libplacebo.org
> +
> +comment "libplacebo needs a toolchain w/ dynamic library, threads, gcc >= 10"
> + depends on BR2_USE_MMU
> + depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS || \
> + !BR2_TOOLCHAIN_GCC_AT_LEAST_10
This comment didn't match the actual dependencies.
Thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2026-01-01 16:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-03 14:30 [Buildroot] [PATCH 1/2] package/libplacebo: add libplacebo package Bernd Kuhls
2025-10-03 14:30 ` [Buildroot] [PATCH 2/2] package/mpv: bump version to 0.4.0 Bernd Kuhls
2026-01-01 16:33 ` Thomas Petazzoni via buildroot
2026-01-01 16:31 ` Thomas Petazzoni via buildroot [this message]
[not found] <20240719161557.8832-1-javad.rahimipetroudi__49989.5562579454$1721405789$gmane$org@mind.be>
2024-08-02 6:01 ` [Buildroot] [PATCH 1/2] package/libplacebo: add libplacebo package Bernd Kuhls
-- strict thread matches above, loose matches on Subject: below --
2024-07-19 16:15 Javad Rahimipetroudi via buildroot
2024-10-22 4:15 ` Sen Hastings
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=20260101173104.649dbbaa@windsurf \
--to=buildroot@buildroot.org \
--cc=bernd@kuhls.net \
--cc=eric.le.bihan.dev@free.fr \
--cc=javad.rahimipetroudi@essensium.com \
--cc=javad.rahimipetroudi@mind.be \
--cc=mahyar.koshkouei@gmail.com \
--cc=sen@hastings.org \
--cc=thomas.petazzoni@bootlin.com \
/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 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.