[arch-commits] Commit in openshadinglanguage/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Thu Jul 11 19:26:55 UTC 2013


    Date: Thursday, July 11, 2013 @ 21:26:55
  Author: svenstaro
Revision: 93889

upgpkg: openshadinglanguage 1.3.2-1

boost 1.54.0 rebuild

Modified:
  openshadinglanguage/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-11 17:58:22 UTC (rev 93888)
+++ PKGBUILD	2013-07-11 19:26:55 UTC (rev 93889)
@@ -1,28 +1,31 @@
 # $Id$
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 pkgname=openshadinglanguage
-pkgver=1.3.0
-pkgrel=4
+pkgver=1.3.2
+pkgrel=1
 pkgdesc="Advanced shading language for production GI renderers"
 arch=(i686 x86_64)
 url="http://code.google.com/p/openshadinglanguage/"
 license=('custom')
 depends=('boost-libs' 'openimageio' 'openexr' 'llvm' 'intel-tbb' 'freetype2' 'libpng' 'libtiff')
 makedepends=('boost' 'cmake' 'clang')
-source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz)
-md5sums=('1e8c47475cb092cec0aada843b2893ed')
+source=(https://github.com/imageworks/OpenShadingLanguage/archive/Release-${pkgver}.tar.gz
+        https://github.com/imageworks/OpenShadingLanguage/pull/273.patch)
+md5sums=('985f1c0908368e9acfeff76120ab1b9e'
+         '9fe2b863a4b69dc5be489fd4eef8606c')
 
 build() {
-  cd OpenShadingLanguage-Release-$pkgver/src
+  cd OpenShadingLanguage-Release-$pkgver
 
+  patch -Np1 < $srcdir/273.patch
+
+  cd src
+
   [[ -d build ]] && rm -r build
   mkdir build && cd build
 
-  # TODO: Remove LLVM_STATIC with llvm 3.3 when we'll have shared libs
-  # Check blender for crash with llvm pipe (run LIBGL_ALWAYS_SOFTWARE=1 blender)
   cmake \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLLVM_STATIC=ON \
     ..
   make
 }




More information about the arch-commits mailing list