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

View File

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