Update to Wine 1.9.13. This includes the following changes:
- More Shader Model 5 support in Direct3D. - Unicode data updated to Unicode 9.0.0. - Improvements to GDI paths and metafiles. - More progress towards the Direct3D command stream. - Various bug fixes. This now uses a new version of the Gecko engine based on Firefox 47, and accordingly the wine-gecko-devel port is updated to version 2.44 to 2.47.
This commit is contained in:
parent
f39cb8fcde
commit
c328b78609
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=417609
5 changed files with 19 additions and 12 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 1.9.12
|
||||
DISTVERSION= 1.9.13
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
|
@ -67,7 +67,7 @@ CUPS_LIB_DEPENDS= libcups.so:print/cups
|
|||
|
||||
DOSBOX_RUN_DEPENDS= dosbox:emulators/dosbox
|
||||
|
||||
GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.44-x86.msi:emulators/wine-gecko-devel
|
||||
GECKO_RUN_DEPENDS= ${DATADIR}/gecko/wine_gecko-2.47-x86.msi:emulators/wine-gecko-devel
|
||||
|
||||
GNUTLS_CONFIGURE_WITH= gnutls
|
||||
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1466343381
|
||||
SHA256 (wine-1.9.12.tar.bz2) = 7eff10e855127b1fcbcdb1e1d89795f4a025f8b5ecefd037728942a63a3b08d1
|
||||
SIZE (wine-1.9.12.tar.bz2) = 23240036
|
||||
SHA256 (v1.9.12.tar.gz) = 2e48bf66c599128c5fb1049444b699da8128ddb42522ae4297b570397096a7ea
|
||||
SIZE (v1.9.12.tar.gz) = 9966292
|
||||
TIMESTAMP = 1466965440
|
||||
SHA256 (wine-1.9.13.tar.bz2) = 9b678019d71f28f1e570f7f40e43fcdd52a0d4276123679f2dfea8665f37c0d9
|
||||
SIZE (wine-1.9.13.tar.bz2) = 23299453
|
||||
SHA256 (v1.9.13.tar.gz) = 582a896602254e4bb21cbf85f14ca3977a368a6b30fab94dbcbd17877c914252
|
||||
SIZE (v1.9.13.tar.gz) = 9928798
|
||||
|
|
|
@ -217,6 +217,11 @@ include/wine/windows/d3dx10async.h
|
|||
%%STAGING%%include/wine/windows/d3dx10core.h
|
||||
%%STAGING%%include/wine/windows/d3dx10core.idl
|
||||
include/wine/windows/d3dx10tex.h
|
||||
include/wine/windows/d3dx11.h
|
||||
include/wine/windows/d3dx11async.h
|
||||
include/wine/windows/d3dx11core.h
|
||||
include/wine/windows/d3dx11core.idl
|
||||
include/wine/windows/d3dx11tex.h
|
||||
include/wine/windows/d3dx9.h
|
||||
include/wine/windows/d3dx9anim.h
|
||||
include/wine/windows/d3dx9core.h
|
||||
|
@ -1985,6 +1990,7 @@ lib/wine/libd3d9.def
|
|||
lib/wine/libd3dcompiler.def
|
||||
lib/wine/libd3drm.def
|
||||
lib/wine/libd3dx10.def
|
||||
lib/wine/libd3dx11.def
|
||||
lib/wine/libd3dx9.def
|
||||
lib/wine/libd3dxof.def
|
||||
lib/wine/libdbgeng.def
|
||||
|
@ -2050,7 +2056,7 @@ lib/wine/libnewdev.def
|
|||
lib/wine/libnormaliz.def
|
||||
lib/wine/libntdll.def
|
||||
lib/wine/libntdsapi.def
|
||||
lib/wine/libntoskrnl.exe.def
|
||||
lib/wine/libntoskrnl.def
|
||||
lib/wine/libodbc32.def
|
||||
lib/wine/libodbccp32.def
|
||||
lib/wine/libole32.def
|
||||
|
@ -2094,7 +2100,7 @@ lib/wine/libtapi32.def
|
|||
lib/wine/libunicows.def
|
||||
lib/wine/liburl.def
|
||||
lib/wine/liburlmon.def
|
||||
lib/wine/libusbd.sys.def
|
||||
lib/wine/libusbd.def
|
||||
lib/wine/libuser32.def
|
||||
lib/wine/libuserenv.def
|
||||
lib/wine/libusp10.def
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine-gecko
|
||||
DISTVERSION= 2.44
|
||||
DISTVERSION= 2.47
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://dl.winehq.org/wine/wine-gecko/${DISTVERSION}/
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (wine_gecko-2.44-x86.msi) = 77a64ad17571b3a00386a88b9b1b1ea4b7e759061675568bee0ec238fb456d39
|
||||
SIZE (wine_gecko-2.44-x86.msi) = 34832896
|
||||
TIMESTAMP = 1466965350
|
||||
SHA256 (wine_gecko-2.47-x86.msi) = 3b8a361f5d63952d21caafd74e849a774994822fb96c5922b01d554f1677643a
|
||||
SIZE (wine_gecko-2.47-x86.msi) = 49266176
|
||||
|
|
Loading…
Reference in a new issue