* [PR PATCH] SDL3: update to 3.2.2
@ 2025-02-03 14:45 Hanuko33
2025-02-03 18:15 ` [PR PATCH] [Updated] " Hanuko33
` (7 more replies)
0 siblings, 8 replies; 9+ messages in thread
From: Hanuko33 @ 2025-02-03 14:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 550 bytes --]
There is a new pull request by Hanuko33 against master on the void-packages repository
https://github.com/Hanuko33/void-packages master
https://github.com/void-linux/void-packages/pull/54200
SDL3: update to 3.2.2
#### 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)
Removed the SDL_ESD=off tag, because it wasn't used in the compilation.
A patch file from https://github.com/void-linux/void-packages/pull/54200.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-54200.patch --]
[-- Type: text/x-diff, Size: 1332 bytes --]
From 5a1425ed8da5b477b3617bebeb828b7441aec3ee Mon Sep 17 00:00:00 2001
From: Piotr Danecki <piotr.a.danecki@gmail.com>
Date: Mon, 3 Feb 2025 15:42:57 +0100
Subject: [PATCH] SDL3: update to 3.2.2
Signed-off-by: Piotr Danecki <piotr.a.danecki@gmail.com>
---
srcpkgs/SDL3/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/SDL3/template b/srcpkgs/SDL3/template
index 4b11bd77b9b0d2..7f475ea5171e98 100644
--- a/srcpkgs/SDL3/template
+++ b/srcpkgs/SDL3/template
@@ -1,9 +1,9 @@
# Template file for 'SDL3'
pkgname=SDL3
-version=3.2.0
+version=3.2.2
revision=1
build_style=cmake
-configure_args="-DSDL_ALSA=ON -DSDL_ESD=OFF -DSDL_RPATH=OFF
+configure_args="-DSDL_ALSA=ON -DSDL_RPATH=OFF
-DSDL_CLOCK_GETTIME=ON -DSDL_PULSEAUDIO_SHARED=OFF
-DSDL_ALSA_SHARED=OFF -DSDL_DBUS=ON"
hostmakedepends="pkg-config nasm"
@@ -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=bf308f92c5688b1479faf5cfe24af72f3cd4ce08d0c0670d6ce55bc2ec1e9a5e
+checksum=d3dcf1b2f64746be0f248ef27b35aec4f038dafadfb83491f98a7fecdaf6efec
# Package build options
build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] SDL3: update to 3.2.2
2025-02-03 14:45 [PR PATCH] SDL3: update to 3.2.2 Hanuko33
@ 2025-02-03 18:15 ` Hanuko33
2025-02-03 18:15 ` Hanuko33
` (6 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Hanuko33 @ 2025-02-03 18:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 555 bytes --]
There is an updated pull request by Hanuko33 against master on the void-packages repository
https://github.com/Hanuko33/void-packages master
https://github.com/void-linux/void-packages/pull/54200
SDL3: update to 3.2.2
#### 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)
Removed the SDL_ESD=off tag, because it wasn't used in the compilation.
A patch file from https://github.com/void-linux/void-packages/pull/54200.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-54200.patch --]
[-- Type: text/x-diff, Size: 2003 bytes --]
From 5a1425ed8da5b477b3617bebeb828b7441aec3ee Mon Sep 17 00:00:00 2001
From: Piotr Danecki <piotr.a.danecki@gmail.com>
Date: Mon, 3 Feb 2025 15:42:57 +0100
Subject: [PATCH 1/2] SDL3: update to 3.2.2
Signed-off-by: Piotr Danecki <piotr.a.danecki@gmail.com>
---
srcpkgs/SDL3/template | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/srcpkgs/SDL3/template b/srcpkgs/SDL3/template
index 4b11bd77b9b0d2..7f475ea5171e98 100644
--- a/srcpkgs/SDL3/template
+++ b/srcpkgs/SDL3/template
@@ -1,9 +1,9 @@
# Template file for 'SDL3'
pkgname=SDL3
-version=3.2.0
+version=3.2.2
revision=1
build_style=cmake
-configure_args="-DSDL_ALSA=ON -DSDL_ESD=OFF -DSDL_RPATH=OFF
+configure_args="-DSDL_ALSA=ON -DSDL_RPATH=OFF
-DSDL_CLOCK_GETTIME=ON -DSDL_PULSEAUDIO_SHARED=OFF
-DSDL_ALSA_SHARED=OFF -DSDL_DBUS=ON"
hostmakedepends="pkg-config nasm"
@@ -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=bf308f92c5688b1479faf5cfe24af72f3cd4ce08d0c0670d6ce55bc2ec1e9a5e
+checksum=d3dcf1b2f64746be0f248ef27b35aec4f038dafadfb83491f98a7fecdaf6efec
# Package build options
build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"
From 962e0b5cb0ca0814862850bb6af393d7efaf7f30 Mon Sep 17 00:00:00 2001
From: Piotr Danecki <piotr.a.danecki@gmail.com>
Date: Mon, 3 Feb 2025 19:14:42 +0100
Subject: [PATCH 2/2] SDL3: fixed common/shlibs
Signed-off-by: Piotr Danecki <piotr.a.danecki@gmail.com>
---
common/shlibs | 2 ++
1 file changed, 2 insertions(+)
diff --git a/common/shlibs b/common/shlibs
index 175786786b4936..e3cd38bd633701 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4537,3 +4537,5 @@ 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
+
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: SDL3: update to 3.2.2
2025-02-03 14:45 [PR PATCH] SDL3: update to 3.2.2 Hanuko33
2025-02-03 18:15 ` [PR PATCH] [Updated] " Hanuko33
@ 2025-02-03 18:15 ` Hanuko33
2025-02-03 18:16 ` Hanuko33
` (5 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Hanuko33 @ 2025-02-03 18:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 229 bytes --]
New comment by Hanuko33 on void-packages repository
https://github.com/void-linux/void-packages/pull/54200#issuecomment-2631728978
Comment:
Turns out, that I messed up the SDL3: new package.
I didn't add it to common/shlibs
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: SDL3: update to 3.2.2
2025-02-03 14:45 [PR PATCH] SDL3: update to 3.2.2 Hanuko33
2025-02-03 18:15 ` [PR PATCH] [Updated] " Hanuko33
2025-02-03 18:15 ` Hanuko33
@ 2025-02-03 18:16 ` Hanuko33
2025-02-04 2:57 ` classabbyamp
` (4 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Hanuko33 @ 2025-02-03 18:16 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 377 bytes --]
New comment by Hanuko33 on void-packages repository
https://github.com/void-linux/void-packages/pull/54200#issuecomment-2631728978
Comment:
Turns out, that I messed up the SDL3: new package.
I didn't add it to common/shlibs
SDL3: fixed common/shlibs fixes that mistake.
I'm sorry for my mistake, I only realised it now, because I'm trying to get SDL3_image working.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: SDL3: update to 3.2.2
2025-02-03 14:45 [PR PATCH] SDL3: update to 3.2.2 Hanuko33
` (2 preceding siblings ...)
2025-02-03 18:16 ` Hanuko33
@ 2025-02-04 2:57 ` classabbyamp
2025-02-04 14:57 ` [PR PATCH] [Updated] " Hanuko33
` (3 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2025-02-04 2:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 233 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/54200#issuecomment-2632707833
Comment:
you should just put the shlibs change in the same commit as you're already updating it
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Updated] SDL3: update to 3.2.2
2025-02-03 14:45 [PR PATCH] SDL3: update to 3.2.2 Hanuko33
` (3 preceding siblings ...)
2025-02-04 2:57 ` classabbyamp
@ 2025-02-04 14:57 ` Hanuko33
2025-02-04 14:57 ` Hanuko33
` (2 subsequent siblings)
7 siblings, 0 replies; 9+ messages in thread
From: Hanuko33 @ 2025-02-04 14:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 555 bytes --]
There is an updated pull request by Hanuko33 against master on the void-packages repository
https://github.com/Hanuko33/void-packages master
https://github.com/void-linux/void-packages/pull/54200
SDL3: update to 3.2.2
#### 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)
Removed the SDL_ESD=off tag, because it wasn't used in the compilation.
A patch file from https://github.com/void-linux/void-packages/pull/54200.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-master-54200.patch --]
[-- Type: text/x-diff, Size: 1706 bytes --]
From 13489bb40c60052f97c4c93e87f412ba31a11c99 Mon Sep 17 00:00:00 2001
From: Piotr Danecki <piotr.a.danecki@gmail.com>
Date: Tue, 4 Feb 2025 15:56:29 +0100
Subject: [PATCH] SDL3: update to 3.2.2.
Signed-off-by: Piotr Danecki <piotr.a.danecki@gmail.com>
---
common/shlibs | 1 +
srcpkgs/SDL3/template | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/common/shlibs b/common/shlibs
index 175786786b4936..6befe76448bbd8 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4537,3 +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
diff --git a/srcpkgs/SDL3/template b/srcpkgs/SDL3/template
index 4b11bd77b9b0d2..7f475ea5171e98 100644
--- a/srcpkgs/SDL3/template
+++ b/srcpkgs/SDL3/template
@@ -1,9 +1,9 @@
# Template file for 'SDL3'
pkgname=SDL3
-version=3.2.0
+version=3.2.2
revision=1
build_style=cmake
-configure_args="-DSDL_ALSA=ON -DSDL_ESD=OFF -DSDL_RPATH=OFF
+configure_args="-DSDL_ALSA=ON -DSDL_RPATH=OFF
-DSDL_CLOCK_GETTIME=ON -DSDL_PULSEAUDIO_SHARED=OFF
-DSDL_ALSA_SHARED=OFF -DSDL_DBUS=ON"
hostmakedepends="pkg-config nasm"
@@ -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=bf308f92c5688b1479faf5cfe24af72f3cd4ce08d0c0670d6ce55bc2ec1e9a5e
+checksum=d3dcf1b2f64746be0f248ef27b35aec4f038dafadfb83491f98a7fecdaf6efec
# Package build options
build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: SDL3: update to 3.2.2
2025-02-03 14:45 [PR PATCH] SDL3: update to 3.2.2 Hanuko33
` (4 preceding siblings ...)
2025-02-04 14:57 ` [PR PATCH] [Updated] " Hanuko33
@ 2025-02-04 14:57 ` Hanuko33
2025-02-04 15:04 ` [PR PATCH] [Merged]: " classabbyamp
2025-02-04 15:04 ` classabbyamp
7 siblings, 0 replies; 9+ messages in thread
From: Hanuko33 @ 2025-02-04 14:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 148 bytes --]
New comment by Hanuko33 on void-packages repository
https://github.com/void-linux/void-packages/pull/54200#issuecomment-2634232070
Comment:
Good?
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PR PATCH] [Merged]: SDL3: update to 3.2.2
2025-02-03 14:45 [PR PATCH] SDL3: update to 3.2.2 Hanuko33
` (5 preceding siblings ...)
2025-02-04 14:57 ` Hanuko33
@ 2025-02-04 15:04 ` classabbyamp
2025-02-04 15:04 ` classabbyamp
7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2025-02-04 15:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 398 bytes --]
There's a merged pull request on the void-packages repository
SDL3: update to 3.2.2
https://github.com/void-linux/void-packages/pull/54200
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)
Removed the SDL_ESD=off tag, because it wasn't used in the compilation.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: SDL3: update to 3.2.2
2025-02-03 14:45 [PR PATCH] SDL3: update to 3.2.2 Hanuko33
` (6 preceding siblings ...)
2025-02-04 15:04 ` [PR PATCH] [Merged]: " classabbyamp
@ 2025-02-04 15:04 ` classabbyamp
7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2025-02-04 15:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 153 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/pull/54200#issuecomment-2634251238
Comment:
thanks
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2025-02-04 15:04 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-03 14:45 [PR PATCH] SDL3: update to 3.2.2 Hanuko33
2025-02-03 18:15 ` [PR PATCH] [Updated] " Hanuko33
2025-02-03 18:15 ` Hanuko33
2025-02-03 18:16 ` Hanuko33
2025-02-04 2:57 ` classabbyamp
2025-02-04 14:57 ` [PR PATCH] [Updated] " Hanuko33
2025-02-04 14:57 ` Hanuko33
2025-02-04 15:04 ` [PR PATCH] [Merged]: " classabbyamp
2025-02-04 15:04 ` 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).