Update to Wine 1.7.47. This includes the following changes:

- Text drawing in Direct2D.
 - Support for the new thread pool API.
 - Toolbar state saving.
 - Beginnings of an implementation for proper HID support.
 - Support for file objects in device drivers.
 - Various bug fixes.
This commit is contained in:
Gerald Pfeifer 2015-07-12 19:52:12 +00:00
parent 9ddc4d79f1
commit 686d08eb0a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391838
3 changed files with 12 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= wine
DISTVERSION= 1.7.46
DISTVERSION= 1.7.47
PORTEPOCH= 1
CATEGORIES= emulators
MASTER_SITES= SF/${PORTNAME}/Source \

View File

@ -1,4 +1,4 @@
SHA256 (wine-1.7.46.tar.bz2) = 9ab4046cc676de3054f9f2560e7d757b25324f72dd9a9cfed0d4aa48cc87350b
SIZE (wine-1.7.46.tar.bz2) = 22356320
SHA256 (v1.7.46.tar.gz) = a3b681f38917889bc6dce3ea3e78e91da75789f212b69fd1a10a5bac329761d3
SIZE (v1.7.46.tar.gz) = 9204220
SHA256 (wine-1.7.47.tar.bz2) = ba74f75aec400dc4b1d64ddc29560e4946837e73cb19d9c231604ff0147bbb2e
SIZE (wine-1.7.47.tar.bz2) = 22398577
SHA256 (v1.7.47.tar.gz) = 75aef17c68d1e54b922529832edadca5951e6a37637aad696cfe5abb93d9ca15
SIZE (v1.7.47.tar.gz) = 9166592

View File

@ -803,7 +803,9 @@ include/wine/windows/ddk/compstui.h
include/wine/windows/ddk/csq.h
include/wine/windows/ddk/hidclass.h
include/wine/windows/ddk/hidpi.h
include/wine/windows/ddk/hidport.h
include/wine/windows/ddk/hidsdi.h
include/wine/windows/ddk/hidtypes.h
include/wine/windows/ddk/imm.h
include/wine/windows/ddk/mountmgr.h
include/wine/windows/ddk/ntddcdvd.h
@ -1013,6 +1015,7 @@ lib/wine/d3dx9_41.dll.so
lib/wine/d3dx9_42.dll.so
lib/wine/d3dx9_43.dll.so
lib/wine/d3dxof.dll.so
lib/wine/davclnt.dll.so
lib/wine/dbgeng.dll.so
lib/wine/dbghelp.dll.so
lib/wine/dciman32.dll.so
@ -1254,6 +1257,7 @@ lib/wine/fakedlls/d3dx9_41.dll
lib/wine/fakedlls/d3dx9_42.dll
lib/wine/fakedlls/d3dx9_43.dll
lib/wine/fakedlls/d3dxof.dll
lib/wine/fakedlls/davclnt.dll
lib/wine/fakedlls/dbgeng.dll
lib/wine/fakedlls/dbghelp.dll
lib/wine/fakedlls/dciman32.dll
@ -1323,6 +1327,7 @@ lib/wine/fakedlls/hal.dll
lib/wine/fakedlls/hh.exe
lib/wine/fakedlls/hhctrl.ocx
lib/wine/fakedlls/hid.dll
lib/wine/fakedlls/hidclass.sys
lib/wine/fakedlls/hlink.dll
lib/wine/fakedlls/hnetcfg.dll
lib/wine/fakedlls/hostname.exe
@ -1740,6 +1745,7 @@ lib/wine/hal.dll.so
lib/wine/hh.exe.so
lib/wine/hhctrl.ocx.so
lib/wine/hid.dll.so
lib/wine/hidclass.sys.so
lib/wine/hlink.dll.so
lib/wine/hnetcfg.dll.so
lib/wine/hostname.exe.so
@ -1835,6 +1841,7 @@ lib/wine/libgdi32.def
lib/wine/libgdiplus.def
lib/wine/libglu32.def
lib/wine/libhid.def
lib/wine/libhidclass.def
lib/wine/libhlink.def
lib/wine/libhtmlhelp.def
lib/wine/libieframe.def