Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] blender: update to 2.93.5
@ 2021-10-11 19:47 vilhelmbergsoe
  2021-10-11 21:15 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: vilhelmbergsoe @ 2021-10-11 19:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vilhelmbergsoe/void-packages blender
https://github.com/void-linux/void-packages/pull/33490

blender: update to 2.93.5
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 9d8bbb0290cbc0be01c9922ebb76335a04c951d3 Mon Sep 17 00:00:00 2001
From: Vilhelm Bergsoe <vilhelmbergsoe@gmail.com>
Date: Mon, 11 Oct 2021 21:12:02 +0200
Subject: [PATCH] blender: update to 2.93.5

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

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 024a132f1edb..08729849449e 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,6 +1,6 @@
 # Template file for 'blender'
 pkgname=blender
-version=2.93.4
+version=2.93.5
 revision=1
 archs="x86_64* ppc64*"
 build_style="cmake"
@@ -26,7 +26,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="http://www.blender.org"
 distfiles="http://download.blender.org/source/${pkgname}-${version}.tar.xz"
-checksum=e5c1419cf2d3af0ac4cb90217df05e1a149040739b8c02dcfaaf2c2061487fb2
+checksum=d22df1babec8b6ecfe5d3344885288c57afca95ca9185f3fe165220810475cbb
 python_version=3
 CXXFLAGS="-DNDEBUG"
 CFLAGS="$CXXFLAGS"

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

* Re: [PR REVIEW] blender: update to 2.93.5
  2021-10-11 19:47 [PR PATCH] blender: update to 2.93.5 vilhelmbergsoe
@ 2021-10-11 21:15 ` paper42
  2021-10-11 21:22 ` vilhelmbergsoe
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-10-11 21:15 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33490#discussion_r726572204

Comment:
```suggestion
homepage="https://www.blender.org"
distfiles="https://download.blender.org/source/blender-${version}.tar.xz"
```

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

* Re: [PR REVIEW] blender: update to 2.93.5
  2021-10-11 19:47 [PR PATCH] blender: update to 2.93.5 vilhelmbergsoe
  2021-10-11 21:15 ` [PR REVIEW] " paper42
@ 2021-10-11 21:22 ` vilhelmbergsoe
  2021-10-12 14:26 ` [PR PATCH] [Updated] " vilhelmbergsoe
  2021-10-16 12:23 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: vilhelmbergsoe @ 2021-10-11 21:22 UTC (permalink / raw)
  To: ml

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

New review comment by vilhelmbergsoe on void-packages repository

https://github.com/void-linux/void-packages/pull/33490#discussion_r726575528

Comment:
I will be sure to do this tomorrow when i get the chance.

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

* Re: [PR PATCH] [Updated] blender: update to 2.93.5
  2021-10-11 19:47 [PR PATCH] blender: update to 2.93.5 vilhelmbergsoe
  2021-10-11 21:15 ` [PR REVIEW] " paper42
  2021-10-11 21:22 ` vilhelmbergsoe
@ 2021-10-12 14:26 ` vilhelmbergsoe
  2021-10-16 12:23 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: vilhelmbergsoe @ 2021-10-12 14:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/vilhelmbergsoe/void-packages blender
https://github.com/void-linux/void-packages/pull/33490

blender: update to 2.93.5
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 2e1952b02e4a8ebb1a46882adf8ac5694766b402 Mon Sep 17 00:00:00 2001
From: Vilhelm Bergsoe <vilhelmbergsoe@gmail.com>
Date: Mon, 11 Oct 2021 21:12:02 +0200
Subject: [PATCH] blender: update to 2.93.5

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

diff --git a/srcpkgs/blender/template b/srcpkgs/blender/template
index 024a132f1edb..655bc672b771 100644
--- a/srcpkgs/blender/template
+++ b/srcpkgs/blender/template
@@ -1,6 +1,6 @@
 # Template file for 'blender'
 pkgname=blender
-version=2.93.4
+version=2.93.5
 revision=1
 archs="x86_64* ppc64*"
 build_style="cmake"
@@ -24,9 +24,9 @@ depends="desktop-file-utils hicolor-icon-theme"
 short_desc="3D graphics creation suite"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="http://www.blender.org"
-distfiles="http://download.blender.org/source/${pkgname}-${version}.tar.xz"
-checksum=e5c1419cf2d3af0ac4cb90217df05e1a149040739b8c02dcfaaf2c2061487fb2
+homepage="https://www.blender.org"
+distfiles="https://download.blender.org/source/blender-${version}.tar.xz"
+checksum=d22df1babec8b6ecfe5d3344885288c57afca95ca9185f3fe165220810475cbb
 python_version=3
 CXXFLAGS="-DNDEBUG"
 CFLAGS="$CXXFLAGS"

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

* Re: [PR PATCH] [Merged]: blender: update to 2.93.5
  2021-10-11 19:47 [PR PATCH] blender: update to 2.93.5 vilhelmbergsoe
                   ` (2 preceding siblings ...)
  2021-10-12 14:26 ` [PR PATCH] [Updated] " vilhelmbergsoe
@ 2021-10-16 12:23 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2021-10-16 12:23 UTC (permalink / raw)
  To: ml

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

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

blender: update to 2.93.5
https://github.com/void-linux/void-packages/pull/33490

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-10-16 12:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-11 19:47 [PR PATCH] blender: update to 2.93.5 vilhelmbergsoe
2021-10-11 21:15 ` [PR REVIEW] " paper42
2021-10-11 21:22 ` vilhelmbergsoe
2021-10-12 14:26 ` [PR PATCH] [Updated] " vilhelmbergsoe
2021-10-16 12:23 ` [PR PATCH] [Merged]: " 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).