Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] blender: enable support for GNU Multiple Precision library.
@ 2022-04-19 22:14 Idesmi
  2022-04-20 20:32 ` paper42
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Idesmi @ 2022-04-19 22:14 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 521 bytes --]

There is a new pull request by Idesmi against master on the void-packages repository

https://github.com/Idesmi/void-packages blender
https://github.com/void-linux/void-packages/pull/36772

blender: enable support for GNU Multiple Precision library.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

Closes #36751

A patch file from https://github.com/void-linux/void-packages/pull/36772.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-blender-36772.patch --]
[-- Type: text/x-diff, Size: 1014 bytes --]

From 19fae481d133581b9b7044dcba9a4be0de06e79f Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Tue, 19 Apr 2022 23:42:55 +0200
Subject: [PATCH] blender: enable support for GNU Multiple Precision library.

---
 srcpkgs/blender/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 91799f04fba5..ea0cf8222831 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -19,7 +19,7 @@ makedepends="libgomp-devel libpng-devel tiff-devel python3-devel glu-devel
  libopenexr-devel libopenjpeg2-devel libXi-devel openimageio-devel
  opencolorio-devel opencollada-devel python3-numpy libXrender-devel
  OpenSubdiv-devel tbb-devel libxml2-devel openvdb-devel alembic-devel
- pugixml-devel libXxf86vm-devel"
+ pugixml-devel libXxf86vm-devel gmp-devel gmpxx-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="3D graphics creation suite"
 maintainer="Enno Boland <gottox@voidlinux.org>"

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: blender: enable support for GNU Multiple Precision library.
  2022-04-19 22:14 [PR PATCH] blender: enable support for GNU Multiple Precision library Idesmi
@ 2022-04-20 20:32 ` paper42
  2022-04-21  6:21 ` [PR PATCH] [Updated] " Idesmi
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: paper42 @ 2022-04-20 20:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 218 bytes --]

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/36772#issuecomment-1104431043

Comment:
increase the revision to make sure this is built and people get this update.

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PR PATCH] [Updated] blender: enable support for GNU Multiple Precision library.
  2022-04-19 22:14 [PR PATCH] blender: enable support for GNU Multiple Precision library Idesmi
  2022-04-20 20:32 ` paper42
@ 2022-04-21  6:21 ` Idesmi
  2022-06-30 15:38 ` Idesmi
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Idesmi @ 2022-04-21  6:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 526 bytes --]

There is an updated pull request by Idesmi against master on the void-packages repository

https://github.com/Idesmi/void-packages blender
https://github.com/void-linux/void-packages/pull/36772

blender: enable support for GNU Multiple Precision library.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

Closes #36751

A patch file from https://github.com/void-linux/void-packages/pull/36772.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-blender-36772.patch --]
[-- Type: text/x-diff, Size: 1225 bytes --]

From e44e0ff40497de4e595f7c31e515b579a039c7bf Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Tue, 19 Apr 2022 23:42:55 +0200
Subject: [PATCH] blender: enable support for GNU Multiple Precision library.

---
 srcpkgs/blender/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 91799f04fba5..97a1f080f588 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=3.0.0
-revision=4
+revision=5
 archs="x86_64* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"
@@ -19,7 +19,7 @@ makedepends="libgomp-devel libpng-devel tiff-devel python3-devel glu-devel
  libopenexr-devel libopenjpeg2-devel libXi-devel openimageio-devel
  opencolorio-devel opencollada-devel python3-numpy libXrender-devel
  OpenSubdiv-devel tbb-devel libxml2-devel openvdb-devel alembic-devel
- pugixml-devel libXxf86vm-devel"
+ pugixml-devel libXxf86vm-devel gmp-devel gmpxx-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="3D graphics creation suite"
 maintainer="Enno Boland <gottox@voidlinux.org>"

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PR PATCH] [Updated] blender: enable support for GNU Multiple Precision library.
  2022-04-19 22:14 [PR PATCH] blender: enable support for GNU Multiple Precision library Idesmi
  2022-04-20 20:32 ` paper42
  2022-04-21  6:21 ` [PR PATCH] [Updated] " Idesmi
