From d941e0a66c717c1f67ae35cf31afdfcbf7f7acbb Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 17 Oct 2022 19:55:04 +0100 Subject: gentoo auto-resync : 17:10:2022 - 19:55:04 --- app-mobilephone/Manifest.gz | Bin 2054 -> 2054 bytes app-mobilephone/scrcpy/Manifest | 2 +- app-mobilephone/scrcpy/scrcpy-1.24-r1.ebuild | 36 +++++++++++++++++++++++++++ app-mobilephone/scrcpy/scrcpy-1.24.ebuild | 34 ------------------------- 4 files changed, 37 insertions(+), 35 deletions(-) create mode 100644 app-mobilephone/scrcpy/scrcpy-1.24-r1.ebuild delete mode 100644 app-mobilephone/scrcpy/scrcpy-1.24.ebuild (limited to 'app-mobilephone') diff --git a/app-mobilephone/Manifest.gz b/app-mobilephone/Manifest.gz index 3f891ec93ab0..2aba4130ea94 100644 Binary files a/app-mobilephone/Manifest.gz and b/app-mobilephone/Manifest.gz differ diff --git a/app-mobilephone/scrcpy/Manifest b/app-mobilephone/scrcpy/Manifest index 7bac4bc693e3..03525f7c8e84 100644 --- a/app-mobilephone/scrcpy/Manifest +++ b/app-mobilephone/scrcpy/Manifest @@ -1,4 +1,4 @@ DIST scrcpy-1.24.tar.gz 424970 BLAKE2B 33a0249ee9e9579b3bf8e0a4f94427b0c44b2a3aaf953c527a072d4f69ab89a680107b234803415741ba003ea6a8a207d33ce0d40341560fd6d85cda3807f7a6 SHA512 0eda7d6b0fb7339e1e32114d861194fd6bfce5ddb15d8d241f94278cb5800c2dd6c3bd69ea0b09b2bd5137757e85d679b2c789218e6933d83df4bc07dac09b2e DIST scrcpy-server-v1.24 41159 BLAKE2B 332f05198bd64392ed870add260249d7e549ceb963e707ee6a249c08197c2c6a52bc427be0dfa99a479d61926d1ccea1471f5a448816b4b157c933d7a17cd75f SHA512 1bbc921e954c722307ef4fb2e1478954f6bf14544da362a9edeefd0f90def435bee409130d2ef2fddee98ec6255e12e9bda595507fec479f3feae0a57fb78236 -EBUILD scrcpy-1.24.ebuild 779 BLAKE2B 751c9af2102a6f6f67229bf698dd3843c0a5a1ad464d1c3545b587795c5a208c20f3cc3312a232ec61e293997805bbe448f4ff6f1f461f5764ecab4cba0f18c9 SHA512 bcb0436c76e990ac607912a8cfb52da3963e36abab65512c4cee3aeac519cd6273ce40f7b846c0cd0f739f033cddb3cb6c434d6674260e0722c58953c081ab85 +EBUILD scrcpy-1.24-r1.ebuild 868 BLAKE2B 62269b6e351772639366f7254583a6c84a7362d7b3f68dc6eec929fd2041de97ba57ba75003aaa71d736e07788920d7bad372aab0315355d5fbf6c7c87d96e53 SHA512 43c83f799e73b5bfcec7f60cad1d5c60c36d8028f71330d217eb96a3953ad504b7e8264df073d9e75d9f5e50232fc87aa7bd93bc0e85b9266f61701bc89364ad MISC metadata.xml 253 BLAKE2B 8557c513beef73e834b0a000c523a3241da961c6307b6e98ac857dad0888c4bbd028c98f8499f01086c24e8f2f57c64bc75db20154dab232adefc2510fccac03 SHA512 67dd372ef7b684101d9198c6199a6403f8750132d80aab4f4daa4b31ebaea3d82eb9a18e904734e2ac10c77b237d67210055949ff1c6d5aad4f75951a096884a diff --git a/app-mobilephone/scrcpy/scrcpy-1.24-r1.ebuild b/app-mobilephone/scrcpy/scrcpy-1.24-r1.ebuild new file mode 100644 index 000000000000..d4a1b612ed53 --- /dev/null +++ b/app-mobilephone/scrcpy/scrcpy-1.24-r1.ebuild @@ -0,0 +1,36 @@ +# 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" + +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 )" +BDEPEND="" + +src_configure() { + local emesonargs=( + -Db_lto=true + -Dprebuilt_server="${DISTDIR}/${PN}-server-v${PV}" + ) + meson_src_configure +} + +pkg_postinst() { + xdg_pkg_postrm +} diff --git a/app-mobilephone/scrcpy/scrcpy-1.24.ebuild b/app-mobilephone/scrcpy/scrcpy-1.24.ebuild deleted file mode 100644 index 7ca29eab260b..000000000000 --- a/app-mobilephone/scrcpy/scrcpy-1.24.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 -} -- cgit v1.2.3