diff options
| author | root <root@alpha.trunkmasters.com> | 2026-08-11 09:27:04 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-08-11 09:27:04 -0500 |
| commit | b69dfec710446b669325105bc26df250226eb2a5 (patch) | |
| tree | 17d8cba2edf3f89d075e90bfeec6b43d7c3f0524 /app-emulation | |
| parent | 1d6465b5d865e6a9fa135b506299b31e5e2ebfc1 (diff) | |
| download | baldeagleos-repo-b69dfec710446b669325105bc26df250226eb2a5.tar.gz baldeagleos-repo-b69dfec710446b669325105bc26df250226eb2a5.tar.xz baldeagleos-repo-b69dfec710446b669325105bc26df250226eb2a5.zip | |
Adding metadata
Diffstat (limited to 'app-emulation')
| -rw-r--r-- | app-emulation/wine-staging/wine-staging-9999.ebuild | 4 | ||||
| -rw-r--r-- | app-emulation/wine-vanilla/wine-vanilla-9999.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index cd001b47e76a..53c5d1fedc6a 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -39,7 +39,7 @@ IUSE=" +X +alsa bluetooth cups +dbus dos ffmpeg +fontconfig +gecko gphoto2 +gstreamer kerberos +mono netapi nls odbc opencl +opengl pcap perl pulseaudio samba scanner +sdl selinux smartcard +ssl +truetype udev - usb v4l +vulkan wayland xinerama + usb v4l vaapi +vulkan wayland xinerama " REQUIRED_USE=" X? ( truetype ) @@ -74,6 +74,7 @@ WINE_DLOPEN_DEPEND=" ssl? ( net-libs/gnutls:=[${WINE_USEDEP}] ) truetype? ( media-libs/freetype[${WINE_USEDEP}] ) v4l? ( media-libs/libv4l[${WINE_USEDEP}] ) + vaapi? ( media-libs/libva:=[${WINE_USEDEP}] ) vulkan? ( media-libs/vulkan-loader[X?,wayland?,${WINE_USEDEP}] ) " WINE_COMMON_DEPEND=" @@ -220,6 +221,7 @@ src_configure() { $(use_with udev) $(use_with usb) $(use_with v4l v4l2) + $(use_with vaapi va) $(use_with vulkan) $(use_with wayland) $(use_with xinerama) diff --git a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild index 8a9bbe07fc76..77365b61dde6 100644 --- a/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild +++ b/app-emulation/wine-vanilla/wine-vanilla-9999.ebuild @@ -33,7 +33,7 @@ IUSE=" +X +alsa bluetooth cups +dbus dos ffmpeg +fontconfig +gecko gphoto2 +gstreamer kerberos +mono netapi nls odbc opencl +opengl pcap perl pulseaudio samba scanner +sdl selinux smartcard +ssl +truetype udev - usb v4l +vulkan wayland xinerama + usb v4l vaapi +vulkan wayland xinerama " REQUIRED_USE=" X? ( truetype ) @@ -68,6 +68,7 @@ WINE_DLOPEN_DEPEND=" ssl? ( net-libs/gnutls:=[${WINE_USEDEP}] ) truetype? ( media-libs/freetype[${WINE_USEDEP}] ) v4l? ( media-libs/libv4l[${WINE_USEDEP}] ) + vaapi? ( media-libs/libva:=[${WINE_USEDEP}] ) vulkan? ( media-libs/vulkan-loader[X?,wayland?,${WINE_USEDEP}] ) " WINE_COMMON_DEPEND=" @@ -181,6 +182,7 @@ src_configure() { $(use_with udev) $(use_with usb) $(use_with v4l v4l2) + $(use_with vaapi va) $(use_with vulkan) $(use_with wayland) $(use_with xinerama) |
