Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] retroarch: update to 1.19.1.
@ 2024-07-06  5:28 Vinfall
  2024-07-06  5:37 ` Vinfall
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Vinfall @ 2024-07-06  5:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vinfall/void-packages retroarch-update
https://github.com/void-linux/void-packages/pull/51127

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

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

<!--
#### 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, x86_64-glibc


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

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

From 80d3ee2a36ddcce6358d7d03d6ccf48ccfed34c9 Mon Sep 17 00:00:00 2001
From: Vinfall <neptuniahuai0tc@riseup.net>
Date: Sat, 6 Jul 2024 13:26:58 +0800
Subject: [PATCH] retroarch: update to 1.19.1.

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

diff --git a/srcpkgs/retroarch/template b/srcpkgs/retroarch/template
index 5429d13ef3eea4..2bbd93ce75cef1 100644
--- a/srcpkgs/retroarch/template
+++ b/srcpkgs/retroarch/template
@@ -1,7 +1,7 @@
 # Template file for 'retroarch'
 pkgname=retroarch
-version=1.16.0.3
-revision=3
+version=1.19.1
+revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --enable-networking
  --enable-udev --disable-builtinflac --disable-builtinglslang
@@ -24,7 +24,7 @@ license="GPL-3.0-or-later"
 homepage="https://www.retroarch.com/"
 changelog="https://raw.githubusercontent.com/libretro/RetroArch/master/CHANGES.md"
 distfiles="https://github.com/libretro/RetroArch/archive/v$version.tar.gz"
-checksum=556aaec4afebd901d9f252181256bb1a2a91606c5eabb432927320f5e67a2c61
+checksum=504a3a8a6e5861eb43a61be8339f61183e7ea940c1ff68ac2a2f57d35c67f8ff
 
 build_options="ffmpeg flac glcore gles2 glslang jack neon pulseaudio qt5 sdl2 vulkan wayland x11"
 build_options_default="ffmpeg flac glcore glslang pulseaudio sdl2 vulkan wayland x11"

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

* Re: retroarch: update to 1.19.1.
  2024-07-06  5:28 [PR PATCH] retroarch: update to 1.19.1 Vinfall
@ 2024-07-06  5:37 ` Vinfall
  2024-07-07  1:30 ` [PR PATCH] [Updated] " Vinfall
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Vinfall @ 2024-07-06  5:37 UTC (permalink / raw)
  To: ml

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

New comment by Vinfall on void-packages repository

https://github.com/void-linux/void-packages/pull/51127#issuecomment-2211655550

Comment:
```
ERROR: [trans] failed to download `libltdl-2.4.7_7' signature from `https://repo-ci.voidlinux.org/current/aarch64': Not Found
Transaction failed! see above for errors.
libfftw-3.3.10_2: verifying RSA signature...
Error: Process completed with exit code 1.
```

I think it fails because the package (libtool?) on those arches is still building, RetroArch itself runs fine.

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

* Re: [PR PATCH] [Updated] retroarch: update to 1.19.1.
  2024-07-06  5:28 [PR PATCH] retroarch: update to 1.19.1 Vinfall
  2024-07-06  5:37 ` Vinfall
@ 2024-07-07  1:30 ` Vinfall
  2024-07-07  1:46 ` Vinfall
  2024-07-10 17:00 ` [PR PATCH] [Merged]: " cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: Vinfall @ 2024-07-07  1:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Vinfall/void-packages retroarch-update
https://github.com/void-linux/void-packages/pull/51127

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

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

<!--
#### 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, x86_64-glibc


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

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

From a0f12e38b6a904e99090602249d14c9d68295c16 Mon Sep 17 00:00:00 2001
From: Vinfall <neptuniahuai0tc@riseup.net>
Date: Sat, 6 Jul 2024 13:26:58 +0800
Subject: [PATCH] retroarch: update to 1.19.1.

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

diff --git a/srcpkgs/retroarch/template b/srcpkgs/retroarch/template
index 5429d13ef3eea4..2bbd93ce75cef1 100644
--- a/srcpkgs/retroarch/template
+++ b/srcpkgs/retroarch/template
@@ -1,7 +1,7 @@
 # Template file for 'retroarch'
 pkgname=retroarch
-version=1.16.0.3
-revision=3
+version=1.19.1
+revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --enable-networking
  --enable-udev --disable-builtinflac --disable-builtinglslang
@@ -24,7 +24,7 @@ license="GPL-3.0-or-later"
 homepage="https://www.retroarch.com/"
 changelog="https://raw.githubusercontent.com/libretro/RetroArch/master/CHANGES.md"
 distfiles="https://github.com/libretro/RetroArch/archive/v$version.tar.gz"
-checksum=556aaec4afebd901d9f252181256bb1a2a91606c5eabb432927320f5e67a2c61
+checksum=504a3a8a6e5861eb43a61be8339f61183e7ea940c1ff68ac2a2f57d35c67f8ff
 
 build_options="ffmpeg flac glcore gles2 glslang jack neon pulseaudio qt5 sdl2 vulkan wayland x11"
 build_options_default="ffmpeg flac glcore glslang pulseaudio sdl2 vulkan wayland x11"

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

* Re: retroarch: update to 1.19.1.
  2024-07-06  5:28 [PR PATCH] retroarch: update to 1.19.1 Vinfall
  2024-07-06  5:37 ` Vinfall
  2024-07-07  1:30 ` [PR PATCH] [Updated] " Vinfall
@ 2024-07-07  1:46 ` Vinfall
  2024-07-10 17:00 ` [PR PATCH] [Merged]: " cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: Vinfall @ 2024-07-07  1:46 UTC (permalink / raw)
  To: ml

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

New comment by Vinfall on void-packages repository

https://github.com/void-linux/void-packages/pull/51127#issuecomment-2212222684

Comment:
CI seems to be satisfied this time

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

* Re: [PR PATCH] [Merged]: retroarch: update to 1.19.1.
  2024-07-06  5:28 [PR PATCH] retroarch: update to 1.19.1 Vinfall
                   ` (2 preceding siblings ...)
  2024-07-07  1:46 ` Vinfall
@ 2024-07-10 17:00 ` cinerea0
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2024-07-10 17:00 UTC (permalink / raw)
  To: ml

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

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

retroarch: update to 1.19.1.
https://github.com/void-linux/void-packages/pull/51127

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

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

<!--
#### 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, x86_64-glibc


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

end of thread, other threads:[~2024-07-10 17:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-07-06  5:28 [PR PATCH] retroarch: update to 1.19.1 Vinfall
2024-07-06  5:37 ` Vinfall
2024-07-07  1:30 ` [PR PATCH] [Updated] " Vinfall
2024-07-07  1:46 ` Vinfall
2024-07-10 17:00 ` [PR PATCH] [Merged]: " cinerea0

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).