mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +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
|
# - set -DUSE_LLVM_BITCODE=OFF for v5 and v6
|
||||||
|
|
||||||
pkgname=openshadinglanguage
|
pkgname=openshadinglanguage
|
||||||
pkgver=1.5.7dev
|
pkgver=1.5.10
|
||||||
pkgrel=3
|
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"
|
||||||
|
@ -15,11 +15,14 @@ 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=('582214c825897a7b879d780b55fb7b94')
|
md5sums=('b828366f056e115b539ee1780883fc7d')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd OpenShadingLanguage-Release-$pkgver
|
cd OpenShadingLanguage-Release-$pkgver
|
||||||
|
|
||||||
|
# Fails building this file on i686
|
||||||
|
sed -i "/src\/testshade/d" CMakeLists.txt
|
||||||
|
|
||||||
cd src
|
cd src
|
||||||
|
|
||||||
[[ -d build ]] && rm -r build
|
[[ -d build ]] && rm -r build
|
||||||
|
|
Loading…
Reference in a new issue