Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] retroarch: update to 1.7.9.2
@ 2019-10-18 22:51 voidlinux-github
  2019-10-19 18:45 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-18 22:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages retroarch
https://github.com/void-linux/void-packages/pull/15606

retroarch: update to 1.7.9.2
Added qt5 build option. Disabled as of now but feel free to enable it if you want.

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

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

From e29fb555b582f304f73dc384132c45dca5c49508 Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 18 Oct 2019 18:49:14 -0400
Subject: [PATCH] retroarch: update to 1.7.9.2

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

diff --git a/srcpkgs/retroarch/template b/srcpkgs/retroarch/template
index d6ce272c9ee..2a7290abe75 100644
--- a/srcpkgs/retroarch/template
+++ b/srcpkgs/retroarch/template
@@ -1,6 +1,6 @@
 # Template file for 'retroarch'
 pkgname=retroarch
-version=1.7.9
+version=1.7.9.2
 revision=1
 wrksrc="RetroArch-$version"
 build_style=configure
@@ -15,14 +15,15 @@ makedepends="zlib-devel libxml2-devel freetype-devel libxkbcommon-devel
  $(vopt_if pulseaudio pulseaudio-devel) $(vopt_if jack jack-devel)
  $(vopt_if ffmpeg ffmpeg-devel) $(vopt_if sdl2 SDL2-devel)
  $(vopt_if x11 'libXext-devel libXinerama-devel libXv-devel libXxf86vm-devel')
- $(vopt_if vulkan 'vulkan-loader')"
+ $(vopt_if vulkan 'vulkan-loader')
+ $(vopt_if qt5 'qt5-devel')"
 depends="$(vopt_if vulkan 'vulkan-loader')"
 short_desc="Official reference frontend for the libretro API"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.libretro.com/"
 distfiles="https://github.com/libretro/RetroArch/archive/v$version.tar.gz"
-checksum=00d45a468023fbab8c023a81d4f26bca91bacb24ab24a7162079c26ff042c367
+checksum=1cb88c3e2e8a04a21e2e6a14b7b7a7eb2748d18e629e5e2063ca7a1a9a7dabb5
 build_options="ffmpeg opengl jack pulseaudio sdl2 x11 vulkan"
 
 build_options_default="ffmpeg"

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

* Re: [PR PATCH] [Updated] retroarch: update to 1.7.9.2
  2019-10-18 22:51 [PR PATCH] retroarch: update to 1.7.9.2 voidlinux-github
@ 2019-10-19 18:45 ` voidlinux-github
  2019-10-19 18:45 ` voidlinux-github
  2019-10-19 21:05 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-19 18:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages retroarch
https://github.com/void-linux/void-packages/pull/15606

retroarch: update to 1.7.9.2
Added qt5 build option. Disabled as of now but feel free to enable it if you want.

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

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

From a42878dd44de302f3b92ac7cca3e5325567fb82f Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 18 Oct 2019 18:49:14 -0400
Subject: [PATCH] retroarch: update to 1.7.9.2

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

diff --git a/srcpkgs/retroarch/template b/srcpkgs/retroarch/template
index d6ce272c9ee..3de7f2286f6 100644
--- a/srcpkgs/retroarch/template
+++ b/srcpkgs/retroarch/template
@@ -1,6 +1,6 @@
 # Template file for 'retroarch'
 pkgname=retroarch
-version=1.7.9
+version=1.7.9.2
 revision=1
 wrksrc="RetroArch-$version"
 build_style=configure
@@ -15,15 +15,16 @@ makedepends="zlib-devel libxml2-devel freetype-devel libxkbcommon-devel
  $(vopt_if pulseaudio pulseaudio-devel) $(vopt_if jack jack-devel)
  $(vopt_if ffmpeg ffmpeg-devel) $(vopt_if sdl2 SDL2-devel)
  $(vopt_if x11 'libXext-devel libXinerama-devel libXv-devel libXxf86vm-devel')
- $(vopt_if vulkan 'vulkan-loader')"
+ $(vopt_if vulkan 'vulkan-loader')
+ $(vopt_if qt5 'qt5-devel')"
 depends="$(vopt_if vulkan 'vulkan-loader')"
 short_desc="Official reference frontend for the libretro API"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.libretro.com/"
 distfiles="https://github.com/libretro/RetroArch/archive/v$version.tar.gz"
