app-mobilephone/scrcpy: Version bump

mhiretskiy
Alexander Tratsevskiy 4 years ago
parent a34defb3ac
commit 2c721d475f

@ -0,0 +1,2 @@
DIST scrcpy-server-v1.14 33142 BLAKE2B 1cb3537bb21417c1ca0cb4b22ce3dea36d587a26c6db3a157964e3913d8983cd669653c02f502c401c0b1b30ac58fd35ee58cfc8cd41791490e0512827d81191 SHA512 791b2847882749994a6e013cc964aa2d6c23e6550b86352f81874e8d23c495740d15aa4872a59cb3529b8210f59a230014aa7c369150609ef7e907f6199f9d80
EBUILD scrcpy-1.14.ebuild 926 BLAKE2B 24c422b16ea893b90a55521ab013291b536721927969f576b454601192495484d5f3af0e183db3ef9930dce763fe7f825c641c63a51b6d633675954c3ca814c3 SHA512 aef25ee7ff4a6d1b3b9c7bedae337f8e110203eb077d8309522aa0a13d4a47a7e844a9e89842fadc4be61104987a5b7825fbcd6b65c470b357689bdfd596b855

@ -0,0 +1,44 @@
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit meson ninja-utils git-r3
EGIT_REPO_URI="https://github.com/Genymobile/scrcpy.git"
if [[ ${PV} = 9999* ]]; then
MY_SERVER_PV="1.3"
else
EGIT_COMMIT="v${PV}"
MY_SERVER_PV="${PV}"
KEYWORDS="~amd64"
fi
MY_SERVER_PN="scrcpy-server"
MY_SERVER_P="${MY_SERVER_PN}-v${MY_SERVER_PV}"
SRC_URI="https://github.com/Genymobile/${PN}/releases/download/v${MY_SERVER_PV}/${MY_SERVER_P}"
DESCRIPTION="Display and control your Android device"
HOMEPAGE="https://blog.rom1v.com/2018/03/introducing-scrcpy/"
LICENSE="Apache-2.0"
SLOT="0"
IUSE=""
RESTRICT="test"
COMMON_DEPEND="media-libs/libsdl2[X]
media-video/ffmpeg"
DEPEND="${COMMON_DEPEND}"
RDEPEND="${COMMON_DEPEND}"
PDEPEND=""
src_configure() {
local emesonargs=(
-Db_lto=true
-Dprebuilt_server="${DISTDIR}/${MY_SERVER_P}"
)
meson_src_configure
}

@ -2,6 +2,7 @@
~app-crypt/shim-signed-0.2 amd64
~dev-python/soaplib-1.0.0 amd64
#~games-action/oolite-1.86 amd64
~app-mobilephone/scrcpy-1.14
~games-util/steam-launcher-1.0.0.64 amd64
~media-gfx/blender-2.81a amd64
~media-plugins/deadbeef-archive-reader-20160116 amd64

Loading…
Cancel
Save