mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Update to Wine 5.7. This includes the following changes:
- Wine Mono engine updated to 5.0.0, with upstream WPF support. - More progress on the WineD3D Vulkan backend. - Beginnings of a USB device driver. - Support for building with Clang in MSVC mode. - Builtin modules no longer depend on libwine. - Support for configuring Windows version from the command line. - Various bug fixes.
This commit is contained in:
parent
10dbe27b94
commit
09941af480
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=532929
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 5.6
|
||||
DISTVERSION= 5.7
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
@ -92,7 +92,7 @@ LDAP_USE= OPENLDAP=yes
|
||||
LIBXSLT_CONFIGURE_WITH= xslt
|
||||
LIBXSLT_LIB_DEPENDS= libxslt.so:textproc/libxslt
|
||||
|
||||
MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.9.4.msi:emulators/wine-mono-devel
|
||||
MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-5.0.0-x86.msi:emulators/wine-mono-devel
|
||||
|
||||
MPG123_CONFIGURE_WITH= mpg123
|
||||
MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123
|
||||
|
@ -1,5 +1,3 @@
|
||||
TIMESTAMP = 1586612379
|
||||
SHA256 (wine-5.6.tar.xz) = 50198a7e71d58fbdc521bbfde8b45bd9727b6cff5c8f101b586bc455d1bc00e6
|
||||
SIZE (wine-5.6.tar.xz) = 23678216
|
||||
SHA256 (v5.6.tar.gz) = 37d186b309bf5ac10c3ab49bf77e624b8a637e77a0597369f8de0ce50293c92e
|
||||
SIZE (v5.6.tar.gz) = 9922611
|
||||
TIMESTAMP = 1587769455
|
||||
SHA256 (wine-5.7.tar.xz) = 16c99b9c6db56f75fcc2c6b3cbae400db1da1f750edba0249fd0fc288a9b4712
|
||||
SIZE (wine-5.7.tar.xz) = 23723624
|
||||
|
@ -2201,6 +2201,7 @@ lib/wine/fakedlls/psapi.dll
|
||||
lib/wine/fakedlls/pstorec.dll
|
||||
lib/wine/fakedlls/qasf.dll
|
||||
lib/wine/fakedlls/qcap.dll
|
||||
lib/wine/fakedlls/qdvd.dll
|
||||
lib/wine/fakedlls/qedit.dll
|
||||
lib/wine/fakedlls/qmgr.dll
|
||||
lib/wine/fakedlls/qmgrprxy.dll
|
||||
@ -2711,7 +2712,7 @@ lib/wine/libvulkan-1.def
|
||||
lib/wine/libwbemuuid.a
|
||||
lib/wine/libwebservices.def
|
||||
lib/wine/libwer.def
|
||||
lib/wine/libwindowscodecs.def
|
||||
lib/wine/libwindowscodecs.a
|
||||
lib/wine/libwindowscodecsext.def
|
||||
lib/wine/libwinecrt0.a
|
||||
lib/wine/libwined3d.def
|
||||
@ -2917,6 +2918,7 @@ lib/wine/psapi.dll.so
|
||||
lib/wine/pstorec.dll.so
|
||||
lib/wine/qasf.dll.so
|
||||
lib/wine/qcap.dll.so
|
||||
lib/wine/qdvd.dll.so
|
||||
lib/wine/qedit.dll.so
|
||||
lib/wine/qmgr.dll.so
|
||||
lib/wine/qmgrprxy.dll.so
|
||||
@ -3290,6 +3292,7 @@ share/applications/wine.desktop
|
||||
%%DATADIR%%/nls/sortdefault.nls
|
||||
%%DATADIR%%/winebus.inf
|
||||
%%DATADIR%%/winehid.inf
|
||||
%%DATADIR%%/wineusb.inf
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ANNOUNCE
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
|
Loading…
Reference in New Issue
Block a user