Сравнение wine-vanilla-11.15 с wine-vanilla-9999
| /usr/portage/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild 2026-08-20 20:03:04.642015658 +0300 | ||
|---|---|---|
| 6 | 6 |
inherit optfeature wine |
| 7 | 7 | |
| 8 | 8 |
WINE_GECKO=2.47.4 |
| 9 |
WINE_MONO=11.2.0 |
|
| 9 |
WINE_MONO=11.3.0 |
|
| 10 | 10 | |
| 11 | 11 |
if [[ ${PV} == 9999 ]]; then
|
| 12 | 12 |
inherit git-r3 |
| ... | ... | |
| 33 | 33 |
+X +alsa bluetooth cups +dbus dos ffmpeg +fontconfig +gecko gphoto2 |
| 34 | 34 |
+gstreamer kerberos +mono netapi nls odbc opencl +opengl pcap perl |
| 35 | 35 |
pulseaudio samba scanner +sdl selinux smartcard +ssl +truetype udev |
| 36 |
usb v4l +vulkan wayland xinerama |
|
| 36 |
usb v4l vaapi +vulkan wayland xinerama |
|
| 37 | 37 |
" |
| 38 | 38 |
REQUIRED_USE=" |
| 39 | 39 |
X? ( truetype ) |
| ... | ... | |
| 68 | 68 |
ssl? ( net-libs/gnutls:=[${WINE_USEDEP}] )
|
| 69 | 69 |
truetype? ( media-libs/freetype[${WINE_USEDEP}] )
|
| 70 | 70 |
v4l? ( media-libs/libv4l[${WINE_USEDEP}] )
|
| 71 |
vaapi? ( media-libs/libva:=[${WINE_USEDEP}] )
|
|
| 71 | 72 |
vulkan? ( media-libs/vulkan-loader[X?,wayland?,${WINE_USEDEP}] )
|
| 72 | 73 |
" |
| 73 | 74 |
WINE_COMMON_DEPEND=" |
| ... | ... | |
| 181 | 182 |
$(use_with udev) |
| 182 | 183 |
$(use_with usb) |
| 183 | 184 |
$(use_with v4l v4l2) |
| 185 |
$(use_with vaapi va) |
|
| 184 | 186 |
$(use_with vulkan) |
| 185 | 187 |
$(use_with wayland) |
| 186 | 188 |
$(use_with xinerama) |