community/openshadinglanguage to 1.5.12-2

This commit is contained in:
Kevin Mihelich 2015-01-09 01:18:04 +00:00
parent 5a7932ec9f
commit 7451d27f09

View file

@ -7,15 +7,22 @@
pkgname=openshadinglanguage
pkgver=1.5.12
pkgrel=1
pkgrel=2
pkgdesc="Advanced shading language for production GI renderers"
arch=(i686 x86_64)
url="https://github.com/imageworks/OpenShadingLanguage"
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=('484752a0f97df55962c3a667075deddc')
source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
alignment.patch::https://github.com/imageworks/OpenShadingLanguage/commit/bcaf5778e2d778b72615e5c49269b59671cf0d91.patch)
md5sums=('484752a0f97df55962c3a667075deddc'
'f3f24c2aa7f5aabd98c0967747b58ecc')
prepare() {
cd OpenShadingLanguage-Release-$pkgver
patch -Np1 < $srcdir/alignment.patch
}
build() {
cd OpenShadingLanguage-Release-$pkgver