mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
Update to Wine 4.6. This includes the following changes:
- Beginnings of a Vulkan backend for WineD3D. - Support for loading Mono libraries from a shared location. - Libwine.dll no longer needed when using Wine DLLs on Windows. - Regression tests compiled directly to PE format. - Support for the Split Button Common Control. - Complex structs support in the typelib marshaller. - Video capture ported to Video4Linux version 2. - Initial version of the Debug Engine DLL. - Various bug fixes. And two more files have moved from Staging to the primary tree.
This commit is contained in:
parent
bec9b29568
commit
2bac822359
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498953
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 4.5
|
||||
DISTVERSION= 4.6
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
|
@ -1,5 +1,3 @@
|
||||
TIMESTAMP = 1554040401
|
||||
SHA256 (wine-4.5.tar.xz) = 5ff2d7155f9a9951ec93e50c31ef633b16be376b8b78946d177727ce8ed8c1b7
|
||||
SIZE (wine-4.5.tar.xz) = 21879868
|
||||
SHA256 (v4.5.tar.gz) = fb257f490dd633988bafb5e34e748bd787d5b8760d540ba8ed8103596ab05110
|
||||
SIZE (v4.5.tar.gz) = 9859696
|
||||
TIMESTAMP = 1555189451
|
||||
SHA256 (wine-4.6.tar.xz) = 329001f924d3f825121a1b28cae8e36515405f2a1d22bc266897d3d926b562da
|
||||
SIZE (wine-4.6.tar.xz) = 21940848
|
||||
|
@ -30,7 +30,6 @@ include/wine/itss.idl
|
||||
include/wine/library.h
|
||||
include/wine/svcctl.h
|
||||
include/wine/svcctl.idl
|
||||
include/wine/unicode.h
|
||||
include/wine/msvcrt/assert.h
|
||||
include/wine/msvcrt/conio.h
|
||||
include/wine/msvcrt/crtdbg.h
|
||||
@ -262,6 +261,7 @@ include/wine/windows/davclnt.h
|
||||
include/wine/windows/dbccmd.idl
|
||||
include/wine/windows/dbcses.idl
|
||||
include/wine/windows/dbdsad.idl
|
||||
include/wine/windows/dbgeng.h
|
||||
include/wine/windows/dbghelp.h
|
||||
include/wine/windows/dbinit.idl
|
||||
include/wine/windows/dbprop.idl
|
||||
@ -1942,6 +1942,7 @@ lib/wine/fakedlls/kernel32.dll
|
||||
lib/wine/fakedlls/kernelbase.dll
|
||||
%%WINE32%%lib/wine/fakedlls/keyboard.drv16
|
||||
%%WINE32%%lib/wine/fakedlls/krnl386.exe16
|
||||
lib/wine/fakedlls/ksecdd.sys
|
||||
lib/wine/fakedlls/ksuser.dll
|
||||
lib/wine/fakedlls/ktmw32.dll
|
||||
%%MPG123%%lib/wine/fakedlls/l3codeca.acm
|
||||
@ -2216,7 +2217,7 @@ lib/wine/fakedlls/twain_32.dll
|
||||
%%WINE32%%lib/wine/fakedlls/typelib.dll16
|
||||
lib/wine/fakedlls/tzres.dll
|
||||
lib/wine/fakedlls/ucrtbase.dll
|
||||
%%STAGING%%lib/wine/fakedlls/uianimation.dll
|
||||
lib/wine/fakedlls/uianimation.dll
|
||||
lib/wine/fakedlls/uiautomationcore.dll
|
||||
lib/wine/fakedlls/uiribbon.dll
|
||||
lib/wine/fakedlls/unicows.dll
|
||||
@ -2433,6 +2434,7 @@ lib/wine/kernel32.dll.so
|
||||
lib/wine/kernelbase.dll.so
|
||||
%%WINE32%%lib/wine/keyboard.drv16.so
|
||||
%%WINE32%%lib/wine/krnl386.exe16.so
|
||||
lib/wine/ksecdd.sys.so
|
||||
lib/wine/ksuser.dll.so
|
||||
lib/wine/ktmw32.dll.so
|
||||
%%MPG123%%lib/wine/l3codeca.acm.so
|
||||
@ -2902,7 +2904,7 @@ lib/wine/twain_32.dll.so
|
||||
%%WINE32%%lib/wine/typelib.dll16.so
|
||||
lib/wine/tzres.dll.so
|
||||
lib/wine/ucrtbase.dll.so
|
||||
%%STAGING%%lib/wine/uianimation.dll.so
|
||||
lib/wine/uianimation.dll.so
|
||||
lib/wine/uiautomationcore.dll.so
|
||||
lib/wine/uiribbon.dll.so
|
||||
lib/wine/unicows.dll.so
|
||||
|
Loading…
Reference in New Issue
Block a user