summaryrefslogtreecommitdiff
path: root/libre/blender
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-03-06 19:31:50 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2017-03-06 19:31:50 -0300
commit6223049eb809584ec3b9a01580b4b41053f83c10 (patch)
treee036b586b47892b57c7059eae1dd89135a8b1e52 /libre/blender
parent463b290f333de793f5caa248427ee37f0b5fe31e (diff)
blender-17:2.78.c-2.parabola1: add lzo dependency and include blender-softwaregl
Diffstat (limited to 'libre/blender')
-rw-r--r--libre/blender/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/libre/blender/PKGBUILD b/libre/blender/PKGBUILD
index 45dc9e94a..7fa71ebe9 100644
--- a/libre/blender/PKGBUILD
+++ b/libre/blender/PKGBUILD
@@ -47,7 +47,7 @@ elif [[ "${_gitver}" = 'no' ]]; then
pkgver="${_gittagver}.${_gittagrev}" # Revision
fi
-pkgrel='1.parabola1'
+pkgrel='2.parabola1'
epoch='17'
pkgdesc='A fully integrated 3D graphics creation suite, without nonfree CUDA support'
arch=('i686' 'x86_64' 'armv7h')
@@ -55,8 +55,8 @@ license=('GPL')
url="http://www.${pkgbase}.org"
depends=('alembic' 'boost-libs' 'desktop-file-utils' 'ffmpeg' 'fftw' 'freeglut'
'freetype2' 'glew' 'hicolor-icon-theme' 'jack' 'jemalloc' 'libpng' 'libsndfile'
- 'libspnav' 'libtiff' 'log4cplus' 'openal' 'opencolorio' 'opencollada' 'openexr'
- 'openimageio' 'openjpeg' 'openshadinglanguage' 'opensubdiv' 'openvdb'
+ 'libspnav' 'libtiff' 'log4cplus' 'lzo' 'openal' 'opencolorio' 'opencollada'
+ 'openexr' 'openimageio' 'openjpeg' 'openshadinglanguage' 'opensubdiv' 'openvdb'
'python' 'python-requests' 'sdl2' 'shared-mime-info' 'xdg-utils')
# 'bullet' 'eigen' 'ptex'
makedepends=('boost' 'cmake' 'git' 'llvm35' 'mesa')
@@ -274,6 +274,7 @@ package_blender() {
cd "${srcdir}/${pkgbase}-${pkgver}/build"
make DESTDIR="${pkgdir}" install
+ install -Dm755 ../release/bin/${pkgbase}-softwaregl "${pkgdir}/usr/bin/${pkgbase}-softwaregl"
python -m compileall "${pkgdir}/usr/share/${pkgbase}"
python -O -m compileall "${pkgdir}/usr/share/${pkgbase}"