mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-29 00:25:25 +00:00
extra/opencolorio to 2.4.0-4
This commit is contained in:
parent
fb446c0715
commit
a5d7a0d16b
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue