* [PR PATCH] SDL2: update to 2.30.11.
@ 2025-01-26 2:36 Rutpiv
2025-02-04 2:26 ` [PR PATCH] [Updated] " Rutpiv
2025-02-11 3:53 ` [PR PATCH] [Updated] SDL2: update to 2.30.12 Rutpiv
0 siblings, 2 replies; 3+ messages in thread
From: Rutpiv @ 2025-01-26 2:36 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 727 bytes --]
There is a new pull request by Rutpiv against master on the void-packages repository
https://github.com/Rutpiv/void-packages SDL2
https://github.com/void-linux/void-packages/pull/54110
SDL2: update to 2.30.11.
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
- I built this PR locally for my native architecture (x86_64)
- I built this PR locally for these architectures using specific masterdirs:
- x86_64-musl
- i686
- I built this PR locally for these architectures (crossbuilds):
- aarch64
- aarch64-musl
- armv7l
- armv7l-musl
- armv6l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/54110.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-SDL2-54110.patch --]
[-- Type: text/x-diff, Size: 1101 bytes --]
From de4858e982a0ae7f7ddf079226f897eb40288d4f Mon Sep 17 00:00:00 2001
From: Roger Freitas Pereira <roger_freitas@live.com>
Date: Sat, 25 Jan 2025 23:36:02 -0300
Subject: [PATCH] SDL2: update to 2.30.11.
---
srcpkgs/SDL2/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template
index d60f23d70f3f43..64d86fe4fe8fa4 100644
--- a/srcpkgs/SDL2/template
+++ b/srcpkgs/SDL2/template
@@ -1,6 +1,6 @@
# Template file for 'SDL2'
pkgname=SDL2
-version=2.30.10
+version=2.30.11
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=f59adf36a0fcf4c94198e7d3d776c1b3824211ab7aeebeb31fe19836661196aa
+checksum=8b8d4aef2038533da814965220f88f77d60dfa0f32685f80ead65e501337da7f
# Package build options
build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] SDL2: update to 2.30.11.
2025-01-26 2:36 [PR PATCH] SDL2: update to 2.30.11 Rutpiv
@ 2025-02-04 2:26 ` Rutpiv
2025-02-11 3:53 ` [PR PATCH] [Updated] SDL2: update to 2.30.12 Rutpiv
1 sibling, 0 replies; 3+ messages in thread
From: Rutpiv @ 2025-02-04 2:26 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 732 bytes --]
There is an updated pull request by Rutpiv against master on the void-packages repository
https://github.com/Rutpiv/void-packages SDL2
https://github.com/void-linux/void-packages/pull/54110
SDL2: update to 2.30.11.
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
- I built this PR locally for my native architecture (x86_64)
- I built this PR locally for these architectures using specific masterdirs:
- x86_64-musl
- i686
- I built this PR locally for these architectures (crossbuilds):
- aarch64
- aarch64-musl
- armv7l
- armv7l-musl
- armv6l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/54110.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-SDL2-54110.patch --]
[-- Type: text/x-diff, Size: 1101 bytes --]
From 1a87d9199353ce068a1c36fe7d45f1b088397b7d Mon Sep 17 00:00:00 2001
From: Roger Freitas Pereira <roger_freitas@live.com>
Date: Sat, 25 Jan 2025 23:36:02 -0300
Subject: [PATCH] SDL2: update to 2.30.12.
---
srcpkgs/SDL2/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template
index d60f23d70f3f43..84260c5cf65858 100644
--- a/srcpkgs/SDL2/template
+++ b/srcpkgs/SDL2/template
@@ -1,6 +1,6 @@
# Template file for 'SDL2'
pkgname=SDL2
-version=2.30.10
+version=2.30.12
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=f59adf36a0fcf4c94198e7d3d776c1b3824211ab7aeebeb31fe19836661196aa
+checksum=ac356ea55e8b9dd0b2d1fa27da40ef7e238267ccf9324704850d5d47375b48ea
# Package build options
build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PR PATCH] [Updated] SDL2: update to 2.30.12.
2025-01-26 2:36 [PR PATCH] SDL2: update to 2.30.11 Rutpiv
2025-02-04 2:26 ` [PR PATCH] [Updated] " Rutpiv
@ 2025-02-11 3:53 ` Rutpiv
1 sibling, 0 replies; 3+ messages in thread
From: Rutpiv @ 2025-02-11 3:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 732 bytes --]
There is an updated pull request by Rutpiv against master on the void-packages repository
https://github.com/Rutpiv/void-packages SDL2
https://github.com/void-linux/void-packages/pull/54110
SDL2: update to 2.30.12.
#### Testing the changes
- I tested the changes in this PR: **briefly**
#### Local build testing
- I built this PR locally for my native architecture (x86_64)
- I built this PR locally for these architectures using specific masterdirs:
- x86_64-musl
- i686
- I built this PR locally for these architectures (crossbuilds):
- aarch64
- aarch64-musl
- armv7l
- armv7l-musl
- armv6l
- armv6l-musl
A patch file from https://github.com/void-linux/void-packages/pull/54110.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-SDL2-54110.patch --]
[-- Type: text/x-diff, Size: 1099 bytes --]
From 2fd27a34e630f0e572e3b3441fe71ed585426939 Mon Sep 17 00:00:00 2001
From: Roger Freitas Pereira <roger_freitas@live.com>
Date: Sat, 25 Jan 2025 23:36:02 -0300
Subject: [PATCH] SDL2: update to 2.32.0.
---
srcpkgs/SDL2/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template
index d60f23d70f3f43..bb67ce5184e29f 100644
--- a/srcpkgs/SDL2/template
+++ b/srcpkgs/SDL2/template
@@ -1,6 +1,6 @@
# Template file for 'SDL2'
pkgname=SDL2
-version=2.30.10
+version=2.32.0
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=f59adf36a0fcf4c94198e7d3d776c1b3824211ab7aeebeb31fe19836661196aa
+checksum=f5c2b52498785858f3de1e2996eba3c1b805d08fe168a47ea527c7fc339072d0
# Package build options
build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-02-11 3:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-26 2:36 [PR PATCH] SDL2: update to 2.30.11 Rutpiv
2025-02-04 2:26 ` [PR PATCH] [Updated] " Rutpiv
2025-02-11 3:53 ` [PR PATCH] [Updated] SDL2: update to 2.30.12 Rutpiv
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).