Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] SDL2: update to 2.26.0.
@ 2022-11-23  0:27 ardadem
  2022-11-24  0:40 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ardadem @ 2022-11-23  0:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ardadem/void-packages pr-sdl2
https://github.com/void-linux/void-packages/pull/40706

SDL2: update to 2.26.0.
<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 352e0b77fabe0846c041bc7c96007414174c6268 Mon Sep 17 00:00:00 2001
From: Arda Demir <ddmirarda@gmail.com>
Date: Wed, 23 Nov 2022 02:46:46 +0300
Subject: [PATCH] SDL2: update to 2.26.0.

---
 srcpkgs/SDL2/patches/gl_version_es_cm_1_0.patch | 13 -------------
 srcpkgs/SDL2/template                           |  4 ++--
 2 files changed, 2 insertions(+), 15 deletions(-)
 delete mode 100644 srcpkgs/SDL2/patches/gl_version_es_cm_1_0.patch

diff --git a/srcpkgs/SDL2/patches/gl_version_es_cm_1_0.patch b/srcpkgs/SDL2/patches/gl_version_es_cm_1_0.patch
deleted file mode 100644
index a83cab0f77a8..000000000000
--- a/srcpkgs/SDL2/patches/gl_version_es_cm_1_0.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/include/SDL_opengl_glext.h	2019-07-25 06:32:36.000000000 +0200
-+++ b/include/SDL_opengl_glext.h	2019-12-13 01:24:33.908796188 +0100
-@@ -469,9 +469,10 @@
- typedef long GLsizeiptr;
- typedef long GLintptr;
- #else
-+#define GL_VERSION_ES_CM_1_0 1	/* Avoid redifinition in /usr/include/GLES/gl.h */
- typedef ptrdiff_t GLsizeiptr;
- typedef ptrdiff_t GLintptr;
- #endif
- #define GL_BUFFER_SIZE                    0x8764
- #define GL_BUFFER_USAGE                   0x8765
- #define GL_QUERY_COUNTER_BITS             0x8864
diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template
index 3635c55524ed..3e9349517170 100644
--- a/srcpkgs/SDL2/template
+++ b/srcpkgs/SDL2/template
@@ -1,6 +1,6 @@
 # Template file for 'SDL2'
 pkgname=SDL2
-version=2.24.0
+version=2.26.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-alsa --disable-esd --disable-rpath --enable-libudev
@@ -15,7 +15,7 @@ license="Zlib"
 homepage="https://www.libsdl.org/"
 changelog="https://raw.githubusercontent.com/libsdl-org/SDL/main/WhatsNew.txt"
 distfiles="https://www.libsdl.org/release/${pkgname}-${version}.tar.gz"
-checksum=91e4c34b1768f92d399b078e171448c6af18cafda743987ed2064a28954d6d97
+checksum=8000d7169febce93c84b6bdf376631f8179132fd69f7015d4dadb8b9c2bdb295
 
 # Package build options
 build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"

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

