All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] package/python-pillow: add lcms2 support
@ 2021-05-22 17:41 Fabrice Fontaine
  2021-05-22 17:41 ` [Buildroot] [PATCH 2/4] package/python-pillow: add xcb support Fabrice Fontaine
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Fabrice Fontaine @ 2021-05-22 17:41 UTC (permalink / raw)
  To: buildroot

lcms2 is an optional dependency since version 2.3.0 and
https://github.com/python-pillow/Pillow/commit/6d9f34914021951bba42ffe5b6cd80147e7f538f

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/python-pillow/python-pillow.mk | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/package/python-pillow/python-pillow.mk b/package/python-pillow/python-pillow.mk
index f71fa156e2..3018758b48 100644
--- a/package/python-pillow/python-pillow.mk
+++ b/package/python-pillow/python-pillow.mk
@@ -28,6 +28,13 @@ else
 PYTHON_PILLOW_BUILD_OPTS += --disable-jpeg
 endif
 
+ifeq ($(BR2_PACKAGE_LCMS2),y)
+PYTHON_PILLOW_DEPENDENCIES += lcms2
+PYTHON_PILLOW_BUILD_OPTS += --enable-lcms
+else
+PYTHON_PILLOW_BUILD_OPTS += --disable-lcms
+endif
+
 ifeq ($(BR2_PACKAGE_OPENJPEG),y)
 PYTHON_PILLOW_DEPENDENCIES += openjpeg
 PYTHON_PILLOW_BUILD_OPTS += --enable-jpeg2000
-- 
2.30.2

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2021-06-08  8:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-22 17:41 [Buildroot] [PATCH 1/4] package/python-pillow: add lcms2 support Fabrice Fontaine
2021-05-22 17:41 ` [Buildroot] [PATCH 2/4] package/python-pillow: add xcb support Fabrice Fontaine
2021-05-24  8:52   ` Yann E. MORIN
2021-06-08  8:25   ` Peter Korsgaard
2021-05-22 17:41 ` [Buildroot] [PATCH 3/4] package/python-pillow: add webpmux support Fabrice Fontaine
2021-05-24  8:56   ` Yann E. MORIN
2021-06-08  8:25   ` Peter Korsgaard
2021-05-22 17:41 ` [Buildroot] [PATCH 4/4] package/python-pillow: security bump to version 8.2.0 Fabrice Fontaine
2021-05-24  8:56   ` Yann E. MORIN
2021-06-08  8:25   ` Peter Korsgaard
2021-05-24  8:52 ` [Buildroot] [PATCH 1/4] package/python-pillow: add lcms2 support Yann E. MORIN
2021-06-08  8:25 ` Peter Korsgaard

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.