All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/sdl2_ttf: bump version to 2.20.1
@ 2022-11-27  0:21 Peter Thompson
  2023-02-08 15:57 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Thompson @ 2022-11-27  0:21 UTC (permalink / raw)
  To: buildroot; +Cc: Peter Thompson

LICENSE_FILES changed to LICENSE.txt for version 2.20.1.
Previous versions used COPYING.txt.

Signed-off-by: Peter Thompson <peter.macleod.thompson@gmail.com>
---
 package/sdl2_ttf/sdl2_ttf.hash | 4 ++--
 package/sdl2_ttf/sdl2_ttf.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/sdl2_ttf/sdl2_ttf.hash b/package/sdl2_ttf/sdl2_ttf.hash
index a490b002b6..937dba13e7 100644
--- a/package/sdl2_ttf/sdl2_ttf.hash
+++ b/package/sdl2_ttf/sdl2_ttf.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  7234eb8883514e019e7747c703e4a774575b18d435c22a4a29d068cb768a2251  SDL2_ttf-2.0.18.tar.gz
-sha256  e211dfe7e2c36e64048be886fe3f2bbba8732ce4dd77b596a355d3abbec775a4  COPYING.txt
+sha256 78cdad51f3cc3ada6932b1bb6e914b33798ab970a1e817763f22ddbfd97d0c57  SDL2_ttf-2.20.1.tar.gz
+sha256 28aabfed22b3cb0b7e23ef40385e4f66297c960082f029c96d073cc1d4e008d5  LICENSE.txt
diff --git a/package/sdl2_ttf/sdl2_ttf.mk b/package/sdl2_ttf/sdl2_ttf.mk
index 054e327fac..f859d097ff 100644
--- a/package/sdl2_ttf/sdl2_ttf.mk
+++ b/package/sdl2_ttf/sdl2_ttf.mk
@@ -4,11 +4,11 @@
 #
 ################################################################################
 
-SDL2_TTF_VERSION = 2.0.18
+SDL2_TTF_VERSION = 2.20.1
 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
-SDL2_TTF_LICENSE_FILES = COPYING.txt
+SDL2_TTF_LICENSE_FILES = LICENSE.txt
 SDL2_TTF_INSTALL_STAGING = YES
 SDL2_TTF_DEPENDENCIES = sdl2 freetype host-pkgconf
 SDL2_TTF_CONF_OPTS = --disable-freetype-builtin --disable-harfbuzz-builtin
-- 
2.20.1

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

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

* Re: [Buildroot] [PATCH 1/1] package/sdl2_ttf: bump version to 2.20.1
  2022-11-27  0:21 [Buildroot] [PATCH 1/1] package/sdl2_ttf: bump version to 2.20.1 Peter Thompson
@ 2023-02-08 15:57 ` Thomas Petazzoni via buildroot
  2023-02-09  3:30   ` Peter Thompson
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-02-08 15:57 UTC (permalink / raw)
  To: Peter Thompson; +Cc: buildroot

Hello Peter

On Sat, 26 Nov 2022 17:21:35 -0700
Peter Thompson <peter.macleod.thompson@gmail.com> wrote:

> LICENSE_FILES changed to LICENSE.txt for version 2.20.1.
> Previous versions used COPYING.txt.
> 
> Signed-off-by: Peter Thompson <peter.macleod.thompson@gmail.com>
> ---
>  package/sdl2_ttf/sdl2_ttf.hash | 4 ++--
>  package/sdl2_ttf/sdl2_ttf.mk   | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Sorry for the long delay, but you had already sent this patch on
November 19, 2022 and it was applied on November 21, 2022, so it was
too late for a new version.

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/sdl2_ttf: bump version to 2.20.1
  2023-02-08 15:57 ` Thomas Petazzoni via buildroot
@ 2023-02-09  3:30   ` Peter Thompson
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Thompson @ 2023-02-09  3:30 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: buildroot


