mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/openshadinglanguage to 1.7.2-1
This commit is contained in:
parent
1ce7833164
commit
126db00111
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
# - set -DUSE_LLVM_BITCODE=OFF for v5 and v6
|
# - set -DUSE_LLVM_BITCODE=OFF for v5 and v6
|
||||||
|
|
||||||
pkgname=openshadinglanguage
|
pkgname=openshadinglanguage
|
||||||
pkgver=1.7.1
|
pkgver=1.7.2
|
||||||
pkgrel=1
|
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)
|
||||||
|
@ -17,7 +17,7 @@ depends=('boost-libs' 'openimageio' 'openexr' 'freetype2' 'libpng'
|
||||||
makedepends=('boost' 'cmake' 'clang35' 'llvm35')
|
makedepends=('boost' 'cmake' 'clang35' 'llvm35')
|
||||||
source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
|
source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
|
||||||
llvm-static-system-libs.patch)
|
llvm-static-system-libs.patch)
|
||||||
md5sums=('ae9aae26ea71ba69346bb0f47a786ab4'
|
md5sums=('f337bf8b973d38e5cea031c29175d93f'
|
||||||
'b7c212b2549981ced03c091375f48122')
|
'b7c212b2549981ced03c091375f48122')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue