Diff scrcpy-2.0 with a scrcpy-2.1.1

/usr/portage/app-mobilephone/scrcpy/scrcpy-2.1.1.ebuild 2023-10-09 14:52:28.832368334 +0300
24 24
	!ppc64? ( dev-util/android-tools )"
25 25
BDEPEND=""
26 26

  
27
PATCHES=( "${FILESDIR}"/${P}-desktop.patch )
28

  
29 27
src_configure() {
30 28
	local emesonargs=(
31 29
		$(meson_use lto b_lto)
......
36 34

  
37 35
pkg_postinst() {
38 36
	xdg_pkg_postrm
37

  
38
	einfo "If you use pipewire because of a problem with libsdl2 it is possible that"
39
	einfo "scrcpy will not start, in which case start the program by exporting the"
40
	einfo "environment variable SDL_AUDIODRIVER=pipewire."
41
	einfo "For more information see https://github.com/Genymobile/scrcpy/issues/3864."
39 42
}
Thank you!