All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] package/sdl2: bump version to 2.26.4
@ 2023-03-15  8:46 Luke D. Jones
  2023-03-15  8:46 ` [Buildroot] [PATCH 2/5] package/sdl2_mixer: bump version to 2.6.3 Luke D. Jones
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Luke D. Jones @ 2023-03-15  8:46 UTC (permalink / raw)
  To: buildroot; +Cc: Luke D. Jones

Signed-off-by: Luke D. Jones <luke@ljones.dev>
---
 package/sdl2/sdl2.hash | 4 ++--
 package/sdl2/sdl2.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/sdl2/sdl2.hash b/package/sdl2/sdl2.hash
index e26dcee30160..8232e66bb13d 100644
--- a/package/sdl2/sdl2.hash
+++ b/package/sdl2/sdl2.hash
@@ -1,4 +1,4 @@
-# Locally calculated after checking http://www.libsdl.org/release/SDL2-2.26.3.tar.gz.sig
-sha256  c661205a553b7d252425f4b751ff13209e5e020b876bbfa1598494af61790057  SDL2-2.26.3.tar.gz
+# Locally calculated after checking http://www.libsdl.org/release/SDL2-2.26.4.tar.gz.sig
+sha256  1a0f686498fb768ad9f3f80b39037a7d006eac093aad39cb4ebcc832a8887231  SDL2-2.26.4.tar.gz
 # Locally calculated
 sha256  9928507f684c1965d07f2b6ef4b4723d5efc2f6b4ab731f743a413c51c319927  LICENSE.txt
diff --git a/package/sdl2/sdl2.mk b/package/sdl2/sdl2.mk
index 12bfe0eb1592..8504b345feb0 100644
--- a/package/sdl2/sdl2.mk
+++ b/package/sdl2/sdl2.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SDL2_VERSION = 2.26.3
+SDL2_VERSION = 2.26.4
 SDL2_SOURCE = SDL2-$(SDL2_VERSION).tar.gz
 SDL2_SITE = http://www.libsdl.org/release
 SDL2_LICENSE = Zlib
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 2/5] package/sdl2_mixer: bump version to 2.6.3
  2023-03-15  8:46 [Buildroot] [PATCH 1/5] package/sdl2: bump version to 2.26.4 Luke D. Jones
@ 2023-03-15  8:46 ` Luke D. Jones
  2023-05-13 20:28   ` Yann E. MORIN
  2023-03-15  8:46 ` [Buildroot] [PATCH 3/5] package/sdl2_image: " Luke D. Jones
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Luke D. Jones @ 2023-03-15  8:46 UTC (permalink / raw)
  To: buildroot; +Cc: Luke D. Jones

Signed-off-by: Luke D. Jones <luke@ljones.dev>
---
 package/sdl2_mixer/sdl2_mixer.hash | 2 +-
 package/sdl2_mixer/sdl2_mixer.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/sdl2_mixer/sdl2_mixer.hash b/package/sdl2_mixer/sdl2_mixer.hash
index f3bab151f22c..98c5fda6af50 100644
--- a/package/sdl2_mixer/sdl2_mixer.hash
+++ b/package/sdl2_mixer/sdl2_mixer.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  b4cf5a382c061cd75081cf246c2aa2f9df8db04bdda8dcdc6b6cca55bede2419  SDL2_mixer-2.0.4.tar.gz
+sha256  7a6ba86a478648ce617e3a5e9277181bc67f7ce9876605eea6affd4a0d6eea8f  SDL2_mixer-2.6.3.tar.gz
 sha256  113727180e7956cb9718b03b41da85b63ea54743a33047071a623bf672895a10  COPYING.txt
