commit: aac9e457aa3d5493fca4c8cb3227803ff5df5af8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 24 16:06:36 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb 24 16:40:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aac9e457
app-mobilephone/scrcpy: Add := dep on media-video/ffmpeg
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{scrcpy-2.3.1.ebuild => scrcpy-2.3.1-r1.ebuild} | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/app-mobilephone/scrcpy/scrcpy-2.3.1.ebuild
b/app-mobilephone/scrcpy/scrcpy-2.3.1-r1.ebuild
similarity index 79%
rename from app-mobilephone/scrcpy/scrcpy-2.3.1.ebuild
rename to app-mobilephone/scrcpy/scrcpy-2.3.1-r1.ebuild
index b353534c5781..ef5acfc0b38d 100644
--- a/app-mobilephone/scrcpy/scrcpy-2.3.1.ebuild
+++ b/app-mobilephone/scrcpy/scrcpy-2.3.1-r1.ebuild
@@ -8,19 +8,25 @@ 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}"
+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"
+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 )"
+RDEPEND="
+ ${DEPEND}
+ !ppc64? ( dev-util/android-tools )
+"
src_configure() {
local emesonargs=(