Date: Tue, 31 Oct 2023 21:32:37 GMT From: Gerald Pfeifer <gerald@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2d82a45aca4d - main - emulators/wine-devel: Update to Wine 8.19 Message-ID: <202310312132.39VLWbx6097087@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by gerald: URL: https://cgit.FreeBSD.org/ports/commit/?id=2d82a45aca4d5224eec7c79e85eb605fd709be97 commit 2d82a45aca4d5224eec7c79e85eb605fd709be97 Author: Gerald Pfeifer <gerald@FreeBSD.org> AuthorDate: 2023-10-31 21:32:21 +0000 Commit: Gerald Pfeifer <gerald@FreeBSD.org> CommitDate: 2023-10-31 21:32:21 +0000 emulators/wine-devel: Update to Wine 8.19 This includes the following changes: - More DirectMusic implementation. - Various bug fixes. And we no longer unconditionally pass --without-gstreamer to configure; both the --without and --with forms now are covered more specifically. --- emulators/wine-devel/Makefile | 3 +-- emulators/wine-devel/distinfo | 6 +++--- emulators/wine-devel/pkg-plist | 2 ++ 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 83fb3fd338b6..a3659db22d33 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= wine -DISTVERSION= 8.18 +DISTVERSION= 8.19 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/8.x/ @@ -37,7 +37,6 @@ CONFIGURE_ARGS+=--verbose \ --without-gettext --without-gettextpo \ --without-gphoto \ --without-gssapi \ - --without-gstreamer \ --without-inotify \ --without-krb5 \ --with-mingw CROSSCC="clang" CROSSCFLAGS="-isystem ${FILESDIR}/clang" \ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 19fa0abf0b6e..2a2c85baa04b 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1697319952 -SHA256 (wine-8.18.tar.xz) = 30faef14acf70fd5f739d2fece3432839f1f7dd2d3624bcc3662c3b1b83260db -SIZE (wine-8.18.tar.xz) = 29844232 +TIMESTAMP = 1698786722 +SHA256 (wine-8.19.tar.xz) = 9253f81c8880ddcc9b7914974c2fc198485457a476683fa27a71fe73522ed31d +SIZE (wine-8.19.tar.xz) = 29858012 diff --git a/emulators/wine-devel/pkg-plist b/emulators/wine-devel/pkg-plist index a4b859d36631..4d64d3f0b50e 100644 --- a/emulators/wine-devel/pkg-plist +++ b/emulators/wine-devel/pkg-plist @@ -257,10 +257,12 @@ include/wine/windows/d3d10_1.h include/wine/windows/d3d10_1.idl include/wine/windows/d3d10_1shader.h include/wine/windows/d3d10effect.h +include/wine/windows/d3d10effect.idl include/wine/windows/d3d10misc.h include/wine/windows/d3d10sdklayers.h include/wine/windows/d3d10sdklayers.idl include/wine/windows/d3d10shader.h +include/wine/windows/d3d10shader.idl include/wine/windows/d3d11.h include/wine/windows/d3d11.idl include/wine/windows/d3d11_1.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310312132.39VLWbx6097087>