android-tools, scrcpy ver. bump

This commit is contained in:
Rmys
2023-06-11 17:53:09 +03:00
parent 22383e30e0
commit 7094a0ac4c
4 changed files with 26 additions and 5 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ from pisi.actionsapi import get
NoStrip=["/usr/local"]
def setup():
mesontools.configure("-D b_lto=true -D b_ndebug=true -D prebuilt_server='%s/scrcpy-server-v1.24'" % get.workDIR())
mesontools.configure("-D b_lto=true -D b_ndebug=true -D prebuilt_server='%s/scrcpy-server-v2.0'" % get.workDIR())
def build():
mesontools.build()
+9 -2
View File
@@ -13,8 +13,8 @@
<IsA>app:console</IsA>
<Summary>Display and control your Android device</Summary>
<Description>Display and control your Android device</Description>
<Archive sha1sum="37dcc6235909d4c6b8a552da90e236de481aa685" type="targz">https://github.com/Genymobile/scrcpy/archive/refs/tags/v1.24.tar.gz</Archive>
<Archive sha1sum="dac074959de38b83ecd787034291a454201f2df1" type="binary">https://github.com/Genymobile/scrcpy/releases/download/v1.24/scrcpy-server-v1.24</Archive>
<Archive sha1sum="8208835cf765eda497163a6de85b2c95e143f324" type="targz">https://github.com/Genymobile/scrcpy/archive/refs/tags/v2.0.tar.gz</Archive>
<Archive sha1sum="100cd7c71defd6473c55cd4b98bda177df4220ce" type="binary">https://github.com/Genymobile/scrcpy/releases/download/v2.0/scrcpy-server-v2.0</Archive>
<BuildDependencies>
<Dependency>jdk-openjdk</Dependency>
<Dependency>git</Dependency>
@@ -48,6 +48,13 @@
</Package>
<History>
<Update release="2">
<Date>2022-06-11</Date>
<Version>2.0</Version>
<Comment>Ver. Bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2022-05-28</Date>
<Version>1.24</Version>