* update opencolorio to 2.3.2-3
This commit is contained in:
parent
b968e8d73e
commit
b517abd1c7
26
opencolorio/.SRCINFO
Normal file
26
opencolorio/.SRCINFO
Normal file
@ -0,0 +1,26 @@
|
||||
pkgbase = opencolorio
|
||||
pkgdesc = A color management framework for visual effects and animation
|
||||
pkgver = 2.3.2
|
||||
pkgrel = 3
|
||||
url = https://opencolorio.org
|
||||
arch = x86_64
|
||||
license = BSD
|
||||
checkdepends = openimageio
|
||||
makedepends = cmake
|
||||
makedepends = python
|
||||
makedepends = pybind11
|
||||
makedepends = ninja
|
||||
depends = freeglut
|
||||
depends = glew
|
||||
depends = lcms2
|
||||
depends = tinyxml
|
||||
depends = yaml-cpp
|
||||
depends = imath
|
||||
depends = pystring
|
||||
depends = minizip-ng
|
||||
depends = openexr
|
||||
optdepends = python: python bindings
|
||||
source = opencolorio-2.3.2.tar.gz::https://github.com/AcademySoftwareFoundation/OpenColorIO/archive/v2.3.2.tar.gz
|
||||
sha512sums = 4c7547960623b058398a86d9c8335d31f2354a1ee7ba58fbc2d1ace698132b99e8f823c9b443a77545721da076569228f502f1f3f4deba44659571c6d12db133
|
||||
|
||||
pkgname = opencolorio
|
4
opencolorio/.nvchecker.toml
Normal file
4
opencolorio/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
||||
[opencolorio]
|
||||
source = "git"
|
||||
git = "https://github.com/AcademySoftwareFoundation/OpenColorIO.git"
|
||||
prefix = "v"
|
@ -4,7 +4,7 @@
|
||||
|
||||
pkgname=opencolorio
|
||||
pkgver=2.3.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="A color management framework for visual effects and animation"
|
||||
arch=(x86_64 powerpc64le)
|
||||
url="https://opencolorio.org"
|
||||
@ -18,6 +18,7 @@ sha512sums=('4c7547960623b058398a86d9c8335d31f2354a1ee7ba58fbc2d1ace698132b99e8f
|
||||
|
||||
build() {
|
||||
cd OpenColorIO-$pkgver
|
||||
|
||||
case "${CARCH}" in
|
||||
powerpc64le) CXXFLAGS+=" -Wno-narrowing" ;;
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user