From 223346f7ca2282a5b65fa40b582eab920dc6d36e Mon Sep 17 00:00:00 2001 From: Puqns67 Date: Mon, 5 Feb 2024 17:14:41 +0800 Subject: [PATCH] app-mobilephone/scrcpy: add 2.3.1-r1, drop 2.3.1 * Fix the problem that USE audio of media-libs/libsdl2 in DEPEND does not exist --- .../scrcpy/{scrcpy-2.3.1.ebuild => scrcpy-2.3.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename app-mobilephone/scrcpy/{scrcpy-2.3.1.ebuild => scrcpy-2.3.1-r1.ebuild} (96%) diff --git a/app-mobilephone/scrcpy/scrcpy-2.3.1.ebuild b/app-mobilephone/scrcpy/scrcpy-2.3.1-r1.ebuild similarity index 96% rename from app-mobilephone/scrcpy/scrcpy-2.3.1.ebuild rename to app-mobilephone/scrcpy/scrcpy-2.3.1-r1.ebuild index c2fc3ef..01ce806 100644 --- a/app-mobilephone/scrcpy/scrcpy-2.3.1.ebuild +++ b/app-mobilephone/scrcpy/scrcpy-2.3.1-r1.ebuild @@ -15,7 +15,7 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~x86" -DEPEND="media-libs/libsdl2[video,audio] +DEPEND="media-libs/libsdl2[video,sound] media-video/ffmpeg virtual/libusb:1" # Manual install for ppc64 until bug #723528 is fixed