mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
emulators/ppsspp-devel: update to 1.7.5.476
Changes: https://github.com/hrydgard/ppsspp/compare/v1.7.5...01f0f3e86
This commit is contained in:
parent
6ae4d47d22
commit
0efe31f22a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493332
1
MOVED
1
MOVED
@ -9575,7 +9575,6 @@ devel/buildbot-pkg|devel/py-buildbot-pkg|2017-11-29|Rename to comply with PyPI s
|
||||
devel/buildbot-waterfall-view|devel/py-buildbot-waterfall-view|2017-11-29|Rename to comply with PyPI scheme
|
||||
devel/buildbot-worker|devel/py-buildbot-worker|2017-11-29|Rename to comply with PyPI scheme
|
||||
devel/buildbot-www|devel/py-buildbot-www|2017-11-29|Rename to comply with PyPI scheme
|
||||
emulators/ppsspp-devel|emulators/ppsspp|2017-11-29|Out of date: use emulators/ppsspp for now
|
||||
audio/shairport|audio/shairport-sync|2017-11-29|Has expired: Officially unmaintained upstream. Use audio/shairport-sync instead
|
||||
accessibility/py3-speech-dispatcher|accessibility/py-speech-dispatcher@py36|2017-11-30|Moved to a flavored, generic, version
|
||||
accessibility/py3-atspi|accessibility/py-atspi@py36|2017-11-30|Moved to a flavored, generic, version
|
||||
|
@ -108,7 +108,9 @@
|
||||
SUBDIR += pipelight
|
||||
SUBDIR += playonbsd
|
||||
SUBDIR += ppsspp
|
||||
SUBDIR += ppsspp-devel
|
||||
SUBDIR += ppsspp-qt5
|
||||
SUBDIR += ppsspp-qt5-devel
|
||||
SUBDIR += py-gns3-converter
|
||||
SUBDIR += py-unicorn
|
||||
SUBDIR += q4wine
|
||||
|
25
emulators/ppsspp-devel/Makefile
Normal file
25
emulators/ppsspp-devel/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $FreeBSD$
|
||||
|
||||
DISTVERSION= 1.7.5-476
|
||||
DISTVERSIONSUFFIX= -g01f0f3e86
|
||||
PORTREVISION?= 0
|
||||
PKGNAMESUFFIX?= -devel
|
||||
|
||||
GH_TUPLE= hrydgard:glslang:9983f99e:glslang/ext/glslang \
|
||||
hrydgard:${PORTNAME}-lang:f97aa5d:lang/assets/lang \
|
||||
KhronosGroup:SPIRV-Cross:be7425e:SPIRV/ext/SPIRV-Cross \
|
||||
Kingcom:armips:v0.10.0-28-g7885552:armips/ext/armips \
|
||||
Kingcom:tinyformat:Release-2.0.1-7-gb7f5a22:tinyformat/ext/armips/ext/tinyformat
|
||||
|
||||
CMAKE_OFF= USE_DISCORD
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../ppsspp
|
||||
DISTINFO_FILE?= ${.CURDIR}/distinfo
|
||||
|
||||
pre-patch: slave-pre-patch
|
||||
slave-pre-patch:
|
||||
# Avoid copying entire ${PATCHDIR} just for removed code
|
||||
@${REINPLACE_CMD} -e '/SIMULATOR/s/ARM_DEVICE/ARM/' \
|
||||
${WRKSRC}/CMakeLists.txt
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
15
emulators/ppsspp-devel/distinfo
Normal file
15
emulators/ppsspp-devel/distinfo
Normal file
@ -0,0 +1,15 @@
|
||||
TIMESTAMP = 1550502979
|
||||
SHA256 (ppsspp.1) = 64a7cca4c3a5fc6ad5b63399edef9056b0c85ea68fed00fb7e97f4b2724e503b
|
||||
SIZE (ppsspp.1) = 1598
|
||||
SHA256 (hrydgard-ppsspp-v1.7.5-476-g01f0f3e86_GH0.tar.gz) = dc90480076631c6f084d6b3713235e3c9c506d9511fb0978c9767c87c1dec203
|
||||
SIZE (hrydgard-ppsspp-v1.7.5-476-g01f0f3e86_GH0.tar.gz) = 19633361
|
||||
SHA256 (hrydgard-glslang-9983f99e_GH0.tar.gz) = cf5cef6113b13461881c6d1a962900b4f2c1b9d53db723620034d1b61f9c4d4c
|
||||
SIZE (hrydgard-glslang-9983f99e_GH0.tar.gz) = 2493444
|
||||
SHA256 (hrydgard-ppsspp-lang-f97aa5d_GH0.tar.gz) = 00cc9ff29c78c233a8d8c2db7b63bd885de112ac1cbec00f2a686da513fad257
|
||||
SIZE (hrydgard-ppsspp-lang-f97aa5d_GH0.tar.gz) = 536819
|
||||
SHA256 (KhronosGroup-SPIRV-Cross-be7425e_GH0.tar.gz) = a5a06eee313583289f697689a3b79579b6f3dc40c766520e905047dfa94aade1
|
||||
SIZE (KhronosGroup-SPIRV-Cross-be7425e_GH0.tar.gz) = 537750
|
||||
SHA256 (Kingcom-armips-v0.10.0-28-g7885552_GH0.tar.gz) = 040a8d01b1c0e65b77ede9dd6713b6f6290346a29d300138454335362a396d6c
|
||||
SIZE (Kingcom-armips-v0.10.0-28-g7885552_GH0.tar.gz) = 197207
|
||||
SHA256 (Kingcom-tinyformat-Release-2.0.1-7-gb7f5a22_GH0.tar.gz) = d86b5b4592047254c5118d0639e51d00869b3adc2f2c5419fdf29381ca42011e
|
||||
SIZE (Kingcom-tinyformat-Release-2.0.1-7-gb7f5a22_GH0.tar.gz) = 22286
|
11
emulators/ppsspp-qt5-devel/Makefile
Normal file
11
emulators/ppsspp-qt5-devel/Makefile
Normal file
@ -0,0 +1,11 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTREVISION= 0
|
||||
PKGNAMESUFFIX= -qt5-devel
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../ppsspp-devel
|
||||
DISTINFO_FILE:= ${MASTERDIR}/distinfo
|
||||
|
||||
OPTIONS_SLAVE= QT5
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in New Issue
Block a user