Skip to content

Commit

Permalink
emulators/yuzu: unbreak fetch via Codeberg mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed May 4, 2024
1 parent ff52098 commit 2e1df47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion emulators/yuzu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ MASTER_SITES= https://api.yuzu-emu.org/gamedb/?dummy=/:gamedb
.else
MASTER_SITES= LOCAL/jbeich:gamedb
.endif
MASTER_SITES+= https://codeberg.org/TxzK/${PORTNAME}/archive/${GH_TAGNAME}${EXTRACT_SUFX}?dummy=/
DISTFILES= ${PORTNAME}-s20230424/compatibility_list.json:gamedb
DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}
EXTRACT_ONLY= ${DISTFILES:N*\:gamedb:C/\:.*//}

MAINTAINER= jbeich@FreeBSD.org
Expand Down Expand Up @@ -48,7 +50,7 @@ qt5_OPTIONS_SLAVE= QT5
qt5_OPTIONS_EXCLUDE= QT6
qt6_CONFLICTS_INSTALL= ${PORTNAME}-qt5

USE_GITHUB= yes
USE_GITHUB= nodefault
GH_ACCOUNT= yuzu-mirror
GH_TAGNAME= 15e6e48bef
GH_TUPLE= yuzu-mirror:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \
Expand All @@ -66,6 +68,7 @@ GH_TUPLE= yuzu-mirror:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \

USES= cmake:testing elfctl localbase:ldflags pkgconfig sdl ssl
USE_SDL= sdl2
WRKSRC= ${WRKDIR}/${PORTNAME}
CMAKE_ON= Boost_USE_STATIC_LIBS
CMAKE_ON+= BUNDLE_SPEEX # only used by cubeb tests
CMAKE_ON+= CMAKE_DISABLE_FIND_PACKAGE_LLVM # only need Demangle but llvm* is huge
Expand Down
4 changes: 2 additions & 2 deletions emulators/yuzu/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
TIMESTAMP = 1709737254
SHA256 (yuzu-s20230424/compatibility_list.json) = 382db629d6b060af722a27dfa9cd6bb60ac16a7544c58322f63aa1be4c0c0fac
SIZE (yuzu-s20230424/compatibility_list.json) = 1801327
SHA256 (yuzu-mirror-yuzu-s20240301-15e6e48bef_GH0.tar.gz) = 546214c192db690a630308792b5acacf3c620c5df4779ca6509f87da510cf70d
SIZE (yuzu-mirror-yuzu-s20240301-15e6e48bef_GH0.tar.gz) = 7132866
SHA256 (yuzu-s20240301.tar.gz) = 1f343ccf09bf53513655be968749ec5aca72d33e1825b6c262979e405a06d2a1
SIZE (yuzu-s20240301.tar.gz) = 7124470
SHA256 (yuzu-mirror-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 8cd6d075b4da0ad5fb995eb37390e2e6088be8d41ab1cdfc7e7e4256bd991450
SIZE (yuzu-mirror-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 2679189
SHA256 (yuzu-mirror-sirit-ab75463_GH0.tar.gz) = 6b61e265be182b7a78075fc1b98ccf80fd33008343205dd0e22a10a439c45319
Expand Down

0 comments on commit 2e1df47

Please sign in to comment.