[arch-commits] Commit in opencolorio/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Apr 24 21:39:16 UTC 2021
Date: Saturday, April 24, 2021 @ 21:39:16
Author: arojas
Revision: 923755
depend on imath
Modified:
opencolorio/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-24 21:37:07 UTC (rev 923754)
+++ PKGBUILD 2021-04-24 21:39:16 UTC (rev 923755)
@@ -3,12 +3,12 @@
pkgname=opencolorio
pkgver=2.0.0
-pkgrel=2
+pkgrel=3
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' 'openexr' 'pystring')
+depends=('freeglut' 'glew' 'lcms2' 'tinyxml' 'yaml-cpp' 'imath' 'pystring')
makedepends=('boost' 'cmake' 'python' 'pybind11' 'ninja')
optdepends=('python: python bindings')
source=($pkgname-$pkgver.tar.gz::https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/v$pkgver.tar.gz
More information about the arch-commits
mailing list