Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] scrcpy: update to 1.25.
@ 2022-12-22 17:07 daniel-eys
  2022-12-22 23:35 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: daniel-eys @ 2022-12-22 17:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/daniel-eys/void-packages scrcpy
https://github.com/void-linux/void-packages/pull/41240

scrcpy: update to 1.25.
<!-- 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, (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/41240.patch is attached

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

From 68e62898297ef635f9d3e910094c8108131447a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Thu, 22 Dec 2022 18:00:56 +0100
Subject: [PATCH] scrcpy: update to 1.25.

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

diff --git a/srcpkgs/scrcpy/template b/srcpkgs/scrcpy/template
index e1140b975f5c..2251341871d1 100644
--- a/srcpkgs/scrcpy/template
+++ b/srcpkgs/scrcpy/template
@@ -1,6 +1,6 @@
 # Template file for 'scrcpy'
 pkgname=scrcpy
-version=1.24
+version=1.25
 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="${homepage}/archive/v${version}.tar.gz
  ${homepage}/releases/download/v${version}/scrcpy-server-v${version}"
-checksum="e3054ad453ac577b941f8df0eabc94e842affc6e1d10ba8d21cededfa2eacc73
- ae74a81ea79c0dc7250e586627c278c0a9a8c5de46c9fb5c38c167fb1a36f056"
+checksum="dfecc9dcffd45540bef88a7e346d37bead3665a5c868a5a95c5ec7bfed43ad07
+ ce0306c7bbd06ae72f6d06f7ec0ee33774995a65de71e0a83813ecb67aec9bdb"
 skip_extraction="scrcpy-server-v${version}"
 
 post_install() {

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

* Re: [PR REVIEW] scrcpy: update to 1.25.
  2022-12-22 17:07 [PR PATCH] scrcpy: update to 1.25 daniel-eys
@ 2022-12-22 23:35 ` paper42
  2022-12-23 12:13 ` [PR PATCH] [Updated] " daniel-eys
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-12-22 23:35 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/41240#discussion_r1055930737

Comment:
let's remove the homepage variable here

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

* Re: [PR PATCH] [Updated] scrcpy: update to 1.25.
  2022-12-22 17:07 [PR PATCH] scrcpy: update to 1.25 daniel-eys
  2022-12-22 23:35 ` [PR REVIEW] " paper42
@ 2022-12-23 12:13 ` daniel-eys
  2022-12-23 12:14 ` [PR REVIEW] " daniel-eys
  2022-12-24 23:24 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: daniel-eys @ 2022-12-23 12:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/daniel-eys/void-packages scrcpy
https://github.com/void-linux/void-packages/pull/41240

scrcpy: update to 1.25.
<!-- 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, (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/41240.patch is attached

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

From befa56aef6c6589e970403dcb89658df502be8af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Thu, 22 Dec 2022 18:00:56 +0100
Subject: [PATCH] scrcpy: update to 1.25.

---
 srcpkgs/scrcpy/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/scrcpy/template b/srcpkgs/scrcpy/template
index e1140b975f5c..bceab1b771b8 100644
--- a/srcpkgs/scrcpy/template
+++ b/srcpkgs/scrcpy/template
@@ -1,6 +1,6 @@
 # Template file for 'scrcpy'
 pkgname=scrcpy
-version=1.24
+version=1.25
 revision=1
 build_style=meson
 configure_args="-Dcompile_server=false
@@ -12,10 +12,10 @@ short_desc="Display and control your Android device"
 maintainer="SolitudeSF <solitudesf@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/Genymobile/scrcpy"
-distfiles="${homepage}/archive/v${version}.tar.gz
- ${homepage}/releases/download/v${version}/scrcpy-server-v${version}"
-checksum="e3054ad453ac577b941f8df0eabc94e842affc6e1d10ba8d21cededfa2eacc73
- ae74a81ea79c0dc7250e586627c278c0a9a8c5de46c9fb5c38c167fb1a36f056"
+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="dfecc9dcffd45540bef88a7e346d37bead3665a5c868a5a95c5ec7bfed43ad07
+ ce0306c7bbd06ae72f6d06f7ec0ee33774995a65de71e0a83813ecb67aec9bdb"
 skip_extraction="scrcpy-server-v${version}"
 
 post_install() {

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

* Re: [PR REVIEW] scrcpy: update to 1.25.
  2022-12-22 17:07 [PR PATCH] scrcpy: update to 1.25 daniel-eys
  2022-12-22 23:35 ` [PR REVIEW] " paper42
  2022-12-23 12:13 ` [PR PATCH] [Updated] " daniel-eys
@ 2022-12-23 12:14 ` daniel-eys
  2022-12-24 23:24 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: daniel-eys @ 2022-12-23 12:14 UTC (permalink / raw)
  To: ml

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

New review comment by daniel-eys on void-packages repository

https://github.com/void-linux/void-packages/pull/41240#discussion_r1056301560

Comment:
done

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

* Re: [PR PATCH] [Merged]: scrcpy: update to 1.25.
  2022-12-22 17:07 [PR PATCH] scrcpy: update to 1.25 daniel-eys
                   ` (2 preceding siblings ...)
  2022-12-23 12:14 ` [PR REVIEW] " daniel-eys
@ 2022-12-24 23:24 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-12-24 23:24 UTC (permalink / raw)
  To: ml

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

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

scrcpy: update to 1.25.
https://github.com/void-linux/void-packages/pull/41240

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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-12-24 23:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-22 17:07 [PR PATCH] scrcpy: update to 1.25 daniel-eys
2022-12-22 23:35 ` [PR REVIEW] " paper42
2022-12-23 12:13 ` [PR PATCH] [Updated] " daniel-eys
2022-12-23 12:14 ` [PR REVIEW] " daniel-eys
2022-12-24 23:24 ` [PR PATCH] [Merged]: " paper42

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