[arch-commits] Commit in blender/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Wed Nov 25 17:32:25 UTC 2020
Date: Wednesday, November 25, 2020 @ 17:32:25
Author: svenstaro
Revision: 761127
upgpkg: blender 17:2.91.0-1
Modified:
blender/trunk/PKGBUILD
----------+
PKGBUILD | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-25 17:22:41 UTC (rev 761126)
+++ PKGBUILD 2020-11-25 17:32:25 UTC (rev 761127)
@@ -7,8 +7,8 @@
# fine with them.
pkgname=blender
-pkgver=2.90.1
-pkgrel=5
+pkgver=2.91.0
+pkgrel=1
epoch=17
pkgdesc="A fully integrated 3D graphics creation suite"
arch=('x86_64')
@@ -27,8 +27,6 @@
"git://git.blender.org/blender-addons-contrib.git"
"git://git.blender.org/blender-translations.git"
"git://git.blender.org/blender-dev-tools.git"
- https://git.blender.org/gitweb/gitweb.cgi/blender.git/patch/91aeb452ab251b307311fe869e8e14df945ec6bc
- cuda11.patch
https://developer.download.nvidia.com/redist/optix/v7.0/OptiX-7.0.0-include.zip)
sha512sums=('SKIP'
'SKIP'
@@ -35,8 +33,6 @@
'SKIP'
'SKIP'
'SKIP'
- '46358fe7dab620eb9a7414baa851e7d28818b7c2845f723f7dd0f4b0f721902583a6b57c9c2d5e153c5057cc958727489d301c5195dfd3befee96cde539d813a'
- '76d55f49cf0475d3050a3ff534da47345aae862fd5ee0e336143c041ef58c5d4ebd6e922eb8a23c01cc35d19537c46698910b0b52a090cdcea4e5f67e4fb5650'
'b2cff73def3757d4259f4b4d318a8ccfe166bf7c215cbb2124f1c81bd6e742f96207285b24eb4d99b527b7b97dc6d5e8fdf2f16d78d5d1e2684c26d681328491')
prepare() {
@@ -49,9 +45,6 @@
git config submodule."source/tools".url "${srcdir}/blender-dev-tools"
git submodule update
git submodule foreach git checkout v${pkgver}
-
- patch -Np1 -i "$srcdir"/91aeb452ab251b307311fe869e8e14df945ec6bc
- patch -Np1 -i "$srcdir"/cuda11.patch
}
build() {
@@ -67,10 +60,10 @@
-DCMAKE_BUILD_TYPE=Release \
-DWITH_INSTALL_PORTABLE=OFF \
-DWITH_PYTHON_INSTALL=OFF \
- -DPYTHON_VERSION=3.9 \
+ -DPYTHON_VERSION=3.8 \
-DPYTHON_LIBPATH=/usr/lib \
- -DPYTHON_LIBRARY=python3.9 \
- -DPYTHON_INCLUDE_DIRS=/usr/include/python3.9
+ -DPYTHON_LIBRARY=python3.8 \
+ -DPYTHON_INCLUDE_DIRS=/usr/include/python3.8
ninja -C build
}
More information about the arch-commits
mailing list