Lines 42-48
Link Here
|
42 |
--with-oss \ |
42 |
--with-oss \ |
43 |
--without-pulse \ |
43 |
--without-pulse \ |
44 |
--without-sane \ |
44 |
--without-sane \ |
45 |
--without-sdl \ |
|
|
46 |
--without-tiff \ |
45 |
--without-tiff \ |
47 |
--without-udev \ |
46 |
--without-udev \ |
48 |
--without-unwind \ |
47 |
--without-unwind \ |
Lines 59-70
Link Here
|
59 |
|
58 |
|
60 |
PORTDATA= wine.inf |
59 |
PORTDATA= wine.inf |
61 |
|
60 |
|
62 |
OPTIONS_DEFINE= CUPS DOCS DOSBOX GCC GNUTLS HAL LDAP LIBXSLT MPG123 OPENAL STAGING V4L VKD3D VULKAN WINEMAKER X11 GECKO MONO |
61 |
OPTIONS_DEFINE= CUPS DOCS DOSBOX GCC GNUTLS HAL LDAP LIBXSLT MPG123 OPENAL SDL STAGING V4L VKD3D VULKAN WINEMAKER X11 GECKO MONO |
63 |
OPTIONS_DEFAULT=GCC GNUTLS X11 |
62 |
OPTIONS_DEFAULT=GCC GNUTLS X11 |
64 |
OPTIONS_SUB= yes |
63 |
OPTIONS_SUB= yes |
65 |
|
64 |
|
66 |
DOSBOX_DESC= Use DOSBox to run MS-DOS programs |
65 |
DOSBOX_DESC= Use DOSBox to run MS-DOS programs |
67 |
LIBXSLT_DESC= Use libxslt (only used by msxml3.dll) |
66 |
LIBXSLT_DESC= Use libxslt (only used by msxml3.dll) |
|
|
67 |
SDL_DESC= Use SDL for gamepad support (XInput only) |
68 |
STAGING_DESC= Include the Wine Staging patchset (experimental) |
68 |
STAGING_DESC= Include the Wine Staging patchset (experimental) |
69 |
VKD3D_DESC= Direct3D 12 support via Vulkan |
69 |
VKD3D_DESC= Direct3D 12 support via Vulkan |
70 |
VULKAN_DESC= Vulkan API support |
70 |
VULKAN_DESC= Vulkan API support |
Lines 101-106
Link Here
|
101 |
|
101 |
|
102 |
OPENAL_CONFIGURE_WITH= openal |
102 |
OPENAL_CONFIGURE_WITH= openal |
103 |
OPENAL_USES= openal |
103 |
OPENAL_USES= openal |
|
|
104 |
|
105 |
SDL_CONFIGURE_WITH= sdl |
106 |
SDL_USE= SDL=sdl2 |
107 |
SDL_USES= sdl |
104 |
|
108 |
|
105 |
STAGING_MASTER_SITES= https://github.com/wine-staging/wine-staging/archive/:staging |
109 |
STAGING_MASTER_SITES= https://github.com/wine-staging/wine-staging/archive/:staging |
106 |
STAGING_DIST= v${DISTVERSION}.tar.gz |
110 |
STAGING_DIST= v${DISTVERSION}.tar.gz |