Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] godot: update to 3.1.1
@ 2019-10-06 13:26 voidlinux-github
  2019-10-06 15:09 ` voidlinux-github
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-06 13:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/obunden/void-packages godot
https://github.com/void-linux/void-packages/pull/15175

godot: update to 3.1.1


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

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

From 5d22c606b109d4efe0a150a3b16d33ce9e332f1e Mon Sep 17 00:00:00 2001
From: obunden <56209614+obunden@users.noreply.github.com>
Date: Sun, 6 Oct 2019 15:24:47 +0200
Subject: [PATCH] godot: update to 3.1.1

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

diff --git a/srcpkgs/godot/template b/srcpkgs/godot/template
index 8eb582bfb7c..25c7e41ffc8 100644
--- a/srcpkgs/godot/template
+++ b/srcpkgs/godot/template
@@ -1,7 +1,7 @@
 # Template file for 'godot'
 pkgname=godot
-version=3.1
-revision=2
+version=3.1.1
+revision=1
 wrksrc="${pkgname}-${version}-stable"
 build_style=scons
 # Godot contains private copies of libraries
@@ -16,7 +16,7 @@ maintainer="Nick Hahn <nick.hahn@hotmail.de>"
 license="MIT"
 homepage="https://www.godotengine.org/"
 distfiles="https://github.com/godotengine/${pkgname}/archive/${version}-stable.tar.gz"
-checksum=cd66354b2397f28193ba3add8d8cc5c3562775f662887b56f16de82974f041e3
+checksum=3d952cda12a43d71c53c508bc64ca82cc165a3345976b6d128f869d5bd7a61d2
 nocross=https://build.voidlinux.org/builders/armv7l_builder/builds/6342/steps/shell_3/logs/stdio
 
 CFLAGS+=" -fPIE -fPIC"

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

* Re: godot: update to 3.1.1
  2019-10-06 13:26 [PR PATCH] godot: update to 3.1.1 voidlinux-github
@ 2019-10-06 15:09 ` voidlinux-github
  2019-10-06 21:07 ` voidlinux-github
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-06 15:09 UTC (permalink / raw)
  To: ml

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

New comment by obunden on void-packages repository

https://github.com/void-linux/void-packages/pull/15175#issuecomment-538756236

Comment:
I wanted to try to update to the latest version because it fixes a security issue. I thought it wouldn't work at all because of an issue that I found posted here in the repo. But everything compiles fine on x86_64 and godot works as intended. Sadly travis was super slow at compiling for x86/x86_64. Don't see why tho, can the jobs be a lot slower at random times? The other platforms failed and I don't have any experience with fixing that kind of thing, and I don't have access to any other hardware.

Gonna look into it at a later time but if someone can test the package I would really appreciate it.

Here's the issue that I mentioned: https://github.com/void-linux/void-packages/issues/10244

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

* Re: godot: update to 3.1.1
  2019-10-06 13:26 [PR PATCH] godot: update to 3.1.1 voidlinux-github
  2019-10-06 15:09 ` voidlinux-github
@ 2019-10-06 21:07 ` voidlinux-github
  2019-10-06 21:22 ` voidlinux-github
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-06 21:07 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/15175#issuecomment-538788163

Comment:
The llvm9 package wasn't built yet when the travis job was started so it tried to build it first. Since llvm is massive, it will always time out on travis. I restarted the travis job now that llvm9 is finished so it can compile godot regularly.

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

* Re: godot: update to 3.1.1
  2019-10-06 13:26 [PR PATCH] godot: update to 3.1.1 voidlinux-github
  2019-10-06 15:09 ` voidlinux-github
  2019-10-06 21:07 ` voidlinux-github
@ 2019-10-06 21:22 ` voidlinux-github
  2019-10-08  3:15 ` voidlinux-github
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-06 21:22 UTC (permalink / raw)
  To: ml

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

New comment by obunden on void-packages repository

https://github.com/void-linux/void-packages/pull/15175#issuecomment-538789376

Comment:
Ok I see, hope it works now. Thanks for all the help and information in general and the speedy handling of the pull requests. Have a nice day :)

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

* Re: godot: update to 3.1.1
  2019-10-06 13:26 [PR PATCH] godot: update to 3.1.1 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-06 21:22 ` voidlinux-github
@ 2019-10-08  3:15 ` voidlinux-github
  2019-10-08  8:55 ` voidlinux-github
  2019-10-08 19:20 ` [PR PATCH] [Merged]: " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-08  3:15 UTC (permalink / raw)
  To: ml

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

New comment by obunden on void-packages repository

https://github.com/void-linux/void-packages/pull/15175#issuecomment-539295256

Comment:
Seems like it's the same story again. Will you test this manually @Hoshpak ? I had a quick look on the travis website and it that jobs time out after 120 min. But I found out that it's for private repos. Someone raised an issue about this and wanted to have the same limit for public open source projects. It's kinda old but might be worth a read if raising the limit would be useful.

https://github.com/travis-ci/travis-ci/issues/9605#issuecomment-388051236

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

* Re: godot: update to 3.1.1
  2019-10-06 13:26 [PR PATCH] godot: update to 3.1.1 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-08  3:15 ` voidlinux-github
@ 2019-10-08  8:55 ` voidlinux-github
  2019-10-08 19:20 ` [PR PATCH] [Merged]: " voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-08  8:55 UTC (permalink / raw)
  To: ml

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

New comment by Hoshpak on void-packages repository

https://github.com/void-linux/void-packages/pull/15175#issuecomment-539419313

Comment:
Will do, it might take some time though.

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

* Re: [PR PATCH] [Merged]: godot: update to 3.1.1
  2019-10-06 13:26 [PR PATCH] godot: update to 3.1.1 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-08  8:55 ` voidlinux-github
@ 2019-10-08 19:20 ` voidlinux-github
  5 siblings, 0 replies; 7+ messages in thread
From: voidlinux-github @ 2019-10-08 19:20 UTC (permalink / raw)
  To: ml

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

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

godot: update to 3.1.1
https://github.com/void-linux/void-packages/pull/15175

Description:


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

end of thread, other threads:[~2019-10-08 19:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-06 13:26 [PR PATCH] godot: update to 3.1.1 voidlinux-github
2019-10-06 15:09 ` voidlinux-github
2019-10-06 21:07 ` voidlinux-github
2019-10-06 21:22 ` voidlinux-github
2019-10-08  3:15 ` voidlinux-github
2019-10-08  8:55 ` voidlinux-github
2019-10-08 19:20 ` [PR PATCH] [Merged]: " voidlinux-github

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).