Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] scrcpy: update to 2.2
@ 2023-11-02  0:32 devlocalhost
  2023-11-02  0:32 ` devlocalhost
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: devlocalhost @ 2023-11-02  0:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/devlocalhost/void-packages patch-1
https://github.com/void-linux/void-packages/pull/47016

scrcpy: update to 2.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From 7ee94bda3c828f9e6f9a1dd914ed16bca5f57b82 Mon Sep 17 00:00:00 2001
From: devlocalhost <lazarecobani@gmail.com>
Date: Thu, 2 Nov 2023 00:41:16 +0200
Subject: [PATCH] scrcpy: update to 2.2

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

diff --git a/srcpkgs/scrcpy/template b/srcpkgs/scrcpy/template
index ac18bc03418ce..5866bf2d0b43a 100644
--- a/srcpkgs/scrcpy/template
+++ b/srcpkgs/scrcpy/template
@@ -1,6 +1,6 @@
 # Template file for 'scrcpy'
 pkgname=scrcpy
-version=2.1.1
+version=2.2
 revision=1
 build_style=meson
 configure_args="-Dcompile_server=false
@@ -14,8 +14,8 @@ license="Apache-2.0"
 homepage="https://github.com/Genymobile/scrcpy"
 distfiles="https://github.com/Genymobile/scrcpy/archive/v${version}.tar.gz
  https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}"
-checksum="6f3d055159cb125eabe940a901bef8a69e14e2c25f0e47554f846e7f26a36c4d
- 9558db6c56743a1dc03b38f59801fb40e91cc891f8fc0c89e5b0b067761f148e"
+checksum="9c96ce84129e6a4c15da8b907e4576c945732e666fcc52cf94ff402b9dd10c2c
+ c85c4aa84305efb69115cd497a120ebdd10258993b4cf123a8245b3d99d49874"
 skip_extraction="scrcpy-server-v${version}"
 
 post_install() {

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

* Re: scrcpy: update to 2.2
  2023-11-02  0:32 [PR PATCH] scrcpy: update to 2.2 devlocalhost
@ 2023-11-02  0:32 ` devlocalhost
  2023-11-02  8:23 ` mhmdanas
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: devlocalhost @ 2023-11-02  0:32 UTC (permalink / raw)
  To: ml

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

New comment by devlocalhost on void-packages repository

https://github.com/void-linux/void-packages/pull/47016#issuecomment-1789877348

Comment:
scrcpy 2.2 adds a new feature which allows you to use your phones camera as a webcam: http://0x0.st/Hy08.png

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

* Re: scrcpy: update to 2.2
  2023-11-02  0:32 [PR PATCH] scrcpy: update to 2.2 devlocalhost
  2023-11-02  0:32 ` devlocalhost
@ 2023-11-02  8:23 ` mhmdanas
  2023-11-02  8:31 ` [PR PATCH] [Updated] " devlocalhost
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: mhmdanas @ 2023-11-02  8:23 UTC (permalink / raw)
  To: ml

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

New comment by mhmdanas on void-packages repository

https://github.com/void-linux/void-packages/pull/47016#issuecomment-1790270318

Comment:
It looks good, but you have to use an actual e-mail address for your commit (this is why the lint GitHub action failed). To do so, run these commands (replacing john.doe@example.com with your actual e-mail address, not a GitHub-provided one):
```
$ git config --global user.email john.doe@example.com
$ git commit --amend --reset-author
$ git push -f
```

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

* Re: [PR PATCH] [Updated] scrcpy: update to 2.2
  2023-11-02  0:32 [PR PATCH] scrcpy: update to 2.2 devlocalhost
  2023-11-02  0:32 ` devlocalhost
  2023-11-02  8:23 ` mhmdanas
@ 2023-11-02  8:31 ` devlocalhost
  2023-11-02 10:43 ` lemmi
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: devlocalhost @ 2023-11-02  8:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/devlocalhost/void-packages patch-1
https://github.com/void-linux/void-packages/pull/47016

