Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1,5 @@ +libSDL2-2.0.so.0 +libavcodec.so.58 +libavformat.so.58 +libavutil.so.56 +libc.so.6 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,22 @@ +name : scrcpy +version : 1.8 +release : 1 +source : + - https://github.com/Genymobile/scrcpy/archive/v1.8.tar.gz : 1d4b53573554a60fa46b6b40685dbe6c8474bc451ecbe803e2f2ec9724b48a01 +license : Apache-2.0 +component : network.util +summary : Display and control your Android device +description: | + This application provides display and control of Android devices connected on USB (or over TCP/IP). It does not require any root access. +builddeps : + - pkgconfig(libavformat) + - pkgconfig(sdl2) + - openjdk-8 +rundeps : + - android-tools +setup : | + %meson_configure --buildtype release --strip -Db_lto=true -Dprebuilt_server="$pkgfiles/scrcpy-server-v1.8.jar" +build : | + %ninja_build +install : | + %ninja_install Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,35 @@ + + + scrcpy + + Thomas Staudinger + Staudi.Kaos@gmail.com + + Apache-2.0 + network.util + Display and control your Android device + This application provides display and control of Android devices connected on USB (or over TCP/IP). It does not require any root access. + + https://getsol.us/sources/README.Solus + + + scrcpy + Display and control your Android device + This application provides display and control of Android devices connected on USB (or over TCP/IP). It does not require any root access. + + network.util + + /usr/bin/scrcpy + /usr/share/scrcpy/scrcpy-server.jar + + + + + 2019-04-30 + 1.8 + Packaging update + Thomas Staudinger + Staudi.Kaos@gmail.com + + + \ No newline at end of file