Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] SDL2: update to 2.30.1.
@ 2024-03-06 19:33 motorto
  2024-03-06 23:44 ` [PR PATCH] [Updated] " motorto
  2024-03-07 14:16 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 2 replies; 4+ messages in thread
From: motorto @ 2024-03-06 19:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages SDL2-2.30.1
https://github.com/void-linux/void-packages/pull/49158

SDL2: update to 2.30.1.
<!-- 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

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

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

From 38ec8112be5440d9f8e7409551b6b7787374a368 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 6 Mar 2024 19:33:10 +0000
Subject: [PATCH] SDL2: update to 2.30.1.

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

diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template
index 175044b3ad83b6..9572588fde9323 100644
--- a/srcpkgs/SDL2/template
+++ b/srcpkgs/SDL2/template
@@ -1,6 +1,6 @@
 # Template file for 'SDL2'
 pkgname=SDL2
-version=2.28.5
+version=2.30.1
 revision=3
 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=332cb37d0be20cb9541739c61f79bae5a477427d79ae85e352089afdaf6666e4
+checksum=01215ffbc8cfc4ad165ba7573750f15ddda1f971d5a66e9dcaffd37c587f473a
 
 # 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.30.1.
  2024-03-06 19:33 [PR PATCH] SDL2: update to 2.30.1 motorto
@ 2024-03-06 23:44 ` motorto
  2024-03-07 14:16 ` [PR PATCH] [Merged]: " ahesford
  1 sibling, 0 replies; 4+ messages in thread
From: motorto @ 2024-03-06 23:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages SDL2-2.30.1
https://github.com/void-linux/void-packages/pull/49158

SDL2: update to 2.30.1.
<!-- 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

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

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

From ecaa87608da3aa4c17ef1d12c045579c6da3dfe1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Wed, 6 Mar 2024 19:33:10 +0000
Subject: [PATCH] SDL2: update to 2.30.1.

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

diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template
index 175044b3ad83b6..999bcb16e8b4c5 100644
--- a/srcpkgs/SDL2/template
+++ b/srcpkgs/SDL2/template
@@ -1,7 +1,7 @@
 # Template file for 'SDL2'
 pkgname=SDL2
-version=2.28.5
-revision=3
+version=2.30.1
+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=332cb37d0be20cb9541739c61f79bae5a477427d79ae85e352089afdaf6666e4
+checksum=01215ffbc8cfc4ad165ba7573750f15ddda1f971d5a66e9dcaffd37c587f473a
 
 # 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.30.1.
  2024-03-06 19:33 [PR PATCH] SDL2: update to 2.30.1 motorto
  2024-03-06 23:44 ` [PR PATCH] [Updated] " motorto
@ 2024-03-07 14:16 ` ahesford
  1 sibling, 0 replies; 4+ messages in thread
From: ahesford @ 2024-03-07 14:16 UTC (permalink / raw)
  To: ml

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

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

SDL2: update to 2.30.1.
https://github.com/void-linux/void-packages/pull/49158

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

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

* [PR PATCH] SDL2: update to 2.30.1.
@ 2024-03-07 13:57 Calandracas606
  0 siblings, 0 replies; 4+ messages in thread
From: Calandracas606 @ 2024-03-07 13:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Calandracas606/void-packages SDL2-2.30.1
https://github.com/void-linux/void-packages/pull/49171

SDL2: update to 2.30.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### 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):
  - x86_64-musl
  - i686
  - aarch64-musl (cross)
  - armv7l (cross)
  - armv6l-musl (cross)



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

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

From 991a4a976d637987e21aafb833429a3d0528db50 Mon Sep 17 00:00:00 2001
From: Daniel Martinez <danielmartinez@cock.li>
Date: Thu, 7 Mar 2024 08:54:31 -0500
Subject: [PATCH] SDL2: update to 2.30.1.

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

diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template
index 175044b3ad83b6..999bcb16e8b4c5 100644
--- a/srcpkgs/SDL2/template
+++ b/srcpkgs/SDL2/template
@@ -1,7 +1,7 @@
 # Template file for 'SDL2'
 pkgname=SDL2
-version=2.28.5
-revision=3
+version=2.30.1
+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=332cb37d0be20cb9541739c61f79bae5a477427d79ae85e352089afdaf6666e4
+checksum=01215ffbc8cfc4ad165ba7573750f15ddda1f971d5a66e9dcaffd37c587f473a
 
 # Package build options
 build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"

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

end of thread, other threads:[~2024-03-07 14:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-06 19:33 [PR PATCH] SDL2: update to 2.30.1 motorto
2024-03-06 23:44 ` [PR PATCH] [Updated] " motorto
2024-03-07 14:16 ` [PR PATCH] [Merged]: " ahesford
2024-03-07 13:57 [PR PATCH] " Calandracas606

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