blender: update to 2.77a (close #3916).

This commit is contained in:
Juan RP 2016-05-02 08:16:27 +02:00
parent 9670b411ce
commit 6a1d024ab9
1 changed files with 13 additions and 10 deletions

View File

@ -1,22 +1,25 @@
# Template file for 'blender'
pkgname=blender
version=2.76b
revision=2
hostmakedepends="cmake"
version=2.77a
revision=1
build_style="cmake"
makedepends="
libgomp-devel libpng-devel tiff-devel python3.4-devel glu-devel
libgomp-devel libpng-devel tiff-devel python3.5-devel glu-devel
glew-devel freetype-devel jack-devel libopenal-devel libsndfile-devel
libsamplerate-devel ffmpeg-devel fftw-devel boost-devel pcre-devel llvm
libopenexr-devel libopenjpeg-devel libXi-devel openimageio-devel
opencolorio-devel jemalloc-devel"
depends="desktop-file-utils hicolor-icon-theme"
build_style="cmake"
short_desc="3D graphics creation suite"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="GPL-2"
homepage="http://blender.org"
distfiles="http://download.blender.org/source/${pkgname}-${version}.tar.gz"
checksum=bd852a8592ec2eca596a63244152506c406d8fc1d845244a8e11c84d24ad605d
short_desc="3D graphics creation suite"
checksum=3770fa00f50a6654eb8b5fe625ca8942ab5672ac4685b7af24597251ace85c67
pycompile_version="3.5"
pycompile_dirs="/usr/share/blender/2.77/scripts"
only_for_archs="x86_64 x86_64-musl i686 i686-musl"
configure_args="
-DWITH_INSTALL_PORTABLE=OFF
@ -33,10 +36,10 @@ configure_args="
-DWITH_OPENCOLORIO=ON
-DWITH_IMAGE_OPENEXR=ON
-DWITH_IMAGE_OPENJPEG=ON
-DPYTHON_VERSION=3.4
-DPYTHON_VERSION=3.5
-DPYTHON_LIBPATH=/usr/lib
-DPYTHON_LIBRARY=python3.4m
-DPYTHON_INCLUDE_DIRS=/usr/include/python3.4m"
-DPYTHON_LIBRARY=python3.5m
-DPYTHON_INCLUDE_DIRS=/usr/include/python3.5m"
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="http://build.voidlinux.eu/builders/x86_64-musl_builder/builds/3998/steps/shell_3/logs/stdio";;