Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] SDL2_ttf: update to 2.20.1.
@ 2023-01-15 20:36 motorto
  2023-01-16  8:13 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: motorto @ 2023-01-15 20:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages SDL2_ttf-2.20.1
https://github.com/void-linux/void-packages/pull/41671

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

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


#### Local build testing
```
SUMMARY
pkg       host         target        cross  result
SDL2_ttf  x86_64       x86_64        n      OK
SDL2_ttf  x86_64-musl  x86_64-musl   n      OK
SDL2_ttf  i686         i686          n      OK
SDL2_ttf  x86_64-musl  aarch64-musl  y      OK
SDL2_ttf  x86_64-musl  aarch64       y      OK
SDL2_ttf  x86_64-musl  armv7l-musl   y      OK
SDL2_ttf  x86_64-musl  armv7l        y      OK
SDL2_ttf  x86_64-musl  armv6l-musl   y      OK
SDL2_ttf  x86_64-musl  armv6l        y      OK
```

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

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

From d45e33dfb6d12d4fa1fcedc44fb9feb5d6156f4c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 15 Jan 2023 20:02:28 +0000
Subject: [PATCH] SDL2_ttf: update to 2.20.1.

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

diff --git a/srcpkgs/SDL2_ttf/template b/srcpkgs/SDL2_ttf/template
index 94bb33096e8b..97816f981037 100644
--- a/srcpkgs/SDL2_ttf/template
+++ b/srcpkgs/SDL2_ttf/template
@@ -1,6 +1,6 @@
 # Template file for 'SDL2_ttf'
 pkgname=SDL2_ttf
-version=2.20.0
+version=2.20.1
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static"
@@ -10,8 +10,8 @@ short_desc="Use TrueType fonts in your SDL 2.x applications"
 maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="MIT"
 homepage="https://github.com/libsdl-org/SDL_ttf"
-distfiles="${homepage}/releases/download/release-${version}/${pkgname}-${version}.tar.gz"
-checksum=874680232b72839555a558b48d71666b562e280f379e673b6f0c7445ea3b9b8a
+distfiles="https://github.com/libsdl-org/SDL_ttf/releases/download/release-${version}/${pkgname}-${version}.tar.gz"
+checksum=78cdad51f3cc3ada6932b1bb6e914b33798ab970a1e817763f22ddbfd97d0c57
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: [PR REVIEW] SDL2_ttf: update to 2.20.1.
  2023-01-15 20:36 [PR PATCH] SDL2_ttf: update to 2.20.1 motorto
@ 2023-01-16  8:13 ` classabbyamp
  2023-01-16  8:13 ` classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-01-16  8:13 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41671#discussion_r1070939319

Comment:
```suggestion
distfiles="https://github.com/libsdl-org/SDL_ttf/releases/download/release-${version}/SDL2_ttf-${version}.tar.gz"
```

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

