extra/opencolorio to 2.4.0-4

This commit is contained in:
Kevin Mihelich 2024-12-22 18:04:58 +00:00
parent fb446c0715
commit a5d7a0d16b
2 changed files with 4 additions and 4 deletions
extra/opencolorio

View file

@ -1,7 +1,7 @@
pkgbase = opencolorio
pkgdesc = A color management framework for visual effects and animation
pkgver = 2.4.0
pkgrel = 2
pkgrel = 4
url = https://opencolorio.org
arch = x86_64
license = BSD
@ -13,7 +13,7 @@ pkgbase = opencolorio
depends = freeglut
depends = glew
depends = lcms2
depends = tinyxml
depends = expat
depends = yaml-cpp
depends = imath
depends = pystring

View file

@ -6,12 +6,12 @@
pkgname=opencolorio
pkgver=2.4.0
pkgrel=2
pkgrel=4
pkgdesc="A color management framework for visual effects and animation"
arch=('x86_64')
url="https://opencolorio.org"
license=('BSD')
depends=('freeglut' 'glew' 'lcms2' 'tinyxml' 'yaml-cpp' 'imath' 'pystring' 'minizip-ng' 'openexr')
depends=('freeglut' 'glew' 'lcms2' 'expat' 'yaml-cpp' 'imath' 'pystring' 'minizip-ng' 'openexr')
makedepends=('cmake' 'python' 'pybind11' 'ninja')
checkdepends=('openimageio')
optdepends=('python: python bindings')