From 81ea3b33f1a84540f45dd82c392c96edde33618b Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 2 Mar 2020 19:44:52 +0000 Subject: [PATCH] community/openimageio to 2.1.11.2-2 --- community/openimageio/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/openimageio/PKGBUILD b/community/openimageio/PKGBUILD index fcb9549ac..86b3f67c8 100644 --- a/community/openimageio/PKGBUILD +++ b/community/openimageio/PKGBUILD @@ -6,12 +6,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')