app-mobilephone/scrcpy - 2.1.1 (menelkir)

Search

Package Information

Description:
Display and control your Android device
Homepage:
https://blog.rom1v.com/2018/03/introducing-scrcpy/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
2.1.1 7 ~amd64 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit meson

KEYWORDS="~amd64"

SRC_URI="https://github.com/Genymobile/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
	https://github.com/Genymobile/${PN}/releases/download/v${PV}/${PN}-server-v${PV}"

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"

DEPEND="media-libs/libsdl2[X]
	media-video/ffmpeg"
RDEPEND="${DEPEND}"
PDEPEND=""

src_configure() {
	local emesonargs=(
		-Db_lto=true
		-Dprebuilt_server="${DISTDIR}/${PN}-server-v${PV}"
	)
	meson_src_configure
}

Dependencies

DEPEND

media-libs/libsdl2[X]
	media-video/ffmpeg

RDEPEND

media-libs/libsdl2[X]
	media-video/ffmpeg

Manifest for 2.1.1

Type File Size Source URLs
DIST scrcpy-2.1.1.tar.gz 386002 bytes https://github.com/Genymobile/scrcpy/archive/v2.1.1.tar.gz
DIST scrcpy-server-v2.1.1 56995 bytes https://github.com/Genymobile/scrcpy/releases/download/v2.1.1/scrcpy-server-v2.1.1