Merge pull request #12033 from Rmys/master
android-tools, scrcpy ver. bump
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<PartOf>programming.tools</PartOf>
|
||||
<Summary xml:lang="en">Android Platform Tools</Summary>
|
||||
<Description xml:lang="en">Android Platform Tools</Description>
|
||||
<Archive type="tarxz" sha1sum="decd6aa74abf4d5631358a8d5e8f177dea389e51">https://github.com/nmeum/android-tools/releases/download/33.0.3/android-tools-33.0.3.tar.xz</Archive>
|
||||
<Archive type="tarxz" sha1sum="083c2467edd770add7de75ac641baa3ce4b825bf">https://github.com/nmeum/android-tools/releases/download/34.0.1/android-tools-34.0.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>git</Dependency>
|
||||
<Dependency>gcc</Dependency>
|
||||
@@ -58,6 +58,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2023-06-11</Date>
|
||||
<Version>34.0.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2022-10-22</Date>
|
||||
<Version>33.0.3</Version>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
<License>GPL3</License>
|
||||
<Summary>Udev rules to connect Android devices to your linux box</Summary>
|
||||
<Description>Udev rules to connect Android devices to your linux box</Description>
|
||||
<Archive sha1sum="8a8c110ef82b3f56e49340574bba22341c0d060e" type="targz" >https://github.com/M0Rf30/android-udev-rules/archive/refs/tags/20220102.tar.gz</Archive>
|
||||
<Archive sha1sum="652256f3b06f236ee868ae2cd828b4657c4546c9" type="targz" >https://github.com/M0Rf30/android-udev-rules/archive/refs/tags/20230303.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>eudev-devel</Dependency>
|
||||
<Dependency>libmtp-devel</Dependency>
|
||||
@@ -37,6 +37,13 @@
|
||||
</AdditionalFiles>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2023-06-11</Date>
|
||||
<Version>20230303</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2022-05-03</Date>
|
||||
<Version>20220102</Version>
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user