blender-4.0.1

This commit is contained in:
Rmys
2023-12-05 20:00:43 +03:00
committed by GitHub
parent 36b1b5d510
commit 88463449a6
2 changed files with 13 additions and 1 deletions
+2
View File
@@ -22,6 +22,8 @@ def setup():
-DCMAKE_BUILD_TYPE=Release \ -DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \ -DCMAKE_SKIP_RPATH=ON \
-DWITH_JACK=ON \ -DWITH_JACK=ON \
-DUSD_ROOT_DIR=/usr \
-DLLVM_VERSION=16 \
-DWITH_JACK_DYNLOAD=ON \ -DWITH_JACK_DYNLOAD=ON \
-DWITH_IMAGE_OPENEXR=ON \ -DWITH_IMAGE_OPENEXR=ON \
-DWITH_OPENCOLORIO=ON \ -DWITH_OPENCOLORIO=ON \
+11 -1
View File
@@ -13,7 +13,7 @@
<IsA>app:gui</IsA> <IsA>app:gui</IsA>
<Summary>3D modeling, animation, rendering and post-production application</Summary> <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> <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="d86cc94a259b11f9fc17ca006bd7e9aefee645e6" type="tarxz">http://download.blender.org/source/blender-3.6.5.tar.xz</Archive> <Archive sha1sum="3356193b1add3d2ca06703c96186bb4aec1011ce" type="tarxz">http://download.blender.org/source/blender-4.0.1.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>git</Dependency> <Dependency>git</Dependency>
<Dependency>cmake</Dependency> <Dependency>cmake</Dependency>
@@ -63,6 +63,7 @@
<Dependency>jemalloc-devel</Dependency> <Dependency>jemalloc-devel</Dependency>
<Dependency>zstd-devel</Dependency> <Dependency>zstd-devel</Dependency>
<Dependency>brotli-devel</Dependency> <Dependency>brotli-devel</Dependency>
<Dependency>openpgl-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<!-- <Patch level="1">blender-openexr.patch</Patch> --> <!-- <Patch level="1">blender-openexr.patch</Patch> -->
@@ -115,6 +116,7 @@
<Dependency>OpenCOLLADA</Dependency> <Dependency>OpenCOLLADA</Dependency>
<Dependency>opencolorio</Dependency> <Dependency>opencolorio</Dependency>
<Dependency>jemalloc</Dependency> <Dependency>jemalloc</Dependency>
<Dependency>openpgl</Dependency>
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="executable">/usr/bin</Path> <Path fileType="executable">/usr/bin</Path>
@@ -127,6 +129,7 @@
<Path fileType="data">/usr/share/applications</Path> <Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/mime</Path> <Path fileType="data">/usr/share/mime</Path>
<Path fileType="localedata">/usr/share/locale</Path> <Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/metainfo/org.blender.Blender.metainfo.xml</Path>
</Files> </Files>
<AdditionalFiles> <AdditionalFiles>
<AdditionalFile owner="root" permission="0644" target="/usr/share/mime/packages/blender.xml">blender.xml</AdditionalFile> <AdditionalFile owner="root" permission="0644" target="/usr/share/mime/packages/blender.xml">blender.xml</AdditionalFile>
@@ -136,6 +139,13 @@
</Package> </Package>
<History> <History>
<Update release="24">
<Date>2023-12-02</Date>
<Version>4.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="23"> <Update release="23">
<Date>2023-10-23</Date> <Date>2023-10-23</Date>
<Version>3.6.5</Version> <Version>3.6.5</Version>