summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2024-03-03 19:00:41 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2024-03-03 19:06:44 +0100
commita22fa398b65c41155f4bd562d86cbc2efa85e263 (patch)
tree73b95d55fb46d90f335f8395fa98c124b14143ea /app-mobilephone
parentsys-cluster/charliecloud: drop 0.35 (diff)
downloadgentoo-a22fa398b65c41155f4bd562d86cbc2efa85e263.tar.gz
gentoo-a22fa398b65c41155f4bd562d86cbc2efa85e263.tar.bz2
gentoo-a22fa398b65c41155f4bd562d86cbc2efa85e263.zip
app-mobilephone/scrcpy: drop 2.3.1-r1
Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
Diffstat (limited to 'app-mobilephone')
-rw-r--r--app-mobilephone/scrcpy/scrcpy-2.3.1-r1.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/app-mobilephone/scrcpy/scrcpy-2.3.1-r1.ebuild b/app-mobilephone/scrcpy/scrcpy-2.3.1-r1.ebuild
deleted file mode 100644
index ef5acfc0b38d..000000000000
--- a/app-mobilephone/scrcpy/scrcpy-2.3.1-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson xdg
-
-DESCRIPTION="Display and control your Android device"
-HOMEPAGE="https://github.com/Genymobile/scrcpy"
-# Source code and server part on Android device
-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}
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-DEPEND="
- media-libs/libsdl2[X]
- media-video/ffmpeg:=
- virtual/libusb:1
-"
-# Manual install for ppc64 until bug #723528 is fixed
-RDEPEND="
- ${DEPEND}
- !ppc64? ( dev-util/android-tools )
-"
-
-src_configure() {
- local emesonargs=(
- -Dprebuilt_server="${DISTDIR}/${PN}-server-v${PV}"
- )
- meson_src_configure
-}
-
-pkg_postinst() {
- xdg_pkg_postrm
-
- einfo "If you use pipewire because of a problem with libsdl2 it is possible that"
- einfo "scrcpy will not start, in which case start the program by exporting the"
- einfo "environment variable SDL_AUDIODRIVER=pipewire."
- einfo "For more information see https://github.com/Genymobile/scrcpy/issues/3864."
-}