diff --git a/package/sdl2_mixer/sdl2_mixer.mk b/package/sdl2_mixer/sdl2_mixer.mk
index f349b8ca80cf..425380bf5dd5 100644
--- a/package/sdl2_mixer/sdl2_mixer.mk
+++ b/package/sdl2_mixer/sdl2_mixer.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SDL2_MIXER_VERSION = 2.0.4
+SDL2_MIXER_VERSION = 2.6.3
 SDL2_MIXER_SOURCE = SDL2_mixer-$(SDL2_MIXER_VERSION).tar.gz
 SDL2_MIXER_SITE = http://www.libsdl.org/projects/SDL_mixer/release
 SDL2_MIXER_LICENSE = Zlib
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 3/5] package/sdl2_image: bump version to 2.6.3
  2023-03-15  8:46 [Buildroot] [PATCH 1/5] package/sdl2: bump version to 2.26.4 Luke D. Jones
  2023-03-15  8:46 ` [Buildroot] [PATCH 2/5] package/sdl2_mixer: bump version to 2.6.3 Luke D. Jones
@ 2023-03-15  8:46 ` Luke D. Jones
  2023-05-13 20:29   ` Yann E. MORIN
  2023-03-15  8:46 ` [Buildroot] [PATCH 4/5] package/sdl2_net: bump version to 2.2.0 Luke D. Jones
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Luke D. Jones @ 2023-03-15  8:46 UTC (permalink / raw)
  To: buildroot; +Cc: Luke D. Jones

Signed-off-by: Luke D. Jones <luke@ljones.dev>
---
 package/sdl2_image/sdl2_image.hash | 4 ++--
 package/sdl2_image/sdl2_image.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/sdl2_image/sdl2_image.hash b/package/sdl2_image/sdl2_image.hash
index e1efa4debe6b..f20bccc9165d 100644
--- a/package/sdl2_image/sdl2_image.hash
+++ b/package/sdl2_image/sdl2_image.hash
@@ -1,3 +1,3 @@
-# Locally calculated after checking https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.6.2.tar.gz.sig
-sha256  48355fb4d8d00bac639cd1c4f4a7661c4afef2c212af60b340e06b7059814777  SDL2_image-2.6.2.tar.gz
+# Locally calculated after checking https://www.libsdl.org/projects/SDL_image/release/SDL2_image-2.6.3.tar.gz.sig
+sha256  931c9be5bf1d7c8fae9b7dc157828b7eee874e23c7f24b44ba7eff6b4836312c  SDL2_image-2.6.3.tar.gz
 sha256  28aabfed22b3cb0b7e23ef40385e4f66297c960082f029c96d073cc1d4e008d5  LICENSE.txt
diff --git a/package/sdl2_image/sdl2_image.mk b/package/sdl2_image/sdl2_image.mk
index 953742de28ab..aaf379788cc4 100644
--- a/package/sdl2_image/sdl2_image.mk
+++ b/package/sdl2_image/sdl2_image.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SDL2_IMAGE_VERSION = 2.6.2
+SDL2_IMAGE_VERSION = 2.6.3
 SDL2_IMAGE_SOURCE = SDL2_image-$(SDL2_IMAGE_VERSION).tar.gz
 SDL2_IMAGE_SITE = http://www.libsdl.org/projects/SDL_image/release
 SDL2_IMAGE_INSTALL_STAGING = YES
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 4/5] package/sdl2_net: bump version to 2.2.0
  2023-03-15  8:46 [Buildroot] [PATCH 1/5] package/sdl2: bump version to 2.26.4 Luke D. Jones
  2023-03-15  8:46 ` [Buildroot] [PATCH 2/5] package/sdl2_mixer: bump version to 2.6.3 Luke D. Jones
  2023-03-15  8:46 ` [Buildroot] [PATCH 3/5] package/sdl2_image: " Luke D. Jones
@ 2023-03-15  8:46 ` Luke D. Jones
  2023-05-13 20:30   ` Yann E. MORIN
  2023-03-15  8:46 ` [Buildroot] [PATCH 5/5] package/sdl2_ttf: bump version to 2.20.2 Luke D. Jones
  2023-05-13 20:27 ` [Buildroot] [PATCH 1/5] package/sdl2: bump version to 2.26.4 Yann E. MORIN
  4 siblings, 1 reply; 11+ messages in thread
