Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
blender
Commits:
f5cf1436 by Antonio Rojas at 2024-06-22T21:46:50+02:00
upgpkg: 17:4.1.1-10: numpy 2.0 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = blender
pkgdesc = A fully integrated 3D graphics creation suite
pkgver = 4.1.1
- pkgrel = 9
+ pkgrel = 10
epoch = 17
url = https://www.blender.org
arch = x86_64
=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@
pkgname=blender
pkgver=4.1.1
-pkgrel=9
+pkgrel=10
epoch=17
pkgdesc="A fully integrated 3D graphics creation suite"
arch=('x86_64')
@@ -163,6 +163,9 @@ prepare() {
# fix build with ffmpeg 7
patch -p1 -i ../ffmpeg-7-1.patch
patch -p1 -i ../ffmpeg-7-2.patch
+
+ # fix build with usd 24.05
+ git cherry-pick -n 2db96ee8cae8b4e5d6278ba7a12308ee959164bc
}
_get_pyver() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/commit/f5cf1436450c5d67131ca63ee2e84f956c7d5966
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/blender/-/commit/f5cf1436450c5d67131ca63ee2e84f956c7d5966
You're receiving this email because of your account on gitlab.archlinux.org.