* Re: [PR REVIEW] SDL2_ttf: update to 2.20.1.
  2023-01-15 20:36 [PR PATCH] SDL2_ttf: update to 2.20.1 motorto
  2023-01-16  8:13 ` [PR REVIEW] " classabbyamp
@ 2023-01-16  8:13 ` classabbyamp
  2023-01-16 15:10 ` [PR PATCH] [Updated] " motorto
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-01-16  8:13 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/41671#discussion_r1070939989

Comment:
```suggestion
homepage="https://github.com/libsdl-org/SDL_ttf"
changelog="https://github.com/libsdl-org/SDL_ttf/raw/SDL2/CHANGES.txt"
```

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

* Re: [PR PATCH] [Updated] SDL2_ttf: update to 2.20.1.
  2023-01-15 20:36 [PR PATCH] SDL2_ttf: update to 2.20.1 motorto
  2023-01-16  8:13 ` [PR REVIEW] " classabbyamp
  2023-01-16  8:13 ` classabbyamp
@ 2023-01-16 15:10 ` motorto
  2023-01-16 15:11 ` motorto
  2023-01-16 16:40 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: motorto @ 2023-01-16 15:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/motorto/void-packages SDL2_ttf-2.20.1
https://github.com/void-linux/void-packages/pull/41671

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

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


#### Local build testing
```
SUMMARY
pkg       host         target        cross  result
SDL2_ttf  x86_64       x86_64        n      OK
SDL2_ttf  x86_64-musl  x86_64-musl   n      OK
SDL2_ttf  i686         i686          n      OK
SDL2_ttf  x86_64-musl  aarch64-musl  y      OK
SDL2_ttf  x86_64-musl  aarch64       y      OK
SDL2_ttf  x86_64-musl  armv7l-musl   y      OK
SDL2_ttf  x86_64-musl  armv7l        y      OK
SDL2_ttf  x86_64-musl  armv6l-musl   y      OK
SDL2_ttf  x86_64-musl  armv6l        y      OK
```

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

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

From 97d2739d71f3690c2638f5b4dd981fd72c128fea Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Sun, 15 Jan 2023 20:02:28 +0000
Subject: [PATCH] SDL2_ttf: update to 2.20.1.

---
 srcpkgs/SDL2_ttf/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/SDL2_ttf/template b/srcpkgs/SDL2_ttf/template
index 94bb33096e8b..e9ca28930f7a 100644
--- a/srcpkgs/SDL2_ttf/template
+++ b/srcpkgs/SDL2_ttf/template
@@ -1,6 +1,6 @@
 # Template file for 'SDL2_ttf'
 pkgname=SDL2_ttf
-version=2.20.0
+version=2.20.1
 revision=1
 build_style=gnu-configure
 configure_args="--disable-static"
@@ -10,8 +10,9 @@ short_desc="Use TrueType fonts in your SDL 2.x applications"
 maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="MIT"
 homepage="https://github.com/libsdl-org/SDL_ttf"
-distfiles="${homepage}/releases/download/release-${version}/${pkgname}-${version}.tar.gz"
-checksum=874680232b72839555a558b48d71666b562e280f379e673b6f0c7445ea3b9b8a
+changelog="https://github.com/libsdl-org/SDL_ttf/raw/SDL2/CHANGES.txt"
+distfiles="https://github.com/libsdl-org/SDL_ttf/releases/download/release-${version}/SDL2_ttf-${version}.tar.gz"
+checksum=78cdad51f3cc3ada6932b1bb6e914b33798ab970a1e817763f22ddbfd97d0c57
 
 post_install() {
 	vlicense LICENSE.txt

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

* Re: SDL2_ttf: update to 2.20.1.
  2023-01-15 20:36 [PR PATCH] SDL2_ttf: update to 2.20.1 motorto
                   ` (2 preceding siblings ...)
  2023-01-16 15:10 ` [PR PATCH] [Updated] " motorto
@ 2023-01-16 15:11 ` motorto
  2023-01-16 16:40 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: motorto @ 2023-01-16 15:11 UTC (permalink / raw)
  To: ml

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

New comment by motorto on void-packages repository

https://github.com/void-linux/void-packages/pull/41671#issuecomment-1384195392

Comment:
@classabbyamp think I have added your changes on my PR

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

* Re: [PR PATCH] [Merged]: SDL2_ttf: update to 2.20.1.
  2023-01-15 20:36 [PR PATCH] SDL2_ttf: update to 2.20.1 motorto
                   ` (3 preceding siblings ...)
  2023-01-16 15:11 ` motorto
@ 2023-01-16 16:40 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-01-16 16:40 UTC (permalink / raw)
  To: ml

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

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

SDL2_ttf: update to 2.20.1.
https://github.com/void-linux/void-packages/pull/41671

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


#### Local build testing
```
SUMMARY
pkg       host         target        cross  result
SDL2_ttf  x86_64       x86_64        n      OK
SDL2_ttf  x86_64-musl  x86_64-musl   n      OK
SDL2_ttf  i686         i686          n      OK
SDL2_ttf  x86_64-musl  aarch64-musl  y      OK
SDL2_ttf  x86_64-musl  aarch64       y      OK
SDL2_ttf  x86_64-musl  armv7l-musl   y      OK
SDL2_ttf  x86_64-musl  armv7l        y      OK
SDL2_ttf  x86_64-musl  armv6l-musl   y      OK
SDL2_ttf  x86_64-musl  armv6l        y      OK
```

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

end of thread, other threads:[~2023-01-16 16:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-15 20:36 [PR PATCH] SDL2_ttf: update to 2.20.1 motorto
2023-01-16  8:13 ` [PR REVIEW] " classabbyamp
2023-01-16  8:13 ` classabbyamp
2023-01-16 15:10 ` [PR PATCH] [Updated] " motorto
2023-01-16 15:11 ` motorto
2023-01-16 16:40 ` [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).