From: Luke D. Jones @ 2023-03-15  8:46 UTC (permalink / raw)
  To: buildroot; +Cc: Luke D. Jones

Signed-off-by: Luke D. Jones <luke@ljones.dev>
---
 package/sdl2_net/sdl2_net.hash | 2 +-
 package/sdl2_net/sdl2_net.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/sdl2_net/sdl2_net.hash b/package/sdl2_net/sdl2_net.hash
index a58e3c96cf31..c614aee25557 100644
--- a/package/sdl2_net/sdl2_net.hash
+++ b/package/sdl2_net/sdl2_net.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  15ce8a7e5a23dafe8177c8df6e6c79b6749a03fff1e8196742d3571657609d21  SDL2_net-2.0.1.tar.gz
+sha256  4e4a891988316271974ff4e9585ed1ef729a123d22c08bd473129179dc857feb  SDL2_net-2.2.0.tar.gz
 sha256  f09845a238245402a8b8388db6634d8a5b2c3e1dc098f16f9d8c74a276ef4594  COPYING.txt
diff --git a/package/sdl2_net/sdl2_net.mk b/package/sdl2_net/sdl2_net.mk
index 93bf3a2eb366..6adf8eb77919 100644
--- a/package/sdl2_net/sdl2_net.mk
+++ b/package/sdl2_net/sdl2_net.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SDL2_NET_VERSION = 2.0.1
+SDL2_NET_VERSION = 2.2.0
 SDL2_NET_SOURCE = SDL2_net-$(SDL2_NET_VERSION).tar.gz
 SDL2_NET_SITE = http://www.libsdl.org/projects/SDL_net/release
 SDL2_NET_LICENSE = Zlib
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* [Buildroot] [PATCH 5/5] package/sdl2_ttf: bump version to 2.20.2
  2023-03-15  8:46 [Buildroot] [PATCH 1/5] package/sdl2: bump version to 2.26.4 Luke D. Jones
                   ` (2 preceding siblings ...)
  2023-03-15  8:46 ` [Buildroot] [PATCH 4/5] package/sdl2_net: bump version to 2.2.0 Luke D. Jones
@ 2023-03-15  8:46 ` Luke D. Jones
  2023-05-13 20:31   ` Yann E. MORIN
  2023-05-13 20:27 ` [Buildroot] [PATCH 1/5] package/sdl2: bump version to 2.26.4 Yann E. MORIN
  4 siblings, 1 reply; 11+ messages in thread
From: Luke D. Jones @ 2023-03-15  8:46 UTC (permalink / raw)
  To: buildroot; +Cc: Luke D. Jones

Signed-off-by: Luke D. Jones <luke@ljones.dev>
---
 package/sdl2_ttf/sdl2_ttf.hash | 2 +-
 package/sdl2_ttf/sdl2_ttf.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/sdl2_ttf/sdl2_ttf.hash b/package/sdl2_ttf/sdl2_ttf.hash
index 3313b341f9e6..1225ee1acbd5 100644
--- a/package/sdl2_ttf/sdl2_ttf.hash
+++ b/package/sdl2_ttf/sdl2_ttf.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  78cdad51f3cc3ada6932b1bb6e914b33798ab970a1e817763f22ddbfd97d0c57  SDL2_ttf-2.20.1.tar.gz
+sha256  9dc71ed93487521b107a2c4a9ca6bf43fb62f6bddd5c26b055e6b91418a22053  SDL2_ttf-2.20.2.tar.gz
 sha256  28aabfed22b3cb0b7e23ef40385e4f66297c960082f029c96d073cc1d4e008d5  LICENSE.txt
diff --git a/package/sdl2_ttf/sdl2_ttf.mk b/package/sdl2_ttf/sdl2_ttf.mk
index f859d097fff7..c2c4b660f82f 100644
--- a/package/sdl2_ttf/sdl2_ttf.mk
+++ b/package/sdl2_ttf/sdl2_ttf.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SDL2_TTF_VERSION = 2.20.1
+SDL2_TTF_VERSION = 2.20.2
 SDL2_TTF_SOURCE = SDL2_ttf-$(SDL2_TTF_VERSION).tar.gz
 SDL2_TTF_SITE = http://www.libsdl.org/projects/SDL_ttf/release
 SDL2_TTF_LICENSE = Zlib
-- 
2.39.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/5] package/sdl2: bump version to 2.26.4
  2023-03-15  8:46 [Buildroot] [PATCH 1/5] package/sdl2: bump version to 2.26.4 Luke D. Jones
                   ` (3 preceding siblings ...)
  2023-03-15  8:46 ` [Buildroot] [PATCH 5/5] package/sdl2_ttf: bump version to 2.20.2 Luke D. Jones
@ 2023-05-13 20:27 ` Yann E. MORIN
  4 siblings, 0 replies; 11+ messages in thread
