Update to Wine 4.9. This includes the following changes:
- Initial support for installing Plug and Play drivers. - Support for building 16-bit modules in PE format. - A lot of code moved to the new KernelBase DLL. - Various game controller fixes. - Use higher performance system clocks if available. - Various bug fixes. The Wine code around Video4Linux (enabled by the V4L option) has changed upstream; adjust both the configure invocations and dependency. A bit more than the usual changes to the packaging list, though everything appears to be routine evolution there.
This commit is contained in:
parent
09fa557482
commit
7a5cee7a3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502726
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= wine
|
||||
DISTVERSION= 4.8
|
||||
DISTVERSION= 4.9
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= SF/${PORTNAME}/Source \
|
||||
@ -99,9 +99,9 @@ MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123
|
||||
OPENAL_CONFIGURE_WITH= openal
|
||||
OPENAL_USES= openal
|
||||
|
||||
V4L_CONFIGURE_WITH= v4l
|
||||
V4L_CONFIGURE_WITH= v4l2
|
||||
V4L_BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat
|
||||
V4L_LIB_DEPENDS= libv4l1.so:multimedia/libv4l
|
||||
V4L_LIB_DEPENDS= libv4l2.so:multimedia/libv4l
|
||||
|
||||
VKD3D_CONFIGURE_WITH= vkd3d
|
||||
VKD3D_USES= pkgconfig
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1557554602
|
||||
SHA256 (wine-4.8.tar.xz) = 48b9ab1c1277e13eede66e1af1f9f885cb8b4c5cb53eea6ebbfe10bc06dfa135
|
||||
SIZE (wine-4.8.tar.xz) = 22024100
|
||||
SHA256 (v4.8.tar.gz) = 880170682119a539ca51c5e8c188f3896f4d5d8a295d0d0fd03d23ed79372415
|
||||
SIZE (v4.8.tar.gz) = 9926681
|
||||
TIMESTAMP = 1558856924
|
||||
SHA256 (wine-4.9.tar.xz) = 91848e22fff3cb17db7fe7d727d714d21c5d4229dd460b5d1506753021fc799b
|
||||
SIZE (wine-4.9.tar.xz) = 22077528
|
||||
SHA256 (v4.9.tar.gz) = 93dcf54754c34c2a34aeac4e42b654b69dd804731c0049a0a1b12295adc8f4b7
|
||||
SIZE (v4.9.tar.gz) = 9926386
|
||||
|
@ -2539,15 +2539,15 @@ lib/wine/libmshtml.def
|
||||
lib/wine/libmsi.def
|
||||
lib/wine/libmsimg32.def
|
||||
lib/wine/libmspatcha.def
|
||||
lib/wine/libmsvcr100.def
|
||||
lib/wine/libmsvcr110.def
|
||||
lib/wine/libmsvcr120.def
|
||||
lib/wine/libmsvcr70.def
|
||||
lib/wine/libmsvcr71.def
|
||||
lib/wine/libmsvcr80.def
|
||||
lib/wine/libmsvcr90.def
|
||||
lib/wine/libmsvcr100.a
|
||||
lib/wine/libmsvcr110.a
|
||||
lib/wine/libmsvcr120.a
|
||||
lib/wine/libmsvcr70.a
|
||||
lib/wine/libmsvcr71.a
|
||||
lib/wine/libmsvcr80.a
|
||||
lib/wine/libmsvcr90.a
|
||||
lib/wine/libmsvcrt.a
|
||||
lib/wine/libmsvcrtd.def
|
||||
lib/wine/libmsvcrtd.a
|
||||
lib/wine/libmsvfw32.def
|
||||
lib/wine/libmswsock.def
|
||||
lib/wine/libnddeapi.def
|
||||
@ -2599,7 +2599,7 @@ lib/wine/libstrmiids.a
|
||||
lib/wine/libsxs.def
|
||||
lib/wine/libt2embed.def
|
||||
lib/wine/libtapi32.def
|
||||
lib/wine/libucrtbase.def
|
||||
lib/wine/libucrtbase.a
|
||||
lib/wine/libuiautomationcore.def
|
||||
lib/wine/libunicows.def
|
||||
lib/wine/liburl.def
|
||||
|
Loading…
Reference in New Issue
Block a user