scrcpy: update to 2.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From ab465c803550eb51cdd94e5121bab0b0c48d18b5 Mon Sep 17 00:00:00 2001
From: devlocalhost <lazarecobani@gmail.com>
Date: Thu, 2 Nov 2023 10:31:03 +0200
Subject: [PATCH] scrcpy: update to 2.2

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

diff --git a/srcpkgs/scrcpy/template b/srcpkgs/scrcpy/template
index ac18bc03418ce..5866bf2d0b43a 100644
--- a/srcpkgs/scrcpy/template
+++ b/srcpkgs/scrcpy/template
@@ -1,6 +1,6 @@
 # Template file for 'scrcpy'
 pkgname=scrcpy
-version=2.1.1
+version=2.2
 revision=1
 build_style=meson
 configure_args="-Dcompile_server=false
@@ -14,8 +14,8 @@ license="Apache-2.0"
 homepage="https://github.com/Genymobile/scrcpy"
 distfiles="https://github.com/Genymobile/scrcpy/archive/v${version}.tar.gz
  https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}"
-checksum="6f3d055159cb125eabe940a901bef8a69e14e2c25f0e47554f846e7f26a36c4d
- 9558db6c56743a1dc03b38f59801fb40e91cc891f8fc0c89e5b0b067761f148e"
+checksum="9c96ce84129e6a4c15da8b907e4576c945732e666fcc52cf94ff402b9dd10c2c
+ c85c4aa84305efb69115cd497a120ebdd10258993b4cf123a8245b3d99d49874"
 skip_extraction="scrcpy-server-v${version}"
 
 post_install() {

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

* Re: scrcpy: update to 2.2
  2023-11-02  0:32 [PR PATCH] scrcpy: update to 2.2 devlocalhost
                   ` (2 preceding siblings ...)
  2023-11-02  8:31 ` [PR PATCH] [Updated] " devlocalhost
@ 2023-11-02 10:43 ` lemmi
  2023-11-02 19:21 ` devlocalhost
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: lemmi @ 2023-11-02 10:43 UTC (permalink / raw)
  To: ml

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

New comment by lemmi on void-packages repository

https://github.com/void-linux/void-packages/pull/47016#issuecomment-1790487863

Comment:
I'll quickly mention @daniel-eys, since they did the last couple of updates. 

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

* Re: scrcpy: update to 2.2
  2023-11-02  0:32 [PR PATCH] scrcpy: update to 2.2 devlocalhost
                   ` (3 preceding siblings ...)
  2023-11-02 10:43 ` lemmi
@ 2023-11-02 19:21 ` devlocalhost
  2023-11-02 20:07 ` devlocalhost
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: devlocalhost @ 2023-11-02 19:21 UTC (permalink / raw)
  To: ml

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

New comment by devlocalhost on void-packages repository

https://github.com/void-linux/void-packages/pull/47016#issuecomment-1791413757

Comment:
linting failed again, why? i followed the steps mhmdanas told me

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

* Re: scrcpy: update to 2.2
  2023-11-02  0:32 [PR PATCH] scrcpy: update to 2.2 devlocalhost
                   ` (4 preceding siblings ...)
  2023-11-02 19:21 ` devlocalhost
@ 2023-11-02 20:07 ` devlocalhost
  2023-11-02 21:07 ` daniel-eys
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: devlocalhost @ 2023-11-02 20:07 UTC (permalink / raw)
  To: ml

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

New comment by devlocalhost on void-packages repository

https://github.com/void-linux/void-packages/pull/47016#issuecomment-1791413757

Comment:
linting failed again, why? i followed the steps mhmdanas told me
(the `localhost` in my username, thats why its failing)

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

* Re: scrcpy: update to 2.2
  2023-11-02  0:32 [PR PATCH] scrcpy: update to 2.2 devlocalhost
                   ` (5 preceding siblings ...)
  2023-11-02 20:07 ` devlocalhost
@ 2023-11-02 21:07 ` daniel-eys
  2023-11-26  1:27 ` daniel-eys
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: daniel-eys @ 2023-11-02 21:07 UTC (permalink / raw)
  To: ml

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

New comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/47016#issuecomment-1791538877

Comment:
Works for me, but the new camera feature seems to have some issues https://github.com/Genymobile/scrcpy/issues/4392

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

* Re: scrcpy: update to 2.2
  2023-11-02  0:32 [PR PATCH] scrcpy: update to 2.2 devlocalhost
                   ` (6 preceding siblings ...)
  2023-11-02 21:07 ` daniel-eys
@ 2023-11-26  1:27 ` daniel-eys
  2023-11-26  2:05 ` [PR PATCH] [Updated] " devlocalhost
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: daniel-eys @ 2023-11-26  1:27 UTC (permalink / raw)
  To: ml

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

New comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/47016#issuecomment-1826460824

Comment:
2.3 has been released which fixes the camera issues :tada: 

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

* Re: [PR PATCH] [Updated] scrcpy: update to 2.2
  2023-11-02  0:32 [PR PATCH] scrcpy: update to 2.2 devlocalhost
                   ` (7 preceding siblings ...)
  2023-11-26  1:27 ` daniel-eys
@ 2023-11-26  2:05 ` devlocalhost
  2023-11-26  2:06 ` devlocalhost
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: devlocalhost @ 2023-11-26  2:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/devlocalhost/void-packages patch-1
https://github.com/void-linux/void-packages/pull/47016

scrcpy: update to 2.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From ab465c803550eb51cdd94e5121bab0b0c48d18b5 Mon Sep 17 00:00:00 2001
From: devlocalhost <lazarecobani@gmail.com>
Date: Thu, 2 Nov 2023 10:31:03 +0200
Subject: [PATCH 1/2] scrcpy: update to 2.2

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

diff --git a/srcpkgs/scrcpy/template b/srcpkgs/scrcpy/template
index ac18bc03418ce..5866bf2d0b43a 100644
--- a/srcpkgs/scrcpy/template
+++ b/srcpkgs/scrcpy/template
@@ -1,6 +1,6 @@
 # Template file for 'scrcpy'
 pkgname=scrcpy
-version=2.1.1
+version=2.2
 revision=1
 build_style=meson
 configure_args="-Dcompile_server=false
@@ -14,8 +14,8 @@ license="Apache-2.0"
 homepage="https://github.com/Genymobile/scrcpy"
 distfiles="https://github.com/Genymobile/scrcpy/archive/v${version}.tar.gz
  https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}"
