Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] retroarch: update to 1.15.0
@ 2023-05-27  9:31 Sichelmondprinz
  2023-05-30  5:04 ` [PR PATCH] [Updated] " Sichelmondprinz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sichelmondprinz @ 2023-05-27  9:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Sichelmondprinz/void-packages patch-1
https://github.com/void-linux/void-packages/pull/44110

retroarch: update to 1.15.0

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for this architecture:
    armv6l (crossbuild)


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

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

From 90fb9e0e4f36202560b309ad9b5ab0064b4d2cfe Mon Sep 17 00:00:00 2001
From: Rei Eventide <91669425+Sichelmondprinz@users.noreply.github.com>
Date: Sat, 27 May 2023 09:25:43 +0000
Subject: [PATCH] retroarch: update to 1.15.0

---
 srcpkgs/retroarch/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/retroarch/template b/srcpkgs/retroarch/template
index 240d3df9db00..28016aa0129e 100644
--- a/srcpkgs/retroarch/template
+++ b/srcpkgs/retroarch/template
@@ -1,6 +1,6 @@
 # Template file for 'retroarch'
 pkgname=retroarch
-version=1.14.0
+version=1.15.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --enable-networking
@@ -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=aa4d579bfceb43450725171f594f69877f007a8892cb46678f8b62935c4de635
+checksum=3d3da8c1613820ce4b9360df794d36fd0f7ff902ae164936145a1d4f9e1014db
 
 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] 4+ messages in thread

* Re: [PR PATCH] [Updated] retroarch: update to 1.15.0
  2023-05-27  9:31 [PR PATCH] retroarch: update to 1.15.0 Sichelmondprinz
@ 2023-05-30  5:04 ` Sichelmondprinz
  2023-05-30  5:04 ` Sichelmondprinz
  2023-06-09  1:49 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: Sichelmondprinz @ 2023-05-30  5:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Sichelmondprinz/void-packages patch-1
https://github.com/void-linux/void-packages/pull/44110

retroarch: update to 1.15.0

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for this architecture:
    armv6l (crossbuild)


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

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

From 61b61b7f84bb2c200139b5d684c7a33e4cc4d4eb Mon Sep 17 00:00:00 2001
From: Rei Eventide <rei@eventide.space>
Date: Sat, 27 May 2023 09:25:43 +0000
Subject: [PATCH] retroarch: update to 1.15.0

---
 srcpkgs/retroarch/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/retroarch/template b/srcpkgs/retroarch/template
index 240d3df9db00..28016aa0129e 100644
--- a/srcpkgs/retroarch/template
+++ b/srcpkgs/retroarch/template
@@ -1,6 +1,6 @@
 # Template file for 'retroarch'
 pkgname=retroarch
-version=1.14.0
+version=1.15.0
 revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --enable-networking
@@ -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=aa4d579bfceb43450725171f594f69877f007a8892cb46678f8b62935c4de635
+checksum=3d3da8c1613820ce4b9360df794d36fd0f7ff902ae164936145a1d4f9e1014db
 
 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] 4+ messages in thread

* Re: retroarch: update to 1.15.0
  2023-05-27  9:31 [PR PATCH] retroarch: update to 1.15.0 Sichelmondprinz
  2023-05-30  5:04 ` [PR PATCH] [Updated] " Sichelmondprinz
@ 2023-05-30  5:04 ` Sichelmondprinz
  2023-06-09  1:49 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: Sichelmondprinz @ 2023-05-30  5:04 UTC (permalink / raw)
  To: ml

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

New comment by Sichelmondprinz on void-packages repository

https://github.com/void-linux/void-packages/pull/44110#issuecomment-1567758904

Comment:
I  fixed the lint errors. It should pass now.

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

* Re: [PR PATCH] [Merged]: retroarch: update to 1.15.0
  2023-05-27  9:31 [PR PATCH] retroarch: update to 1.15.0 Sichelmondprinz
  2023-05-30  5:04 ` [PR PATCH] [Updated] " Sichelmondprinz
  2023-05-30  5:04 ` Sichelmondprinz
@ 2023-06-09  1:49 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2023-06-09  1:49 UTC (permalink / raw)
  To: ml

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

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

retroarch: update to 1.15.0
https://github.com/void-linux/void-packages/pull/44110

Description:

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for this architecture:
    armv6l (crossbuild)


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

end of thread, other threads:[~2023-06-09  1:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-27  9:31 [PR PATCH] retroarch: update to 1.15.0 Sichelmondprinz
2023-05-30  5:04 ` [PR PATCH] [Updated] " Sichelmondprinz
2023-05-30  5:04 ` Sichelmondprinz
2023-06-09  1:49 ` [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).