Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] scrcpy: Update to 2.3.1
@ 2023-12-27 18:18 zen0bit
  2024-01-10  2:44 ` [PR PATCH] [Updated] " zen0bit
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zen0bit @ 2023-12-27 18:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR scrcpy
https://github.com/void-linux/void-packages/pull/47926

scrcpy: Update to 2.3.1

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

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)


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

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

From d0035810952c8a80ca1a8e6f26232d2d5f8c294c Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Wed, 27 Dec 2023 19:16:21 +0100
Subject: [PATCH] scrcpy: Update to 2.3.1

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

diff --git a/srcpkgs/scrcpy/template b/srcpkgs/scrcpy/template
index ac18bc03418ce..d04de770dc191 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.1
 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="76f38779f00d91d0b46a399ebca32c82ff1facdbd843871b7e46c2e7cad38a42
+ f6814822fc308a7a532f253485c9038183c6296a6c5df470a9e383b4f8e7605b"
 skip_extraction="scrcpy-server-v${version}"
 
 post_install() {

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

* Re: [PR PATCH] [Updated] scrcpy: Update to 2.3.1
  2023-12-27 18:18 [PR PATCH] scrcpy: Update to 2.3.1 zen0bit
@ 2024-01-10  2:44 ` zen0bit
  2024-02-10  9:59 ` adigitoleo
  2024-02-15 17:41 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: zen0bit @ 2024-01-10  2:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/oSoWoSo/VUR scrcpy
https://github.com/void-linux/void-packages/pull/47926

scrcpy: Update to 2.3.1

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

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)


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

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

From 5162474baaeb434a54fee0af441b76242743112f Mon Sep 17 00:00:00 2001
From: zenobit <zenobit@disroot.org>
Date: Wed, 27 Dec 2023 19:16:21 +0100
Subject: [PATCH] scrcpy: Update to 2.3.1

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

diff --git a/srcpkgs/scrcpy/template b/srcpkgs/scrcpy/template
index ac18bc03418ce..d04de770dc191 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.1
 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="76f38779f00d91d0b46a399ebca32c82ff1facdbd843871b7e46c2e7cad38a42
+ f6814822fc308a7a532f253485c9038183c6296a6c5df470a9e383b4f8e7605b"
 skip_extraction="scrcpy-server-v${version}"
 
 post_install() {

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

* Re: scrcpy: Update to 2.3.1
  2023-12-27 18:18 [PR PATCH] scrcpy: Update to 2.3.1 zen0bit
  2024-01-10  2:44 ` [PR PATCH] [Updated] " zen0bit
@ 2024-02-10  9:59 ` adigitoleo
  2024-02-15 17:41 ` [PR PATCH] [Merged]: " classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: adigitoleo @ 2024-02-10  9:59 UTC (permalink / raw)
  To: ml

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

New comment by adigitoleo on void-packages repository

https://github.com/void-linux/void-packages/pull/47926#issuecomment-1936958531

Comment:
works for me

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

* Re: [PR PATCH] [Merged]: scrcpy: Update to 2.3.1
  2023-12-27 18:18 [PR PATCH] scrcpy: Update to 2.3.1 zen0bit
  2024-01-10  2:44 ` [PR PATCH] [Updated] " zen0bit
  2024-02-10  9:59 ` adigitoleo
@ 2024-02-15 17:41 ` classabbyamp
  2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-02-15 17:41 UTC (permalink / raw)
  To: ml

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

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

scrcpy: Update to 2.3.1
https://github.com/void-linux/void-packages/pull/47926

Description:

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

#### Local build testing
- I built this PR locally for my native architecture, (x64 glibc)


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-27 18:18 [PR PATCH] scrcpy: Update to 2.3.1 zen0bit
2024-01-10  2:44 ` [PR PATCH] [Updated] " zen0bit
2024-02-10  9:59 ` adigitoleo
2024-02-15 17:41 ` [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).