@ 2022-06-30 15:38 ` Idesmi
  2022-06-30 15:43 ` Idesmi
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Idesmi @ 2022-06-30 15:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 526 bytes --]

There is an updated pull request by Idesmi against master on the void-packages repository

https://github.com/Idesmi/void-packages blender
https://github.com/void-linux/void-packages/pull/36772

blender: enable support for GNU Multiple Precision library.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

Closes #36751

A patch file from https://github.com/void-linux/void-packages/pull/36772.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-blender-36772.patch --]
[-- Type: text/x-diff, Size: 1225 bytes --]

From 43bcff4432e8cbb66924f6eb8f433f2de7622588 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Tue, 19 Apr 2022 23:42:55 +0200
Subject: [PATCH] blender: enable support for GNU Multiple Precision library.

---
 srcpkgs/blender/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 91799f04fba5..97a1f080f588 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=3.0.0
-revision=4
+revision=5
 archs="x86_64* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"
@@ -19,7 +19,7 @@ makedepends="libgomp-devel libpng-devel tiff-devel python3-devel glu-devel
  libopenexr-devel libopenjpeg2-devel libXi-devel openimageio-devel
  opencolorio-devel opencollada-devel python3-numpy libXrender-devel
  OpenSubdiv-devel tbb-devel libxml2-devel openvdb-devel alembic-devel
- pugixml-devel libXxf86vm-devel"
+ pugixml-devel libXxf86vm-devel gmp-devel gmpxx-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="3D graphics creation suite"
 maintainer="Enno Boland <gottox@voidlinux.org>"

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PR PATCH] [Updated] blender: enable support for GNU Multiple Precision library.
  2022-04-19 22:14 [PR PATCH] blender: enable support for GNU Multiple Precision library Idesmi
                   ` (2 preceding siblings ...)
  2022-06-30 15:38 ` Idesmi
@ 2022-06-30 15:43 ` Idesmi
  2022-06-30 15:44 ` Idesmi
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Idesmi @ 2022-06-30 15:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 526 bytes --]

There is an updated pull request by Idesmi against master on the void-packages repository

https://github.com/Idesmi/void-packages blender
https://github.com/void-linux/void-packages/pull/36772

blender: enable support for GNU Multiple Precision library.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

Closes #36751

A patch file from https://github.com/void-linux/void-packages/pull/36772.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-blender-36772.patch --]
[-- Type: text/x-diff, Size: 1911 bytes --]

From 43bcff4432e8cbb66924f6eb8f433f2de7622588 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Tue, 19 Apr 2022 23:42:55 +0200
Subject: [PATCH 1/2] blender: enable support for GNU Multiple Precision
 library.

---
 srcpkgs/blender/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 91799f04fba5..97a1f080f588 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=3.0.0
-revision=4
+revision=5
 archs="x86_64* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"
@@ -19,7 +19,7 @@ makedepends="libgomp-devel libpng-devel tiff-devel python3-devel glu-devel
  libopenexr-devel libopenjpeg2-devel libXi-devel openimageio-devel
  opencolorio-devel opencollada-devel python3-numpy libXrender-devel
  OpenSubdiv-devel tbb-devel libxml2-devel openvdb-devel alembic-devel
- pugixml-devel libXxf86vm-devel"
+ pugixml-devel libXxf86vm-devel gmp-devel gmpxx-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="3D graphics creation suite"
 maintainer="Enno Boland <gottox@voidlinux.org>"

From 9be5abce3b804023cd7d7125a687902053326432 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Thu, 30 Jun 2022 17:43:21 +0200
Subject: [PATCH 2/2] blender: update to 3.0.1.

---
 srcpkgs/blender/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 97a1f080f588..205dc36c39ce 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