-checksum=00d45a468023fbab8c023a81d4f26bca91bacb24ab24a7162079c26ff042c367
-build_options="ffmpeg opengl jack pulseaudio sdl2 x11 vulkan"
+checksum=1cb88c3e2e8a04a21e2e6a14b7b7a7eb2748d18e629e5e2063ca7a1a9a7dabb5
+build_options="ffmpeg opengl jack pulseaudio sdl2 x11 vulkan qt5"
 
 build_options_default="ffmpeg"
 

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

* Re: [PR PATCH] [Updated] retroarch: update to 1.7.9.2
  2019-10-18 22:51 [PR PATCH] retroarch: update to 1.7.9.2 voidlinux-github
  2019-10-19 18:45 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-19 18:45 ` voidlinux-github
  2019-10-19 21:05 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-19 18:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kartikynwa/void-packages retroarch
https://github.com/void-linux/void-packages/pull/15606

retroarch: update to 1.7.9.2
Added qt5 build option. Disabled as of now but feel free to enable it if you want.

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

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

From a42878dd44de302f3b92ac7cca3e5325567fb82f Mon Sep 17 00:00:00 2001
From: Kartik Singh <kartik.ynwa@gmail.com>
Date: Fri, 18 Oct 2019 18:49:14 -0400
Subject: [PATCH] retroarch: update to 1.7.9.2

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

diff --git a/srcpkgs/retroarch/template b/srcpkgs/retroarch/template
index d6ce272c9ee..3de7f2286f6 100644
--- a/srcpkgs/retroarch/template
+++ b/srcpkgs/retroarch/template
@@ -1,6 +1,6 @@
 # Template file for 'retroarch'
 pkgname=retroarch
-version=1.7.9
+version=1.7.9.2
 revision=1
 wrksrc="RetroArch-$version"
 build_style=configure
@@ -15,15 +15,16 @@ makedepends="zlib-devel libxml2-devel freetype-devel libxkbcommon-devel
  $(vopt_if pulseaudio pulseaudio-devel) $(vopt_if jack jack-devel)
  $(vopt_if ffmpeg ffmpeg-devel) $(vopt_if sdl2 SDL2-devel)
  $(vopt_if x11 'libXext-devel libXinerama-devel libXv-devel libXxf86vm-devel')
- $(vopt_if vulkan 'vulkan-loader')"
+ $(vopt_if vulkan 'vulkan-loader')
+ $(vopt_if qt5 'qt5-devel')"
 depends="$(vopt_if vulkan 'vulkan-loader')"
 short_desc="Official reference frontend for the libretro API"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-3.0-or-later"
 homepage="http://www.libretro.com/"
 distfiles="https://github.com/libretro/RetroArch/archive/v$version.tar.gz"
-checksum=00d45a468023fbab8c023a81d4f26bca91bacb24ab24a7162079c26ff042c367
-build_options="ffmpeg opengl jack pulseaudio sdl2 x11 vulkan"
+checksum=1cb88c3e2e8a04a21e2e6a14b7b7a7eb2748d18e629e5e2063ca7a1a9a7dabb5
+build_options="ffmpeg opengl jack pulseaudio sdl2 x11 vulkan qt5"
 
 build_options_default="ffmpeg"
 

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

* Re: [PR PATCH] [Merged]: retroarch: update to 1.7.9.2
  2019-10-18 22:51 [PR PATCH] retroarch: update to 1.7.9.2 voidlinux-github
  2019-10-19 18:45 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-19 18:45 ` voidlinux-github
@ 2019-10-19 21:05 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-10-19 21:05 UTC (permalink / raw)
  To: ml

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

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

retroarch: update to 1.7.9.2
https://github.com/void-linux/void-packages/pull/15606

Description:
Added qt5 build option. Disabled as of now but feel free to enable it if you want.

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

end of thread, other threads:[~2019-10-19 21:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-18 22:51 [PR PATCH] retroarch: update to 1.7.9.2 voidlinux-github
2019-10-19 18:45 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-19 18:45 ` voidlinux-github
2019-10-19 21:05 ` [PR PATCH] [Merged]: " voidlinux-github

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