wok diff py3k-pillow/receipt @ rev 25647

Backout salvador 10% speedup: crashes with large files
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 26 12:15:51 2024 +0000 (8 months ago)
parents d16df1a9c46d
children
line diff
     1.1 --- a/py3k-pillow/receipt	Fri Jul 01 10:04:47 2022 +0100
     1.2 +++ b/py3k-pillow/receipt	Fri Jan 26 12:15:51 2024 +0000
     1.3 @@ -15,6 +15,13 @@
     1.4  DEPENDS="freetype jpeg py3k tk zlib"
     1.5  BUILD_DEPENDS="jpeg-dev py3k-dev zlib-dev"
     1.6  
     1.7 +# What is the latest version available today?
     1.8 +current_version()
     1.9 +{
    1.10 +	wget -O - https://github.com/python-pillow/Pillow/releases 2>/dev/null | \
    1.11 +	sed '/Pillow\/tree/!d;s|.*tree/||;s|".*||;q'
    1.12 +}
    1.13 +
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {