Files
2023-06-11 18:01:37 +03:00

67 lines
2.6 KiB
XML
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>scrcpy</Name>
<Homepage>https://github.com/Genymobile/scrcpy</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>Apache</License>
<IsA>library</IsA>
<IsA>app:console</IsA>
<Summary>Display and control your Android device</Summary>
<Description>Display and control your Android device</Description>
<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>
<Dependency>wget</Dependency>
<Dependency>sudo</Dependency>
<Dependency>meson</Dependency>
<Dependency>libusb-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency versionFrom="34.0.1">android-tools</Dependency>
<Dependency>libsdl2-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>scrcpy</Name>
<Summary>Display and control your Android device</Summary>
<RuntimeDependencies>
<Dependency>libsdl2</Dependency>
<Dependency>libsdl2</Dependency>
<Dependency>ffmpeg</Dependency>
<Dependency>libusb</Dependency>
<Dependency>android-tools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc/</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="data">/usr/share/icons</Path>
</Files>
</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>
<Comment>First release.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>