blender: python3.5 -> python3

This commit is contained in:
Alessio Sergi 2016-10-18 11:33:11 +02:00
parent 41db519059
commit 3a6073e2e8

View File

@ -1,10 +1,10 @@
# Template file for 'blender'
pkgname=blender
version=2.78
revision=2
revision=3
build_style="cmake"
makedepends="
libgomp-devel libpng-devel tiff-devel python3.5-devel glu-devel
libgomp-devel libpng-devel tiff-devel python3-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
@ -17,8 +17,8 @@ homepage="http://blender.org"
distfiles="http://download.blender.org/source/${pkgname}-${version}.tar.gz"
checksum=17863e1ccb3bfdcc932d37cf9e525318130064c756cfb92a9ab479780d3ed441
pycompile_version="3.5"
pycompile_dirs="/usr/share/blender/2.77/scripts"
pycompile_version="$py3_ver"
pycompile_dirs="/usr/share/blender/$version/scripts"
only_for_archs="x86_64 x86_64-musl i686 i686-musl"
configure_args="
@ -37,10 +37,10 @@ configure_args="
-DWITH_IMAGE_OPENEXR=ON
-DWITH_IMAGE_OPENJPEG=ON
-DWITH_OPENCOLLADA=ON
-DPYTHON_VERSION=3.5
-DPYTHON_VERSION=$py3_ver
-DPYTHON_LIBPATH=/usr/lib
-DPYTHON_LIBRARY=python3.5m
-DPYTHON_INCLUDE_DIRS=/usr/include/python3.5m"
-DPYTHON_LIBRARY='python${py3_ver}m'
-DPYTHON_INCLUDE_DIRS=$py3_inc"
case "$XBPS_TARGET_MACHINE" in
*-musl) broken="http://build.voidlinux.eu/builders/x86_64-musl_builder/builds/3998/steps/shell_3/logs/stdio";;