-version=3.0.0
-revision=5
+version=3.0.1
+revision=1
 archs="x86_64* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: blender: enable support for GNU Multiple Precision library.
  2022-04-19 22:14 [PR PATCH] blender: enable support for GNU Multiple Precision library Idesmi
                   ` (3 preceding siblings ...)
  2022-06-30 15:43 ` Idesmi
@ 2022-06-30 15:44 ` Idesmi
  2022-06-30 15:45 ` [PR PATCH] [Updated] " Idesmi
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Idesmi @ 2022-06-30 15:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 145 bytes --]

New comment by Idesmi on void-packages repository

https://github.com/void-linux/void-packages/pull/36772#issuecomment-1171379543

Comment:
ping

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PR PATCH] [Updated] blender: enable support for GNU Multiple Precision library.
  2022-04-19 22:14 [PR PATCH] blender: enable support for GNU Multiple Precision library Idesmi
                   ` (4 preceding siblings ...)
  2022-06-30 15:44 ` Idesmi
@ 2022-06-30 15:45 ` Idesmi
  2022-06-30 15:48 ` Duncaen
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Idesmi @ 2022-06-30 15:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 526 bytes --]

There is an updated pull request by Idesmi against master on the void-packages repository

https://github.com/Idesmi/void-packages blender
https://github.com/void-linux/void-packages/pull/36772

blender: enable support for GNU Multiple Precision library.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

Closes #36751

A patch file from https://github.com/void-linux/void-packages/pull/36772.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-blender-36772.patch --]
[-- Type: text/x-diff, Size: 2327 bytes --]

From 43bcff4432e8cbb66924f6eb8f433f2de7622588 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Tue, 19 Apr 2022 23:42:55 +0200
Subject: [PATCH 1/2] blender: enable support for GNU Multiple Precision
 library.

---
 srcpkgs/blender/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 91799f04fba5..97a1f080f588 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
 version=3.0.0
-revision=4
+revision=5
 archs="x86_64* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"
@@ -19,7 +19,7 @@ makedepends="libgomp-devel libpng-devel tiff-devel python3-devel glu-devel
  libopenexr-devel libopenjpeg2-devel libXi-devel openimageio-devel
  opencolorio-devel opencollada-devel python3-numpy libXrender-devel
  OpenSubdiv-devel tbb-devel libxml2-devel openvdb-devel alembic-devel
- pugixml-devel libXxf86vm-devel"
+ pugixml-devel libXxf86vm-devel gmp-devel gmpxx-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="3D graphics creation suite"
 maintainer="Enno Boland <gottox@voidlinux.org>"

From 064108e35b0e15a1df7a283cbc7c773ab915ed88 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Thu, 30 Jun 2022 17:43:21 +0200
Subject: [PATCH 2/2] blender: update to 3.0.1.

---
 srcpkgs/blender/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 97a1f080f588..2ec36c0bf533 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
-version=3.0.0
-revision=5
+version=3.0.1
+revision=1
 archs="x86_64* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"
@@ -26,7 +26,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.blender.org"
 distfiles="https://download.blender.org/source/blender-${version}.tar.xz"
-checksum=50f0f32bcdf8825a12ba5c8d853b6e6c6b2da65ef01e858ea5900a06cccbf1cb
+checksum=19bb0a96269e0a5c4b5d62b98363836054471c096b83d9755598b25b347d7441
 python_version=3
 CXXFLAGS="-DNDEBUG"
 CFLAGS="$CXXFLAGS"

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: blender: enable support for GNU Multiple Precision library.
  2022-04-19 22:14 [PR PATCH] blender: enable support for GNU Multiple Precision library Idesmi
                   ` (5 preceding siblings ...)
  2022-06-30 15:45 ` [PR PATCH] [Updated] " Idesmi
@ 2022-06-30 15:48 ` Duncaen
  2022-06-30 15:51 ` [PR PATCH] [Updated] " Idesmi
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Duncaen @ 2022-06-30 15:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 167 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/36772#issuecomment-1171384584

