scrcpy new package
This commit is contained in:
Executable
+28
@@ -0,0 +1,28 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import autotools
|
||||
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())
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def check():
|
||||
mesontools.build("test")
|
||||
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("LICENSE", "README*")
|
||||
Executable
+59
@@ -0,0 +1,59 @@
|
||||
<?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="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>
|
||||
<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>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="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>
|
||||
Executable
+14
@@ -0,0 +1,14 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>scrcpy</Name>
|
||||
<Summary xml:lang="tr">Android cihazınızı görüntüleyin ve kontrol edin</Summary>
|
||||
<Description xml:lang="tr">Android cihazınızı görüntüleyin ve kontrol edin</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>scrcpy-devel</Name>
|
||||
<Summary xml:lang="tr">scrcpy için geliştirme dosyaları</Summary>
|
||||
<Description xml:lang="tr">scrcpy için geliştirme dosyaları</Description>
|
||||
</Package>
|
||||
</PISI>
|
||||
+486
-131
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
5208713dc09727edbb3913361fa7cf5afc52c9b3
|
||||
0ef4e14568aea1b522f188c0b71e21449465f8fe
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
f3f0b1c914c38fb292b6832576c400e318e8db29
|
||||
47053f9d18f0e6346183a077de0e286038b364fe
|
||||
Reference in New Issue
Block a user