Update to Wine 1.5.10. This includes the following changes:
- New version of the Gecko engine based on Firefox 14. - Support for OpenGL in the DIB engine using libOSMesa. - Off-screen rendering is now the default in Direct3D. - Some more WMI infrastructure. - Various bug fixes. Use --with-fontconfig during configuration, since we already have fontconfig as a dependency.
This commit is contained in:
parent
916925d5ff
commit
50e3a107a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=302048
3 changed files with 12 additions and 4 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 1.5.9
|
||||
DISTVERSION= 1.5.10
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
|
@ -34,7 +34,8 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
|||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--verbose --disable-tests \
|
||||
--without-alsa --without-capi --without-dbus --with-glu \
|
||||
--without-alsa --without-capi --without-dbus \
|
||||
--with-fontconfig --with-glu \
|
||||
--without-gphoto --without-gsm --without-gstreamer \
|
||||
--with-opengl --without-mpg123 --without-opencl \
|
||||
--with-oss --without-sane --without-tiff \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (wine-1.5.9.tar.bz2) = 7bc25e7d0d8fec11a41fec89994dd65265b8fd1052ee82d5648232e646899cd3
|
||||
SIZE (wine-1.5.9.tar.bz2) = 20413229
|
||||
SHA256 (wine-1.5.10.tar.bz2) = f35e7a52faab23647fd15ab9b54ea7a390fc96159d4e9a17e22b118c186f9e13
|
||||
SIZE (wine-1.5.10.tar.bz2) = 20510011
|
||||
|
|
|
@ -86,6 +86,7 @@ include/wine/windows/amstream.h
|
|||
include/wine/windows/amstream.idl
|
||||
include/wine/windows/amvideo.h
|
||||
include/wine/windows/amvideo.idl
|
||||
include/wine/windows/appcompatapi.h
|
||||
include/wine/windows/appmgmt.h
|
||||
include/wine/windows/asptlb.h
|
||||
include/wine/windows/asptlb.idl
|
||||
|
@ -197,6 +198,7 @@ include/wine/windows/dbs.idl
|
|||
include/wine/windows/dbt.h
|
||||
include/wine/windows/dciddi.h
|
||||
include/wine/windows/dciman.h
|
||||
include/wine/windows/dcommon.h
|
||||
include/wine/windows/dde.h
|
||||
include/wine/windows/dde.rh
|
||||
include/wine/windows/ddeml.h
|
||||
|
@ -253,6 +255,8 @@ include/wine/windows/dsound.h
|
|||
include/wine/windows/dsrole.h
|
||||
include/wine/windows/dvdmedia.h
|
||||
include/wine/windows/dwmapi.h
|
||||
include/wine/windows/dwrite.h
|
||||
include/wine/windows/dwrite.idl
|
||||
include/wine/windows/dxdiag.h
|
||||
include/wine/windows/dxerr8.h
|
||||
include/wine/windows/dxerr9.h
|
||||
|
@ -847,6 +851,7 @@ lib/wine/dsound.dll.so
|
|||
lib/wine/dssenh.dll.so
|
||||
lib/wine/dswave.dll.so
|
||||
lib/wine/dwmapi.dll.so
|
||||
lib/wine/dwrite.dll.so
|
||||
lib/wine/dxdiag.exe.so
|
||||
lib/wine/dxdiagn.dll.so
|
||||
lib/wine/dxgi.dll.so
|
||||
|
@ -988,6 +993,7 @@ lib/wine/fakedlls/dsound.dll
|
|||
lib/wine/fakedlls/dssenh.dll
|
||||
lib/wine/fakedlls/dswave.dll
|
||||
lib/wine/fakedlls/dwmapi.dll
|
||||
lib/wine/fakedlls/dwrite.dll
|
||||
lib/wine/fakedlls/dxdiag.exe
|
||||
lib/wine/fakedlls/dxdiagn.dll
|
||||
lib/wine/fakedlls/dxgi.dll
|
||||
|
@ -1443,6 +1449,7 @@ lib/wine/libdplayx.def
|
|||
lib/wine/libdpnet.def
|
||||
lib/wine/libdsound.def
|
||||
lib/wine/libdwmapi.def
|
||||
lib/wine/libdwrite.def
|
||||
lib/wine/libdxerr8.a
|
||||
lib/wine/libdxerr9.a
|
||||
lib/wine/libdxgi.def
|
||||
|
|
Loading…
Reference in a new issue