Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] SDL2: update to 2.28.3.
@ 2023-09-13 20:45 motorto
  2023-09-15 22:30 ` [PR PATCH] [Updated] " motorto
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: motorto @ 2023-09-13 20:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages SDL2-2.28.3
https://github.com/void-linux/void-packages/pull/46052

SDL2: update to 2.28.3.
<!-- 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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (cross)


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

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

From 1532798315509734ce6cc91e630dbc0b03cc846f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 13 Sep 2023 21:45:11 +0100
Subject: [PATCH] SDL2: update to 2.28.3.

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

diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template
index db2413108c23d..994790ba49f83 100644
--- a/srcpkgs/SDL2/template
+++ b/srcpkgs/SDL2/template
@@ -1,6 +1,6 @@
 # Template file for 'SDL2'
 pkgname=SDL2
-version=2.28.2
+version=2.28.3
 revision=1
 build_style=cmake
 configure_args="-DSDL_ALSA=ON -DSDL_ESD=OFF -DSDL_RPATH=OFF
@@ -15,7 +15,7 @@ license="Zlib"
 homepage="https://www.libsdl.org/"
 changelog="https://raw.githubusercontent.com/libsdl-org/SDL/SDL2/WhatsNew.txt"
 distfiles="https://www.libsdl.org/release/SDL2-${version}.tar.gz"
-checksum=64b1102fa22093515b02ef33dd8739dee1ba57e9dbba6a092942b8bbed1a1c5e
+checksum=7acb8679652701a2504d734e2ba7543ec1a83e310498ddd22fd44bf965eb5518
 
 # Package build options
 build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"

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

* Re: [PR PATCH] [Updated] SDL2: update to 2.28.3.
  2023-09-13 20:45 [PR PATCH] SDL2: update to 2.28.3 motorto
@ 2023-09-15 22:30 ` motorto
  2023-09-17 14:21 ` motorto
  2023-09-18 19:05 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: motorto @ 2023-09-15 22:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages SDL2-2.28.3
https://github.com/void-linux/void-packages/pull/46052

SDL2: update to 2.28.3.
<!-- 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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (cross)


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

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

From 0e8b2dcbf9a341acee3a346e53f39b328f6f3b3c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 13 Sep 2023 21:45:11 +0100
Subject: [PATCH] SDL2: update to 2.28.3.

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

diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template
index db2413108c23d..994790ba49f83 100644
--- a/srcpkgs/SDL2/template
+++ b/srcpkgs/SDL2/template
@@ -1,6 +1,6 @@
 # Template file for 'SDL2'
 pkgname=SDL2
-version=2.28.2
+version=2.28.3
 revision=1
 build_style=cmake
 configure_args="-DSDL_ALSA=ON -DSDL_ESD=OFF -DSDL_RPATH=OFF
@@ -15,7 +15,7 @@ license="Zlib"
 homepage="https://www.libsdl.org/"
 changelog="https://raw.githubusercontent.com/libsdl-org/SDL/SDL2/WhatsNew.txt"
 distfiles="https://www.libsdl.org/release/SDL2-${version}.tar.gz"
-checksum=64b1102fa22093515b02ef33dd8739dee1ba57e9dbba6a092942b8bbed1a1c5e
+checksum=7acb8679652701a2504d734e2ba7543ec1a83e310498ddd22fd44bf965eb5518
 
 # Package build options
 build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"

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

* Re: [PR PATCH] [Updated] SDL2: update to 2.28.3.
  2023-09-13 20:45 [PR PATCH] SDL2: update to 2.28.3 motorto
  2023-09-15 22:30 ` [PR PATCH] [Updated] " motorto
@ 2023-09-17 14:21 ` motorto
  2023-09-18 19:05 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: motorto @ 2023-09-17 14:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages SDL2-2.28.3
https://github.com/void-linux/void-packages/pull/46052

SDL2: update to 2.28.3.
<!-- 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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (cross)


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

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

From 9e5b479d060da0de067ba1c98790fb71c6a8d5e4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 13 Sep 2023 21:45:11 +0100
Subject: [PATCH] SDL2: update to 2.28.3.

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

diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template
index 397ec7f1f61f1..8f24739a6a243 100644
--- a/srcpkgs/SDL2/template
+++ b/srcpkgs/SDL2/template
@@ -1,7 +1,7 @@
 # Template file for 'SDL2'
 pkgname=SDL2
-version=2.28.2
-revision=2
+version=2.28.3
+revision=1
 build_style=cmake
 configure_args="-DSDL_ALSA=ON -DSDL_ESD=OFF -DSDL_RPATH=OFF
  -DSDL_CLOCK_GETTIME=ON -DSDL_PULSEAUDIO_SHARED=OFF
@@ -15,7 +15,7 @@ license="Zlib"
 homepage="https://www.libsdl.org/"
 changelog="https://raw.githubusercontent.com/libsdl-org/SDL/SDL2/WhatsNew.txt"
 distfiles="https://www.libsdl.org/release/SDL2-${version}.tar.gz"
-checksum=64b1102fa22093515b02ef33dd8739dee1ba57e9dbba6a092942b8bbed1a1c5e
+checksum=7acb8679652701a2504d734e2ba7543ec1a83e310498ddd22fd44bf965eb5518
 
 # Package build options
 build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"

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

* Re: [PR PATCH] [Merged]: SDL2: update to 2.28.3.
  2023-09-13 20:45 [PR PATCH] SDL2: update to 2.28.3 motorto
  2023-09-15 22:30 ` [PR PATCH] [Updated] " motorto
  2023-09-17 14:21 ` motorto
@ 2023-09-18 19:05 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-09-18 19:05 UTC (permalink / raw)
  To: ml

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

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

SDL2: update to 2.28.3.
https://github.com/void-linux/void-packages/pull/46052

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, x86_64-glibc
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl (cross)


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

end of thread, other threads:[~2023-09-18 19:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-13 20:45 [PR PATCH] SDL2: update to 2.28.3 motorto
2023-09-15 22:30 ` [PR PATCH] [Updated] " motorto
2023-09-17 14:21 ` motorto
2023-09-18 19:05 ` [PR PATCH] [Merged]: " Duncaen

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