-checksum="6f3d055159cb125eabe940a901bef8a69e14e2c25f0e47554f846e7f26a36c4d
- 9558db6c56743a1dc03b38f59801fb40e91cc891f8fc0c89e5b0b067761f148e"
+checksum="9c96ce84129e6a4c15da8b907e4576c945732e666fcc52cf94ff402b9dd10c2c
+ c85c4aa84305efb69115cd497a120ebdd10258993b4cf123a8245b3d99d49874"
 skip_extraction="scrcpy-server-v${version}"
 
 post_install() {

From 0daed3eb236d0823ea20873699b07ec5f8df3edc Mon Sep 17 00:00:00 2001
From: devlocalhost <lazarecobani@gmail.com>
Date: Sun, 26 Nov 2023 03:33:43 +0200
Subject: [PATCH 2/2] scrcpy: update to 2.3

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

diff --git a/srcpkgs/scrcpy/template b/srcpkgs/scrcpy/template
index 5866bf2d0b43a..735186458ae60 100644
--- a/srcpkgs/scrcpy/template
+++ b/srcpkgs/scrcpy/template
@@ -1,6 +1,6 @@
 # Template file for 'scrcpy'
 pkgname=scrcpy
-version=2.2
+version=2.3
 revision=1
 build_style=meson
 configure_args="-Dcompile_server=false
@@ -14,8 +14,8 @@ license="Apache-2.0"
 homepage="https://github.com/Genymobile/scrcpy"
 distfiles="https://github.com/Genymobile/scrcpy/archive/v${version}.tar.gz
  https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}"
