Skip to content
Snippets Groups Projects
Commit a0129e35 authored by Leon Marz's avatar Leon Marz Committed by alice
Browse files

community/blender: upgrade to 3.5.1

parent d617324d
No related branches found
No related tags found
1 merge request!46568community/blender: upgrade to 3.5.1
Pipeline #162378 skipped
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# Contributor: Leon Marz <main@lmarz.org> # Contributor: Leon Marz <main@lmarz.org>
# Maintainer: Leon Marz <main@lmarz.org> # Maintainer: Leon Marz <main@lmarz.org>
pkgname=blender pkgname=blender
pkgver=3.5.0 pkgver=3.5.1
_pkgver=${pkgver%.[0-9]} _pkgver=${pkgver%.[0-9]}
pkgrel=3 pkgrel=0
pkgdesc="3D Creation/Animation/Publishing System" pkgdesc="3D Creation/Animation/Publishing System"
url="https://www.blender.org/" url="https://www.blender.org/"
arch="x86_64 aarch64" # limited by openvdb arch="x86_64 aarch64" # limited by openvdb
...@@ -64,7 +64,6 @@ x86_64) ...@@ -64,7 +64,6 @@ x86_64)
esac esac
subpackages="$pkgname-doc $pkgname-shared::noarch $pkgname-headless py3-$pkgname:python" subpackages="$pkgname-doc $pkgname-shared::noarch $pkgname-headless py3-$pkgname:python"
source="https://download.blender.org/source/blender-$pkgver.tar.xz source="https://download.blender.org/source/blender-$pkgver.tar.xz
$pkgname-addons-$pkgver-2.tar.gz::https://projects.blender.org/blender/blender-addons/archive/v$pkgver.tar.gz
0001-musl-fixes.patch 0001-musl-fixes.patch
0002-increase-thread-stack-size-for-musl.patch 0002-increase-thread-stack-size-for-musl.patch
" "
...@@ -75,11 +74,6 @@ source="https://download.blender.org/source/blender-$pkgver.tar.xz ...@@ -75,11 +74,6 @@ source="https://download.blender.org/source/blender-$pkgver.tar.xz
# - CVE-2022-2832 # - CVE-2022-2832
# - CVE-2022-2833 # - CVE-2022-2833
prepare() {
default_prepare
mv "$srcdir"/blender-addons "$builddir"/scripts/addons
}
build() { build() {
# Headless # Headless
mkdir -p "$builddir"/build-headless mkdir -p "$builddir"/build-headless
...@@ -165,8 +159,7 @@ python() { ...@@ -165,8 +159,7 @@ python() {
} }
sha512sums=" sha512sums="
140820b893c0dc27fc203d0b52be83ffd715fb7d3e9f383d9b87483bb7705b85664908d58c1fef0ae1aee00b47507154a7c2c52d7587a01d6ff74524f9595683 blender-3.5.0.tar.xz 7c9c03de8532884f8ab39fecf1450f8be4bc937a018bd14240ace81a89e422625aba9c4865f6efbb8371f5f01e930932fa5cf03c9d14d44c5312db33e3c56131 blender-3.5.1.tar.xz
761ec6d7cebf9a659764d9e8f3b0d126306235e064b267246b6e337cffb1b7db79b5a156c8f17a2f7f4e306d95921ad61620051acd6cb9a461b8317354d5e29c blender-addons-3.5.0-2.tar.gz
2783a6fa7a2864f808d90c4bf39302000de086e27d2ae5c14697414df6dac35bfd25276aba0744a326a1617a319cba0bc0bfceb8f0b28a166baa44b8d08df90d 0001-musl-fixes.patch 2783a6fa7a2864f808d90c4bf39302000de086e27d2ae5c14697414df6dac35bfd25276aba0744a326a1617a319cba0bc0bfceb8f0b28a166baa44b8d08df90d 0001-musl-fixes.patch
3f831f945579b9e91a52436772f267e67a58070ccaf06f780c150719638ac4c5ce98d0889e13b803a859a62a36981a2e1cf8a47d4c25ed37d17e611a650ce5c5 0002-increase-thread-stack-size-for-musl.patch 3f831f945579b9e91a52436772f267e67a58070ccaf06f780c150719638ac4c5ce98d0889e13b803a859a62a36981a2e1cf8a47d4c25ed37d17e611a650ce5c5 0002-increase-thread-stack-size-for-musl.patch
" "
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment