Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] scrcpy: update to 1.10.
@ 2019-10-05 14:37 voidlinux-github
  2019-10-06 14:23 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-05 14:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/prspkt/void-packages scrcpy
https://github.com/void-linux/void-packages/pull/15127

scrcpy: update to 1.10.


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

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

From 4d65f881ce98b94e8517b556738f4592e8b0d728 Mon Sep 17 00:00:00 2001
From: prspkt <prspkt@protonmail.com>
Date: Sat, 5 Oct 2019 16:01:42 +0300
Subject: [PATCH] scrcpy: update to 1.10.

Signed-off-by: prspkt <prspkt@protonmail.com>
---
 srcpkgs/scrcpy/INSTALL.msg |  6 ------
 srcpkgs/scrcpy/template    | 14 +++++++++-----
 2 files changed, 9 insertions(+), 11 deletions(-)
 delete mode 100644 srcpkgs/scrcpy/INSTALL.msg

diff --git a/srcpkgs/scrcpy/INSTALL.msg b/srcpkgs/scrcpy/INSTALL.msg
deleted file mode 100644
index ea0e3ec7e9b..00000000000
--- a/srcpkgs/scrcpy/INSTALL.msg
+++ /dev/null
@@ -1,6 +0,0 @@
-If you encounter the following error:
-  adb: error: cannot stat '/usr/bin/scrcpy-server.jar': No such file or directory
-  ERROR: "adb push" returned with value 1
-
-Execute "export SCRCPY_SERVER_PATH=/usr/share/scrcpy/scrcpy-server-v1.9.jar"
-before executing scrcpy, or add it in your ~/.bashrc file.
diff --git a/srcpkgs/scrcpy/template b/srcpkgs/scrcpy/template
index 98543136b92..bb2726b5f3a 100644
--- a/srcpkgs/scrcpy/template
+++ b/srcpkgs/scrcpy/template
@@ -1,7 +1,7 @@
 # Template file for 'scrcpy'
 pkgname=scrcpy
-version=1.9
-revision=2
+version=1.10
+revision=1
 build_style=meson
 configure_args="-Dbuild_server=false
  -Doverride_server_path=/usr/share/scrcpy/scrcpy-server-v${version}.jar"
@@ -14,11 +14,15 @@ 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}.jar"
-checksum="905fe62e2825310eeb77187f8974763c3ae2f08ca1f649bcaf4721f1fd14a764
- ad7e539f100e48259b646f26982bc63e0a60a81ac87ae135e242855bef69bd1a"
+checksum="71bd3b01f26233d73b91c0953ce004bd3195bcfd0c83b76c269094fb06e5ffa5
+ cbeb1a4e046f1392c1dc73c3ccffd7f86dec4636b505556ea20929687a119390"
 skip_extraction="scrcpy-server-v${version}.jar"
 
+pre_configure() {
+	echo -n > server/meson.build
+}
+
 post_install() {
 	vinstall ${XBPS_SRCDISTDIR}/scrcpy-${version}/scrcpy-server-v${version}.jar \
-		644 /usr/share/scrcpy/
+		644 /usr/share/scrcpy/ scrcpy-server.jar
 }

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

* Re: [PR PATCH] [Updated] scrcpy: update to 1.10.
  2019-10-05 14:37 [PR PATCH] scrcpy: update to 1.10 voidlinux-github
@ 2019-10-06 14:23 ` voidlinux-github
  2019-10-06 14:23 ` voidlinux-github
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-06 14:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/prspkt/void-packages scrcpy
https://github.com/void-linux/void-packages/pull/15127

scrcpy: update to 1.10.


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

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

From 5033cacaed3b3ffd767317001b3acac28e16e1e7 Mon Sep 17 00:00:00 2001
From: prspkt <prspkt@protonmail.com>
Date: Sat, 5 Oct 2019 16:01:42 +0300
Subject: [PATCH] scrcpy: update to 1.10.

Signed-off-by: prspkt <prspkt@protonmail.com>
---
 srcpkgs/scrcpy/INSTALL.msg |  6 ------
 srcpkgs/scrcpy/template    | 14 +++++++-------
 2 files changed, 7 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/scrcpy/INSTALL.msg

diff --git a/srcpkgs/scrcpy/INSTALL.msg b/srcpkgs/scrcpy/INSTALL.msg
deleted file mode 100644
index ea0e3ec7e9b..00000000000
--- a/srcpkgs/scrcpy/INSTALL.msg
+++ /dev/null
@@ -1,6 +0,0 @@
-If you encounter the following error:
-  adb: error: cannot stat '/usr/bin/scrcpy-server.jar': No such file or directory
-  ERROR: "adb push" returned with value 1
-
-Execute "export SCRCPY_SERVER_PATH=/usr/share/scrcpy/scrcpy-server-v1.9.jar"
-before executing scrcpy, or add it in your ~/.bashrc file.
diff --git a/srcpkgs/scrcpy/template b/srcpkgs/scrcpy/template
index 98543136b92..953ec08f28d 100644
--- a/srcpkgs/scrcpy/template
+++ b/srcpkgs/scrcpy/template
@@ -1,10 +1,10 @@
 # Template file for 'scrcpy'
 pkgname=scrcpy
-version=1.9
-revision=2
+version=1.10
+revision=1
 build_style=meson
-configure_args="-Dbuild_server=false
- -Doverride_server_path=/usr/share/scrcpy/scrcpy-server-v${version}.jar"
+configure_args="-Dcompile_server=false
+ -Dprebuilt_server=/usr/share/scrcpy/scrcpy-server-v${version}.jar"
 hostmakedepends="pkg-config"
 makedepends="SDL2-devel ffmpeg-devel"
 depends="android-tools"
@@ -14,11 +14,11 @@ 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}.jar"
-checksum="905fe62e2825310eeb77187f8974763c3ae2f08ca1f649bcaf4721f1fd14a764
- ad7e539f100e48259b646f26982bc63e0a60a81ac87ae135e242855bef69bd1a"
+checksum="71bd3b01f26233d73b91c0953ce004bd3195bcfd0c83b76c269094fb06e5ffa5
+ cbeb1a4e046f1392c1dc73c3ccffd7f86dec4636b505556ea20929687a119390"
 skip_extraction="scrcpy-server-v${version}.jar"
 
 post_install() {
 	vinstall ${XBPS_SRCDISTDIR}/scrcpy-${version}/scrcpy-server-v${version}.jar \
-		644 /usr/share/scrcpy/
+		644 /usr/share/scrcpy/ scrcpy-server.jar
 }

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

* Re: [PR PATCH] [Updated] scrcpy: update to 1.10.
  2019-10-05 14:37 [PR PATCH] scrcpy: update to 1.10 voidlinux-github
  2019-10-06 14:23 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-06 14:23 ` voidlinux-github
  2019-10-06 14:24 ` voidlinux-github
  2019-11-12  1:10 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-06 14:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/prspkt/void-packages scrcpy
https://github.com/void-linux/void-packages/pull/15127

scrcpy: update to 1.10.


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

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

From 5033cacaed3b3ffd767317001b3acac28e16e1e7 Mon Sep 17 00:00:00 2001
From: prspkt <prspkt@protonmail.com>
Date: Sat, 5 Oct 2019 16:01:42 +0300
Subject: [PATCH] scrcpy: update to 1.10.

Signed-off-by: prspkt <prspkt@protonmail.com>
---
 srcpkgs/scrcpy/INSTALL.msg |  6 ------
 srcpkgs/scrcpy/template    | 14 +++++++-------
 2 files changed, 7 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/scrcpy/INSTALL.msg

diff --git a/srcpkgs/scrcpy/INSTALL.msg b/srcpkgs/scrcpy/INSTALL.msg
deleted file mode 100644
index ea0e3ec7e9b..00000000000
--- a/srcpkgs/scrcpy/INSTALL.msg
+++ /dev/null
@@ -1,6 +0,0 @@
-If you encounter the following error:
-  adb: error: cannot stat '/usr/bin/scrcpy-server.jar': No such file or directory
-  ERROR: "adb push" returned with value 1
-
-Execute "export SCRCPY_SERVER_PATH=/usr/share/scrcpy/scrcpy-server-v1.9.jar"
-before executing scrcpy, or add it in your ~/.bashrc file.
diff --git a/srcpkgs/scrcpy/template b/srcpkgs/scrcpy/template
index 98543136b92..953ec08f28d 100644
--- a/srcpkgs/scrcpy/template
+++ b/srcpkgs/scrcpy/template
@@ -1,10 +1,10 @@
 # Template file for 'scrcpy'
 pkgname=scrcpy
-version=1.9
-revision=2
+version=1.10
+revision=1
 build_style=meson
-configure_args="-Dbuild_server=false
- -Doverride_server_path=/usr/share/scrcpy/scrcpy-server-v${version}.jar"
+configure_args="-Dcompile_server=false
+ -Dprebuilt_server=/usr/share/scrcpy/scrcpy-server-v${version}.jar"
 hostmakedepends="pkg-config"
 makedepends="SDL2-devel ffmpeg-devel"
 depends="android-tools"
@@ -14,11 +14,11 @@ 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}.jar"
-checksum="905fe62e2825310eeb77187f8974763c3ae2f08ca1f649bcaf4721f1fd14a764
- ad7e539f100e48259b646f26982bc63e0a60a81ac87ae135e242855bef69bd1a"
+checksum="71bd3b01f26233d73b91c0953ce004bd3195bcfd0c83b76c269094fb06e5ffa5
+ cbeb1a4e046f1392c1dc73c3ccffd7f86dec4636b505556ea20929687a119390"
 skip_extraction="scrcpy-server-v${version}.jar"
 
 post_install() {
 	vinstall ${XBPS_SRCDISTDIR}/scrcpy-${version}/scrcpy-server-v${version}.jar \
-		644 /usr/share/scrcpy/
+		644 /usr/share/scrcpy/ scrcpy-server.jar
 }

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

* Re: scrcpy: update to 1.10.
  2019-10-05 14:37 [PR PATCH] scrcpy: update to 1.10 voidlinux-github
  2019-10-06 14:23 ` [PR PATCH] [Updated] " voidlinux-github
  2019-10-06 14:23 ` voidlinux-github
@ 2019-10-06 14:24 ` voidlinux-github
  2019-11-12  1:10 ` [PR PATCH] [Merged]: " voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-06 14:24 UTC (permalink / raw)
  To: ml

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

New comment by prspkt on void-packages repository

https://github.com/void-linux/void-packages/pull/15127#issuecomment-538752080

Comment:
@Johnnynator meson_options revised.

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

* Re: [PR PATCH] [Merged]: scrcpy: update to 1.10.
  2019-10-05 14:37 [PR PATCH] scrcpy: update to 1.10 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-06 14:24 ` voidlinux-github
@ 2019-11-12  1:10 ` voidlinux-github
  3 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-11-12  1:10 UTC (permalink / raw)
  To: ml

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

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

scrcpy: update to 1.10.
https://github.com/void-linux/void-packages/pull/15127

Description:


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

end of thread, other threads:[~2019-11-12  1:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-05 14:37 [PR PATCH] scrcpy: update to 1.10 voidlinux-github
2019-10-06 14:23 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-06 14:23 ` voidlinux-github
2019-10-06 14:24 ` voidlinux-github
2019-11-12  1:10 ` [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).