Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] gzdoom: update to version 4.11.0.
@ 2023-09-26 18:38 SpidFightFR
  2023-09-30 12:20 ` [PR PATCH] [Updated] " SpidFightFR
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: SpidFightFR @ 2023-09-26 18:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SpidFightFR/void-packages update-gzdoom
https://github.com/void-linux/void-packages/pull/46273

gzdoom: update to version 4.11.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


#### Local build testing
- I built this PR locally for my native architecture, (x64-GlibC)


Addendum:

Hey guys !
Just a pull request to update GZdoom to its latest release.
I added `libwebp-devel` as a make dependency as it makes an error without it, it is a new requirement since this release.

That's about it tho, have a nice day ! 👋



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

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

From deb46cc3d7e22a8f871a2b3d3f611fea860c6cfc Mon Sep 17 00:00:00 2001
From: SpidFightFR <spidfight.one@gmail.com>
Date: Tue, 26 Sep 2023 18:16:21 +0000
Subject: [PATCH] gzdoom: update to version 4.11.0.

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

diff --git a/srcpkgs/gzdoom/template b/srcpkgs/gzdoom/template
index 4c8fe9effc86e..37b30f359fde1 100644
--- a/srcpkgs/gzdoom/template
+++ b/srcpkgs/gzdoom/template
@@ -1,12 +1,12 @@
 # Template file for 'gzdoom'
 pkgname=gzdoom
-version=4.10.0
+version=4.11.0
 revision=1
 archs="~i686* ~arm*"
 build_style=cmake
 configure_args="-DINSTALL_PK3_PATH=share/gzdoom -DDYN_GTK=OFF -DDYN_OPENAL=OFF"
 hostmakedepends="pkg-config tar xz"
-makedepends="SDL2-devel gtk+3-devel libgomp-devel ZMusic-devel libopenal-devel libvpx-devel"
+makedepends="SDL2-devel gtk+3-devel libgomp-devel ZMusic-devel libopenal-devel libvpx-devel libwebp-devel"
 short_desc="Advanced Doom source port with OpenGL support"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later"
@@ -14,8 +14,8 @@ homepage="https://www.zdoom.org"
 # WARNING: watch out for new submodules
 distfiles="https://github.com/ZDoom/gzdoom/archive/g${version}.tar.gz
  https://github.com/ZDoom/gzdoom/releases/download/g${version}/gzdoom_${version}_amd64.deb"
-checksum="8702522c05048dfd4a765c6ac82a270d8bd0942e813d5bc6f4b69795a5d23a20
- 1baf9f577839daff89073768eeccf561dd330eabec65217ba67eba799a4dfcab"
+checksum="44a0aee6fa6b9cc2f5956bb98252708720b03ddf264821c487ce6af07cb204d7
+ 23cec6b75612e106aa32dbf1e44dcddb5cce73d7476ab58da1af9429bcafeed4"
 skip_extraction="${pkgname}_${version}_amd64.deb"
 nocross=yes
 

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

* Re: [PR PATCH] [Updated] gzdoom: update to version 4.11.0.
  2023-09-26 18:38 [PR PATCH] gzdoom: update to version 4.11.0 SpidFightFR
@ 2023-09-30 12:20 ` SpidFightFR
  2023-09-30 12:22 ` SpidFightFR
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: SpidFightFR @ 2023-09-30 12:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SpidFightFR/void-packages update-gzdoom
https://github.com/void-linux/void-packages/pull/46273

gzdoom: update to version 4.11.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


#### Local build testing
- I built this PR locally for my native architecture, (x64-GlibC)


Addendum:

Hey guys !
Just a pull request to update GZdoom to its latest release.
I added `libwebp-devel` as a make dependency as it makes an error without it, it is a new requirement since this release.

That's about it tho, have a nice day ! 👋



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

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

From ee96428b11fba763f0d788534107e3e8ac59e2b6 Mon Sep 17 00:00:00 2001
From: SpidFightFR <spidfight.one@gmail.com>
Date: Sat, 30 Sep 2023 12:12:11 +0000
Subject: [PATCH] gzdoom: update to version 4.11.0.

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

diff --git a/srcpkgs/gzdoom/template b/srcpkgs/gzdoom/template
index c2c3adcbb8b48..15dcd06d42aaf 100644
--- a/srcpkgs/gzdoom/template
+++ b/srcpkgs/gzdoom/template
@@ -1,7 +1,7 @@
 # Template file for 'gzdoom'
 pkgname=gzdoom
-version=4.10.0
-revision=2
+version=4.11.0
+revision=1
 archs="~i686* ~arm*"
 build_style=cmake
 configure_args="-DINSTALL_PK3_PATH=share/gzdoom -DDYN_GTK=OFF -DDYN_OPENAL=OFF"
@@ -14,8 +14,8 @@ homepage="https://www.zdoom.org"
 # WARNING: watch out for new submodules
 distfiles="https://github.com/ZDoom/gzdoom/archive/g${version}.tar.gz
  https://github.com/ZDoom/gzdoom/releases/download/g${version}/gzdoom_${version}_amd64.deb"
-checksum="8702522c05048dfd4a765c6ac82a270d8bd0942e813d5bc6f4b69795a5d23a20
- 1baf9f577839daff89073768eeccf561dd330eabec65217ba67eba799a4dfcab"
+checksum="44a0aee6fa6b9cc2f5956bb98252708720b03ddf264821c487ce6af07cb204d7
+ 23cec6b75612e106aa32dbf1e44dcddb5cce73d7476ab58da1af9429bcafeed4"
 skip_extraction="${pkgname}_${version}_amd64.deb"
 nocross=yes
 

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

* Re: gzdoom: update to version 4.11.0.
  2023-09-26 18:38 [PR PATCH] gzdoom: update to version 4.11.0 SpidFightFR
  2023-09-30 12:20 ` [PR PATCH] [Updated] " SpidFightFR
