emulators/wine-devel: Update to Wine 8.21
This includes the following changes:
- High-DPI scaling and initial Vulkan support in the Wayland driver
(which we don't use yet, though).
- Updates to the locale database.
- Various bug fixes.
Revert
* Add ${STRIP_CMD} to GNU configure environment variable ac_cv_prog_STRIP
from commit 132921c8f8
. [1]
PR: 274953 [1]
Discussed with: Alastair Hogge <agh@riseup.net> [1]
This commit is contained in:
parent
8498d88999
commit
5d2af9e3de
3 changed files with 9 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= wine
|
||||
DISTVERSION= 8.20
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 8.21
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= https://dl.winehq.org/wine/source/8.x/
|
||||
|
@ -53,7 +52,7 @@ CONFIGURE_ARGS+=--verbose \
|
|||
--without-unwind \
|
||||
--without-usb \
|
||||
--without-wayland
|
||||
CONFIGURE_ENV= ac_cv_prog_STRIP="${STRIP_CMD}" CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex"
|
||||
CONFIGURE_ENV= CPPBIN="${CPP}" FLEX="${LOCALBASE}/bin/flex"
|
||||
WINELIBDIR= ${PREFIX}/lib
|
||||
.if !defined(USE_LDCONFIG32)
|
||||
USE_LDCONFIG= ${WINELIBDIR} ${WINELIBDIR}/wine
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1699716498
|
||||
SHA256 (wine-8.20.tar.xz) = 48d6b76bd64305a202057fbc19d922c1f49625f6d1a9825927c0a18572739982
|
||||
SIZE (wine-8.20.tar.xz) = 29879412
|
||||
TIMESTAMP = 1701004595
|
||||
SHA256 (wine-8.21.tar.xz) = 02d6493f348168268669b62d4795df5b335be9ae06229c68f388a093d0d6b61d
|
||||
SIZE (wine-8.21.tar.xz) = 29919212
|
||||
|
|
|
@ -1150,6 +1150,8 @@ include/wine/windows/windows.security.credentials.ui.h
|
|||
include/wine/windows/windows.security.credentials.ui.idl
|
||||
include/wine/windows/windows.security.cryptography.h
|
||||
include/wine/windows/windows.security.cryptography.idl
|
||||
include/wine/windows/windows.security.exchangeactivesyncprovisioning.h
|
||||
include/wine/windows/windows.security.exchangeactivesyncprovisioning.idl
|
||||
include/wine/windows/windows.security.isolation.h
|
||||
include/wine/windows/windows.security.isolation.idl
|
||||
include/wine/windows/windows.storage.fileproperties.h
|
||||
|
@ -1164,6 +1166,8 @@ include/wine/windows/windows.system.h
|
|||
include/wine/windows/windows.system.idl
|
||||
include/wine/windows/windows.system.power.h
|
||||
include/wine/windows/windows.system.power.idl
|
||||
include/wine/windows/windows.system.profile.h
|
||||
include/wine/windows/windows.system.profile.idl
|
||||
include/wine/windows/windows.system.profile.systemmanufacturers.h
|
||||
include/wine/windows/windows.system.profile.systemmanufacturers.idl
|
||||
include/wine/windows/windows.system.threading.h
|
||||
|
|
Loading…
Reference in a new issue