commit:     3b3299af1e122d633c77feb0019ceca00aae6285
Author:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 10:02:10 2022 +0000
Commit:     Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 10:02:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b3299af

app-mobilephone/scrcpy: drop 1.22, 1.23

Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>

 app-mobilephone/scrcpy/Manifest           |  4 ---
 app-mobilephone/scrcpy/scrcpy-1.22.ebuild | 43 -------------------------------
 app-mobilephone/scrcpy/scrcpy-1.23.ebuild | 34 ------------------------
 3 files changed, 81 deletions(-)

diff --git a/app-mobilephone/scrcpy/Manifest b/app-mobilephone/scrcpy/Manifest
index a08fbfe6f981..54618f53cd28 100644
--- a/app-mobilephone/scrcpy/Manifest
+++ b/app-mobilephone/scrcpy/Manifest
@@ -1,6 +1,2 @@
-DIST scrcpy-1.22.tar.gz 388720 BLAKE2B 
2cc9867ab854e81e502b1127e275f5bea7f061f19b08c94bf53c6ef6563c537e56f8531444e1ba7eaebd4f768946d1f19dab7f9cc7bce82eda0edf5fea64e79f
 SHA512 
fa9dc1bf8ea542b0a2e4a972759e606db69ce8ef1809a595f69b59872d7c588d98708894e2c53d2244bd6625ed9a8136974768a9e231353c363285e19c126a6e
-DIST scrcpy-1.23.tar.gz 417069 BLAKE2B 
3081c02ba43a7c1d089ea1908323591b737515c7708c64162393b6d16eb2916931218aaef8d0a1ed13d04b6ce83a074e266174919751deee8ffb5290d382a398
 SHA512 
a50aa64c612a87a79f4532c7f30db96f4fd63558202ed00f285c5e7dfc70413b707dbf2280d1d24733182e16edacde020897487eefaf6c502e6f5135daaae58e
 DIST scrcpy-1.24.tar.gz 424970 BLAKE2B 
33a0249ee9e9579b3bf8e0a4f94427b0c44b2a3aaf953c527a072d4f69ab89a680107b234803415741ba003ea6a8a207d33ce0d40341560fd6d85cda3807f7a6
 SHA512 
0eda7d6b0fb7339e1e32114d861194fd6bfce5ddb15d8d241f94278cb5800c2dd6c3bd69ea0b09b2bd5137757e85d679b2c789218e6933d83df4bc07dac09b2e
-DIST scrcpy-server-v1.22 40955 BLAKE2B 
691217a8e776eca14f4d40da3de50fa98687664747de8ef246d629a5a9f9394296b82760696e1b31a44287e3678cbd3e6be18c89e8347d6a5ce7c6bf7a1a3790
 SHA512 
1aab2befa783d5aa84a7e1e89a37924d4f9a2cc830bf8358b010864a071207fc1e40fa0d446ae743c1faef2b5d805518bade360a4d221b4fb3086954af3e6a62
-DIST scrcpy-server-v1.23 41123 BLAKE2B 
909cd015e5acddffe93ecac1bb2f1e022cb30a21edfef02565879db6763035c759ea8d3b274a0d0d7aeec8da7d66c5eafe3c443f6e178e645a88f782882d42ca
 SHA512 
31add6155db771a2285a3c2b918e0a05608dbaf21e8082dec09547d6d713f9251c607277c77d381e7c7415f359c41136eb194650620c0e8cd5ad81aec6eb904e
 DIST scrcpy-server-v1.24 41159 BLAKE2B 
332f05198bd64392ed870add260249d7e549ceb963e707ee6a249c08197c2c6a52bc427be0dfa99a479d61926d1ccea1471f5a448816b4b157c933d7a17cd75f
 SHA512 
1bbc921e954c722307ef4fb2e1478954f6bf14544da362a9edeefd0f90def435bee409130d2ef2fddee98ec6255e12e9bda595507fec479f3feae0a57fb78236

diff --git a/app-mobilephone/scrcpy/scrcpy-1.22.ebuild 
b/app-mobilephone/scrcpy/scrcpy-1.22.ebuild
deleted file mode 100644
index f0be131a7c94..000000000000
--- a/app-mobilephone/scrcpy/scrcpy-1.22.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 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"
-
-RDEPEND="media-libs/libsdl2[X]
-       media-video/ffmpeg
-       virtual/libusb:1"
-DEPEND="${RDEPEND}"
-BDEPEND=""
-
-src_configure() {
-       local emesonargs=(
-               -Db_lto=true
-               -Dprebuilt_server="${DISTDIR}/${PN}-server-v${PV}"
-       )
-       meson_src_configure
-}
-
-pkg_postinst() {
-       xdg_pkg_postrm
-
-       elog "If scrcpy returns an error like"
-       elog ""
-       elog "[server] ERROR: Exception on thread Thread[main,5,main]"
-       elog "java.lang.IllegalArgumentException"
-       elog "at android.media.MediaCodec.native_configure(Native Method)"
-       elog ""
-       elog "Just try with a lower definition:"
-       elog "scrcpy -m 1920 or scrcpy -m 1024"
-}

diff --git a/app-mobilephone/scrcpy/scrcpy-1.23.ebuild 
b/app-mobilephone/scrcpy/scrcpy-1.23.ebuild
deleted file mode 100644
index 7ca29eab260b..000000000000
--- a/app-mobilephone/scrcpy/scrcpy-1.23.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 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"
-
-RDEPEND="media-libs/libsdl2[X]
-       media-video/ffmpeg
-       virtual/libusb:1"
-DEPEND="${RDEPEND}"
-BDEPEND=""
-
-src_configure() {
-       local emesonargs=(
-               -Db_lto=true
-               -Dprebuilt_server="${DISTDIR}/${PN}-server-v${PV}"
-       )
-       meson_src_configure
-}
-
-pkg_postinst() {
-       xdg_pkg_postrm
-}

Reply via email to