mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/opencolorio: v8 fix
This commit is contained in:
parent
28d775b094
commit
4f8a27c348
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - turn off using sse, x86 only
|
||||
# - use system lcms2 on AArch64
|
||||
|
||||
pkgname=opencolorio
|
||||
pkgver=1.0.9
|
||||
|
@ -12,6 +13,7 @@ arch=('i686' 'x86_64')
|
|||
url="http://opencolorio.org"
|
||||
license=('BSD')
|
||||
depends=('python')
|
||||
depends_aarch64=('lcms2')
|
||||
makedepends=('cmake')
|
||||
source=(http://github.com/imageworks/OpenColorIO/tarball/v$pkgver)
|
||||
sha1sums=('a015cb51b9b0ea0cdb3989fc23e1c18ad69511e0')
|
||||
|
|
Loading…
Reference in a new issue