Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] SDL3: update to 3.2.4.
@ 2025-02-08 10:35 Hanuko33
  2025-02-18  3:02 ` [PR REVIEW] " classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Hanuko33 @ 2025-02-08 10:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Hanuko33/void-packages SDL3_324
https://github.com/void-linux/void-packages/pull/54250

SDL3: update to 3.2.4.
#### 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)



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

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

From 1af8bf29d2937b3237ae4a71ccf4ff8afd804c53 Mon Sep 17 00:00:00 2001
From: Piotr Danecki <piotr.a.danecki@gmail.com>
Date: Sat, 8 Feb 2025 11:33:36 +0100
Subject: [PATCH] SDL3: update to 3.2.4.

Signed-off-by: Piotr Danecki <piotr.a.danecki@gmail.com>
---
 common/shlibs         | 2 +-
 srcpkgs/SDL3/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index d402931a0fe9a4..d43151328d95a9 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4537,4 +4537,4 @@ libopencore-amrnb.so.0 opencore-amr-0.1.6_1
 libopencore-amrwb.so.0 opencore-amr-0.1.6_1
 libilbc.so.3 libilbc-3.0.4_1
 libmaliit-plugins.so.2 maliit-keyboard-2.3.1_1
-libSDL3.so.0 SDL3-3.2.2_1
+libSDL3.so.0 SDL3-3.2.4_1
diff --git a/srcpkgs/SDL3/template b/srcpkgs/SDL3/template
index 7f475ea5171e98..514a72925951fb 100644
--- a/srcpkgs/SDL3/template
+++ b/srcpkgs/SDL3/template
@@ -1,6 +1,6 @@
 # Template file for 'SDL3'
 pkgname=SDL3
-version=3.2.2
+version=3.2.4
 revision=1
 build_style=cmake
 configure_args="-DSDL_ALSA=ON -DSDL_RPATH=OFF
@@ -15,7 +15,7 @@ license="Zlib"
 homepage="https://www.libsdl.org/"
 changelog="https://raw.githubusercontent.com/libsdl-org/SDL/refs/heads/main/WhatsNew.txt"
 distfiles="https://www.libsdl.org/release/SDL3-${version}.tar.gz"
-checksum=d3dcf1b2f64746be0f248ef27b35aec4f038dafadfb83491f98a7fecdaf6efec
+checksum=2938328317301dfbe30176d79c251733aa5e7ec5c436c800b99ed4da7adcb0f0
 
 # Package build options
 build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"

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

* Re: [PR REVIEW] SDL3: update to 3.2.4.
  2025-02-08 10:35 [PR PATCH] SDL3: update to 3.2.4 Hanuko33
@ 2025-02-18  3:02 ` classabbyamp
  2025-02-18 11:56 ` [PR PATCH] [Updated] " Hanuko33
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2025-02-18  3:02 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/54250#discussion_r1958995667

Comment:
this does not need to be changed if there was no SONAME change or ABI break. it represents the *minimum* version that has that shlib

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

* Re: [PR PATCH] [Updated] SDL3: update to 3.2.4.
  2025-02-08 10:35 [PR PATCH] SDL3: update to 3.2.4 Hanuko33
  2025-02-18  3:02 ` [PR REVIEW] " classabbyamp
@ 2025-02-18 11:56 ` Hanuko33
  2025-02-18 12:03 ` [PR REVIEW] " Hanuko33
  2025-02-18 13:15 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: Hanuko33 @ 2025-02-18 11:56 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Hanuko33/void-packages SDL3_324
https://github.com/void-linux/void-packages/pull/54250

SDL3: update to 3.2.4.
#### 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)



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

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

From 49eff741903c2d7e345cdaee72a11a91bf9c89f9 Mon Sep 17 00:00:00 2001
From: Piotr Danecki <piotr.a.danecki@gmail.com>
Date: Tue, 18 Feb 2025 12:56:13 +0100
Subject: [PATCH] SDL3: update to 3.2.4.

Signed-off-by: Piotr Danecki <piotr.a.danecki@gmail.com>
---
 srcpkgs/SDL3/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/SDL3/template b/srcpkgs/SDL3/template
index 7f475ea5171e98..514a72925951fb 100644
--- a/srcpkgs/SDL3/template
+++ b/srcpkgs/SDL3/template
@@ -1,6 +1,6 @@
 # Template file for 'SDL3'
 pkgname=SDL3
-version=3.2.2
+version=3.2.4
 revision=1
 build_style=cmake
 configure_args="-DSDL_ALSA=ON -DSDL_RPATH=OFF
@@ -15,7 +15,7 @@ license="Zlib"
 homepage="https://www.libsdl.org/"
 changelog="https://raw.githubusercontent.com/libsdl-org/SDL/refs/heads/main/WhatsNew.txt"
 distfiles="https://www.libsdl.org/release/SDL3-${version}.tar.gz"
-checksum=d3dcf1b2f64746be0f248ef27b35aec4f038dafadfb83491f98a7fecdaf6efec
+checksum=2938328317301dfbe30176d79c251733aa5e7ec5c436c800b99ed4da7adcb0f0
 
 # Package build options
 build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"

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

* Re: [PR REVIEW] SDL3: update to 3.2.4.
  2025-02-08 10:35 [PR PATCH] SDL3: update to 3.2.4 Hanuko33
  2025-02-18  3:02 ` [PR REVIEW] " classabbyamp
  2025-02-18 11:56 ` [PR PATCH] [Updated] " Hanuko33
@ 2025-02-18 12:03 ` Hanuko33
  2025-02-18 13:15 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: Hanuko33 @ 2025-02-18 12:03 UTC (permalink / raw)
  To: ml

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

New review comment by Hanuko33 on void-packages repository

https://github.com/void-linux/void-packages/pull/54250#discussion_r1959607413

Comment:
thanks, fixed

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

* Re: [PR PATCH] [Merged]: SDL3: update to 3.2.4.
  2025-02-08 10:35 [PR PATCH] SDL3: update to 3.2.4 Hanuko33
                   ` (2 preceding siblings ...)
  2025-02-18 12:03 ` [PR REVIEW] " Hanuko33
@ 2025-02-18 13:15 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2025-02-18 13:15 UTC (permalink / raw)
  To: ml

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

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

SDL3: update to 3.2.4.
https://github.com/void-linux/void-packages/pull/54250

Description:
#### 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)



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

end of thread, other threads:[~2025-02-18 13:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-08 10:35 [PR PATCH] SDL3: update to 3.2.4 Hanuko33
2025-02-18  3:02 ` [PR REVIEW] " classabbyamp
2025-02-18 11:56 ` [PR PATCH] [Updated] " Hanuko33
2025-02-18 12:03 ` [PR REVIEW] " Hanuko33
2025-02-18 13:15 ` [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).