-checksum="9c96ce84129e6a4c15da8b907e4576c945732e666fcc52cf94ff402b9dd10c2c
- c85c4aa84305efb69115cd497a120ebdd10258993b4cf123a8245b3d99d49874"
+checksum="70937335be7c8b0be3dcf4ae2b0371e5dbe6cf340bf4ccb341be3d10fc039c36
+ 8daed514d7796fca6987dc973e201bd15ba51d0f7258973dec92d9ded00dbd5f"
 skip_extraction="scrcpy-server-v${version}"
 
 post_install() {

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

* Re: scrcpy: update to 2.2
  2023-11-02  0:32 [PR PATCH] scrcpy: update to 2.2 devlocalhost
                   ` (8 preceding siblings ...)
  2023-11-26  2:05 ` [PR PATCH] [Updated] " devlocalhost
@ 2023-11-26  2:06 ` devlocalhost
  2023-11-26  2:07 ` devlocalhost
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: devlocalhost @ 2023-11-26  2:06 UTC (permalink / raw)
  To: ml

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

New comment by devlocalhost on void-packages repository

https://github.com/void-linux/void-packages/pull/47016#issuecomment-1826467760

Comment:
Bumped version, but I didn't build because it's 4 am lol. Will check in the morning 

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

* Re: scrcpy: update to 2.2
  2023-11-02  0:32 [PR PATCH] scrcpy: update to 2.2 devlocalhost
                   ` (9 preceding siblings ...)
  2023-11-26  2:06 ` devlocalhost
@ 2023-11-26  2:07 ` devlocalhost
  2023-11-26  2:08 ` devlocalhost
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: devlocalhost @ 2023-11-26  2:07 UTC (permalink / raw)
  To: ml

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

New comment by devlocalhost on void-packages repository

https://github.com/void-linux/void-packages/pull/47016#issuecomment-1826467760

Comment:
Bumped version, but I didn't test (build on my machine) because it's 4 am lol. Will check in the morning 

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

* Re: scrcpy: update to 2.2
  2023-11-02  0:32 [PR PATCH] scrcpy: update to 2.2 devlocalhost
                   ` (10 preceding siblings ...)
  2023-11-26  2:07 ` devlocalhost
@ 2023-11-26  2:08 ` devlocalhost
  2023-11-26 13:25 ` daniel-eys
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: devlocalhost @ 2023-11-26  2:08 UTC (permalink / raw)
  To: ml

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

New comment by devlocalhost on void-packages repository

https://github.com/void-linux/void-packages/pull/47016#issuecomment-1826467760

Comment:
Bumped version, but I didn't test (build on my machine) because it's 4 am lol. Will check in the morning

A question: should I update the PR's name? (2.2 to 2.3)

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

* Re: scrcpy: update to 2.2
  2023-11-02  0:32 [PR PATCH] scrcpy: update to 2.2 devlocalhost
                   ` (11 preceding siblings ...)
  2023-11-26  2:08 ` devlocalhost
@ 2023-11-26 13:25 ` daniel-eys
  2023-11-26 13:51 ` [PR PATCH] [Updated] scrcpy: update to 2.3 devlocalhost
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: daniel-eys @ 2023-11-26 13:25 UTC (permalink / raw)
  To: ml

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

New comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/47016#issuecomment-1826784318

Comment:
> Bumped version, but I didn't test (build on my machine) because it's 4 am lol. Will check in the morning
> 
> A question: should I update the PR's name? (2.2 to 2.3)

yes and please squash the commits into one


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

* Re: [PR PATCH] [Updated] scrcpy: update to 2.3
  2023-11-02  0:32 [PR PATCH] scrcpy: update to 2.2 devlocalhost
                   ` (12 preceding siblings ...)
  2023-11-26 13:25 ` daniel-eys
@ 2023-11-26 13:51 ` devlocalhost
  2023-11-28  8:20 ` devlocalhost
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: devlocalhost @ 2023-11-26 13:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/devlocalhost/void-packages patch-1
https://github.com/void-linux/void-packages/pull/47016

scrcpy: update to 2.3
#### Testing the changes
- I tested the changes in this PR: **YES**

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

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

From 9a1c90732d772a9601cc26301c3ba764dbaba8f7 Mon Sep 17 00:00:00 2001
From: devlocalhost <lazarecobani@gmail.com>
Date: Thu, 2 Nov 2023 10:31:03 +0200
Subject: [PATCH] scrcpy: update to 2.3

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

diff --git a/srcpkgs/scrcpy/template b/srcpkgs/scrcpy/template
index ac18bc03418ce..735186458ae60 100644
--- a/srcpkgs/scrcpy/template
+++ b/srcpkgs/scrcpy/template
@@ -1,6 +1,6 @@
 # Template file for 'scrcpy'
 pkgname=scrcpy
-version=2.1.1
+version=2.3
 revision=1
 build_style=meson
 configure_args="-Dcompile_server=false
@@ -14,8 +14,8 @@ license="Apache-2.0"
 homepage="https://github.com/Genymobile/scrcpy"
 distfiles="https://github.com/Genymobile/scrcpy/archive/v${version}.tar.gz
  https://github.com/Genymobile/scrcpy/releases/download/v${version}/scrcpy-server-v${version}"
-checksum="6f3d055159cb125eabe940a901bef8a69e14e2c25f0e47554f846e7f26a36c4d
- 9558db6c56743a1dc03b38f59801fb40e91cc891f8fc0c89e5b0b067761f148e"
+checksum="70937335be7c8b0be3dcf4ae2b0371e5dbe6cf340bf4ccb341be3d10fc039c36
+ 8daed514d7796fca6987dc973e201bd15ba51d0f7258973dec92d9ded00dbd5f"
 skip_extraction="scrcpy-server-v${version}"
 
 post_install() {

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

* Re: scrcpy: update to 2.3
  2023-11-02  0:32 [PR PATCH] scrcpy: update to 2.2 devlocalhost
                   ` (13 preceding siblings ...)
  2023-11-26 13:51 ` [PR PATCH] [Updated] scrcpy: update to 2.3 devlocalhost
@ 2023-11-28  8:20 ` devlocalhost
  2023-11-28  8:20 ` devlocalhost
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: devlocalhost @ 2023-11-28  8:20 UTC (permalink / raw)
  To: ml

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

New comment by devlocalhost on void-packages repository

https://github.com/void-linux/void-packages/pull/47016#issuecomment-1829315695

Comment:
> Bumped version, but I didn't test (build on my machine) because it's 4 am lol. Will check in the morning
> 
> A question: should I update the PR's name? (2.2 to 2.3)

tested, works fine

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

* Re: scrcpy: update to 2.3
  2023-11-02  0:32 [PR PATCH] scrcpy: update to 2.2 devlocalhost
                   ` (14 preceding siblings ...)
  2023-11-28  8:20 ` devlocalhost
@ 2023-11-28  8:20 ` devlocalhost
  2024-01-11 10:29 ` biopsin
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: devlocalhost @ 2023-11-28  8:20 UTC (permalink / raw)
  To: ml

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

New comment by devlocalhost on void-packages repository

https://github.com/void-linux/void-packages/pull/47016#issuecomment-1829315695

Comment:
> Bumped version, but I didn't test (build on my machine) because it's 4 am lol. Will check in the morning
> 
> A question: should I update the PR's name? (2.2 to 2.3)

tested (compiles. no issues), works fine

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

* Re: scrcpy: update to 2.3
  2023-11-02  0:32 [PR PATCH] scrcpy: update to 2.2 devlocalhost
                   ` (15 preceding siblings ...)
  2023-11-28  8:20 ` devlocalhost
@ 2024-01-11 10:29 ` biopsin
  2024-01-11 10:31 ` devlocalhost
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: biopsin @ 2024-01-11 10:29 UTC (permalink / raw)
  To: ml

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

New comment by biopsin on void-packages repository

https://github.com/void-linux/void-packages/pull/47016#issuecomment-1886812045

Comment:
surpassed @ #47926

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

* Re: scrcpy: update to 2.3
  2023-11-02  0:32 [PR PATCH] scrcpy: update to 2.2 devlocalhost
                   ` (16 preceding siblings ...)
  2024-01-11 10:29 ` biopsin
@ 2024-01-11 10:31 ` devlocalhost
  2024-01-11 10:31 ` devlocalhost
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: devlocalhost @ 2024-01-11 10:31 UTC (permalink / raw)
  To: ml

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

New comment by devlocalhost on void-packages repository

https://github.com/void-linux/void-packages/pull/47016#issuecomment-1886813810

Comment:
I wonder why it commit wasn't already pushed...

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

* Re: scrcpy: update to 2.3
  2023-11-02  0:32 [PR PATCH] scrcpy: update to 2.2 devlocalhost
                   ` (17 preceding siblings ...)
  2024-01-11 10:31 ` devlocalhost
@ 2024-01-11 10:31 ` devlocalhost
  2024-01-11 10:31 ` devlocalhost
  2024-02-15 17:40 ` [PR PATCH] [Closed]: " classabbyamp
  20 siblings, 0 replies; 22+ messages in thread
From: devlocalhost @ 2024-01-11 10:31 UTC (permalink / raw)
  To: ml

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

New comment by devlocalhost on void-packages repository

https://github.com/void-linux/void-packages/pull/47016#issuecomment-1886813810

Comment:
I wonder why my commit wasn't already pushed...

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

* Re: scrcpy: update to 2.3
  2023-11-02  0:32 [PR PATCH] scrcpy: update to 2.2 devlocalhost
                   ` (18 preceding siblings ...)
  2024-01-11 10:31 ` devlocalhost
@ 2024-01-11 10:31 ` devlocalhost
  2024-02-15 17:40 ` [PR PATCH] [Closed]: " classabbyamp
  20 siblings, 0 replies; 22+ messages in thread
From: devlocalhost @ 2024-01-11 10:31 UTC (permalink / raw)
  To: ml

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

New comment by devlocalhost on void-packages repository

https://github.com/void-linux/void-packages/pull/47016#issuecomment-1886813810

Comment:
I wonder why my PR wasn't already pushed...

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

* Re: [PR PATCH] [Closed]: scrcpy: update to 2.3
  2023-11-02  0:32 [PR PATCH] scrcpy: update to 2.2 devlocalhost
                   ` (19 preceding siblings ...)
  2024-01-11 10:31 ` devlocalhost
@ 2024-02-15 17:40 ` classabbyamp
  20 siblings, 0 replies; 22+ messages in thread
From: classabbyamp @ 2024-02-15 17:40 UTC (permalink / raw)
  To: ml

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

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

scrcpy: update to 2.3
https://github.com/void-linux/void-packages/pull/47016

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

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

end of thread, other threads:[~2024-02-15 17:40 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-02  0:32 [PR PATCH] scrcpy: update to 2.2 devlocalhost
2023-11-02  0:32 ` devlocalhost
2023-11-02  8:23 ` mhmdanas
2023-11-02  8:31 ` [PR PATCH] [Updated] " devlocalhost
2023-11-02 10:43 ` lemmi
2023-11-02 19:21 ` devlocalhost
2023-11-02 20:07 ` devlocalhost
2023-11-02 21:07 ` daniel-eys
2023-11-26  1:27 ` daniel-eys
2023-11-26  2:05 ` [PR PATCH] [Updated] " devlocalhost
2023-11-26  2:06 ` devlocalhost
2023-11-26  2:07 ` devlocalhost
2023-11-26  2:08 ` devlocalhost
2023-11-26 13:25 ` daniel-eys
2023-11-26 13:51 ` [PR PATCH] [Updated] scrcpy: update to 2.3 devlocalhost
2023-11-28  8:20 ` devlocalhost
2023-11-28  8:20 ` devlocalhost
2024-01-11 10:29 ` biopsin
2024-01-11 10:31 ` devlocalhost
2024-01-11 10:31 ` devlocalhost
2024-01-11 10:31 ` devlocalhost
2024-02-15 17:40 ` [PR PATCH] [Closed]: " 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).