mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/openshadinglanguage to 1.5.10-1
This commit is contained in:
parent
81cfffc2e0
commit
c24a0c1f7f
1 changed files with 6 additions and 3 deletions
|
@ -6,8 +6,8 @@
|
|||
# - set -DUSE_LLVM_BITCODE=OFF for v5 and v6
|
||||
|
||||
pkgname=openshadinglanguage
|
||||
pkgver=1.5.7dev
|
||||
pkgrel=3
|
||||
pkgver=1.5.10
|
||||
pkgrel=1
|
||||
pkgdesc="Advanced shading language for production GI renderers"
|
||||
arch=(i686 x86_64)
|
||||
url="https://github.com/imageworks/OpenShadingLanguage"
|
||||
|
@ -15,11 +15,14 @@ license=('custom')
|
|||
depends=('boost-libs' 'openimageio' 'openexr' 'llvm' 'freetype2' 'libpng' 'libtiff')
|
||||
makedepends=('boost' 'cmake' 'clang')
|
||||
source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz)
|
||||
md5sums=('582214c825897a7b879d780b55fb7b94')
|
||||
md5sums=('b828366f056e115b539ee1780883fc7d')
|
||||
|
||||
build() {
|
||||
cd OpenShadingLanguage-Release-$pkgver
|
||||
|
||||
# Fails building this file on i686
|
||||
sed -i "/src\/testshade/d" CMakeLists.txt
|
||||
|
||||
cd src
|
||||
|
||||
[[ -d build ]] && rm -r build
|
||||
|
|
Loading…
Reference in a new issue