mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - turn off using sse, x86 only
|
# - turn off using sse, x86 only
|
||||||
|
# - use system lcms2 on AArch64
|
||||||
|
|
||||||
pkgname=opencolorio
|
pkgname=opencolorio
|
||||||
pkgver=1.0.9
|
pkgver=1.0.9
|
||||||
|
@ -12,6 +13,7 @@ arch=('i686' 'x86_64')
|
||||||
url="http://opencolorio.org"
|
url="http://opencolorio.org"
|
||||||
license=('BSD')
|
license=('BSD')
|
||||||
depends=('python')
|
depends=('python')
|
||||||
|
depends_aarch64=('lcms2')
|
||||||
makedepends=('cmake')
|
makedepends=('cmake')
|
||||||
source=(http://github.com/imageworks/OpenColorIO/tarball/v$pkgver)
|
source=(http://github.com/imageworks/OpenColorIO/tarball/v$pkgver)
|
||||||
sha1sums=('a015cb51b9b0ea0cdb3989fc23e1c18ad69511e0')
|
sha1sums=('a015cb51b9b0ea0cdb3989fc23e1c18ad69511e0')
|
||||||
|
|
Loading…
Reference in a new issue