summaryrefslogtreecommitdiff
path: root/libre/blender
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-03-21 09:58:48 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-03-21 09:58:48 -0300
commit906e44c7e834cce2730f1e620999f7b65085c4d7 (patch)
treec6874b1b2a91dc474fb2d8f359a1995b0a08bbe4 /libre/blender
parent79260b70e1b6208f7785dec33ea34922834d5089 (diff)
blender-16:2.73a-4.parabola1: rebuild against llvm35
Diffstat (limited to 'libre/blender')
-rw-r--r--libre/blender/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/libre/blender/PKGBUILD b/libre/blender/PKGBUILD
index 925292f40..c09e98df8 100644
--- a/libre/blender/PKGBUILD
+++ b/libre/blender/PKGBUILD
@@ -29,7 +29,7 @@ _pkgver=2.73a
_depver=${_pkgver%[a-z]}
[[ $_git == no ]] && pkgver=$_pkgver
[[ $_git == yes ]] && pkgver=$_pkgver.git1.$_gitcommit
-pkgrel=2.parabola2
+pkgrel=4.parabola1
epoch=16
_jpgver=1.5
_llvmver=3.5
@@ -40,10 +40,11 @@ arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
url="http://www.$pkgbase.org"
depends=('boost-libs' 'desktop-file-utils' 'ffmpeg' 'fftw' 'freeglut' 'freetype2'
- 'glew' 'hicolor-icon-theme' 'jack' 'libpng' 'libsndfile' 'libspnav'
+ 'glew' 'hicolor-icon-theme' 'jack' 'jemalloc' 'libpng' 'libsndfile' 'libspnav'
'libtiff' 'openal' 'opencolorio' 'opencollada' 'openexr' 'openimageio'
- 'openshadinglanguage' 'python-requests' 'shared-mime-info' 'xdg-utils')
-makedepends=('boost' 'cmake' 'git') # 'bullet' (boost: for cycles, booleans, audaspace and/or i18n)
+ 'openjpeg' 'openshadinglanguage' 'python' 'python-requests' 'shared-mime-info'
+ 'xdg-utils')
+makedepends=('boost' 'cmake' 'git' 'llvm35' 'mesa') # 'bullet' (boost: for cycles, booleans, audaspace and/or i18n)
optdepends=('bullet: for Rigid Bodies and Physics Simulation'
#'opencl-mesa: for rendering with optional Mesa OpenCL'
'blender-addon-gimp: for import GIMP images to scene'
@@ -113,7 +114,7 @@ build() {
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCYCLES_OSL=/usr \
- -DLLVM_STATIC=OFF \
+ -DLLVM_STATIC=ON \
-DLLVM_VERSION=$_llvmver \
-DOPENIMAGEIO_ROOT_DIR=/usr \
-DOPENJPEG_INCLUDE_DIR=/usr/include/openjpeg-$_jpgver \
@@ -172,7 +173,7 @@ build() {
-DWITH_JACK=ON \
-DWITH_JACK_DYNLOAD=OFF \
-DWITH_LIBMV=OFF \
- -DWITH_LLVM=OFF \
+ -DWITH_LLVM=ON \
-DWITH_LZMA=ON \
-DWITH_LZO=ON \
-DWITH_MEM_JEMALLOC=OFF \