emulators/duckstation: Update to 20231124 (rev 2739794)
Also, remove i386 from supported archs.
This commit is contained in:
parent
ecd32bfe4b
commit
9e9048fa83
3 changed files with 10 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= duckstation
|
||||
PORTVERSION= 20231016
|
||||
PORTVERSION= 20231124
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= emulators
|
||||
|
||||
|
@ -9,6 +9,9 @@ WWW= https://www.duckstation.org
|
|||
|
||||
LICENSE= GPLv3
|
||||
|
||||
NOT_FOR_ARCHS= i386
|
||||
NOT_FOR_ARCHS_REASON= src/common/fastjmp.cpp:186:2: error: Unknown platform
|
||||
|
||||
LIB_DEPENDS= libcurl.so:ftp/curl \
|
||||
libbacktrace.so:devel/libbacktrace \
|
||||
libxkbcommon.so:x11/libxkbcommon \
|
||||
|
@ -23,8 +26,8 @@ USES= cmake compiler:c++20-lang gl pkgconfig qt:6 sdl xorg
|
|||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= stenzek
|
||||
# See: https://github.com/stenzek/duckstation/releases/tag/latest
|
||||
GH_TAGNAME= cecae91
|
||||
# See: https://github.com/stenzek/duckstation/commits/latest
|
||||
GH_TAGNAME= 2739794
|
||||
|
||||
USE_GL= egl
|
||||
USE_SDL= sdl2
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1700156894
|
||||
SHA256 (stenzek-duckstation-v20231016-cecae91_GH0.tar.gz) = e1c25940db1b517b5dfbf73d7f21a584194ddd0d6a93f11b45210a021d4841c7
|
||||
SIZE (stenzek-duckstation-v20231016-cecae91_GH0.tar.gz) = 13424608
|
||||
TIMESTAMP = 1701196143
|
||||
SHA256 (stenzek-duckstation-v20231124-2739794_GH0.tar.gz) = 19aeb00b3e56f5c34bccc6829b85141e47742d7c9314de6141c909c91d921542
|
||||
SIZE (stenzek-duckstation-v20231124-2739794_GH0.tar.gz) = 13558980
|
||||
|
|
|
@ -53,6 +53,7 @@ share/pixmaps/duckstation.png
|
|||
%%DATADIR%%/resources/sounds/achievements/lbsubmit.wav
|
||||
%%DATADIR%%/resources/sounds/achievements/message.wav
|
||||
%%DATADIR%%/resources/sounds/achievements/unlock.wav
|
||||
%%DATADIR%%/resources/thirdparty.html
|
||||
%%DATADIR%%/translations/duckstation-qt_de.qm
|
||||
%%DATADIR%%/translations/duckstation-qt_en.qm
|
||||
%%DATADIR%%/translations/duckstation-qt_es-ES.qm
|
||||
|
|
Loading…
Reference in a new issue