Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] retroarch: update to 1.16.0.3.
@ 2023-11-01 13:57 matthewbeaudoin
  2023-11-02 19:33 ` classabbyamp
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: matthewbeaudoin @ 2023-11-01 13:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/matthewbeaudoin/void-packages retroarch-1.16
https://github.com/void-linux/void-packages/pull/47009

retroarch: update to 1.16.0.3.
<!-- 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**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l (crossbuild)
  - armv6l-musl (crossbuild)



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

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

From 1321461560b9c4d5706c589f05f41eaf811d59f9 Mon Sep 17 00:00:00 2001
From: Matthew Beaudoin <m.beaudoin@mailbox.org>
Date: Wed, 1 Nov 2023 14:49:16 +0100
Subject: [PATCH] retroarch: update to 1.16.0.3.

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

diff --git a/srcpkgs/retroarch/template b/srcpkgs/retroarch/template
index 45b02597de41a..952beb3b6e130 100644
--- a/srcpkgs/retroarch/template
+++ b/srcpkgs/retroarch/template
@@ -1,7 +1,7 @@
 # Template file for 'retroarch'
 pkgname=retroarch
-version=1.15.0
-revision=4
+version=1.16.0.3
+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=3d3da8c1613820ce4b9360df794d36fd0f7ff902ae164936145a1d4f9e1014db
+checksum=556aaec4afebd901d9f252181256bb1a2a91606c5eabb432927320f5e67a2c61
 
 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.16.0.3.
  2023-11-01 13:57 [PR PATCH] retroarch: update to 1.16.0.3 matthewbeaudoin
@ 2023-11-02 19:33 ` classabbyamp
  2023-11-02 22:47 ` [PR PATCH] [Updated] " matthewbeaudoin
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-11-02 19:33 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/47009#issuecomment-1791429913

Comment:
doesn't need libXv-devel anymore, apparently: https://github.com/void-linux/void-packages/actions/runs/6720593360/job/18265537987?pr=47009#step:9:25

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

* Re: [PR PATCH] [Updated] retroarch: update to 1.16.0.3.
  2023-11-01 13:57 [PR PATCH] retroarch: update to 1.16.0.3 matthewbeaudoin
  2023-11-02 19:33 ` classabbyamp
@ 2023-11-02 22:47 ` matthewbeaudoin
  2023-11-02 22:48 ` matthewbeaudoin
  2023-11-02 23:30 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: matthewbeaudoin @ 2023-11-02 22:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/matthewbeaudoin/void-packages retroarch-1.16
https://github.com/void-linux/void-packages/pull/47009

retroarch: update to 1.16.0.3.
<!-- 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**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-glibc (crossbuild)
  - armv6l-musl (crossbuild)



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

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

From ab7a04f0d49916e70c996d03a4bda31584bc8465 Mon Sep 17 00:00:00 2001
From: Matthew Beaudoin <m.beaudoin@mailbox.org>
Date: Wed, 1 Nov 2023 14:49:16 +0100
Subject: [PATCH] retroarch: update to 1.16.0.3.

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

diff --git a/srcpkgs/retroarch/template b/srcpkgs/retroarch/template
index 45b02597de41a..952beb3b6e130 100644
--- a/srcpkgs/retroarch/template
+++ b/srcpkgs/retroarch/template
@@ -1,7 +1,7 @@
 # Template file for 'retroarch'
 pkgname=retroarch
-version=1.15.0
-revision=4
+version=1.16.0.3
+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=3d3da8c1613820ce4b9360df794d36fd0f7ff902ae164936145a1d4f9e1014db
+checksum=556aaec4afebd901d9f252181256bb1a2a91606c5eabb432927320f5e67a2c61
 
 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: [PR PATCH] [Updated] retroarch: update to 1.16.0.3.
  2023-11-01 13:57 [PR PATCH] retroarch: update to 1.16.0.3 matthewbeaudoin
  2023-11-02 19:33 ` classabbyamp
  2023-11-02 22:47 ` [PR PATCH] [Updated] " matthewbeaudoin
@ 2023-11-02 22:48 ` matthewbeaudoin
  2023-11-02 23:30 ` [PR PATCH] [Merged]: " classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: matthewbeaudoin @ 2023-11-02 22:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/matthewbeaudoin/void-packages retroarch-1.16
https://github.com/void-linux/void-packages/pull/47009

retroarch: update to 1.16.0.3.
<!-- 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**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-glibc (crossbuild)
  - armv6l-musl (crossbuild)



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

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

From c2df5e45b791a21d13805fdef6ebd2bbeae5302a Mon Sep 17 00:00:00 2001
From: Matthew Beaudoin <m.beaudoin@mailbox.org>
Date: Wed, 1 Nov 2023 14:49:16 +0100
Subject: [PATCH] retroarch: update to 1.16.0.3.

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

diff --git a/srcpkgs/retroarch/template b/srcpkgs/retroarch/template
index 45b02597de41a..87e621d49ce65 100644
--- a/srcpkgs/retroarch/template
+++ b/srcpkgs/retroarch/template
@@ -1,7 +1,7 @@
 # Template file for 'retroarch'
 pkgname=retroarch
-version=1.15.0
-revision=4
+version=1.16.0.3
+revision=1
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --enable-networking
  --enable-udev --disable-builtinflac --disable-builtinglslang
@@ -16,7 +16,7 @@ makedepends="alsa-lib-devel eudev-libudev-devel freetype-devel libusb-devel libx
  $(vopt_if glslang 'glslang-devel SPIRV-Tools-devel') $(vopt_if jack jack-devel)
  $(vopt_if pulseaudio pulseaudio-devel)
  $(vopt_if qt5 qt5-devel) $(vopt_if sdl2 SDL2-devel) $(vopt_if vulkan vulkan-loader)
- $(vopt_if x11 'libXext-devel libXinerama-devel libXv-devel libXxf86vm-devel')"
+ $(vopt_if x11 'libXext-devel libXinerama-devel libXxf86vm-devel')"
 depends="$(vopt_if vulkan vulkan-loader) $(vopt_if x11 xdg-utils)"
 short_desc="Official reference frontend for the libretro API"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -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=3d3da8c1613820ce4b9360df794d36fd0f7ff902ae164936145a1d4f9e1014db
+checksum=556aaec4afebd901d9f252181256bb1a2a91606c5eabb432927320f5e67a2c61
 
 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: [PR PATCH] [Merged]: retroarch: update to 1.16.0.3.
  2023-11-01 13:57 [PR PATCH] retroarch: update to 1.16.0.3 matthewbeaudoin
                   ` (2 preceding siblings ...)
  2023-11-02 22:48 ` matthewbeaudoin
@ 2023-11-02 23:30 ` classabbyamp
  3 siblings, 0 replies; 5+ messages in thread
From: classabbyamp @ 2023-11-02 23:30 UTC (permalink / raw)
  To: ml

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

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

retroarch: update to 1.16.0.3.
https://github.com/void-linux/void-packages/pull/47009

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**
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-glibc (crossbuild)
  - armv6l-musl (crossbuild)



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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-01 13:57 [PR PATCH] retroarch: update to 1.16.0.3 matthewbeaudoin
2023-11-02 19:33 ` classabbyamp
2023-11-02 22:47 ` [PR PATCH] [Updated] " matthewbeaudoin
2023-11-02 22:48 ` matthewbeaudoin
2023-11-02 23:30 ` [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).