From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Julien Olivain <ju.o@free.fr>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH next 2/2] package/libjxl: new package
Date: Wed, 23 Nov 2022 15:37:10 +0100 [thread overview]
Message-ID: <20221123153710.71a2056b@windsurf> (raw)
In-Reply-To: <20221122215912.824599-1-ju.o@free.fr>
Hello Julien,
On Tue, 22 Nov 2022 22:59:12 +0100
Julien Olivain <ju.o@free.fr> wrote:
> diff --git a/package/libjxl/Config.in b/package/libjxl/Config.in
> new file mode 100644
> index 0000000000..456305083c
> --- /dev/null
> +++ b/package/libjxl/Config.in
> @@ -0,0 +1,14 @@
> +config BR2_PACKAGE_LIBJXL
> + bool "libjxl"
> + depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # highway
> + depends on BR2_TOOLCHAIN_HAS_ATOMIC # highway
> + depends on BR2_INSTALL_LIBSTDCPP # highway
> + depends on BR2_PACKAGE_HIGHWAY_ARCH_SUPPORTS
> + select BR2_PACKAGE_BROTLI
> + select BR2_PACKAGE_HIGHWAY
> + select BR2_PACKAGE_LCMS2
> + help
> + libjxl is the reference implementation of JPEG XL (encoder
> + and decoder).
> +
> + https://github.com/libjxl/libjxl
Missing:
comment "libjxl needs a toolchain with C++, gcc >= 7"
depends on ...
> +LIBJXL_DEPENDENCIES = \
> + brotli \
> + lcms2 \
> + highway
> +
> +LIBJXL_CONF_OPTS = \
> + -DJPEGXL_BUNDLE_LIBPNG=OFF \
So which libpng gets used? None?
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:[~2022-11-23 14:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-11-22 21:55 [Buildroot] [PATCH next 1/2] package/highway: new package Julien Olivain
2022-11-22 21:59 ` [Buildroot] [PATCH next 2/2] package/libjxl: " Julien Olivain
2022-11-23 14:37 ` Thomas Petazzoni via buildroot [this message]
2022-11-24 21:03 ` Julien Olivain
2022-11-23 14:17 ` [Buildroot] [PATCH next 1/2] package/highway: " Thomas Petazzoni via buildroot
2022-11-24 20:59 ` Julien Olivain
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=20221123153710.71a2056b@windsurf \
--to=buildroot@buildroot.org \
--cc=ju.o@free.fr \
--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.