[-- Attachment #1.1: Type: text/plain, Size: 990 bytes --]

Hi Thomas,
Apologies.  I had thought there was a problem with the LICENSE_FILES in my
update.  Hence my subsequent change.    Glad everything is now ok.

Peter

On Wed, Feb 8, 2023 at 8:57 AM Thomas Petazzoni <
thomas.petazzoni@bootlin.com> wrote:

> Hello Peter
>
> On Sat, 26 Nov 2022 17:21:35 -0700
> Peter Thompson <peter.macleod.thompson@gmail.com> wrote:
>
> > LICENSE_FILES changed to LICENSE.txt for version 2.20.1.
> > Previous versions used COPYING.txt.
> >
> > Signed-off-by: Peter Thompson <peter.macleod.thompson@gmail.com>
> > ---
> >  package/sdl2_ttf/sdl2_ttf.hash | 4 ++--
> >  package/sdl2_ttf/sdl2_ttf.mk   | 4 ++--
> >  2 files changed, 4 insertions(+), 4 deletions(-)
>
> Sorry for the long delay, but you had already sent this patch on
> November 19, 2022 and it was applied on November 21, 2022, so it was
> too late for a new version.
>
> Best regards,
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
>

[-- Attachment #1.2: Type: text/html, Size: 1730 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

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

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

* Re: [Buildroot] [PATCH 1/1] package/sdl2_ttf: bump version to 2.20.1
  2022-11-19  0:13 Peter Thompson
@ 2022-11-21 21:45 ` Yann E. MORIN
  0 siblings, 0 replies; 5+ messages in thread
From: Yann E. MORIN @ 2022-11-21 21:45 UTC (permalink / raw)
  To: Peter Thompson; +Cc: buildroot

Peter, All,

On 2022-11-18 17:13 -0700, Peter Thompson spake thusly:
> Signed-off-by: Peter Thompson <peter.macleod.thompson@gmail.com>
> ---
>  package/sdl2_ttf/sdl2_ttf.hash | 4 ++--
>  package/sdl2_ttf/sdl2_ttf.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/package/sdl2_ttf/sdl2_ttf.hash b/package/sdl2_ttf/sdl2_ttf.hash
> index a490b002b6..937dba13e7 100644
> --- a/package/sdl2_ttf/sdl2_ttf.hash
> +++ b/package/sdl2_ttf/sdl2_ttf.hash
> @@ -1,3 +1,3 @@
>  # Locally calculated
> -sha256  7234eb8883514e019e7747c703e4a774575b18d435c22a4a29d068cb768a2251  SDL2_ttf-2.0.18.tar.gz
> -sha256  e211dfe7e2c36e64048be886fe3f2bbba8732ce4dd77b596a355d3abbec775a4  COPYING.txt
> +sha256 78cdad51f3cc3ada6932b1bb6e914b33798ab970a1e817763f22ddbfd97d0c57  SDL2_ttf-2.20.1.tar.gz
> +sha256 28aabfed22b3cb0b7e23ef40385e4f66297c960082f029c96d073cc1d4e008d5  LICENSE.txt

Two spaces between hash type and hash:

    $ make check-package
    WARNING: package/sdl2_ttf/sdl2_ttf.hash:2: separation does not match expectation (http://nightly.buildroot.org/#adding-packages-hash)
    WARNING: package/sdl2_ttf/sdl2_ttf.hash:3: separation does not match expectation (http://nightly.buildroot.org/#adding-packages-hash)

> diff --git a/package/sdl2_ttf/sdl2_ttf.mk b/package/sdl2_ttf/sdl2_ttf.mk
> index 054e327fac..4b44b0fc41 100644
> --- a/package/sdl2_ttf/sdl2_ttf.mk
> +++ b/package/sdl2_ttf/sdl2_ttf.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -SDL2_TTF_VERSION = 2.0.18
> +SDL2_TTF_VERSION = 2.20.1

That looks like quite the bump, but in fact, since 2.0.18 was released
2022-01-11, and then nothing until 2.20.1 in 2022-08-19...

Applied to next, with the fix in the hash file, thanks.

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.20.1
> 
> _______________________________________________
> 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] 5+ messages in thread

* [Buildroot] [PATCH 1/1] package/sdl2_ttf: bump version to 2.20.1
@ 2022-11-19  0:13 Peter Thompson
  2022-11-21 21:45 ` Yann E. MORIN
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Thompson @ 2022-11-19  0:13 UTC (permalink / raw)
  To: buildroot; +Cc: Peter Thompson

Signed-off-by: Peter Thompson <peter.macleod.thompson@gmail.com>
---
 package/sdl2_ttf/sdl2_ttf.hash | 4 ++--
 package/sdl2_ttf/sdl2_ttf.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/sdl2_ttf/sdl2_ttf.hash b/package/sdl2_ttf/sdl2_ttf.hash
index a490b002b6..937dba13e7 100644
--- a/package/sdl2_ttf/sdl2_ttf.hash
+++ b/package/sdl2_ttf/sdl2_ttf.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  7234eb8883514e019e7747c703e4a774575b18d435c22a4a29d068cb768a2251  SDL2_ttf-2.0.18.tar.gz
-sha256  e211dfe7e2c36e64048be886fe3f2bbba8732ce4dd77b596a355d3abbec775a4  COPYING.txt
+sha256 78cdad51f3cc3ada6932b1bb6e914b33798ab970a1e817763f22ddbfd97d0c57  SDL2_ttf-2.20.1.tar.gz
+sha256 28aabfed22b3cb0b7e23ef40385e4f66297c960082f029c96d073cc1d4e008d5  LICENSE.txt
diff --git a/package/sdl2_ttf/sdl2_ttf.mk b/package/sdl2_ttf/sdl2_ttf.mk
index 054e327fac..4b44b0fc41 100644
--- a/package/sdl2_ttf/sdl2_ttf.mk
+++ b/package/sdl2_ttf/sdl2_ttf.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SDL2_TTF_VERSION = 2.0.18
+SDL2_TTF_VERSION = 2.20.1
 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.20.1

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

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

end of thread, other threads:[~2023-02-09  3:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-27  0:21 [Buildroot] [PATCH 1/1] package/sdl2_ttf: bump version to 2.20.1 Peter Thompson
2023-02-08 15:57 ` Thomas Petazzoni via buildroot
2023-02-09  3:30   ` Peter Thompson
  -- strict thread matches above, loose matches on Subject: below --
2022-11-19  0:13 Peter Thompson
2022-11-21 21:45 ` 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.