mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/openshadinglanguage to 1.5.11-1
This commit is contained in:
parent
c1d182517f
commit
32881c81ec
1 changed files with 6 additions and 12 deletions
|
@ -6,8 +6,8 @@
|
|||
# - set -DUSE_LLVM_BITCODE=OFF for v5 and v6
|
||||
|
||||
pkgname=openshadinglanguage
|
||||
pkgver=1.5.10
|
||||
pkgrel=2
|
||||
pkgver=1.5.11
|
||||
pkgrel=1
|
||||
pkgdesc="Advanced shading language for production GI renderers"
|
||||
arch=(i686 x86_64)
|
||||
url="https://github.com/imageworks/OpenShadingLanguage"
|
||||
|
@ -15,20 +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
|
||||
https://github.com/imageworks/OpenShadingLanguage/commit/163df11a3af32295757cfe008d1ba2b757cc7b7b.patch
|
||||
https://github.com/imageworks/OpenShadingLanguage/pull/412.patch)
|
||||
md5sums=('b828366f056e115b539ee1780883fc7d'
|
||||
'e980ed0a9480958307fa048544154887'
|
||||
'd21cab675ce13c9f0640e1f6a662d2b9')
|
||||
https://github.com/imageworks/OpenShadingLanguage/pull/429.patch)
|
||||
md5sums=('ec241cb96d2a51d89db4e5cf7b858e18'
|
||||
'cd469f088d3054783e9e53b894d4d182')
|
||||
|
||||
build() {
|
||||
cd OpenShadingLanguage-Release-$pkgver
|
||||
|
||||
# Fails building this file on i686
|
||||
#sed -i "/src\/testshade/d" CMakeLists.txt
|
||||
|
||||
patch -Np1 < $srcdir/412.patch
|
||||
patch -Np1 < $srcdir/163df11a3af32295757cfe008d1ba2b757cc7b7b.patch
|
||||
patch -Np1 < $srcdir/429.patch
|
||||
|
||||
cd src
|
||||
|
||||
|
|
Loading…
Reference in a new issue