From: Yann E. MORIN @ 2023-05-13 20:27 UTC (permalink / raw)
  To: Luke D. Jones; +Cc: buildroot

Luke, All,

Sorry for the long delay... :-(

On 2023-03-15 09:46 +0100, Luke D. Jones spake thusly:
> Signed-off-by: Luke D. Jones <luke@ljones.dev>
> ---
[--SNIP--]
> diff --git a/package/sdl2/sdl2.mk b/package/sdl2/sdl2.mk
> index 12bfe0eb1592..8504b345feb0 100644
> --- a/package/sdl2/sdl2.mk
> +++ b/package/sdl2/sdl2.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -SDL2_VERSION = 2.26.3
> +SDL2_VERSION = 2.26.4

In the meantime, we've bumped to 2.26.5...

Regards,
Yann E. MORIN.

>  SDL2_SOURCE = SDL2-$(SDL2_VERSION).tar.gz
>  SDL2_SITE = http://www.libsdl.org/release
>  SDL2_LICENSE = Zlib
> -- 
> 2.39.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/5] package/sdl2_mixer: bump version to 2.6.3
  2023-03-15  8:46 ` [Buildroot] [PATCH 2/5] package/sdl2_mixer: bump version to 2.6.3 Luke D. Jones
@ 2023-05-13 20:28   ` Yann E. MORIN
  2023-06-13 21:32     ` Peter Korsgaard
  0 siblings, 1 reply; 11+ messages in thread
From: Yann E. MORIN @ 2023-05-13 20:28 UTC (permalink / raw)
  To: Luke D. Jones; +Cc: buildroot

Luke, All,

On 2023-03-15 09:46 +0100, Luke D. Jones spake thusly:
> Signed-off-by: Luke D. Jones <luke@ljones.dev>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/sdl2_mixer/sdl2_mixer.hash | 2 +-
>  package/sdl2_mixer/sdl2_mixer.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/sdl2_mixer/sdl2_mixer.hash b/package/sdl2_mixer/sdl2_mixer.hash
> index f3bab151f22c..98c5fda6af50 100644
> --- a/package/sdl2_mixer/sdl2_mixer.hash
> +++ b/package/sdl2_mixer/sdl2_mixer.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  b4cf5a382c061cd75081cf246c2aa2f9df8db04bdda8dcdc6b6cca55bede2419  SDL2_mixer-2.0.4.tar.gz
> +sha256  7a6ba86a478648ce617e3a5e9277181bc67f7ce9876605eea6affd4a0d6eea8f  SDL2_mixer-2.6.3.tar.gz
>  sha256  113727180e7956cb9718b03b41da85b63ea54743a33047071a623bf672895a10  COPYING.txt
> diff --git a/package/sdl2_mixer/sdl2_mixer.mk b/package/sdl2_mixer/sdl2_mixer.mk
> index f349b8ca80cf..425380bf5dd5 100644
> --- a/package/sdl2_mixer/sdl2_mixer.mk
> +++ b/package/sdl2_mixer/sdl2_mixer.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -SDL2_MIXER_VERSION = 2.0.4
> +SDL2_MIXER_VERSION = 2.6.3
>  SDL2_MIXER_SOURCE = SDL2_mixer-$(SDL2_MIXER_VERSION).tar.gz
>  SDL2_MIXER_SITE = http://www.libsdl.org/projects/SDL_mixer/release
>  SDL2_MIXER_LICENSE = Zlib
> -- 
> 2.39.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 3/5] package/sdl2_image: bump version to 2.6.3
  2023-03-15  8:46 ` [Buildroot] [PATCH 3/5] package/sdl2_image: " Luke D. Jones
