blender ver. bump
This commit is contained in:
@@ -16,7 +16,7 @@ def setup():
|
||||
shelltools.cd("..")
|
||||
shelltools.makedirs("cmake-make")
|
||||
shelltools.cd("cmake-make")
|
||||
shelltools.system("cmake ../blender-2.83.0 \
|
||||
shelltools.system("cmake ../blender-2.90.0 \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DFREETYPE_INCLUDE_DIRS=/usr/include/freetype2 \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
@@ -38,6 +38,7 @@ def setup():
|
||||
-DPYTHON_LIBRARY=python3.8 \
|
||||
-DPYTHON_INCLUDE_DIRS=/usr/include/python3.8 \
|
||||
-DPYTHON_NUMPY_INCLUDE_DIRS=/usr/lib/python3.8/site-packages/numpy/core/include \
|
||||
-DWITH_CYCLES_EMBREE=OFF \
|
||||
-DWITH_CODEC_SNDFILE=ON ")
|
||||
|
||||
def build():
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>3D modeling, animation, rendering and post-production application</Summary>
|
||||
<Description>blender is the essential software solution you need for 3D, from modeling, animation, rendering and post-production to interactive creation and playback.</Description>
|
||||
<Archive sha1sum="f8efc98b73b1bbe1c100ddb1549856594574029b" type="tarxz">http://download.blender.org/source/blender-2.83.0.tar.xz</Archive>
|
||||
<Archive sha1sum="cbc234b048294ebec34a89116f05663be00f91f2" type="tarxz">http://download.blender.org/source/blender-2.90.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>boost-devel</Dependency>
|
||||
<Dependency>cmake</Dependency> -->
|
||||
@@ -112,6 +112,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="14">
|
||||
<Date>2020-09-19</Date>
|
||||
<Version>2.90.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Date>2020-06-04</Date>
|
||||
<Version>2.83.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user