blender-2.91.2 ver. bump

This commit is contained in:
Rmys
2021-01-20 14:54:00 +03:00
committed by GitHub
parent 3073f816b6
commit 6f1de2bc73
2 changed files with 10 additions and 3 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ def setup():
shelltools.cd("..")
shelltools.makedirs("cmake-make")
shelltools.cd("cmake-make")
shelltools.system("cmake ../blender-2.90.0 \
shelltools.system("cmake ../blender-%s \
-DCMAKE_INSTALL_PREFIX=/usr \
-DFREETYPE_INCLUDE_DIRS=/usr/include/freetype2 \
-DCMAKE_BUILD_TYPE=Release \
@@ -39,7 +39,7 @@ def setup():
-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 ")
-DWITH_CODEC_SNDFILE=ON " % get.srcVERSION())
def build():
shelltools.cd("../cmake-make")
+8 -1
View File
@@ -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="cbc234b048294ebec34a89116f05663be00f91f2" type="tarxz">http://download.blender.org/source/blender-2.90.0.tar.xz</Archive>
<Archive sha1sum="81f675862fd3ea442ede5dbac0b5a65b5e0c6c85" type="tarxz">http://download.blender.org/source/blender-2.91.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>boost-devel</Dependency>
<Dependency>cmake</Dependency> -->
@@ -112,6 +112,13 @@
</Package>
<History>
<Update release="15">
<Date>2021-01-20</Date>
<Version>2.91.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2020-09-19</Date>
<Version>2.90.0</Version>