Page MenuHomeSolus

D6504.diff
No OneTemporary

D6504.diff

diff --git a/files/fix_build.patch b/files/fix_build.patch
new file mode 100644
--- /dev/null
+++ b/files/fix_build.patch
@@ -0,0 +1,13 @@
+diff --git a/app/src/server.c b/app/src/server.c
+index d0599be..d59394f 100644
+--- a/app/src/server.c
++++ b/app/src/server.c
+@@ -15,7 +15,7 @@
+ #define SOCKET_NAME "scrcpy"
+ #define SERVER_FILENAME "scrcpy-server.jar"
+
+-#define DEFAULT_SERVER_PATH PREFIX "/share/scrcpy/" SERVER_FLENAME
++#define DEFAULT_SERVER_PATH PREFIX "/share/scrcpy/" SERVER_FILENAME
+ #define DEVICE_SERVER_PATH "/data/local/tmp/" SERVER_FILENAME
+
+ static const char *
diff --git a/files/scrcpy-server-v1.8.jar b/files/scrcpy-server-v1.8.jar
deleted file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/files/scrcpy-server-v1.9.jar b/files/scrcpy-server-v1.9.jar
new file mode 100644
index 0000000000000000000000000000000000000000..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 0
Hc$@<O00001
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : scrcpy
-version : 1.8
-release : 1
+version : 1.9
+release : 2
source :
- - https://github.com/Genymobile/scrcpy/archive/v1.8.tar.gz : 1d4b53573554a60fa46b6b40685dbe6c8474bc451ecbe803e2f2ec9724b48a01
+ - https://github.com/Genymobile/scrcpy/archive/v1.9.tar.gz : 905fe62e2825310eeb77187f8974763c3ae2f08ca1f649bcaf4721f1fd14a764
license : Apache-2.0
component : network.util
summary : Display and control your Android device
@@ -15,7 +15,8 @@
rundeps :
- android-tools
setup : |
- %meson_configure --buildtype release --strip -Db_lto=true -Dprebuilt_server="$pkgfiles/scrcpy-server-v1.8.jar"
+ %patch -p1 < $pkgfiles/fix_build.patch
+ %meson_configure --buildtype release --strip -Dportable=false -Dprebuilt_server="$pkgfiles/scrcpy-server-v1.9.jar" -Db_lto=true
build : |
%ninja_build
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -24,12 +24,12 @@
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2019-04-30</Date>
- <Version>1.8</Version>
+ <Update release="2">
+ <Date>2019-06-12</Date>
+ <Version>1.9</Version>
<Comment>Packaging update</Comment>
<Name>Thomas Staudinger</Name>
<Email>Staudi.Kaos@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 23 2023, 7:31 PM (7 w, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5789973
Default Alt Text
D6504.diff (2 KB)

Event Timeline