* [PR PATCH] blender: update to 4.3.2
@ 2024-12-25 5:05 knightcole
2024-12-26 5:59 ` classabbyamp
` (17 more replies)
0 siblings, 18 replies; 19+ messages in thread
From: knightcole @ 2024-12-25 5:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1110 bytes --]
There is a new pull request by knightcole against master on the void-packages repository
https://github.com/knightcole/void-packages blender-4.3.2
https://github.com/void-linux/void-packages/pull/53676
blender: update to 4.3.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/53676.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-blender-4.3.2-53676.patch --]
[-- Type: text/x-diff, Size: 1095 bytes --]
From 028e4235d630503c2e5f7a36919622a902186b4f Mon Sep 17 00:00:00 2001
From: KnightCole <knightcole@protonmail.com>
Date: Wed, 25 Dec 2024 00:04:41 -0500
Subject: [PATCH] blender: update to 4.3.2
---
srcpkgs/blender/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 8aec56d4083906..3e8db841c39eae 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,6 +1,6 @@
# Template file for 'blender'
pkgname=blender
-version=4.3.1
+version=4.3.2
revision=1
archs="x86_64* ppc64*"
build_style="cmake"
@@ -31,7 +31,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=81bce671a7eb80d6880b728e042f4a4f65e1c4ccca86429a21615b45f7aef2e9
+checksum=c8d6ad4e32751431e0fafaf4f3184b70622297ab0b0c6e5a9fa134f72bd696d8
python_version=3
LDFLAGS="-Wl,-z,stack-size=2097152"
# Blender tests are executed against a system installation of blender. This
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: blender: update to 4.3.2
2024-12-25 5:05 [PR PATCH] blender: update to 4.3.2 knightcole
@ 2024-12-26 5:59 ` classabbyamp
2024-12-26 5:59 ` classabbyamp
` (16 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2024-12-26 5:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 187 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/53676#issuecomment-2562189556
Comment:
please incorporate these changes: #53533
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: blender: update to 4.3.2
2024-12-25 5:05 [PR PATCH] blender: update to 4.3.2 knightcole
2024-12-26 5:59 ` classabbyamp
@ 2024-12-26 5:59 ` classabbyamp
2024-12-26 5:59 ` classabbyamp
` (15 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2024-12-26 5:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 187 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/53676#issuecomment-2562189556
Comment:
please incorporate these changes: #53533
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: blender: update to 4.3.2
2024-12-25 5:05 [PR PATCH] blender: update to 4.3.2 knightcole
2024-12-26 5:59 ` classabbyamp
2024-12-26 5:59 ` classabbyamp
@ 2024-12-26 5:59 ` classabbyamp
2024-12-26 18:10 ` [PR PATCH] [Updated] " knightcole
` (14 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2024-12-26 5:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 200 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/53676#issuecomment-2562189855
Comment:
please incorporate these changes: #53533 (cc: @zlice)
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PR PATCH] [Updated] blender: update to 4.3.2
2024-12-25 5:05 [PR PATCH] blender: update to 4.3.2 knightcole
` (2 preceding siblings ...)
2024-12-26 5:59 ` classabbyamp
@ 2024-12-26 18:10 ` knightcole
2024-12-26 18:10 ` knightcole
` (13 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: knightcole @ 2024-12-26 18:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1115 bytes --]
There is an updated pull request by knightcole against master on the void-packages repository
https://github.com/knightcole/void-packages blender-4.3.2
https://github.com/void-linux/void-packages/pull/53676
blender: update to 4.3.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/53676.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-blender-4.3.2-53676.patch --]
[-- Type: text/x-diff, Size: 1095 bytes --]
From 330e187f0aea594ee8718cdfe30c6acacf1dc72c Mon Sep 17 00:00:00 2001
From: KnightCole <knightcole@protonmail.com>
Date: Wed, 25 Dec 2024 00:04:41 -0500
Subject: [PATCH] blender: update to 4.3.2
---
srcpkgs/blender/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 8aec56d4083906..3e8db841c39eae 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,6 +1,6 @@
# Template file for 'blender'
pkgname=blender
-version=4.3.1
+version=4.3.2
revision=1
archs="x86_64* ppc64*"
build_style="cmake"
@@ -31,7 +31,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=81bce671a7eb80d6880b728e042f4a4f65e1c4ccca86429a21615b45f7aef2e9
+checksum=c8d6ad4e32751431e0fafaf4f3184b70622297ab0b0c6e5a9fa134f72bd696d8
python_version=3
LDFLAGS="-Wl,-z,stack-size=2097152"
# Blender tests are executed against a system installation of blender. This
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: blender: update to 4.3.2
2024-12-25 5:05 [PR PATCH] blender: update to 4.3.2 knightcole
` (3 preceding siblings ...)
2024-12-26 18:10 ` [PR PATCH] [Updated] " knightcole
@ 2024-12-26 18:10 ` knightcole
2024-12-26 19:31 ` [PR PATCH] [Updated] " knightcole
` (12 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: knightcole @ 2024-12-26 18:10 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 157 bytes --]
New comment by knightcole on void-packages repository
https://github.com/void-linux/void-packages/pull/53676#issuecomment-2563000057
Comment:
incorporated
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PR PATCH] [Updated] blender: update to 4.3.2
2024-12-25 5:05 [PR PATCH] blender: update to 4.3.2 knightcole
` (4 preceding siblings ...)
2024-12-26 18:10 ` knightcole
@ 2024-12-26 19:31 ` knightcole
2024-12-26 19:58 ` classabbyamp
` (11 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: knightcole @ 2024-12-26 19:31 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1115 bytes --]
There is an updated pull request by knightcole against master on the void-packages repository
https://github.com/knightcole/void-packages blender-4.3.2
https://github.com/void-linux/void-packages/pull/53676
blender: update to 4.3.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/53676.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-blender-4.3.2-53676.patch --]
[-- Type: text/x-diff, Size: 1711 bytes --]
From 7d760d647a92037394bf20c6bd112ac1be58ffb2 Mon Sep 17 00:00:00 2001
From: KnightCole <knightcole@protonmail.com>
Date: Wed, 25 Dec 2024 00:04:41 -0500
Subject: [PATCH] blender: update to 4.3.2
---
srcpkgs/blender/patches/0001-musl-fixes.patch | 7 +++----
srcpkgs/blender/template | 4 ++--
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/srcpkgs/blender/patches/0001-musl-fixes.patch b/srcpkgs/blender/patches/0001-musl-fixes.patch
index 847f369cb304bb..ed19217e2cc6b0 100644
--- a/srcpkgs/blender/patches/0001-musl-fixes.patch
+++ b/srcpkgs/blender/patches/0001-musl-fixes.patch
@@ -15,10 +15,9 @@ index b3a3325..946095a 100644
#define HAVE_DLFCN_H
/* Define to 1 if you have the <execinfo.h> header file. */
++#ifdef __GLIBC__
-#define HAVE_EXECINFO_H
-
++#endif
+
/* Define if you have the `fcntl' function */
#define HAVE_FCNTL
---
-2.47.0
-
diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 8aec56d4083906..3e8db841c39eae 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,6 +1,6 @@
# Template file for 'blender'
pkgname=blender
-version=4.3.1
+version=4.3.2
revision=1
archs="x86_64* ppc64*"
build_style="cmake"
@@ -31,7 +31,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=81bce671a7eb80d6880b728e042f4a4f65e1c4ccca86429a21615b45f7aef2e9
+checksum=c8d6ad4e32751431e0fafaf4f3184b70622297ab0b0c6e5a9fa134f72bd696d8
python_version=3
LDFLAGS="-Wl,-z,stack-size=2097152"
# Blender tests are executed against a system installation of blender. This
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: blender: update to 4.3.2
2024-12-25 5:05 [PR PATCH] blender: update to 4.3.2 knightcole
` (5 preceding siblings ...)
2024-12-26 19:31 ` [PR PATCH] [Updated] " knightcole
@ 2024-12-26 19:58 ` classabbyamp
2024-12-30 0:42 ` [PR PATCH] [Updated] " knightcole
` (10 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: classabbyamp @ 2024-12-26 19:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 308 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/53676#issuecomment-2563063529
Comment:
there's also this part: https://github.com/void-linux/void-packages/pull/53533/files#diff-9993bd4edfa75ba99e3444285f9e40627e91f6d44ef1a4280249e48e9776f86cR42-R45
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PR PATCH] [Updated] blender: update to 4.3.2
2024-12-25 5:05 [PR PATCH] blender: update to 4.3.2 knightcole
` (6 preceding siblings ...)
2024-12-26 19:58 ` classabbyamp
@ 2024-12-30 0:42 ` knightcole
2024-12-30 0:52 ` knightcole
` (9 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: knightcole @ 2024-12-30 0:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1115 bytes --]
There is an updated pull request by knightcole against master on the void-packages repository
https://github.com/knightcole/void-packages blender-4.3.2
https://github.com/void-linux/void-packages/pull/53676
blender: update to 4.3.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/53676.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-blender-4.3.2-53676.patch --]
[-- Type: text/x-diff, Size: 1711 bytes --]
From 5896b9550c3eacf21a5f96f4d47e860f01a00af8 Mon Sep 17 00:00:00 2001
From: KnightCole <knightcole@protonmail.com>
Date: Wed, 25 Dec 2024 00:04:41 -0500
Subject: [PATCH] blender: update to 4.3.2
---
srcpkgs/blender/patches/0001-musl-fixes.patch | 7 +++----
srcpkgs/blender/template | 4 ++--
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/srcpkgs/blender/patches/0001-musl-fixes.patch b/srcpkgs/blender/patches/0001-musl-fixes.patch
index 847f369cb304bb..ed19217e2cc6b0 100644
--- a/srcpkgs/blender/patches/0001-musl-fixes.patch
+++ b/srcpkgs/blender/patches/0001-musl-fixes.patch
@@ -15,10 +15,9 @@ index b3a3325..946095a 100644
#define HAVE_DLFCN_H
/* Define to 1 if you have the <execinfo.h> header file. */
++#ifdef __GLIBC__
-#define HAVE_EXECINFO_H
-
++#endif
+
/* Define if you have the `fcntl' function */
#define HAVE_FCNTL
---
-2.47.0
-
diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 8aec56d4083906..3e8db841c39eae 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,6 +1,6 @@
# Template file for 'blender'
pkgname=blender
-version=4.3.1
+version=4.3.2
revision=1
archs="x86_64* ppc64*"
build_style="cmake"
@@ -31,7 +31,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=81bce671a7eb80d6880b728e042f4a4f65e1c4ccca86429a21615b45f7aef2e9
+checksum=c8d6ad4e32751431e0fafaf4f3184b70622297ab0b0c6e5a9fa134f72bd696d8
python_version=3
LDFLAGS="-Wl,-z,stack-size=2097152"
# Blender tests are executed against a system installation of blender. This
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PR PATCH] [Updated] blender: update to 4.3.2
2024-12-25 5:05 [PR PATCH] blender: update to 4.3.2 knightcole
` (7 preceding siblings ...)
2024-12-30 0:42 ` [PR PATCH] [Updated] " knightcole
@ 2024-12-30 0:52 ` knightcole
2025-01-02 18:50 ` ahesford
` (8 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: knightcole @ 2024-12-30 0:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1115 bytes --]
There is an updated pull request by knightcole against master on the void-packages repository
https://github.com/knightcole/void-packages blender-4.3.2
https://github.com/void-linux/void-packages/pull/53676
blender: update to 4.3.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/53676.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-blender-4.3.2-53676.patch --]
[-- Type: text/x-diff, Size: 1711 bytes --]
From 55baedd8ffdbc6ee7c2faa906627f8581f6998c4 Mon Sep 17 00:00:00 2001
From: KnightCole <knightcole@protonmail.com>
Date: Wed, 25 Dec 2024 00:04:41 -0500
Subject: [PATCH] blender: update to 4.3.2
---
srcpkgs/blender/patches/0001-musl-fixes.patch | 7 +++----
srcpkgs/blender/template | 4 ++--
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/srcpkgs/blender/patches/0001-musl-fixes.patch b/srcpkgs/blender/patches/0001-musl-fixes.patch
index 847f369cb304bb..ed19217e2cc6b0 100644
--- a/srcpkgs/blender/patches/0001-musl-fixes.patch
+++ b/srcpkgs/blender/patches/0001-musl-fixes.patch
@@ -15,10 +15,9 @@ index b3a3325..946095a 100644
#define HAVE_DLFCN_H
/* Define to 1 if you have the <execinfo.h> header file. */
++#ifdef __GLIBC__
-#define HAVE_EXECINFO_H
-
++#endif
+
/* Define if you have the `fcntl' function */
#define HAVE_FCNTL
---
-2.47.0
-
diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 8aec56d4083906..3e8db841c39eae 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,6 +1,6 @@
# Template file for 'blender'
pkgname=blender
-version=4.3.1
+version=4.3.2
revision=1
archs="x86_64* ppc64*"
build_style="cmake"
@@ -31,7 +31,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=81bce671a7eb80d6880b728e042f4a4f65e1c4ccca86429a21615b45f7aef2e9
+checksum=c8d6ad4e32751431e0fafaf4f3184b70622297ab0b0c6e5a9fa134f72bd696d8
python_version=3
LDFLAGS="-Wl,-z,stack-size=2097152"
# Blender tests are executed against a system installation of blender. This
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: blender: update to 4.3.2
2024-12-25 5:05 [PR PATCH] blender: update to 4.3.2 knightcole
` (8 preceding siblings ...)
2024-12-30 0:52 ` knightcole
@ 2025-01-02 18:50 ` ahesford
2025-01-05 13:35 ` hiltjo
` (7 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: ahesford @ 2025-01-02 18:50 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 287 bytes --]
New comment by ahesford on void-packages repository
https://github.com/void-linux/void-packages/pull/53676#issuecomment-2568218136
Comment:
For proper functionality, an extra submodule may be necessary: https://github.com/void-linux/void-packages/issues/53648#issuecomment-2564673207.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: blender: update to 4.3.2
2024-12-25 5:05 [PR PATCH] blender: update to 4.3.2 knightcole
` (9 preceding siblings ...)
2025-01-02 18:50 ` ahesford
@ 2025-01-05 13:35 ` hiltjo
2025-01-08 3:24 ` [PR PATCH] [Updated] " knightcole
` (6 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: hiltjo @ 2025-01-05 13:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 372 bytes --]
New comment by hiltjo on void-packages repository
https://github.com/void-linux/void-packages/pull/53676#issuecomment-2571629282
Comment:
Please pull and update to 4.3.2. For me selecting video editing is broken and crashes immediately:
This commit in 4.3.2 should fix it:
https://projects.blender.org/blender/blender/commit/d6e6a6bcfde90bc62146763312dcbbae05624134
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PR PATCH] [Updated] blender: update to 4.3.2
2024-12-25 5:05 [PR PATCH] blender: update to 4.3.2 knightcole
` (10 preceding siblings ...)
2025-01-05 13:35 ` hiltjo
@ 2025-01-08 3:24 ` knightcole
2025-01-08 3:34 ` knightcole
` (5 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: knightcole @ 2025-01-08 3:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1115 bytes --]
There is an updated pull request by knightcole against master on the void-packages repository
https://github.com/knightcole/void-packages blender-4.3.2
https://github.com/void-linux/void-packages/pull/53676
blender: update to 4.3.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/53676.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-blender-4.3.2-53676.patch --]
[-- Type: text/x-diff, Size: 1711 bytes --]
From f91027a11a1a99f8bb61e098af3944cc1d589bf5 Mon Sep 17 00:00:00 2001
From: KnightCole <knightcole@protonmail.com>
Date: Wed, 25 Dec 2024 00:04:41 -0500
Subject: [PATCH] blender: update to 4.3.2
---
srcpkgs/blender/patches/0001-musl-fixes.patch | 7 +++----
srcpkgs/blender/template | 4 ++--
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/srcpkgs/blender/patches/0001-musl-fixes.patch b/srcpkgs/blender/patches/0001-musl-fixes.patch
index 847f369cb304bb..ed19217e2cc6b0 100644
--- a/srcpkgs/blender/patches/0001-musl-fixes.patch
+++ b/srcpkgs/blender/patches/0001-musl-fixes.patch
@@ -15,10 +15,9 @@ index b3a3325..946095a 100644
#define HAVE_DLFCN_H
/* Define to 1 if you have the <execinfo.h> header file. */
++#ifdef __GLIBC__
-#define HAVE_EXECINFO_H
-
++#endif
+
/* Define if you have the `fcntl' function */
#define HAVE_FCNTL
---
-2.47.0
-
diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 8aec56d4083906..3e8db841c39eae 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,6 +1,6 @@
# Template file for 'blender'
pkgname=blender
-version=4.3.1
+version=4.3.2
revision=1
archs="x86_64* ppc64*"
build_style="cmake"
@@ -31,7 +31,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=81bce671a7eb80d6880b728e042f4a4f65e1c4ccca86429a21615b45f7aef2e9
+checksum=c8d6ad4e32751431e0fafaf4f3184b70622297ab0b0c6e5a9fa134f72bd696d8
python_version=3
LDFLAGS="-Wl,-z,stack-size=2097152"
# Blender tests are executed against a system installation of blender. This
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PR PATCH] [Updated] blender: update to 4.3.2
2024-12-25 5:05 [PR PATCH] blender: update to 4.3.2 knightcole
` (11 preceding siblings ...)
2025-01-08 3:24 ` [PR PATCH] [Updated] " knightcole
@ 2025-01-08 3:34 ` knightcole
2025-01-08 3:38 ` knightcole
` (4 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: knightcole @ 2025-01-08 3:34 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1115 bytes --]
There is an updated pull request by knightcole against master on the void-packages repository
https://github.com/knightcole/void-packages blender-4.3.2
https://github.com/void-linux/void-packages/pull/53676
blender: update to 4.3.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/53676.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-blender-4.3.2-53676.patch --]
[-- Type: text/x-diff, Size: 1711 bytes --]
From a812a08f5e8da70effd9b00c583d6782dd9505e8 Mon Sep 17 00:00:00 2001
From: KnightCole <knightcole@protonmail.com>
Date: Wed, 25 Dec 2024 00:04:41 -0500
Subject: [PATCH] blender: update to 4.3.2
---
srcpkgs/blender/patches/0001-musl-fixes.patch | 7 +++----
srcpkgs/blender/template | 4 ++--
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/srcpkgs/blender/patches/0001-musl-fixes.patch b/srcpkgs/blender/patches/0001-musl-fixes.patch
index 847f369cb304bb..ed19217e2cc6b0 100644
--- a/srcpkgs/blender/patches/0001-musl-fixes.patch
+++ b/srcpkgs/blender/patches/0001-musl-fixes.patch
@@ -15,10 +15,9 @@ index b3a3325..946095a 100644
#define HAVE_DLFCN_H
/* Define to 1 if you have the <execinfo.h> header file. */
++#ifdef __GLIBC__
-#define HAVE_EXECINFO_H
-
++#endif
+
/* Define if you have the `fcntl' function */
#define HAVE_FCNTL
---
-2.47.0
-
diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 8aec56d4083906..3e8db841c39eae 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,6 +1,6 @@
# Template file for 'blender'
pkgname=blender
-version=4.3.1
+version=4.3.2
revision=1
archs="x86_64* ppc64*"
build_style="cmake"
@@ -31,7 +31,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=81bce671a7eb80d6880b728e042f4a4f65e1c4ccca86429a21615b45f7aef2e9
+checksum=c8d6ad4e32751431e0fafaf4f3184b70622297ab0b0c6e5a9fa134f72bd696d8
python_version=3
LDFLAGS="-Wl,-z,stack-size=2097152"
# Blender tests are executed against a system installation of blender. This
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PR PATCH] [Updated] blender: update to 4.3.2
2024-12-25 5:05 [PR PATCH] blender: update to 4.3.2 knightcole
` (12 preceding siblings ...)
2025-01-08 3:34 ` knightcole
@ 2025-01-08 3:38 ` knightcole
2025-01-08 3:43 ` knightcole
` (3 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: knightcole @ 2025-01-08 3:38 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1115 bytes --]
There is an updated pull request by knightcole against master on the void-packages repository
https://github.com/knightcole/void-packages blender-4.3.2
https://github.com/void-linux/void-packages/pull/53676
blender: update to 4.3.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/53676.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-blender-4.3.2-53676.patch --]
[-- Type: text/x-diff, Size: 2442 bytes --]
From 14035af2ac01e6e71885986d739b1d758ac6ed23 Mon Sep 17 00:00:00 2001
From: KnightCole <knightcole@protonmail.com>
Date: Wed, 25 Dec 2024 00:04:41 -0500
Subject: [PATCH] blender: update to 4.3.2
---
srcpkgs/blender/patches/0001-musl-fixes.patch | 15 +++++++--------
srcpkgs/blender/template | 11 +++++++----
2 files changed, 14 insertions(+), 12 deletions(-)
diff --git a/srcpkgs/blender/patches/0001-musl-fixes.patch b/srcpkgs/blender/patches/0001-musl-fixes.patch
index 847f369cb304bb..ac6382748f4076 100644
--- a/srcpkgs/blender/patches/0001-musl-fixes.patch
+++ b/srcpkgs/blender/patches/0001-musl-fixes.patch
@@ -11,14 +11,13 @@ diff --git a/extern/glog/src/config_linux.h b/extern/glog/src/config_linux.h
index b3a3325..946095a 100644
--- a/extern/glog/src/config_linux.h
+++ b/extern/glog/src/config_linux.h
-@@ -14,7 +14,6 @@
+@@ -14,7 +14,9 @@
#define HAVE_DLFCN_H
-
+
/* Define to 1 if you have the <execinfo.h> header file. */
--#define HAVE_EXECINFO_H
-
- /* Define if you have the `fcntl' function */
- #define HAVE_FCNTL
---
-2.47.0
++#ifdef __GLIBC__
+ #define HAVE_EXECINFO_H
++#endif
+ /* Define if you have the `fcntl' function */
+ #define HAVE_FCNTL
\ No newline at end of file
diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 8aec56d4083906..c18fa2ab1d5a4f 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,7 +1,7 @@
# Template file for 'blender'
pkgname=blender
-version=4.3.1
-revision=1
+version=4.3.2
+revision=2
archs="x86_64* ppc64*"
build_style="cmake"
pycompile_dirs="usr/share/blender/${version%.*}/scripts"
@@ -31,7 +31,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=81bce671a7eb80d6880b728e042f4a4f65e1c4ccca86429a21615b45f7aef2e9
+checksum=c8d6ad4e32751431e0fafaf4f3184b70622297ab0b0c6e5a9fa134f72bd696d8
python_version=3
LDFLAGS="-Wl,-z,stack-size=2097152"
# Blender tests are executed against a system installation of blender. This
@@ -39,7 +39,10 @@ LDFLAGS="-Wl,-z,stack-size=2097152"
make_check=no
if [ "$XBPS_TARGET_LIBC" = musl ]; then
- configure_args+=" -DWITH_LZMA=OFF"
+ CFLAGS+=" -DZ7_AFFINITY_DISABLE"
+ CXXFLAGS+=" -DZ7_AFFINITY_DISABLE"
+ makedepends+=" libexecinfo-devel"
+ LDFLAGS+=" -lexecinfo"
else
makedepends+=" jemalloc-devel"
fi
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: [PR PATCH] [Updated] blender: update to 4.3.2
2024-12-25 5:05 [PR PATCH] blender: update to 4.3.2 knightcole
` (13 preceding siblings ...)
2025-01-08 3:38 ` knightcole
@ 2025-01-08 3:43 ` knightcole
2025-01-08 4:43 ` knightcole
` (2 subsequent siblings)
17 siblings, 0 replies; 19+ messages in thread
From: knightcole @ 2025-01-08 3:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1115 bytes --]
There is an updated pull request by knightcole against master on the void-packages repository
https://github.com/knightcole/void-packages blender-4.3.2
https://github.com/void-linux/void-packages/pull/53676
blender: update to 4.3.2
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **briefly**
<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->
<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
A patch file from https://github.com/void-linux/void-packages/pull/53676.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-blender-4.3.2-53676.patch --]
[-- Type: text/x-diff, Size: 2370 bytes --]
From dffe7fe64b26527c49b34a587d1d777bfbbcbc20 Mon Sep 17 00:00:00 2001
From: KnightCole <knightcole@protonmail.com>
Date: Wed, 25 Dec 2024 00:04:41 -0500
Subject: [PATCH] blender: update to 4.3.2
---
srcpkgs/blender/patches/0001-musl-fixes.patch | 15 +++++++--------
srcpkgs/blender/template | 9 ++++++---
2 files changed, 13 insertions(+), 11 deletions(-)
diff --git a/srcpkgs/blender/patches/0001-musl-fixes.patch b/srcpkgs/blender/patches/0001-musl-fixes.patch
index 847f369cb304bb..ac6382748f4076 100644
--- a/srcpkgs/blender/patches/0001-musl-fixes.patch
+++ b/srcpkgs/blender/patches/0001-musl-fixes.patch
@@ -11,14 +11,13 @@ diff --git a/extern/glog/src/config_linux.h b/extern/glog/src/config_linux.h
index b3a3325..946095a 100644
--- a/extern/glog/src/config_linux.h
+++ b/extern/glog/src/config_linux.h
-@@ -14,7 +14,6 @@
+@@ -14,7 +14,9 @@
#define HAVE_DLFCN_H
-
+
/* Define to 1 if you have the <execinfo.h> header file. */
--#define HAVE_EXECINFO_H
-
- /* Define if you have the `fcntl' function */
- #define HAVE_FCNTL
---
-2.47.0
++#ifdef __GLIBC__
+ #define HAVE_EXECINFO_H
++#endif
+ /* Define if you have the `fcntl' function */
+ #define HAVE_FCNTL
\ No newline at end of file
diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 8aec56d4083906..1e5605afa003df 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,6 +1,6 @@
# Template file for 'blender'
pkgname=blender
-version=4.3.1
+version=4.3.2
revision=1
archs="x86_64* ppc64*"
build_style="cmake"
@@ -31,7 +31,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=81bce671a7eb80d6880b728e042f4a4f65e1c4ccca86429a21615b45f7aef2e9
+checksum=c8d6ad4e32751431e0fafaf4f3184b70622297ab0b0c6e5a9fa134f72bd696d8
python_version=3
LDFLAGS="-Wl,-z,stack-size=2097152"
# Blender tests are executed against a system installation of blender. This
@@ -39,7 +39,10 @@ LDFLAGS="-Wl,-z,stack-size=2097152"
make_check=no
if [ "$XBPS_TARGET_LIBC" = musl ]; then
- configure_args+=" -DWITH_LZMA=OFF"
+ CFLAGS+=" -DZ7_AFFINITY_DISABLE"
+ CXXFLAGS+=" -DZ7_AFFINITY_DISABLE"
+ makedepends+=" libexecinfo-devel"
+ LDFLAGS+=" -lexecinfo"
else
makedepends+=" jemalloc-devel"
fi
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: blender: update to 4.3.2
2024-12-25 5:05 [PR PATCH] blender: update to 4.3.2 knightcole
` (14 preceding siblings ...)
2025-01-08 3:43 ` knightcole
@ 2025-01-08 4:43 ` knightcole
2025-01-10 9:52 ` CaioFrancisco
2025-01-11 23:59 ` knightcole
17 siblings, 0 replies; 19+ messages in thread
From: knightcole @ 2025-01-08 4:43 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 386 bytes --]
New comment by knightcole on void-packages repository
https://github.com/void-linux/void-packages/pull/53676#issuecomment-2576741931
Comment:
> For proper functionality, an extra submodule may be necessary: [#53648 (comment)](https://github.com/void-linux/void-packages/issues/53648#issuecomment-2564673207).
Seems like a fix is available from #53833. Incorporate? @CaioFrancisco
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: blender: update to 4.3.2
2024-12-25 5:05 [PR PATCH] blender: update to 4.3.2 knightcole
` (15 preceding siblings ...)
2025-01-08 4:43 ` knightcole
@ 2025-01-10 9:52 ` CaioFrancisco
2025-01-11 23:59 ` knightcole
17 siblings, 0 replies; 19+ messages in thread
From: CaioFrancisco @ 2025-01-10 9:52 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 775 bytes --]
New comment by CaioFrancisco on void-packages repository
https://github.com/void-linux/void-packages/pull/53676#issuecomment-2582236306
Comment:
My PR doesn't implement a really clean fix, you might want to look at alternatives (like downloading the Blender binaries and extracting the assets from there, as proposed by sgn in my PR) or just waiting for the Blender developers to properly add the assets submodule to the source code, which is the most sensible solution at the moment.
Slightly unrelated, but I have compiled my own version of Blender to forgo the problem at the moment. You can probably also just copy the assets to where it is expected to be in and it'll work like normal. I recommend doing the same if you want to do use Blender while there's no fix.
^ permalink raw reply [flat|nested] 19+ messages in thread
* Re: blender: update to 4.3.2
2024-12-25 5:05 [PR PATCH] blender: update to 4.3.2 knightcole
` (16 preceding siblings ...)
2025-01-10 9:52 ` CaioFrancisco
@ 2025-01-11 23:59 ` knightcole
17 siblings, 0 replies; 19+ messages in thread
From: knightcole @ 2025-01-11 23:59 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 239 bytes --]
New comment by knightcole on void-packages repository
https://github.com/void-linux/void-packages/pull/53676#issuecomment-2585484245
Comment:
From the looks of it, waiting would be better. I'll close this PR if everyone is okay with it.
^ permalink raw reply [flat|nested] 19+ messages in thread
end of thread, other threads:[~2025-01-11 23:59 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-25 5:05 [PR PATCH] blender: update to 4.3.2 knightcole
2024-12-26 5:59 ` classabbyamp
2024-12-26 5:59 ` classabbyamp
2024-12-26 5:59 ` classabbyamp
2024-12-26 18:10 ` [PR PATCH] [Updated] " knightcole
2024-12-26 18:10 ` knightcole
2024-12-26 19:31 ` [PR PATCH] [Updated] " knightcole
2024-12-26 19:58 ` classabbyamp
2024-12-30 0:42 ` [PR PATCH] [Updated] " knightcole
2024-12-30 0:52 ` knightcole
2025-01-02 18:50 ` ahesford
2025-01-05 13:35 ` hiltjo
2025-01-08 3:24 ` [PR PATCH] [Updated] " knightcole
2025-01-08 3:34 ` knightcole
2025-01-08 3:38 ` knightcole
2025-01-08 3:43 ` knightcole
2025-01-08 4:43 ` knightcole
2025-01-10 9:52 ` CaioFrancisco
2025-01-11 23:59 ` knightcole
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).