mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Update to Wine 1.3.6. Among others, this includes the following changes:
- Support for GStreamer filters. - Mapping of standard cursors to native desktop cursors. - Improved support for installers with services. - Many MSXML improvements. - Decoder for TGA-format images. - Translation updates. - Various bug fixes. And as far as this port goes, no more MD5 hash in distinfo.
This commit is contained in:
parent
870c56b400
commit
dc3d38a3cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263829
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 1.3.5
|
||||
DISTVERSION= 1.3.6
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (wine-1.3.5.tar.bz2) = c1d9a9040637296ea6cfc7f11cf6cee3
|
||||
SHA256 (wine-1.3.5.tar.bz2) = bb2d44c1ae488b972f03e8f97c44fe1608240984075ccf75952edddf1dd2b79e
|
||||
SIZE (wine-1.3.5.tar.bz2) = 18175097
|
||||
SHA256 (wine-1.3.6.tar.bz2) = 9a4b7b9d8358b81bb32ed376e817ae86a531bce39663537a1f77d4b4cfa44d27
|
||||
SIZE (wine-1.3.6.tar.bz2) = 18243096
|
||||
|
@ -149,6 +149,8 @@ include/wine/windows/d3d10_1.idl
|
||||
include/wine/windows/d3d10effect.h
|
||||
include/wine/windows/d3d10misc.h
|
||||
include/wine/windows/d3d10shader.h
|
||||
include/wine/windows/d3d11.h
|
||||
include/wine/windows/d3d11.idl
|
||||
include/wine/windows/d3d11shader.h
|
||||
include/wine/windows/d3d8.h
|
||||
include/wine/windows/d3d8caps.h
|
||||
@ -1224,6 +1226,7 @@ lib/wine/fakedlls/wintab.dll16
|
||||
lib/wine/fakedlls/wintab32.dll
|
||||
lib/wine/fakedlls/wintrust.dll
|
||||
lib/wine/fakedlls/winver.exe
|
||||
lib/wine/fakedlls/wlanapi.dll
|
||||
lib/wine/fakedlls/wldap32.dll
|
||||
lib/wine/fakedlls/wmi.dll
|
||||
lib/wine/fakedlls/wmiutils.dll
|
||||
@ -1336,6 +1339,7 @@ lib/wine/libdxerr8.a
|
||||
lib/wine/libdxerr9.a
|
||||
lib/wine/libdxgi.def
|
||||
lib/wine/libdxguid.a
|
||||
lib/wine/libfaultrep.def
|
||||
lib/wine/libgdi32.def
|
||||
lib/wine/libgdiplus.def
|
||||
lib/wine/libglu32.def
|
||||
@ -1423,6 +1427,7 @@ lib/wine/libuuid.a
|
||||
lib/wine/libuxtheme.def
|
||||
lib/wine/libvdmdbg.def
|
||||
lib/wine/libversion.def
|
||||
lib/wine/libwer.def
|
||||
lib/wine/libwindowscodecs.def
|
||||
lib/wine/libwinecrt0.a
|
||||
lib/wine/libwined3d.def
|
||||
@ -1695,6 +1700,7 @@ lib/wine/wintab.dll16.so
|
||||
lib/wine/wintab32.dll.so
|
||||
lib/wine/wintrust.dll.so
|
||||
lib/wine/winver.exe.so
|
||||
lib/wine/wlanapi.dll.so
|
||||
lib/wine/wldap32.dll.so
|
||||
lib/wine/wmi.dll.so
|
||||
lib/wine/wmiutils.dll.so
|
||||
|
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 1.3.5
|
||||
DISTVERSION= 1.3.6
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (wine-1.3.5.tar.bz2) = c1d9a9040637296ea6cfc7f11cf6cee3
|
||||
SHA256 (wine-1.3.5.tar.bz2) = bb2d44c1ae488b972f03e8f97c44fe1608240984075ccf75952edddf1dd2b79e
|
||||
SIZE (wine-1.3.5.tar.bz2) = 18175097
|
||||
SHA256 (wine-1.3.6.tar.bz2) = 9a4b7b9d8358b81bb32ed376e817ae86a531bce39663537a1f77d4b4cfa44d27
|
||||
SIZE (wine-1.3.6.tar.bz2) = 18243096
|
||||
|
@ -149,6 +149,8 @@ include/wine/windows/d3d10_1.idl
|
||||
include/wine/windows/d3d10effect.h
|
||||
include/wine/windows/d3d10misc.h
|
||||
include/wine/windows/d3d10shader.h
|
||||
include/wine/windows/d3d11.h
|
||||
include/wine/windows/d3d11.idl
|
||||
include/wine/windows/d3d11shader.h
|
||||
include/wine/windows/d3d8.h
|
||||
include/wine/windows/d3d8caps.h
|
||||
@ -1224,6 +1226,7 @@ lib/wine/fakedlls/wintab.dll16
|
||||
lib/wine/fakedlls/wintab32.dll
|
||||
lib/wine/fakedlls/wintrust.dll
|
||||
lib/wine/fakedlls/winver.exe
|
||||
lib/wine/fakedlls/wlanapi.dll
|
||||
lib/wine/fakedlls/wldap32.dll
|
||||
lib/wine/fakedlls/wmi.dll
|
||||
lib/wine/fakedlls/wmiutils.dll
|
||||
@ -1336,6 +1339,7 @@ lib/wine/libdxerr8.a
|
||||
lib/wine/libdxerr9.a
|
||||
lib/wine/libdxgi.def
|
||||
lib/wine/libdxguid.a
|
||||
lib/wine/libfaultrep.def
|
||||
lib/wine/libgdi32.def
|
||||
lib/wine/libgdiplus.def
|
||||
lib/wine/libglu32.def
|
||||
@ -1423,6 +1427,7 @@ lib/wine/libuuid.a
|
||||
lib/wine/libuxtheme.def
|
||||
lib/wine/libvdmdbg.def
|
||||
lib/wine/libversion.def
|
||||
lib/wine/libwer.def
|
||||
lib/wine/libwindowscodecs.def
|
||||
lib/wine/libwinecrt0.a
|
||||
lib/wine/libwined3d.def
|
||||
@ -1695,6 +1700,7 @@ lib/wine/wintab.dll16.so
|
||||
lib/wine/wintab32.dll.so
|
||||
lib/wine/wintrust.dll.so
|
||||
lib/wine/winver.exe.so
|
||||
lib/wine/wlanapi.dll.so
|
||||
lib/wine/wldap32.dll.so
|
||||
lib/wine/wmi.dll.so
|
||||
lib/wine/wmiutils.dll.so
|
||||
|
Loading…
Reference in New Issue
Block a user