mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 03:41:29 +00:00
pillow: add webp support
Requested via: https://github.com/openwrt/packages/pull/16732 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
committed by
Rosen Penev
parent
17126e8174
commit
94cdf89269
@@ -28,7 +28,8 @@ define Package/python3-pillow
|
||||
CATEGORY:=Languages
|
||||
TITLE:=The friendly PIL fork
|
||||
URL:=https://python-pillow.org/
|
||||
DEPENDS:=+libfreetype +libjpeg +libtiff +zlib +python3
|
||||
DEPENDS:=+libfreetype +libjpeg +libtiff +zlib \
|
||||
+libwebp +python3
|
||||
endef
|
||||
|
||||
define Package/python3-pillow/description
|
||||
@@ -38,11 +39,11 @@ endef
|
||||
PYTHON3_PKG_SETUP_GLOBAL_ARGS += build_ext \
|
||||
--enable-zlib \
|
||||
--enable-jpeg \
|
||||
--enable-webp \
|
||||
--enable-webpmux \
|
||||
--enable-tiff \
|
||||
--enable-freetype \
|
||||
--disable-lcms \
|
||||
--disable-webp \
|
||||
--disable-webpmux \
|
||||
--disable-jpeg2000 \
|
||||
--disable-imagequant \
|
||||
--disable-platform-guessing
|
||||
|
||||
Reference in New Issue
Block a user