git: 07466d961d98 - main - games/slade: switch back to GTK+2 by default
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 10:47:18 UTC
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=07466d961d98de555441ceeeabedc0a31a13efa2 commit 07466d961d98de555441ceeeabedc0a31a13efa2 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-10-25 10:46:18 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-10-25 10:46:18 +0000 games/slade: switch back to GTK+2 by default It gives more fluent, responsive, and overall better user experience. Leave v3 an option for those who are confined to it for some reason. --- games/slade/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/games/slade/Makefile b/games/slade/Makefile index b88b568ca6de..4ca3232283de 100644 --- a/games/slade/Makefile +++ b/games/slade/Makefile @@ -33,13 +33,16 @@ PLIST_FILES= bin/slade share/slade3/slade.pk3 \ share/metainfo/net.mancubus.SLADE.metainfo.xml \ share/icons/net.mancubus.SLADE.png -OPTIONS_DEFINE= FLUIDSYNTH +OPTIONS_DEFINE= FLUIDSYNTH GTK3 OPTIONS_DEFAULT= FLUIDSYNTH FLUIDSYNTH_LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth FLUIDSYNTH_RUN_DEPENDS= ${LOCALBASE}/share/sounds/sf2/FluidR3_GM.sf2:audio/fluid-soundfont FLUIDSYNTH_CMAKE_OFF= -DNO_FLUIDSYNTH:BOOL=ON +GTK3_CMAKE_OFF= -DWX_GTK3:BOOL=OFF +GTK3_VARS_OFF= WANT_WXGTK_VER=2 + post-patch: @${REINPLACE_CMD} -e 's,"alsa","oss", ; \ /share\/sounds\/sf2/s,/usr,${LOCALBASE},g' \