mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 12:45:11 +02:00
24 lines
948 B
Bash
24 lines
948 B
Bash
# Template file for 'python3-pillow-simd'
|
|
pkgname=python3-pillow-simd
|
|
version=7.0.0.post3
|
|
revision=1
|
|
archs="x86_64*"
|
|
wrksrc="pillow-simd-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
makedepends="python3-devel libjpeg-turbo-devel libopenjpeg2-devel
|
|
zlib-devel tiff-devel freetype-devel lcms2-devel libwebp-devel
|
|
libimagequant-devel freetype-devel harfbuzz-devel fribidi-devel libraqm-devel"
|
|
short_desc="Python3 Imaging Library (PIL) fork (SIMD)"
|
|
maintainer="mustaqim <mustaqim@pm.me>"
|
|
license="custom: PIL"
|
|
homepage="https://python-pillow.org/pillow-perf/"
|
|
changelog="https://github.com/uploadcare/pillow-simd/blob/simd/master/CHANGES.SIMD.rst"
|
|
distfiles="https://github.com/uploadcare/pillow-simd/archive/v${version}.tar.gz"
|
|
checksum=9844b83312804a155fbdb5d4239578f4f1861f8a196ab8310992524484053b06
|
|
replaces="python3-Pillow>=0"
|
|
provides="python3-Pillow-${version}_${revision}"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|