mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/openshadinglanguage to 1.5.4dev-1
This commit is contained in:
parent
66be00921c
commit
831ab809f6
1 changed files with 9 additions and 4 deletions
|
@ -6,20 +6,25 @@
|
||||||
# - set -DUSE_LLVM_BITCODE=OFF for v5 and v6
|
# - set -DUSE_LLVM_BITCODE=OFF for v5 and v6
|
||||||
|
|
||||||
pkgname=openshadinglanguage
|
pkgname=openshadinglanguage
|
||||||
pkgver=1.4.0
|
pkgver=1.5.4dev
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Advanced shading language for production GI renderers"
|
pkgdesc="Advanced shading language for production GI renderers"
|
||||||
arch=(i686 x86_64)
|
arch=(i686 x86_64)
|
||||||
url="https://github.com/imageworks/OpenShadingLanguage"
|
url="https://github.com/imageworks/OpenShadingLanguage"
|
||||||
license=('custom')
|
license=('custom')
|
||||||
depends=('boost-libs' 'openimageio' 'openexr' 'llvm' 'freetype2' 'libpng' 'libtiff')
|
depends=('boost-libs' 'openimageio' 'openexr' 'llvm' 'freetype2' 'libpng' 'libtiff')
|
||||||
makedepends=('boost' 'cmake' 'clang')
|
makedepends=('boost' 'cmake' 'clang')
|
||||||
source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz)
|
source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
|
||||||
md5sums=('dcc7b6dfbc68d7af0d5cfa2940ff205b')
|
https://github.com/imageworks/OpenShadingLanguage/pull/320.patch)
|
||||||
|
md5sums=('4dda1fb2919d3440344d36ecbdf13d47'
|
||||||
|
'590137809ea344b41b1ad1e0fc81738c')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd OpenShadingLanguage-Release-$pkgver
|
cd OpenShadingLanguage-Release-$pkgver
|
||||||
|
|
||||||
|
# LLVM 3.4 build fix
|
||||||
|
patch -Np1 < $srcdir/320.patch
|
||||||
|
|
||||||
cd src
|
cd src
|
||||||
|
|
||||||
[[ -d build ]] && rm -r build
|
[[ -d build ]] && rm -r build
|
||||||
|
|
Loading…
Reference in a new issue