Date: Saturday, April 23, 2022 @ 21:33:44 Author: eworm Revision: 443859
upgpkg: imlib2 1.9.0-3: make some dependencies optional Modified: imlib2/trunk/PKGBUILD ----------+ PKGBUILD | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-23 21:17:22 UTC (rev 443858) +++ PKGBUILD 2022-04-23 21:33:44 UTC (rev 443859) @@ -4,17 +4,24 @@ pkgname=imlib2 pkgver=1.9.0 -pkgrel=2 +pkgrel=3 pkgdesc='Library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support' url='https://sourceforge.net/projects/enlightenment/' arch=('x86_64') license=('BSD') options=('debug') -# Currently highway does provide a static library only, that libjxl links to. -# This introduces a build dependency for now... -makedepends=('highway') -depends=('bzip2' 'freetype2' 'giflib' 'libheif' 'libid3tag' 'libjpeg-turbo' 'libjxl' - 'libpng' 'librsvg' 'libspectre' 'libtiff' 'libwebp' 'libxext' 'openjpeg2' 'xz') +makedepends=(# Currently highway does provide a static library only, that libjxl links to. + # This introduces a build dependency for now... + 'highway' + 'libheif' 'libid3tag' 'libjxl' 'librsvg' 'libspectre' 'libwebp' 'openjpeg2') +depends=('bzip2' 'freetype2' 'giflib' 'libjpeg-turbo' 'libpng' 'libtiff' 'libxext' 'xz') +optdepends=('libheif: HEIF loader (for AVIF)' + 'libid3tag: ID3 loader' + 'libjxl: JXL loader' + 'librsvg: SVG loader' + 'libspectre: PS loader' + 'libwebp: WEBP loader' + 'openjpeg2: J2K loader') source=("https://downloads.sourceforge.net/project/enlightenment/imlib2-src/${pkgver}/${pkgname}-${pkgver}.tar.xz") sha512sums=('958fdabc938ec03ab48001ca4df72c8352cb261b12b09334d38348b22b8859cff16a1cda0d4447b73261723f223f62a799f80eb85a710ac5a44a3fa4f90734fd')