Comment:
Please squash the commits

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PR PATCH] [Updated] blender: enable support for GNU Multiple Precision library.
  2022-04-19 22:14 [PR PATCH] blender: enable support for GNU Multiple Precision library Idesmi
                   ` (6 preceding siblings ...)
  2022-06-30 15:48 ` Duncaen
@ 2022-06-30 15:51 ` Idesmi
  2022-06-30 15:52 ` Idesmi
                   ` (3 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Idesmi @ 2022-06-30 15:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 526 bytes --]

There is an updated pull request by Idesmi against master on the void-packages repository

https://github.com/Idesmi/void-packages blender
https://github.com/void-linux/void-packages/pull/36772

blender: enable support for GNU Multiple Precision library.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

Closes #36751

A patch file from https://github.com/void-linux/void-packages/pull/36772.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-blender-36772.patch --]
[-- Type: text/x-diff, Size: 1594 bytes --]

From ec11ca710b47fcd0535afcd361b576a1cbf54437 Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Tue, 19 Apr 2022 23:42:55 +0200
Subject: [PATCH] blender: enable support for GNU Multiple Precision library.

---
 srcpkgs/blender/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 91799f04fba5..2ec36c0bf533 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
-version=3.0.0
-revision=4
+version=3.0.1
+revision=1
 archs="x86_64* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"
@@ -19,14 +19,14 @@ makedepends="libgomp-devel libpng-devel tiff-devel python3-devel glu-devel
  libopenexr-devel libopenjpeg2-devel libXi-devel openimageio-devel
  opencolorio-devel opencollada-devel python3-numpy libXrender-devel
  OpenSubdiv-devel tbb-devel libxml2-devel openvdb-devel alembic-devel
- pugixml-devel libXxf86vm-devel"
+ pugixml-devel libXxf86vm-devel gmp-devel gmpxx-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="3D graphics creation suite"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.blender.org"
 distfiles="https://download.blender.org/source/blender-${version}.tar.xz"
-checksum=50f0f32bcdf8825a12ba5c8d853b6e6c6b2da65ef01e858ea5900a06cccbf1cb
+checksum=19bb0a96269e0a5c4b5d62b98363836054471c096b83d9755598b25b347d7441
 python_version=3
 CXXFLAGS="-DNDEBUG"
 CFLAGS="$CXXFLAGS"

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PR PATCH] [Updated] blender: enable support for GNU Multiple Precision library.
  2022-04-19 22:14 [PR PATCH] blender: enable support for GNU Multiple Precision library Idesmi
                   ` (7 preceding siblings ...)
  2022-06-30 15:51 ` [PR PATCH] [Updated] " Idesmi
@ 2022-06-30 15:52 ` Idesmi
  2022-06-30 17:30 ` Idesmi
                   ` (2 subsequent siblings)
  11 siblings, 0 replies; 13+ messages in thread
From: Idesmi @ 2022-06-30 15:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 526 bytes --]

There is an updated pull request by Idesmi against master on the void-packages repository

https://github.com/Idesmi/void-packages blender
https://github.com/void-linux/void-packages/pull/36772

blender: enable support for GNU Multiple Precision library.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

Closes #36751

A patch file from https://github.com/void-linux/void-packages/pull/36772.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-blender-36772.patch --]
[-- Type: text/x-diff, Size: 1613 bytes --]

From 81a0c3e22ca6570851173c34354ea491ba4fc0bf Mon Sep 17 00:00:00 2001
From: Enrico Belleri <idesmi@protonmail.com>
Date: Tue, 19 Apr 2022 23:42:55 +0200
Subject: [PATCH] blender: enable support for GNU Multiple Precision library &
 update to 3.0.1.

---
 srcpkgs/blender/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 91799f04fba5..2ec36c0bf533 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
 # Template file for 'blender'
 pkgname=blender
-version=3.0.0
-revision=4
+version=3.0.1
+revision=1
 archs="x86_64* ppc64*"
 build_style="cmake"
 pycompile_dirs="/usr/share/blender/${version%.*}/scripts"
