From f179ac65dd16a5dec57fe0dcbb22510f1f346e23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Sat, 6 Sep 2014 04:53:56 -0300 Subject: blender: add libspnav support --- libre/blender/PKGBUILD | 11 ++++++----- 1 file 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 \ -- cgit v1.2.3-2-g168b