forked from Lainports/freebsd-ports
emulators/wine-devel: Update to Wine 9.0-rc1
This includes the following changes: - Bundled vkd3d upgraded to version 1.10. - Support for DH encryption keys with a recent GnuTLS. - Keyboard layouts support in the Wayland driver (which we don't use yet, though). - Various bug fixes.
This commit is contained in:
parent
da2c2b2eb7
commit
1429de03bc
3 changed files with 9 additions and 5 deletions
|
|
@ -1,8 +1,8 @@
|
|||
PORTNAME= wine
|
||||
DISTVERSION= 8.21
|
||||
DISTVERSION= 9.0-rc1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= https://dl.winehq.org/wine/source/8.x/
|
||||
MASTER_SITES= https://dl.winehq.org/wine/source/9.0/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1701004595
|
||||
SHA256 (wine-8.21.tar.xz) = 02d6493f348168268669b62d4795df5b335be9ae06229c68f388a093d0d6b61d
|
||||
SIZE (wine-8.21.tar.xz) = 29919212
|
||||
TIMESTAMP = 1702333027
|
||||
SHA256 (wine-9.0-rc1.tar.xz) = 18377757be1f7f1786ce8a56a844f66572881ffcf745c0b4ca34f09a60e2f330
|
||||
SIZE (wine-9.0-rc1.tar.xz) = 29982304
|
||||
|
|
|
|||
|
|
@ -910,6 +910,7 @@ include/wine/windows/servprov.idl
|
|||
include/wine/windows/sesprp.idl
|
||||
include/wine/windows/setupapi.h
|
||||
include/wine/windows/sfc.h
|
||||
include/wine/windows/shcore.h
|
||||
include/wine/windows/shdeprecated.h
|
||||
include/wine/windows/shdeprecated.idl
|
||||
include/wine/windows/shdispid.h
|
||||
|
|
@ -1357,6 +1358,7 @@ lib/wine/%%WINEARCH%%-unix/combase.dll.so
|
|||
lib/wine/%%WINEARCH%%-unix/comcat.dll.so
|
||||
lib/wine/%%WINEARCH%%-unix/comctl32.dll.so
|
||||
lib/wine/%%WINEARCH%%-unix/comdlg32.dll.so
|
||||
lib/wine/%%WINEARCH%%-unix/coml2.dll.so
|
||||
%%WINE32%%lib/wine/%%WINEARCH%%-unix/comm.drv16.so
|
||||
%%WINE32%%lib/wine/%%WINEARCH%%-unix/commdlg.dll16.so
|
||||
%%WINE32%%lib/wine/%%WINEARCH%%-unix/compobj.dll16.so
|
||||
|
|
@ -1607,6 +1609,7 @@ lib/wine/%%WINEARCH%%-unix/libclusapi.a
|
|||
lib/wine/%%WINEARCH%%-unix/libcombase.a
|
||||
lib/wine/%%WINEARCH%%-unix/libcomctl32.a
|
||||
lib/wine/%%WINEARCH%%-unix/libcomdlg32.a
|
||||
lib/wine/%%WINEARCH%%-unix/libcoml2.a
|
||||
lib/wine/%%WINEARCH%%-unix/libcompstui.a
|
||||
lib/wine/%%WINEARCH%%-unix/libcomsvcs.a
|
||||
lib/wine/%%WINEARCH%%-unix/libcredui.a
|
||||
|
|
@ -2377,6 +2380,7 @@ lib/wine/%%WINEARCH%%-windows/combase.dll
|
|||
lib/wine/%%WINEARCH%%-windows/comcat.dll
|
||||
lib/wine/%%WINEARCH%%-windows/comctl32.dll
|
||||
lib/wine/%%WINEARCH%%-windows/comdlg32.dll
|
||||
lib/wine/%%WINEARCH%%-windows/coml2.dll
|
||||
%%WINE32%%lib/wine/%%WINEARCH%%-windows/comm.drv16
|
||||
%%WINE32%%lib/wine/%%WINEARCH%%-windows/commdlg.dll16
|
||||
%%WINE32%%lib/wine/%%WINEARCH%%-windows/compobj.dll16
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue