mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/openimageio to 2.2.15.1-2
This commit is contained in:
parent
7977811082
commit
0b2f9f0f10
1 changed files with 5 additions and 5 deletions
|
@ -7,15 +7,15 @@
|
|||
|
||||
pkgname=openimageio
|
||||
pkgver=2.2.15.1
|
||||
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' 'openjpeg2' 'glew' 'libtiff' 'opencolorio' 'intel-tbb' 'libpng' 'libraw' 'libwebp'
|
||||
'fmt' 'pugixml' 'pybind11')
|
||||
# TODO: Consider adding these deps: 'openvdb' 'ffmpeg' 'ptex' 'libheif' 'hdf5' 'opencv'
|
||||
makedepends=('cmake' 'qt5-base' 'python' 'boost' 'mesa' 'freetype2' 'fontconfig' 'libxrender' 'ninja' 'robin-map')
|
||||
depends=('openexr' 'boost-libs' 'openjpeg2' 'glew' 'libtiff' 'opencolorio' 'libpng' 'libraw' 'libwebp'
|
||||
'fmt' 'pugixml' 'pybind11' 'libheif' 'hdf5' 'freetype2')
|
||||
# TODO: Consider adding these deps: 'openvdb' 'ffmpeg' 'ptex' 'opencv'
|
||||
makedepends=('cmake' 'qt5-base' 'python' 'boost' 'mesa' 'fontconfig' 'libxrender' 'ninja' 'robin-map')
|
||||
optdepends=('qt5-base: iv image viewer'
|
||||
'python: bindings support')
|
||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/Release-$pkgver.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue