Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: Moonlight-3.1.4
@ 2021-11-23  3:10 TinfoilSubmarine
  2021-11-29  0:43 ` [PR REVIEW] " abenson
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: TinfoilSubmarine @ 2021-11-23  3:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages Moonlight
https://github.com/void-linux/void-packages/pull/34210

New package: Moonlight-3.1.4
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 4eb2df480ac27eeb1075c825794700fce433691f Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 22 Nov 2021 21:50:47 -0500
Subject: [PATCH] New package: Moonlight-3.1.4

---
 srcpkgs/Moonlight/template | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 srcpkgs/Moonlight/template

diff --git a/srcpkgs/Moonlight/template b/srcpkgs/Moonlight/template
new file mode 100644
index 000000000000..022129e4726f
--- /dev/null
+++ b/srcpkgs/Moonlight/template
@@ -0,0 +1,18 @@
+# Template file for 'Moonlight'
+pkgname=Moonlight
+version=3.1.4
+revision=1
+wrksrc="Moonlight-${version}"
+create_wrksrc=yes
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools pkg-config"
+makedepends="openssl-devel SDL2-devel SDL2_ttf-devel ffmpeg-devel
+ qt5-declarative-devel qt5-svg-devel qt5-quickcontrols2-devel libva-devel
+ libvdpau-devel opus-devel pulseaudio-devel alsa-lib-devel"
+depends="qt5-quickcontrols2"
+short_desc="Open source implementation of NVIDIA's GameStream"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="GPL-3.0-or-later"
+homepage="https://moonlight-stream.org/"
+distfiles="https://github.com/moonlight-stream/moonlight-qt/releases/download/v${version}/MoonlightSrc-${version}.tar.gz"
+checksum=39e95909c362564b5822e91e5112107c1e0f121d7138db624d9babcb601ec204

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

* Re: [PR REVIEW] New package: Moonlight-3.1.4
  2021-11-23  3:10 [PR PATCH] New package: Moonlight-3.1.4 TinfoilSubmarine
@ 2021-11-29  0:43 ` abenson
  2021-11-29  0:52 ` abenson
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: abenson @ 2021-11-29  0:43 UTC (permalink / raw)
  To: ml

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

New review comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/34210#discussion_r757978166

Comment:
This is the default and can be removed.

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

* Re: New package: Moonlight-3.1.4
  2021-11-23  3:10 [PR PATCH] New package: Moonlight-3.1.4 TinfoilSubmarine
  2021-11-29  0:43 ` [PR REVIEW] " abenson
@ 2021-11-29  0:52 ` abenson
  2021-11-29  1:09 ` TinfoilSubmarine
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: abenson @ 2021-11-29  0:52 UTC (permalink / raw)
  To: ml

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

New comment by abenson on void-packages repository

https://github.com/void-linux/void-packages/pull/34210#issuecomment-981199784

Comment:
As I understand this can only stream from a system with GeForce Experience (which is Windows-only, I believe)?

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

* Re: New package: Moonlight-3.1.4
  2021-11-23  3:10 [PR PATCH] New package: Moonlight-3.1.4 TinfoilSubmarine
  2021-11-29  0:43 ` [PR REVIEW] " abenson
  2021-11-29  0:52 ` abenson
@ 2021-11-29  1:09 ` TinfoilSubmarine
  2021-11-29 13:50 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: TinfoilSubmarine @ 2021-11-29  1:09 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/34210#issuecomment-981206256

Comment:
That may be the case, that's how me/the person I'm working on this for use it currently.

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

* Re: [PR PATCH] [Updated] New package: Moonlight-3.1.4
  2021-11-23  3:10 [PR PATCH] New package: Moonlight-3.1.4 TinfoilSubmarine
                   ` (2 preceding siblings ...)
  2021-11-29  1:09 ` TinfoilSubmarine
@ 2021-11-29 13:50 ` TinfoilSubmarine
  2021-11-29 13:51 ` [PR REVIEW] " TinfoilSubmarine
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: TinfoilSubmarine @ 2021-11-29 13:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages Moonlight
https://github.com/void-linux/void-packages/pull/34210

New package: Moonlight-3.1.4
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 10f2715682d23c3975ad9a96fb0a5d4f692c83be Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 22 Nov 2021 21:50:47 -0500
Subject: [PATCH] New package: Moonlight-3.1.4

---
 srcpkgs/Moonlight/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/Moonlight/template

diff --git a/srcpkgs/Moonlight/template b/srcpkgs/Moonlight/template
new file mode 100644
index 000000000000..8471a1bc325f
--- /dev/null
+++ b/srcpkgs/Moonlight/template
@@ -0,0 +1,17 @@
+# Template file for 'Moonlight'
+pkgname=Moonlight
+version=3.1.4
+revision=1
+create_wrksrc=yes
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools pkg-config"
+makedepends="openssl-devel SDL2-devel SDL2_ttf-devel ffmpeg-devel
+ qt5-declarative-devel qt5-svg-devel qt5-quickcontrols2-devel libva-devel
+ libvdpau-devel opus-devel pulseaudio-devel alsa-lib-devel"
+depends="qt5-quickcontrols2"
+short_desc="Open source implementation of NVIDIA's GameStream"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="GPL-3.0-or-later"
+homepage="https://moonlight-stream.org/"
+distfiles="https://github.com/moonlight-stream/moonlight-qt/releases/download/v${version}/MoonlightSrc-${version}.tar.gz"
+checksum=39e95909c362564b5822e91e5112107c1e0f121d7138db624d9babcb601ec204

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

* Re: [PR REVIEW] New package: Moonlight-3.1.4
  2021-11-23  3:10 [PR PATCH] New package: Moonlight-3.1.4 TinfoilSubmarine
                   ` (3 preceding siblings ...)
  2021-11-29 13:50 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2021-11-29 13:51 ` TinfoilSubmarine
  2022-04-21 14:19 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: TinfoilSubmarine @ 2021-11-29 13:51 UTC (permalink / raw)
  To: ml

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

New review comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/34210#discussion_r758378512

Comment:
fixed, thanks!

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

* Re: [PR PATCH] [Updated] New package: Moonlight-3.1.4
  2021-11-23  3:10 [PR PATCH] New package: Moonlight-3.1.4 TinfoilSubmarine
                   ` (4 preceding siblings ...)
  2021-11-29 13:51 ` [PR REVIEW] " TinfoilSubmarine
@ 2022-04-21 14:19 ` TinfoilSubmarine
  2022-04-21 16:48 ` [PR PATCH] [Updated] New package: Moonlight-4.0.0 TinfoilSubmarine
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: TinfoilSubmarine @ 2022-04-21 14:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages Moonlight
https://github.com/void-linux/void-packages/pull/34210

New package: Moonlight-3.1.4
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 3444c66d3ddf30a6036f8fe7244f2b99fcf761e7 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 22 Nov 2021 21:50:47 -0500
Subject: [PATCH] New package: Moonlight-4.0.0

---
 srcpkgs/Moonlight/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/Moonlight/template

diff --git a/srcpkgs/Moonlight/template b/srcpkgs/Moonlight/template
new file mode 100644
index 000000000000..f7d1f06f25a1
--- /dev/null
+++ b/srcpkgs/Moonlight/template
@@ -0,0 +1,17 @@
+# Template file for 'Moonlight'
+pkgname=Moonlight
+version=4.0.0
+revision=1
+create_wrksrc=yes
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools pkg-config"
+makedepends="openssl-devel SDL2-devel SDL2_ttf-devel ffmpeg-devel
+ qt5-declarative-devel qt5-svg-devel qt5-quickcontrols2-devel libva-devel
+ libvdpau-devel opus-devel pulseaudio-devel alsa-lib-devel"
+depends="qt5-quickcontrols2"
+short_desc="Open source implementation of NVIDIA's GameStream"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="GPL-3.0-or-later"
+homepage="https://moonlight-stream.org/"
+distfiles="https://github.com/moonlight-stream/moonlight-qt/releases/download/v${version}/MoonlightSrc-${version}.tar.gz"
+checksum=18ae8bc7b699a9bdcbb1ae31f7b7a7d90e3140ddfc1951659e11aca41b71ad70

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

* Re: [PR PATCH] [Updated] New package: Moonlight-4.0.0
  2021-11-23  3:10 [PR PATCH] New package: Moonlight-3.1.4 TinfoilSubmarine
                   ` (5 preceding siblings ...)
  2022-04-21 14:19 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2022-04-21 16:48 ` TinfoilSubmarine
  2022-06-07 14:59 ` TinfoilSubmarine
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: TinfoilSubmarine @ 2022-04-21 16:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages Moonlight
https://github.com/void-linux/void-packages/pull/34210

New package: Moonlight-4.0.0
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 21bbda5bc89a6b62c8b65d6fc8d8eebefc4656e1 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 22 Nov 2021 21:50:47 -0500
Subject: [PATCH] New package: Moonlight-4.0.0

---
 srcpkgs/Moonlight/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/Moonlight/template

diff --git a/srcpkgs/Moonlight/template b/srcpkgs/Moonlight/template
new file mode 100644
index 000000000000..f7d1f06f25a1
--- /dev/null
+++ b/srcpkgs/Moonlight/template
@@ -0,0 +1,17 @@
+# Template file for 'Moonlight'
+pkgname=Moonlight
+version=4.0.0
+revision=1
+create_wrksrc=yes
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools pkg-config"
+makedepends="openssl-devel SDL2-devel SDL2_ttf-devel ffmpeg-devel
+ qt5-declarative-devel qt5-svg-devel qt5-quickcontrols2-devel libva-devel
+ libvdpau-devel opus-devel pulseaudio-devel alsa-lib-devel"
+depends="qt5-quickcontrols2"
+short_desc="Open source implementation of NVIDIA's GameStream"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="GPL-3.0-or-later"
+homepage="https://moonlight-stream.org/"
+distfiles="https://github.com/moonlight-stream/moonlight-qt/releases/download/v${version}/MoonlightSrc-${version}.tar.gz"
+checksum=18ae8bc7b699a9bdcbb1ae31f7b7a7d90e3140ddfc1951659e11aca41b71ad70

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

* Re: [PR PATCH] [Updated] New package: Moonlight-4.0.0
  2021-11-23  3:10 [PR PATCH] New package: Moonlight-3.1.4 TinfoilSubmarine
                   ` (6 preceding siblings ...)
  2022-04-21 16:48 ` [PR PATCH] [Updated] New package: Moonlight-4.0.0 TinfoilSubmarine
@ 2022-06-07 14:59 ` TinfoilSubmarine
  2022-06-07 15:59 ` [PR PATCH] [Updated] New package: Moonlight-4.1.0 TinfoilSubmarine
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: TinfoilSubmarine @ 2022-06-07 14:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages Moonlight
https://github.com/void-linux/void-packages/pull/34210

New package: Moonlight-4.0.0
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 222047b9eab30d5526b8bc010f63b9b1f011822e Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 22 Nov 2021 21:50:47 -0500
Subject: [PATCH] New package: Moonlight-4.1.0

---
 srcpkgs/Moonlight/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/Moonlight/template

diff --git a/srcpkgs/Moonlight/template b/srcpkgs/Moonlight/template
new file mode 100644
index 000000000000..8ed39e49f7b3
--- /dev/null
+++ b/srcpkgs/Moonlight/template
@@ -0,0 +1,17 @@
+# Template file for 'Moonlight'
+pkgname=Moonlight
+version=4.1.0
+revision=1
+create_wrksrc=yes
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools pkg-config"
+makedepends="openssl-devel SDL2-devel SDL2_ttf-devel ffmpeg-devel
+ qt5-declarative-devel qt5-svg-devel qt5-quickcontrols2-devel libva-devel
+ libvdpau-devel opus-devel pulseaudio-devel alsa-lib-devel"
+depends="qt5-quickcontrols2"
+short_desc="Open source implementation of NVIDIA's GameStream"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="GPL-3.0-or-later"
+homepage="https://moonlight-stream.org/"
+distfiles="https://github.com/moonlight-stream/moonlight-qt/releases/download/v${version}/MoonlightSrc-${version}.tar.gz"
+checksum=d6afa610a5747bfcfb66c17aea733e680950746065b62abf0fd44d868e2d163a

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

* Re: [PR PATCH] [Updated] New package: Moonlight-4.1.0
  2021-11-23  3:10 [PR PATCH] New package: Moonlight-3.1.4 TinfoilSubmarine
                   ` (7 preceding siblings ...)
  2022-06-07 14:59 ` TinfoilSubmarine
@ 2022-06-07 15:59 ` TinfoilSubmarine
  2022-09-06  2:16 ` github-actions
  2022-09-21  2:14 ` [PR PATCH] [Closed]: " github-actions
  10 siblings, 0 replies; 12+ messages in thread
From: TinfoilSubmarine @ 2022-06-07 15:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages Moonlight
https://github.com/void-linux/void-packages/pull/34210

New package: Moonlight-4.1.0
<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From df9bd8eeb81a83d87d4e958327944025387d1f60 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 22 Nov 2021 21:50:47 -0500
Subject: [PATCH] New package: Moonlight-4.1.0

---
 srcpkgs/Moonlight/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/Moonlight/template

diff --git a/srcpkgs/Moonlight/template b/srcpkgs/Moonlight/template
new file mode 100644
index 000000000000..8ed39e49f7b3
--- /dev/null
+++ b/srcpkgs/Moonlight/template
@@ -0,0 +1,17 @@
+# Template file for 'Moonlight'
+pkgname=Moonlight
+version=4.1.0
+revision=1
+create_wrksrc=yes
+build_style=qmake
+hostmakedepends="qt5-qmake qt5-host-tools pkg-config"
+makedepends="openssl-devel SDL2-devel SDL2_ttf-devel ffmpeg-devel
+ qt5-declarative-devel qt5-svg-devel qt5-quickcontrols2-devel libva-devel
+ libvdpau-devel opus-devel pulseaudio-devel alsa-lib-devel"
+depends="qt5-quickcontrols2"
+short_desc="Open source implementation of NVIDIA's GameStream"
+maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
+license="GPL-3.0-or-later"
+homepage="https://moonlight-stream.org/"
+distfiles="https://github.com/moonlight-stream/moonlight-qt/releases/download/v${version}/MoonlightSrc-${version}.tar.gz"
+checksum=d6afa610a5747bfcfb66c17aea733e680950746065b62abf0fd44d868e2d163a

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

* Re: New package: Moonlight-4.1.0
  2021-11-23  3:10 [PR PATCH] New package: Moonlight-3.1.4 TinfoilSubmarine
                   ` (8 preceding siblings ...)
  2022-06-07 15:59 ` [PR PATCH] [Updated] New package: Moonlight-4.1.0 TinfoilSubmarine
@ 2022-09-06  2:16 ` github-actions
  2022-09-21  2:14 ` [PR PATCH] [Closed]: " github-actions
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2022-09-06  2:16 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/34210#issuecomment-1237586143

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: Moonlight-4.1.0
  2021-11-23  3:10 [PR PATCH] New package: Moonlight-3.1.4 TinfoilSubmarine
                   ` (9 preceding siblings ...)
  2022-09-06  2:16 ` github-actions
@ 2022-09-21  2:14 ` github-actions
  10 siblings, 0 replies; 12+ messages in thread
From: github-actions @ 2022-09-21  2:14 UTC (permalink / raw)
  To: ml

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

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

New package: Moonlight-4.1.0
https://github.com/void-linux/void-packages/pull/34210

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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-09-21  2:14 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-23  3:10 [PR PATCH] New package: Moonlight-3.1.4 TinfoilSubmarine
2021-11-29  0:43 ` [PR REVIEW] " abenson
2021-11-29  0:52 ` abenson
2021-11-29  1:09 ` TinfoilSubmarine
2021-11-29 13:50 ` [PR PATCH] [Updated] " TinfoilSubmarine
2021-11-29 13:51 ` [PR REVIEW] " TinfoilSubmarine
2022-04-21 14:19 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-04-21 16:48 ` [PR PATCH] [Updated] New package: Moonlight-4.0.0 TinfoilSubmarine
2022-06-07 14:59 ` TinfoilSubmarine
2022-06-07 15:59 ` [PR PATCH] [Updated] New package: Moonlight-4.1.0 TinfoilSubmarine
2022-09-06  2:16 ` github-actions
2022-09-21  2:14 ` [PR PATCH] [Closed]: " github-actions

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