Github messages for voidlinux
 help / color / mirror / Atom feed
From: ardadem <ardadem@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] SDL2: update to 2.26.0.
Date: Thu, 24 Nov 2022 10:49:37 +0100	[thread overview]
Message-ID: <20221124094937.xSSfgQBkX9ldMseyNNO6Ash-P07OSlxwm-JLqbHt13s@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40706@inbox.vuxu.org>

[-- 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"

  parent reply	other threads:[~2022-11-24  9:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-23  0:27 [PR PATCH] " ardadem
2022-11-24  0:40 ` [PR REVIEW] " classabbyamp
2022-11-24  0:40 ` classabbyamp
2022-11-24  9:49 ` ardadem [this message]
2022-11-24  9:59 ` ardadem
2022-11-24 10:55 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221124094937.xSSfgQBkX9ldMseyNNO6Ash-P07OSlxwm-JLqbHt13s@z \
    --to=ardadem@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).