mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
games/mizuma: update to 2025.06
Changes: - Changed GUI interface from Zenity to YAD. - Changes have been made to the GUI to make the execution more effective and comfortable. - Updated VKD3D-Proton issue hint that mesa-devel is required to workaround the problem since mesa-dri is still stuck at 24. - Many unnecessary little things have been removed and currently only the most necessary things are available. (Clean up) PR: 287858 Reported by: Alexander Vereeken <Alexander88207@protonmail.com> (maintainer)
This commit is contained in:
committed by
Hiroki Tagato
parent
c4743dd6da
commit
0496924a06
+2
-14
@@ -1,5 +1,5 @@
|
||||
PORTNAME= mizuma
|
||||
DISTVERSION= 2025.04
|
||||
DISTVERSION= 2025.06
|
||||
CATEGORIES= games emulators
|
||||
MASTER_SITES= https://codeberg.org/Alexander88207/Mizutamari/archive/${PORTVERSION}${EXTRACT_SUFX}?dummy=/
|
||||
|
||||
@@ -15,12 +15,11 @@ ONLY_FOR_ARCHS_REASON= Wine only runs on x86 architecture
|
||||
|
||||
RUN_DEPENDS= 7zz:archivers/7-zip \
|
||||
bash:shells/bash \
|
||||
vulkaninfo:graphics/vulkan-tools \
|
||||
wine:emulators/wine \
|
||||
wine-mono>0:emulators/wine-mono \
|
||||
winetricks:emulators/winetricks \
|
||||
xdg-open:devel/xdg-utils \
|
||||
zenity:x11/zenity
|
||||
yad:x11/yad
|
||||
|
||||
NO_ARCH= yes
|
||||
NO_BUILD= yes
|
||||
@@ -30,17 +29,6 @@ WRKSRC= ${WRKDIR}/mizutamari
|
||||
PLIST_FILES= bin/Mizuma \
|
||||
share/Mizutamari/Tools/Framework
|
||||
|
||||
OPTIONS_DEFAULT= GLX_UTILS
|
||||
OPTIONS_RADIO= GLXINFO
|
||||
OPTIONS_RADIO_GLXINFO= GLX_UTILS MESA_DEMOS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
GLX_UTILS_DESC= Use glxinfo from glx-utils
|
||||
MESA_DEMOS_DESC= Use glxinfo from mesa-demos
|
||||
|
||||
GLX_UTILS_RUN_DEPENDS= glxinfo:graphics/glx-utils
|
||||
MESA_DEMOS_RUN_DEPENDS= glxinfo:graphics/mesa-demos
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/share/Mizutamari/Tools
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/Mizuma ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1745705501
|
||||
SHA256 (mizuma-2025.04.tar.gz) = 0316149e76b9223687fb080ccd58ec94a44786c2305bfc5f34d87312c28a80eb
|
||||
SIZE (mizuma-2025.04.tar.gz) = 217212
|
||||
TIMESTAMP = 1751052879
|
||||
SHA256 (mizuma-2025.06.tar.gz) = a4645869c4b5ac06e0b34bae831172330a3d8b9eccaca15c2a87cb4efd923c55
|
||||
SIZE (mizuma-2025.06.tar.gz) = 218090
|
||||
|
||||
@@ -1,7 +1,4 @@
|
||||
Mizutamari is A Wine front-end. Written in Bash with a GUI provided by Zentiy.
|
||||
Mizutamari is A Wine front-end. Written in Bash with a GUI provided by YAD.
|
||||
|
||||
A predefined library is used to manage the Windows applications.
|
||||
Providing/applying the required fixes and workarounds.
|
||||
|
||||
Note: In order to avoid conflicts with the KDE environment,
|
||||
you need to build this port with the MESA_DEMOS option instead.
|
||||
|
||||
@@ -10,6 +10,8 @@ The following commandline tasks are currently available:
|
||||
Mizuma Install $APPNAME
|
||||
Mizuma Launch $APPNAME
|
||||
Mizuma Uninstall $APPNAME
|
||||
Mizuma Kill $APPNAME
|
||||
Mizuma Winetricks $APPNAME
|
||||
Mizuma List Library
|
||||
Mizuma List Installed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user