@ 2023-05-13 20:29   ` Yann E. MORIN
  0 siblings, 0 replies; 11+ messages in thread
From: Yann E. MORIN @ 2023-05-13 20:29 UTC (permalink / raw)
  To: Luke D. Jones; +Cc: buildroot

Luke, All,

On 2023-03-15 09:46 +0100, Luke D. Jones spake thusly:
> Signed-off-by: Luke D. Jones <luke@ljones.dev>
> ---
[--SNIP--]
> diff --git a/package/sdl2_image/sdl2_image.mk b/package/sdl2_image/sdl2_image.mk
> index 953742de28ab..aaf379788cc4 100644
> --- a/package/sdl2_image/sdl2_image.mk
> +++ b/package/sdl2_image/sdl2_image.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -SDL2_IMAGE_VERSION = 2.6.2
> +SDL2_IMAGE_VERSION = 2.6.3

This bump was also applied with a later patch (and sadly, we tend to
look at more reent patch, sorry ...)

Regards,
Yann E. MORIN.

>  SDL2_IMAGE_SOURCE = SDL2_image-$(SDL2_IMAGE_VERSION).tar.gz
>  SDL2_IMAGE_SITE = http://www.libsdl.org/projects/SDL_image/release
>  SDL2_IMAGE_INSTALL_STAGING = YES
> -- 
> 2.39.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 4/5] package/sdl2_net: bump version to 2.2.0
  2023-03-15  8:46 ` [Buildroot] [PATCH 4/5] package/sdl2_net: bump version to 2.2.0 Luke D. Jones
@ 2023-05-13 20:30   ` Yann E. MORIN
  0 siblings, 0 replies; 11+ messages in thread
From: Yann E. MORIN @ 2023-05-13 20:30 UTC (permalink / raw)
  To: Luke D. Jones; +Cc: buildroot

Luke, All,

On 2023-03-15 09:46 +0100, Luke D. Jones spake thusly:
> Signed-off-by: Luke D. Jones <luke@ljones.dev>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/sdl2_net/sdl2_net.hash | 2 +-
>  package/sdl2_net/sdl2_net.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/sdl2_net/sdl2_net.hash b/package/sdl2_net/sdl2_net.hash
> index a58e3c96cf31..c614aee25557 100644
> --- a/package/sdl2_net/sdl2_net.hash
> +++ b/package/sdl2_net/sdl2_net.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  15ce8a7e5a23dafe8177c8df6e6c79b6749a03fff1e8196742d3571657609d21  SDL2_net-2.0.1.tar.gz
> +sha256  4e4a891988316271974ff4e9585ed1ef729a123d22c08bd473129179dc857feb  SDL2_net-2.2.0.tar.gz
>  sha256  f09845a238245402a8b8388db6634d8a5b2c3e1dc098f16f9d8c74a276ef4594  COPYING.txt
> diff --git a/package/sdl2_net/sdl2_net.mk b/package/sdl2_net/sdl2_net.mk
> index 93bf3a2eb366..6adf8eb77919 100644
> --- a/package/sdl2_net/sdl2_net.mk
> +++ b/package/sdl2_net/sdl2_net.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -SDL2_NET_VERSION = 2.0.1
> +SDL2_NET_VERSION = 2.2.0
>  SDL2_NET_SOURCE = SDL2_net-$(SDL2_NET_VERSION).tar.gz
>  SDL2_NET_SITE = http://www.libsdl.org/projects/SDL_net/release
>  SDL2_NET_LICENSE = Zlib
> -- 
> 2.39.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 5/5] package/sdl2_ttf: bump version to 2.20.2
  2023-03-15  8:46 ` [Buildroot] [PATCH 5/5] package/sdl2_ttf: bump version to 2.20.2 Luke D. Jones
