commit: 4d55380e66985a8a7a5307b787b3b5e4df1dd6b5 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Wed May 28 20:56:52 2025 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Sat May 31 10:18:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d55380e
app-mobilephone/scrcpy: drop 3.1 Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Part-of: https://github.com/gentoo/gentoo/pull/42310 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> app-mobilephone/scrcpy/Manifest | 2 -- app-mobilephone/scrcpy/scrcpy-3.1.ebuild | 45 -------------------------------- 2 files changed, 47 deletions(-) diff --git a/app-mobilephone/scrcpy/Manifest b/app-mobilephone/scrcpy/Manifest index e9e2f13beaaa..c1eddb26707c 100644 --- a/app-mobilephone/scrcpy/Manifest +++ b/app-mobilephone/scrcpy/Manifest @@ -1,4 +1,2 @@ -DIST scrcpy-3.1.tar.gz 459749 BLAKE2B aeb19ea29e053f10ba799a1d8bbbfc2de199e6a66ee0c67b04cde5912ddade246bf47200e7ae116f087700cb666ee15cca8347c84a37bdb77ac7622e04d07dcd SHA512 3ed5c38ea835157e812efce622c336fd866ea83b81e6ce3e342a4e4575a4ed1253c3b6e9685a0bf014500251a6ec45f13b98fe5572c4558b9aaa77650f3c6f76 DIST scrcpy-3.2.tar.gz 464967 BLAKE2B 6052c2dabc4544f51e52376aaffc32ef1be5d2269f73c4b1e2e0197558704413827faa96442be49bf8d143f56d073683d378ca1c33200c211371a6e4a49aa300 SHA512 f2c962193c290772017c7f83fb0872c7cc729a3179269e0ba2f716c7829e68e01609951e4cdf9dffa4877fbfe374ab452507871a677924f8def98bedbebc2b94 -DIST scrcpy-server-v3.1 90640 BLAKE2B f28881e80d49ddbe7680c4ee0360cb4bd7dd179ffe15c4bf0d178b091f3d86f0a78c66e4e0e2a4918f3a40ea0d4a0fe78ec932fa6699dd84b8fd9c287bb1b753 SHA512 1f8b06c1f530233daa48f086229e17d033ff0a119ab3c3bdf52ed30c62ec27978a7f20aac06bd134f67976805772343a5dced6ebccf15192fca7093997a72327 DIST scrcpy-server-v3.2 90888 BLAKE2B bf65e771a63ef786543f421ad64fddd12cd3c5ab35c49595a0efb58960235fad0989e93c218526d067d49af4d4e1e8a52d68e7936ff854d4ab7239506cb0f958 SHA512 c2d172c9866924c472d07d51b91914f02e8391b5dbaae99725ed5e44d42f2bbf92deaae4bfe27765a90382991234e44a02c18bc035d69fe4aa6493d2142dfec3 diff --git a/app-mobilephone/scrcpy/scrcpy-3.1.ebuild b/app-mobilephone/scrcpy/scrcpy-3.1.ebuild deleted file mode 100644 index ef5acfc0b38d..000000000000 --- a/app-mobilephone/scrcpy/scrcpy-3.1.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." -}
