mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
Update to Wine 1.9.3. This includes the following changes:
- JSON support in JavaScript. - Improved line breaking in DirectWrite. - Some more write support in WebServices. - Still more Shader Model 4 instructions. - Various bug fixes. Also this uses a new version of the Gecko engine based on Firefox 44. This only applies when the GECKO option is on, and wine-gecko-devel has been updated accordingly.
This commit is contained in:
parent
38b1c23d8f
commit
9ab7ad2a9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408565
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 1.9.2
|
||||
DISTVERSION= 1.9.3
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
@ -68,7 +68,7 @@ CUPS_LIB_DEPENDS= libcups.so:${PORTSDIR}/print/cups-client
|
||||
|
||||
DOSBOX_RUN_DEPENDS= dosbox:${PORTSDIR}/emulators/dosbox
|
||||
|
||||
GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.40-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel
|
||||
GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.44-x86.msi:${PORTSDIR}/emulators/wine-gecko-devel
|
||||
|
||||
GNUTLS_CONFIGURE_WITH= gnutls
|
||||
GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (wine-1.9.2.tar.bz2) = 334d4d6a71ef2e4a385e01d05d66c1727cbe52646299378d19d203e645044e7a
|
||||
SIZE (wine-1.9.2.tar.bz2) = 22965698
|
||||
SHA256 (v1.9.2.tar.gz) = 67e830b27e1f69cf66cc65bc72e15231fab65144170921e373c729a431c607f3
|
||||
SIZE (v1.9.2.tar.gz) = 9702259
|
||||
SHA256 (wine-1.9.3.tar.bz2) = 475f54855534c8ec45bb4be70d84fb98e7fe8467fb1a35f66b3c0e92f4ea090d
|
||||
SIZE (wine-1.9.3.tar.bz2) = 22970135
|
||||
SHA256 (v1.9.3.tar.gz) = 84c98e0fd04a1deb76a40d2d04810421c94b02e2670fec6a8718bb2286fac4b6
|
||||
SIZE (v1.9.3.tar.gz) = 9714022
|
||||
|
@ -638,6 +638,7 @@ include/wine/windows/shdeprecated.h
|
||||
include/wine/windows/shdeprecated.idl
|
||||
include/wine/windows/shdispid.h
|
||||
include/wine/windows/shellapi.h
|
||||
%%STAGING%%include/wine/windows/shellscalingapi.h
|
||||
include/wine/windows/shldisp.h
|
||||
include/wine/windows/shldisp.idl
|
||||
include/wine/windows/shlguid.h
|
||||
@ -1531,6 +1532,7 @@ lib/wine/fakedlls/msctfp.dll
|
||||
lib/wine/fakedlls/msdaps.dll
|
||||
lib/wine/fakedlls/msdelta.dll
|
||||
lib/wine/fakedlls/msdmo.dll
|
||||
lib/wine/fakedlls/msdrm.dll
|
||||
lib/wine/fakedlls/msftedit.dll
|
||||
lib/wine/fakedlls/msg711.acm
|
||||
lib/wine/fakedlls/msgsm32.acm
|
||||
@ -2135,6 +2137,7 @@ lib/wine/msctfp.dll.so
|
||||
lib/wine/msdaps.dll.so
|
||||
lib/wine/msdelta.dll.so
|
||||
lib/wine/msdmo.dll.so
|
||||
lib/wine/msdrm.dll.so
|
||||
lib/wine/msftedit.dll.so
|
||||
lib/wine/msg711.acm.so
|
||||
lib/wine/msgsm32.acm.so
|
||||
|
Loading…
Reference in New Issue
Block a user