diff options
| author | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-04-05 20:53:19 +0000 |
|---|---|---|
| committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2014-04-05 20:53:19 +0000 |
| commit | 9ab206c3bc32ad61372fc764185bc3726dab20e7 (patch) | |
| tree | 2fcf25577bd02726acbd9bd51c16574ea401c948 | |
| parent | Horde package update: (diff) | |
Update to Wine 1.7.16. This includes the following changes:
- More regression test fixes.
- String arrays better supported in the IDL compiler.
- Initial stubs for DirectX Video Acceleration.
- Various bug fixes.
Notes
Notes:
svn path=/head/; revision=350265
| -rw-r--r-- | emulators/wine-devel/Makefile | 2 | ||||
| -rw-r--r-- | emulators/wine-devel/distinfo | 4 | ||||
| -rw-r--r-- | emulators/wine-devel/pkg-plist | 9 |
3 files changed, 12 insertions, 3 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 70fb359c03af..4172e4a6c845 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= wine -DISTVERSION= 1.7.15 +DISTVERSION= 1.7.16 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/Source \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 73abc2d057de..f8fc11fb77a8 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (wine-1.7.15.tar.bz2) = 519137adc562d32035fcf7b110d6e65fdd7721af0b176567a2187397c63f1380 -SIZE (wine-1.7.15.tar.bz2) = 21463370 +SHA256 (wine-1.7.16.tar.bz2) = 071ed89d9c76219aa73df6472b99f9f0b35e4977235e2b8e388c11416a2d1c6a +SIZE (wine-1.7.16.tar.bz2) = 21478085 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index 675bbe82a663..114e7341bd9b 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -281,8 +281,12 @@ include/wine/windows/dxerr9.h include/wine/windows/dxfile.h include/wine/windows/dxgi.h include/wine/windows/dxgi.idl +include/wine/windows/dxgi1_2.h +include/wine/windows/dxgi1_2.idl include/wine/windows/dxgiformat.h include/wine/windows/dxgitype.h +include/wine/windows/dxva2api.h +include/wine/windows/dxva2api.idl include/wine/windows/dyngraph.idl include/wine/windows/endpointvolume.h include/wine/windows/endpointvolume.idl @@ -317,6 +321,7 @@ include/wine/windows/gdiplusmetaheader.h include/wine/windows/gdipluspixelformats.h include/wine/windows/gdiplustypes.h include/wine/windows/guiddef.h +include/wine/windows/highlevelmonitorconfigurationapi.h include/wine/windows/hlguids.h include/wine/windows/hlink.h include/wine/windows/hlink.idl @@ -382,6 +387,7 @@ include/wine/windows/lmuse.h include/wine/windows/lmuseflg.h include/wine/windows/lmwksta.h include/wine/windows/loadperf.h +include/wine/windows/lowlevelmonitorconfigurationapi.h include/wine/windows/lzexpand.h include/wine/windows/mapi.h include/wine/windows/mapicode.h @@ -513,6 +519,7 @@ include/wine/windows/pdh.h include/wine/windows/pdhmsg.h include/wine/windows/perhist.h include/wine/windows/perhist.idl +include/wine/windows/physicalmonitorenumerationapi.h include/wine/windows/pktdef.h include/wine/windows/poppack.h include/wine/windows/powrprof.h @@ -975,6 +982,7 @@ lib/wine/dwrite.dll.so lib/wine/dxdiag.exe.so lib/wine/dxdiagn.dll.so lib/wine/dxgi.dll.so +lib/wine/dxva2.dll.so lib/wine/eject.exe.so lib/wine/expand.exe.so lib/wine/explorer.exe.so @@ -1182,6 +1190,7 @@ lib/wine/fakedlls/dwrite.dll lib/wine/fakedlls/dxdiag.exe lib/wine/fakedlls/dxdiagn.dll lib/wine/fakedlls/dxgi.dll +lib/wine/fakedlls/dxva2.dll lib/wine/fakedlls/eject.exe lib/wine/fakedlls/expand.exe lib/wine/fakedlls/explorer.exe |
