summaryrefslogtreecommitdiff
path: root/libre/blender
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-06 04:53:56 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-09-06 04:53:56 -0300
commitf179ac65dd16a5dec57fe0dcbb22510f1f346e23 (patch)
tree6380b3a2ac12488bf3195d4d8cdf2e83a1da9399 /libre/blender
parent86abcf42c7e047ae67969da090e6a1b0ce7ddf28 (diff)
blender: add libspnav support
Diffstat (limited to 'libre/blender')
-rw-r--r--libre/blender/PKGBUILD11
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 \