diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-06 19:28:14 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-09-06 19:28:14 -0300 |
commit | 8885186187c43a610224b6562c06de23a3067e28 (patch) | |
tree | 6bbd279a618c5b2680c71fd51dafd8aa3960bb34 /libre | |
parent | 8f7709f5b196d988141d085572661b6944ad8267 (diff) | |
parent | 2c5de6f1648e51c81c6446b45dfcd8d091fdd929 (diff) |
Merge branch 'master' of ssh://lukeshu.com:1863/srv/git/mirror/parabola/abslibre
Diffstat (limited to 'libre')
-rw-r--r-- | libre/blender/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libre/blender/PKGBUILD b/libre/blender/PKGBUILD index db5c6f0ad..0279d6381 100644 --- a/libre/blender/PKGBUILD +++ b/libre/blender/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=blender pkgname=blender pkgver=2.71 -pkgrel=2.parabola1 +pkgrel=2.parabola2 epoch=14 _jpgver=1.5 _pyver=3.4 @@ -15,9 +15,10 @@ arch=('i686' 'x86_64' 'mips64el') license=('GPL') url="http://www.$pkgbase.org" depends=('boost-libs' 'desktop-file-utils' 'ffmpeg' 'fftw' 'freetype2' 'glew' - 'hicolor-icon-theme' 'jack' 'libpng' 'libsndfile' 'libtiff' 'llvm-libs' - 'openal' 'opencolorio' 'opencollada=20140214' 'openexr' 'openimageio' - 'openshadinglanguage=1.4.2' 'python' 'shared-mime-info' 'xdg-utils') + 'hicolor-icon-theme' 'jack' 'libpng' 'libsndfile' 'libspnav' 'libtiff' + 'llvm-libs' 'openal' 'opencolorio' 'opencollada=20140214' 'openexr' + 'openimageio' 'openshadinglanguage=1.4.2' 'python' 'shared-mime-info' + 'xdg-utils') makedepends=('boost' 'cmake' 'git' 'llvm') # 'bullet' (boost: for cycles, booleans, audaspace and/or i18n) optdepends=('bullet: for Rigid Bodies and Physics Simulation' #'mesa-libcl: for rendering with optional Mesa OpenCL' @@ -117,7 +118,7 @@ build() { -DWITH_IMAGE_OPENJPEG=ON \ -DWITH_IMAGE_REDCODE=ON \ -DWITH_IMAGE_TIFF=ON \ - -DWITH_INPUT_NDOF=OFF \ + -DWITH_INPUT_NDOF=ON \ -DWITH_INSTALL_PORTABLE=OFF \ -DWITH_INTERNATIONAL=ON \ -DWITH_JACK=ON \ |