community/openshadinglanguage to 1.5.10-1

This commit is contained in:
Kevin Mihelich 2014-09-07 14:43:23 +00:00
parent 81cfffc2e0
commit c24a0c1f7f

View file

@ -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