@@ -19,14 +19,14 @@ makedepends="libgomp-devel libpng-devel tiff-devel python3-devel glu-devel
  libopenexr-devel libopenjpeg2-devel libXi-devel openimageio-devel
  opencolorio-devel opencollada-devel python3-numpy libXrender-devel
  OpenSubdiv-devel tbb-devel libxml2-devel openvdb-devel alembic-devel
- pugixml-devel libXxf86vm-devel"
+ pugixml-devel libXxf86vm-devel gmp-devel gmpxx-devel"
 depends="desktop-file-utils hicolor-icon-theme"
 short_desc="3D graphics creation suite"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="https://www.blender.org"
 distfiles="https://download.blender.org/source/blender-${version}.tar.xz"
-checksum=50f0f32bcdf8825a12ba5c8d853b6e6c6b2da65ef01e858ea5900a06cccbf1cb
+checksum=19bb0a96269e0a5c4b5d62b98363836054471c096b83d9755598b25b347d7441
 python_version=3
 CXXFLAGS="-DNDEBUG"
 CFLAGS="$CXXFLAGS"

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: blender: enable support for GNU Multiple Precision library.
  2022-04-19 22:14 [PR PATCH] blender: enable support for GNU Multiple Precision library Idesmi
                   ` (8 preceding siblings ...)
  2022-06-30 15:52 ` Idesmi
@ 2022-06-30 17:30 ` Idesmi
  2022-09-26 14:55 ` biopsin
  2022-09-26 16:26 ` [PR PATCH] [Closed]: " paper42
  11 siblings, 0 replies; 13+ messages in thread
From: Idesmi @ 2022-06-30 17:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

New comment by Idesmi on void-packages repository

https://github.com/void-linux/void-packages/pull/36772#issuecomment-1171492971

Comment:
> squash the commits

Done

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: blender: enable support for GNU Multiple Precision library.
  2022-04-19 22:14 [PR PATCH] blender: enable support for GNU Multiple Precision library Idesmi
                   ` (9 preceding siblings ...)
  2022-06-30 17:30 ` Idesmi
@ 2022-09-26 14:55 ` biopsin
  2022-09-26 16:26 ` [PR PATCH] [Closed]: " paper42
  11 siblings, 0 replies; 13+ messages in thread
From: biopsin @ 2022-09-26 14:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 169 bytes --]

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/36772#issuecomment-1258164297

Comment:
Merged #39402
Please close

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [PR PATCH] [Closed]: blender: enable support for GNU Multiple Precision library.
  2022-04-19 22:14 [PR PATCH] blender: enable support for GNU Multiple Precision library Idesmi
                   ` (10 preceding siblings ...)
  2022-09-26 14:55 ` biopsin
@ 2022-09-26 16:26 ` paper42
  11 siblings, 0 replies; 13+ messages in thread
From: paper42 @ 2022-09-26 16:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 372 bytes --]

There's a closed pull request on the void-packages repository

blender: enable support for GNU Multiple Precision library.
https://github.com/void-linux/void-packages/pull/36772

Description:
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

Closes #36751

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2022-09-26 16:26 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-19 22:14 [PR PATCH] blender: enable support for GNU Multiple Precision library Idesmi
2022-04-20 20:32 ` paper42
2022-04-21  6:21 ` [PR PATCH] [Updated] " Idesmi
2022-06-30 15:38 ` Idesmi
2022-06-30 15:43 ` Idesmi
2022-06-30 15:44 ` Idesmi
2022-06-30 15:45 ` [PR PATCH] [Updated] " Idesmi
2022-06-30 15:48 ` Duncaen
2022-06-30 15:51 ` [PR PATCH] [Updated] " Idesmi
2022-06-30 15:52 ` Idesmi
2022-06-30 17:30 ` Idesmi
2022-09-26 14:55 ` biopsin
2022-09-26 16:26 ` [PR PATCH] [Closed]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).