mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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
|
pkgname=openimageio
|
||||||
pkgver=2.2.15.1
|
pkgver=2.2.15.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
|
pkgdesc="A library for reading and writing images, including classes, utilities, and applications"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url="http://www.openimageio.org/"
|
url="http://www.openimageio.org/"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
depends=('openexr' 'boost-libs' 'openjpeg2' 'glew' 'libtiff' 'opencolorio' 'intel-tbb' 'libpng' 'libraw' 'libwebp'
|
depends=('openexr' 'boost-libs' 'openjpeg2' 'glew' 'libtiff' 'opencolorio' 'libpng' 'libraw' 'libwebp'
|
||||||
'fmt' 'pugixml' 'pybind11')
|
'fmt' 'pugixml' 'pybind11' 'libheif' 'hdf5' 'freetype2')
|
||||||
# TODO: Consider adding these deps: 'openvdb' 'ffmpeg' 'ptex' 'libheif' 'hdf5' 'opencv'
|
# TODO: Consider adding these deps: 'openvdb' 'ffmpeg' 'ptex' 'opencv'
|
||||||
makedepends=('cmake' 'qt5-base' 'python' 'boost' 'mesa' 'freetype2' 'fontconfig' 'libxrender' 'ninja' 'robin-map')
|
makedepends=('cmake' 'qt5-base' 'python' 'boost' 'mesa' 'fontconfig' 'libxrender' 'ninja' 'robin-map')
|
||||||
optdepends=('qt5-base: iv image viewer'
|
optdepends=('qt5-base: iv image viewer'
|
||||||
'python: bindings support')
|
'python: bindings support')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/Release-$pkgver.tar.gz"
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenImageIO/oiio/archive/Release-$pkgver.tar.gz"
|
||||||
|
|
Loading…
Reference in a new issue