Skip to content

Commit

Permalink
emulators/wine-devel: Update to Wine 8.19
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Gerald Pfeifer authored and Gerald Pfeifer committed Oct 31, 2023
1 parent f4c5e54 commit 2d82a45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions emulators/wine-devel/Makefile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down Expand Up @@ -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" \
Expand Down
6 changes: 3 additions & 3 deletions emulators/wine-devel/distinfo
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions emulators/wine-devel/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d82a45

Please sign in to comment.