@ 2023-05-13 20:31   ` Yann E. MORIN
  0 siblings, 0 replies; 11+ messages in thread
From: Yann E. MORIN @ 2023-05-13 20:31 UTC (permalink / raw)
  To: Luke D. Jones; +Cc: buildroot

Luke, All,

On 2023-03-15 09:46 +0100, Luke D. Jones spake thusly:
> Signed-off-by: Luke D. Jones <luke@ljones.dev>
> ---
[--SNIP--]
> diff --git a/package/sdl2_ttf/sdl2_ttf.mk b/package/sdl2_ttf/sdl2_ttf.mk
> index f859d097fff7..c2c4b660f82f 100644
> --- a/package/sdl2_ttf/sdl2_ttf.mk
> +++ b/package/sdl2_ttf/sdl2_ttf.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -SDL2_TTF_VERSION = 2.20.1
> +SDL2_TTF_VERSION = 2.20.2

That one too has already been applied with another later patch, sorry...

Regards,
Yann E. MORIN.

>  SDL2_TTF_SOURCE = SDL2_ttf-$(SDL2_TTF_VERSION).tar.gz
>  SDL2_TTF_SITE = http://www.libsdl.org/projects/SDL_ttf/release
>  SDL2_TTF_LICENSE = Zlib
> -- 
> 2.39.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/5] package/sdl2_mixer: bump version to 2.6.3
  2023-05-13 20:28   ` Yann E. MORIN
@ 2023-06-13 21:32     ` Peter Korsgaard
  0 siblings, 0 replies; 11+ messages in thread
From: Peter Korsgaard @ 2023-06-13 21:32 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: Luke D. Jones, buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Luke, All,
 > On 2023-03-15 09:46 +0100, Luke D. Jones spake thusly:
 >> Signed-off-by: Luke D. Jones <luke@ljones.dev>

 > Applied to master, thanks.

Committed to 2023.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-06-13 21:33 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-15  8:46 [Buildroot] [PATCH 1/5] package/sdl2: bump version to 2.26.4 Luke D. Jones
2023-03-15  8:46 ` [Buildroot] [PATCH 2/5] package/sdl2_mixer: bump version to 2.6.3 Luke D. Jones
2023-05-13 20:28   ` Yann E. MORIN
2023-06-13 21:32     ` Peter Korsgaard
2023-03-15  8:46 ` [Buildroot] [PATCH 3/5] package/sdl2_image: " Luke D. Jones
2023-05-13 20:29   ` Yann E. MORIN
2023-03-15  8:46 ` [Buildroot] [PATCH 4/5] package/sdl2_net: bump version to 2.2.0 Luke D. Jones
2023-05-13 20:30   ` Yann E. MORIN
2023-03-15  8:46 ` [Buildroot] [PATCH 5/5] package/sdl2_ttf: bump version to 2.20.2 Luke D. Jones
2023-05-13 20:31   ` Yann E. MORIN
2023-05-13 20:27 ` [Buildroot] [PATCH 1/5] package/sdl2: bump version to 2.26.4 Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.