@ 2023-09-30 12:22 ` SpidFightFR
  2023-09-30 12:35 ` [PR PATCH] [Updated] " SpidFightFR
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: SpidFightFR @ 2023-09-30 12:22 UTC (permalink / raw)
  To: ml

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

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/pull/46273#issuecomment-1741754380

Comment:
i pushed again the commit, because of the second revision of the template that conflicted before (https://github.com/void-linux/void-packages/commit/777bf461de3e134d3b25c760d4cfea4de85ad3f8). :smile: 

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

* Re: [PR PATCH] [Updated] gzdoom: update to version 4.11.0.
  2023-09-26 18:38 [PR PATCH] gzdoom: update to version 4.11.0 SpidFightFR
  2023-09-30 12:20 ` [PR PATCH] [Updated] " SpidFightFR
  2023-09-30 12:22 ` SpidFightFR
@ 2023-09-30 12:35 ` SpidFightFR
  2023-09-30 12:45 ` SpidFightFR
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: SpidFightFR @ 2023-09-30 12:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SpidFightFR/void-packages update-gzdoom
https://github.com/void-linux/void-packages/pull/46273

gzdoom: update to version 4.11.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


#### Local build testing
- I built this PR locally for my native architecture, (x64-GlibC)


Addendum:

Hey guys !
Just a pull request to update GZdoom to its latest release.
I added `libwebp-devel` as a make dependency as it makes an error without it, it is a new requirement since this release.

That's about it tho, have a nice day ! 👋



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

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

From ebb11a0bf2bcf49512b52936b6b25e86d6fef1d8 Mon Sep 17 00:00:00 2001
From: SpidFightFR <spidfight.one@gmail.com>
Date: Sat, 30 Sep 2023 12:26:43 +0000
Subject: [PATCH] gzdoom: update to version 4.11.0.

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

diff --git a/srcpkgs/gzdoom/template b/srcpkgs/gzdoom/template
index 4c8fe9effc86e..37b30f359fde1 100644
--- a/srcpkgs/gzdoom/template
+++ b/srcpkgs/gzdoom/template
@@ -1,12 +1,12 @@
 # Template file for 'gzdoom'
 pkgname=gzdoom
-version=4.10.0
+version=4.11.0
 revision=1
 archs="~i686* ~arm*"
 build_style=cmake
 configure_args="-DINSTALL_PK3_PATH=share/gzdoom -DDYN_GTK=OFF -DDYN_OPENAL=OFF"
 hostmakedepends="pkg-config tar xz"
-makedepends="SDL2-devel gtk+3-devel libgomp-devel ZMusic-devel libopenal-devel libvpx-devel"
+makedepends="SDL2-devel gtk+3-devel libgomp-devel ZMusic-devel libopenal-devel libvpx-devel libwebp-devel"
 short_desc="Advanced Doom source port with OpenGL support"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later"
@@ -14,8 +14,8 @@ homepage="https://www.zdoom.org"
 # WARNING: watch out for new submodules
 distfiles="https://github.com/ZDoom/gzdoom/archive/g${version}.tar.gz
  https://github.com/ZDoom/gzdoom/releases/download/g${version}/gzdoom_${version}_amd64.deb"
-checksum="8702522c05048dfd4a765c6ac82a270d8bd0942e813d5bc6f4b69795a5d23a20
- 1baf9f577839daff89073768eeccf561dd330eabec65217ba67eba799a4dfcab"
+checksum="44a0aee6fa6b9cc2f5956bb98252708720b03ddf264821c487ce6af07cb204d7
+ 23cec6b75612e106aa32dbf1e44dcddb5cce73d7476ab58da1af9429bcafeed4"
 skip_extraction="${pkgname}_${version}_amd64.deb"
 nocross=yes
 

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

* Re: [PR PATCH] [Updated] gzdoom: update to version 4.11.0.
  2023-09-26 18:38 [PR PATCH] gzdoom: update to version 4.11.0 SpidFightFR
                   ` (2 preceding siblings ...)
  2023-09-30 12:35 ` [PR PATCH] [Updated] " SpidFightFR
@ 2023-09-30 12:45 ` SpidFightFR
  2023-09-30 12:51 ` SpidFightFR
  2023-10-02  5:40 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: SpidFightFR @ 2023-09-30 12:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/SpidFightFR/void-packages update-gzdoom
https://github.com/void-linux/void-packages/pull/46273

gzdoom: update to version 4.11.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


#### Local build testing
- I built this PR locally for my native architecture, (x64-GlibC)


Addendum:

Hey guys !
Just a pull request to update GZdoom to its latest release.
I added `libwebp-devel` as a make dependency as it makes an error without it, it is a new requirement since this release.

That's about it tho, have a nice day ! 👋



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

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

From 7b0c09600c3d99d613bf943e6ed6971734e9d21d Mon Sep 17 00:00:00 2001
From: SpidFightFR <spidfight.one@gmail.com>
Date: Sat, 30 Sep 2023 12:36:45 +0000
Subject: [PATCH] gzdoom: update to version 4.11.0.

---
 srcpkgs/gzdoom/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/gzdoom/template b/srcpkgs/gzdoom/template
index c2c3adcbb8b48..37b30f359fde1 100644
--- a/srcpkgs/gzdoom/template
+++ b/srcpkgs/gzdoom/template
@@ -1,12 +1,12 @@
 # Template file for 'gzdoom'
 pkgname=gzdoom
-version=4.10.0
-revision=2
+version=4.11.0
+revision=1
 archs="~i686* ~arm*"
 build_style=cmake
 configure_args="-DINSTALL_PK3_PATH=share/gzdoom -DDYN_GTK=OFF -DDYN_OPENAL=OFF"
 hostmakedepends="pkg-config tar xz"
-makedepends="SDL2-devel gtk+3-devel libgomp-devel ZMusic-devel libopenal-devel libvpx-devel"
+makedepends="SDL2-devel gtk+3-devel libgomp-devel ZMusic-devel libopenal-devel libvpx-devel libwebp-devel"
 short_desc="Advanced Doom source port with OpenGL support"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-3.0-or-later"
@@ -14,8 +14,8 @@ homepage="https://www.zdoom.org"
 # WARNING: watch out for new submodules
 distfiles="https://github.com/ZDoom/gzdoom/archive/g${version}.tar.gz
  https://github.com/ZDoom/gzdoom/releases/download/g${version}/gzdoom_${version}_amd64.deb"
-checksum="8702522c05048dfd4a765c6ac82a270d8bd0942e813d5bc6f4b69795a5d23a20
- 1baf9f577839daff89073768eeccf561dd330eabec65217ba67eba799a4dfcab"
+checksum="44a0aee6fa6b9cc2f5956bb98252708720b03ddf264821c487ce6af07cb204d7
+ 23cec6b75612e106aa32dbf1e44dcddb5cce73d7476ab58da1af9429bcafeed4"
 skip_extraction="${pkgname}_${version}_amd64.deb"
 nocross=yes
 

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

* Re: gzdoom: update to version 4.11.0.
  2023-09-26 18:38 [PR PATCH] gzdoom: update to version 4.11.0 SpidFightFR
                   ` (3 preceding siblings ...)
  2023-09-30 12:45 ` SpidFightFR
@ 2023-09-30 12:51 ` SpidFightFR
  2023-10-02  5:40 ` [PR PATCH] [Merged]: " classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: SpidFightFR @ 2023-09-30 12:51 UTC (permalink / raw)
  To: ml

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

New comment by SpidFightFR on void-packages repository

https://github.com/void-linux/void-packages/pull/46273#issuecomment-1741759587

Comment:
My apologies, i forgot a few things, now it should be 100% good.

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

* Re: [PR PATCH] [Merged]: gzdoom: update to version 4.11.0.
  2023-09-26 18:38 [PR PATCH] gzdoom: update to version 4.11.0 SpidFightFR
                   ` (4 preceding siblings ...)
  2023-09-30 12:51 ` SpidFightFR
@ 2023-10-02  5:40 ` classabbyamp
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-10-02  5:40 UTC (permalink / raw)
  To: ml

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

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

gzdoom: update to version 4.11.0.
https://github.com/void-linux/void-packages/pull/46273

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


#### Local build testing
- I built this PR locally for my native architecture, (x64-GlibC)


Addendum:

Hey guys !
Just a pull request to update GZdoom to its latest release.
I added `libwebp-devel` as a make dependency as it makes an error without it, it is a new requirement since this release.

That's about it tho, have a nice day ! 👋



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

end of thread, other threads:[~2023-10-02  5:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-26 18:38 [PR PATCH] gzdoom: update to version 4.11.0 SpidFightFR
2023-09-30 12:20 ` [PR PATCH] [Updated] " SpidFightFR
2023-09-30 12:22 ` SpidFightFR
2023-09-30 12:35 ` [PR PATCH] [Updated] " SpidFightFR
2023-09-30 12:45 ` SpidFightFR
2023-09-30 12:51 ` SpidFightFR
2023-10-02  5:40 ` [PR PATCH] [Merged]: " classabbyamp

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