Сравнение wine-vanilla-11.5 с wine-vanilla-9999

/usr/portage/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild 2026-04-04 11:46:07.554309068 +0300
31 31
"
32 32
SLOT="${PV}"
33 33
IUSE="
34
	+X +alsa bluetooth capi cups +dbus dos llvm-libunwind ffmpeg
35
	+fontconfig +gecko gphoto2 +gstreamer kerberos +mono netapi
36
	nls odbc opencl +opengl pcap perl pulseaudio samba scanner
37
	+sdl selinux smartcard +ssl +truetype udev +unwind usb v4l
38
	+vulkan wayland xinerama
34
	+X +alsa bluetooth capi cups +dbus dos ffmpeg +fontconfig +gecko
35
	gphoto2 +gstreamer kerberos +mono netapi nls odbc opencl +opengl
36
	pcap perl pulseaudio samba scanner +sdl selinux smartcard +ssl
37
	+truetype udev usb v4l +vulkan wayland xinerama
39 38
"
40 39
REQUIRED_USE="
41 40
	X? ( truetype )
......
93 92
	scanner? ( media-gfx/sane-backends[${WINE_USEDEP}] )
94 93
	smartcard? ( sys-apps/pcsc-lite[${WINE_USEDEP}] )
95 94
	udev? ( virtual/libudev:=[${WINE_USEDEP}] )
96
	unwind? (
97
		llvm-libunwind? ( llvm-runtimes/libunwind[${WINE_USEDEP}] )
98
		!llvm-libunwind? ( sys-libs/libunwind:=[${WINE_USEDEP}] )
99
	)
100 95
	usb? ( dev-libs/libusb:1[${WINE_USEDEP}] )
101 96
	wayland? (
102 97
		dev-libs/wayland[${WINE_USEDEP}]
......
150 145

  
151 146
PATCHES=(
152 147
	"${FILESDIR}"/${PN}-7.0-noexecstack.patch
153
	"${FILESDIR}"/${PN}-7.20-unwind.patch
154 148
	"${FILESDIR}"/${PN}-8.13-rpath.patch
155 149
)
156 150

  
......
185 179
		$(use_with ssl gnutls)
186 180
		$(use_with truetype freetype)
187 181
		$(use_with udev)
188
		$(use_with unwind)
189 182
		$(use_with usb)
190 183
		$(use_with v4l v4l2)
191 184
		$(use_with vulkan)
Спасибо!