* Re: [PR REVIEW] SDL2: update to 2.26.0.
  2022-11-23  0:27 [PR PATCH] SDL2: update to 2.26.0 ardadem
  2022-11-24  0:40 ` [PR REVIEW] " classabbyamp
@ 2022-11-24  0:40 ` classabbyamp
  2022-11-24  9:49 ` [PR PATCH] [Updated] " ardadem
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-11-24  0:40 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40706#discussion_r1030964356

Comment:
```suggestion
distfiles="https://www.libsdl.org/release/SDL2-${version}.tar.gz"
```

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

* Re: [PR REVIEW] SDL2: update to 2.26.0.
  2022-11-23  0:27 [PR PATCH] SDL2: update to 2.26.0 ardadem
@ 2022-11-24  0:40 ` classabbyamp
  2022-11-24  0:40 ` classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-11-24  0:40 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/40706#discussion_r1030964625

Comment:
```suggestion
changelog="https://raw.githubusercontent.com/libsdl-org/SDL/SDL2/WhatsNew.txt"
```

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

* Re: [PR PATCH] [Updated] SDL2: update to 2.26.0.
  2022-11-23  0:27 [PR PATCH] SDL2: update to 2.26.0 ardadem
  2022-11-24  0:40 ` [PR REVIEW] " classabbyamp
  2022-11-24  0:40 ` classabbyamp
@ 2022-11-24  9:49 ` ardadem
  2022-11-24  9:59 ` [PR REVIEW] " ardadem
  2022-11-24 10:55 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: ardadem @ 2022-11-24  9:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ardadem/void-packages pr-sdl2
https://github.com/void-linux/void-packages/pull/40706

SDL2: update to 2.26.0.
<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 3a6559265899fb8a6c817fc423c3799087639cb3 Mon Sep 17 00:00:00 2001
From: Arda Demir <ddmirarda@gmail.com>
Date: Wed, 23 Nov 2022 02:46:46 +0300
Subject: [PATCH] SDL2: update to 2.26.0.

---
 srcpkgs/SDL2/patches/gl_version_es_cm_1_0.patch | 13 -------------
 srcpkgs/SDL2/template                           |  8 ++++----
 2 files changed, 4 insertions(+), 17 deletions(-)
 delete mode 100644 srcpkgs/SDL2/patches/gl_version_es_cm_1_0.patch

diff --git a/srcpkgs/SDL2/patches/gl_version_es_cm_1_0.patch b/srcpkgs/SDL2/patches/gl_version_es_cm_1_0.patch
deleted file mode 100644
index a83cab0f77a8..000000000000
--- a/srcpkgs/SDL2/patches/gl_version_es_cm_1_0.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/include/SDL_opengl_glext.h	2019-07-25 06:32:36.000000000 +0200
-+++ b/include/SDL_opengl_glext.h	2019-12-13 01:24:33.908796188 +0100
-@@ -469,9 +469,10 @@
- typedef long GLsizeiptr;
- typedef long GLintptr;
- #else
-+#define GL_VERSION_ES_CM_1_0 1	/* Avoid redifinition in /usr/include/GLES/gl.h */
- typedef ptrdiff_t GLsizeiptr;
- typedef ptrdiff_t GLintptr;
- #endif
- #define GL_BUFFER_SIZE                    0x8764
- #define GL_BUFFER_USAGE                   0x8765
- #define GL_QUERY_COUNTER_BITS             0x8864
diff --git a/srcpkgs/SDL2/template b/srcpkgs/SDL2/template
index 3635c55524ed..e58ff7bcaec7 100644
--- a/srcpkgs/SDL2/template
+++ b/srcpkgs/SDL2/template
@@ -1,6 +1,6 @@
 # Template file for 'SDL2'
 pkgname=SDL2
-version=2.24.0
+version=2.26.0
 revision=1
 build_style=gnu-configure
 configure_args="--enable-alsa --disable-esd --disable-rpath --enable-libudev
@@ -13,9 +13,9 @@ short_desc="Simple DirectMedia Layer (version 2)"
 maintainer="Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>"
 license="Zlib"
 homepage="https://www.libsdl.org/"
-changelog="https://raw.githubusercontent.com/libsdl-org/SDL/main/WhatsNew.txt"
-distfiles="https://www.libsdl.org/release/${pkgname}-${version}.tar.gz"
-checksum=91e4c34b1768f92d399b078e171448c6af18cafda743987ed2064a28954d6d97
+changelog="https://raw.githubusercontent.com/libsdl-org/SDL/SDL2/WhatsNew.txt"
+distfiles="https://www.libsdl.org/release/SDL2-${version}.tar.gz"
+checksum=8000d7169febce93c84b6bdf376631f8179132fd69f7015d4dadb8b9c2bdb295
 
 # Package build options
 build_options="gles opengl pulseaudio pipewire sndio vulkan wayland x11"

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

* Re: [PR REVIEW] SDL2: update to 2.26.0.
  2022-11-23  0:27 [PR PATCH] SDL2: update to 2.26.0 ardadem
                   ` (2 preceding siblings ...)
  2022-11-24  9:49 ` [PR PATCH] [Updated] " ardadem
@ 2022-11-24  9:59 ` ardadem
  2022-11-24 10:55 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: ardadem @ 2022-11-24  9:59 UTC (permalink / raw)
  To: ml

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

New review comment by ardadem on void-packages repository

https://github.com/void-linux/void-packages/pull/40706#discussion_r1031315476

Comment:
Is there a change about using the ${pkgname} on the URLs?

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

* Re: [PR PATCH] [Merged]: SDL2: update to 2.26.0.
  2022-11-23  0:27 [PR PATCH] SDL2: update to 2.26.0 ardadem
                   ` (3 preceding siblings ...)
  2022-11-24  9:59 ` [PR REVIEW] " ardadem
@ 2022-11-24 10:55 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-11-24 10:55 UTC (permalink / raw)
  To: ml

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

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

SDL2: update to 2.26.0.
https://github.com/void-linux/void-packages/pull/40706

Description:
<!-- 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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-11-24 10:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-23  0:27 [PR PATCH] SDL2: update to 2.26.0 ardadem
2022-11-24  0:40 ` [PR REVIEW] " classabbyamp
2022-11-24  0:40 ` classabbyamp
2022-11-24  9:49 ` [PR PATCH] [Updated] " ardadem
2022-11-24  9:59 ` [PR REVIEW] " ardadem
2022-11-24 10:55 ` [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).