Date: Monday, March 2, 2020 @ 18:06:32 Author: svenstaro Revision: 588616
upgpkg: openimageio 2.1.11.2-2: Replace useless and old jasper dependency with openjpeg (fixes FS#65657) Modified: openimageio/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-02 18:06:26 UTC (rev 588615) +++ PKGBUILD 2020-03-02 18:06:32 UTC (rev 588616) @@ -3,12 +3,12 @@ pkgname=openimageio pkgver=2.1.11.2 -pkgrel=1 +pkgrel=2 pkgdesc="A library for reading and writing images, including classes, utilities, and applications" arch=(x86_64) url="http://www.openimageio.org/" license=('custom') -depends=('openexr' 'boost-libs' 'jasper' 'glew' 'libtiff' 'opencolorio' 'intel-tbb' 'openssl' 'libpng' 'libraw' 'libwebp') +depends=('openexr' 'boost-libs' 'openjpeg' 'glew' 'libtiff' 'opencolorio' 'intel-tbb' 'openssl' 'libpng' 'libraw' 'libwebp') makedepends=('cmake' 'qt5-base' 'python' 'boost' 'mesa' 'git' 'freetype2' 'fontconfig' 'libxrender') optdepends=('qt5-base: iv image viewer' 'python: bindings support')
