[arch-commits] Commit in blender/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Aug 5 09:08:19 UTC 2020


    Date: Wednesday, August 5, 2020 @ 09:08:18
  Author: svenstaro
Revision: 669158

upgpkg: blender 17:2.83.4-1

Modified:
  blender/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-05 09:07:58 UTC (rev 669157)
+++ PKGBUILD	2020-08-05 09:08:18 UTC (rev 669158)
@@ -14,13 +14,13 @@
 # just build the package against them. I checked with NVIDIA and this way is
 # fine with them.
 
-_gittag=v2.83.3
+_gittag=v2.83.4
 # _gitcommit=054dbb833e15275e0e991e2c15e754a3e7583716
 
 pkgname=blender
-pkgver=2.83.3
+pkgver=2.83.4
 [[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit:0:8}
-pkgrel=3
+pkgrel=1
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')
@@ -40,7 +40,6 @@
         "git://git.blender.org/blender-dev-tools.git"
         embree.patch
         D8063-cuda11.diff
-        D8355-ffmpeg43.patch
         https://developer.download.nvidia.com/redist/optix/v7.0/OptiX-7.0.0-include.zip)
 if [[ -n $_gittag ]]; then
     source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#tag=${_gittag}")
@@ -53,7 +52,6 @@
             'SKIP'
             '6de779ad8649a034ee65c45a36d7838ac0b8b32c3336b4d476186265c060f56276e3e0a2860ec4bff42bef7d5582ee82238013845f6a697672767a05a455aaca'
             '7b0dc31c8babaaeed35807d27cc54e6e9fb79a08c4c267244bea2b47149e05089fe495f239fff7d4fff9b1ebcafd588396e8d1db5529dc7ac49d78731575e128'
-            '70e3bd8762c573cac4ec1d6772cdaab3ce6a248c26c78cbfe729d29058b3bf764305ee02525529955f292ad682883433ca20a91096ccb10d0cfe0148a67ee15f'
             'b2cff73def3757d4259f4b4d318a8ccfe166bf7c215cbb2124f1c81bd6e742f96207285b24eb4d99b527b7b97dc6d5e8fdf2f16d78d5d1e2684c26d681328491'
             'SKIP')
 
@@ -70,9 +68,6 @@
   patch -Np1 -i "$srcdir"/embree.patch
   patch -Np1 -i "$srcdir"/D8063-cuda11.diff
 
-  # Fix crash with ffmpeg 4.3 (https://bugs.archlinux.org/task/67402)
-  patch -Np1 -i "$srcdir"/D8355-ffmpeg43.patch
-
   mkdir build
 }
 



More information about the arch-commits mailing list