[arch-commits] Commit in blender/trunk (PKGBUILD gltf-import-fix.patch)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Feb 25 21:34:11 UTC 2021


    Date: Thursday, February 25, 2021 @ 21:34:11
  Author: svenstaro
Revision: 874175

upgpkg: blender 17:2.92.0-1

Modified:
  blender/trunk/PKGBUILD
Deleted:
  blender/trunk/gltf-import-fix.patch

-----------------------+
 PKGBUILD              |    9 ++-------
 gltf-import-fix.patch |   11 -----------
 2 files changed, 2 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-25 21:33:44 UTC (rev 874174)
+++ PKGBUILD	2021-02-25 21:34:11 UTC (rev 874175)
@@ -7,8 +7,8 @@
 # fine with them.
 
 pkgname=blender
-pkgver=2.91.2
-pkgrel=5
+pkgver=2.92.0
+pkgrel=1
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')
@@ -27,7 +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"
-        gltf-import-fix.patch
         https://developer.download.nvidia.com/redist/optix/v7.0/OptiX-7.0.0-include.zip)
 sha512sums=('SKIP'
             'SKIP'
@@ -34,7 +33,6 @@
             'SKIP'
             'SKIP'
             'SKIP'
-            'f9b8faef22ee808d123e54049c803f2f7891019e4a96e7f7ef4206c723761ee91b4d803ae3e1905f132d2c0229eefdb77c93f6d9a256268199d80db407e3786f'
             'b2cff73def3757d4259f4b4d318a8ccfe166bf7c215cbb2124f1c81bd6e742f96207285b24eb4d99b527b7b97dc6d5e8fdf2f16d78d5d1e2684c26d681328491')
 
 prepare() {
@@ -47,9 +45,6 @@
   git config submodule."source/tools".url "${srcdir}/blender-dev-tools"
   git submodule update
   git submodule foreach git checkout v${pkgver}
-
-  # FS#68994
-  patch -Np2 -d release/scripts/addons -i "${srcdir}"/gltf-import-fix.patch
 }
 
 build() {

Deleted: gltf-import-fix.patch
===================================================================
--- gltf-import-fix.patch	2021-02-25 21:33:44 UTC (rev 874174)
+++ gltf-import-fix.patch	2021-02-25 21:34:11 UTC (rev 874175)
@@ -1,11 +0,0 @@
---- a/blender-addons/io_scene_gltf2/io/imp/gltf2_io_gltf.py	2020-12-20 16:36:07.512946749 -0800
-+++ b/blender-addons/io_scene_gltf2/io/imp/gltf2_io_gltf.py	2020-12-20 16:40:12.173781840 -0800
-@@ -61,7 +61,7 @@
-         def bad_constant(val):
-             raise ImportError('Bad glTF: json contained %s' % val)
-         try:
--            return json.loads(bytes(content), encoding='utf-8', parse_constant=bad_constant)
-+            return json.loads(bytes(content), parse_constant=bad_constant)
-         except ValueError as e:
-             raise ImportError('Bad glTF: json error: %s' % e.args[0])
- 



More information about the arch-commits mailing list