mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/openshadinglanguage to 1.5.12-1
This commit is contained in:
parent
0514049a34
commit
71a563138e
1 changed files with 3 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
# - set -DUSE_LLVM_BITCODE=OFF for v5 and v6
|
||||
|
||||
pkgname=openshadinglanguage
|
||||
pkgver=1.5.11
|
||||
pkgver=1.5.12
|
||||
pkgrel=1
|
||||
pkgdesc="Advanced shading language for production GI renderers"
|
||||
arch=(i686 x86_64)
|
||||
|
@ -14,16 +14,12 @@ 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
|
||||
https://github.com/imageworks/OpenShadingLanguage/pull/429.patch)
|
||||
md5sums=('ec241cb96d2a51d89db4e5cf7b858e18'
|
||||
'cd469f088d3054783e9e53b894d4d182')
|
||||
source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz)
|
||||
md5sums=('484752a0f97df55962c3a667075deddc')
|
||||
|
||||
build() {
|
||||
cd OpenShadingLanguage-Release-$pkgver
|
||||
|
||||
patch -Np1 < $srcdir/429.patch
|
||||
|
||||
cd src
|
||||
|
||||
[[ -d build ]] && rm -r build
|
||||
|
|
Loading…
Reference in a new issue