diff options
author | gerald <gerald@FreeBSD.org> | 2016-06-27 03:12:02 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2016-06-27 03:12:02 +0800 |
commit | 0de9029b394456df42b89c1d97924c5197f1ee08 (patch) | |
tree | be456c581117da6b16027cd0f510d7e2af19f7e6 /emulators | |
parent | 6bf6dc97914b43b17d4f44f23de596038e7c6453 (diff) | |
download | freebsd-ports-gnome-0de9029b394456df42b89c1d97924c5197f1ee08.tar.gz freebsd-ports-gnome-0de9029b394456df42b89c1d97924c5197f1ee08.tar.zst freebsd-ports-gnome-0de9029b394456df42b89c1d97924c5197f1ee08.zip |
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.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 10 | ||||
-rw-r--r-- | emulators/wine-devel/pkg-plist | 10 | ||||
-rw-r--r-- | emulators/wine-gecko-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/wine-gecko-devel/distinfo | 5 |
5 files changed, 19 insertions, 12 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 4b2083d4bfbe..25e797fe976c 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -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 diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 06e0c47f87b0..f66619e034a6 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -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 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index ac733a94b64d..3ebc7523bdb1 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -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 diff --git a/emulators/wine-gecko-devel/Makefile b/emulators/wine-gecko-devel/Makefile index d38fd5799ee7..f3d00efa3b1a 100644 --- a/emulators/wine-gecko-devel/Makefile +++ b/emulators/wine-gecko-devel/Makefile @@ -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 diff --git a/emulators/wine-gecko-devel/distinfo b/emulators/wine-gecko-devel/distinfo index 1f6fb03d1ed8..2df43294d413 100644 --- a/emulators/wine-gecko-devel/distinfo +++ b/emulators/wine-gecko-devel/distinfo @@ -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 |