New package: python3-pillow-avif

Signed-off-by: zenobit <zenobit@disroot.org>
This commit is contained in:
zenobit 2025-05-13 05:27:47 +02:00 committed by classabbyamp
parent a827b97bf3
commit 2532827e0e
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -0,0 +1,19 @@
# Template file for 'python3-pillow-avif'
pkgname=python3-pillow-avif
version=1.5.2
revision=1
build_style=python3-module
hostmakedepends="pkg-config python3-Pillow python3-setuptools"
makedepends="python3-devel libavif-devel"
depends="python3-Pillow"
short_desc="Pillow plugin that adds avif support via libavif"
maintainer="zenobit <zenobit@disroot.org>"
license="BSD-2-Clause"
homepage="https://github.com/fdintino/pillow-avif-plugin"
changelog="https://raw.githubusercontent.com/fdintino/pillow-avif-plugin/refs/heads/main/CHANGELOG.rst"
distfiles="https://github.com/fdintino/pillow-avif-plugin/archive/refs/tags/v${version}.tar.gz"
checksum=ca224a3ba77cc2ccc5a4e3a7e081c2c0914ea1481fdeb4c4c007e04d8675c5fe
post_install() {
vlicense LICENSE
}