wok rev 22548

updated blender (2.81 -> 2.81a)
author Hans-G?nter Theisgen
date Sat Jan 04 08:45:04 2020 +0100 (2020-01-04)
parents 859a7c0fa176
children bc1f11e28054
files blender/receipt
line diff
     1.1 --- a/blender/receipt	Sat Jan 04 07:26:58 2020 +0100
     1.2 +++ b/blender/receipt	Sat Jan 04 08:45:04 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="blender"
     1.7 -VERSION="2.81"
     1.8 +VERSION="2.81a"
     1.9  CATEGORY="graphics"
    1.10  TAGS="3D creator editor"
    1.11  SHORT_DESC="3D content creation suite."
    1.12 @@ -22,7 +22,7 @@
    1.13  	libboost-math-dev libboost-regex-dev libboost-thread-dev 
    1.14  	libboost-tr1-dev libglu-mesa-dev librsvg-dev libsamplerate-dev 
    1.15  	libsdl-dev mesa-dev openal-dev openexr-dev openjpeg-dev pkg-config 
    1.16 -	py3k-dev tiff-dev xorg-libXmu yasm"
    1.17 +	py3k-dev python-numpy tiff-dev xorg-libXmu yasm"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21 @@ -31,8 +31,8 @@
    1.22  	sed -i -e 's|\(PyModule_GetFilename\)(mod|_PyUnicode_AsString(\1Object(mod)|' \
    1.23  		-e 's|(.*_Py_atomic_load_relaxed(.*t)|(PyThreadState_GetDict(|' \
    1.24  			$src/source/blender/python/generic/py_capi_utils.c
    1.25 -	sed -i 's|char. chars = _PyUnicode_AsString|const &|' \
    1.26 -		$src/source/gameengine/Ketsji/KX_FontObject.cpp
    1.27 +#	sed -i 's|char. chars = _PyUnicode_AsString|const &|' \
    1.28 +#		$src/source/gameengine/Ketsji/KX_FontObject.cpp
    1.29  	mkdir -p $WOK/$PACKAGE/source/build
    1.30  	cd $WOK/$PACKAGE/source/build
    1.31  	PY3K_VER=$(ls -d /usr/include/python3.?m | sed 's|.*python\(.*\)m|\1|')