blender-2.93.5

This commit is contained in:
Rmys
2021-10-25 13:39:48 +03:00
committed by GitHub
parent b5575baea5
commit b549a08478
2 changed files with 14 additions and 7 deletions
+4 -4
View File
@@ -34,11 +34,11 @@ def setup():
-DWITH_GAMEENGINE=ON \
-DWITH_PYTHON_INSTALL=OFF \
-DWITH_MOD_OCEANSIM=ON \
-DPYTHON_VERSION=3.8 \
-DPYTHON_VERSION=3.9 \
-DPYTHON_LIBPATH=/usr/lib \
-DPYTHON_LIBRARY=python3.8 \
-DPYTHON_INCLUDE_DIRS=/usr/include/python3.8 \
-DPYTHON_NUMPY_INCLUDE_DIRS=/usr/lib/python3.8/site-packages/numpy/core/include \
-DPYTHON_LIBRARY=python3.9 \
-DPYTHON_INCLUDE_DIRS=/usr/include/python3.9 \
-DPYTHON_NUMPY_INCLUDE_DIRS=/usr/lib/python3.9/site-packages/numpy/core/include \
-DWITH_CYCLES_EMBREE=OFF \
-DWITH_CODEC_SNDFILE=ON " % get.srcVERSION())
+10 -3
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="b797401c2f5f1f1a63347fd1c0d568629e9c5bf7" type="tarxz">http://download.blender.org/source/blender-2.92.0.tar.xz</Archive>
<Archive sha1sum="70e944d96ab951b0ec6e982d34b9346a7bea8f2e" type="tarxz">http://download.blender.org/source/blender-2.93.5.tar.xz</Archive>
<BuildDependencies>
<Dependency>git</Dependency>
<Dependency>cmake</Dependency>
@@ -63,7 +63,7 @@
<Patches>
<!--<Patch level="1">blender-2.67b-rna.patch</Patch>-->
<!--<Patch level="1">06-blender-2.68-fix-install-rules.patch</Patch>-->
<Patch level="1">blender-ffmpeg4_4.patch</Patch>
<!-- <Patch level="1">blender-ffmpeg4_4.patch</Patch> -->
</Patches>
</Source>
@@ -112,7 +112,7 @@
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/lib/python3.3/</Path>
<Path fileType="data">/usr/lib/python3.9/</Path>
<Path fileType="data">/usr/share/blender/</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/pixmaps/</Path>
@@ -130,6 +130,13 @@
</Package>
<History>
<Update release="19">
<Date>2021-10-25</Date>
<Version>2.93.5</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="18">
<Date>2021-10-21</Date>
<Version>2.92.0</Version>