FreeBSD Bugzilla – Attachment 213956 Details for
Bug 246060
[NEW PORT] games/libretro-play: Play! - PlayStation 2 Emulator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
libretro-play.patch (text/plain), 4.38 KB, created by
Ivan Rozhuk
on 2020-04-30 14:49:50 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Ivan Rozhuk
Created:
2020-04-30 14:49:50 UTC
Size:
4.38 KB
patch
obsolete
>Index: games/libretro-play/Makefile >=================================================================== >--- games/libretro-play/Makefile (nonexistent) >+++ games/libretro-play/Makefile (working copy) >@@ -0,0 +1,75 @@ >+# Created by: Rozhuk Ivan <rozhuk.im@gmail.com> >+# $FreeBSD$ >+ >+PORTNAME= play >+PORTVERSION= 0.30.0 >+CATEGORIES= games >+PKGNAMEPREFIX= libretro- >+ >+MAINTAINER= rozhuk.im@gmail.com >+COMMENT= Play! - PlayStation 2 Emulator >+ >+LICENSE= BSD2CLAUSE >+LICENSE_FILE= ${WRKSRC}/COPYING >+ >+LIB_DEPENDS= libicuuc.so:devel/icu >+ >+USES= cmake ssl gl compiler:c++17-lang >+USE_GL= egl gl glew glu >+USE_LDCONFIG= yes >+USE_CXXSTD= c++17 >+ >+USE_GITHUB= yes >+GH_ACCOUNT= jpd002 \ >+ jpd002:codegen \ >+ jpd002:framework \ >+ jpd002:dependencies \ >+ gulrak:ghc_filesystem >+GH_PROJECT= Play- \ >+ Play--CodeGen:codegen \ >+ Play--Framework:framework \ >+ Play-Dependencies:dependencies \ >+ filesystem:ghc_filesystem >+GH_TAGNAME= 83e31d7d2d9944263208010d7f2c2521d54afc63 \ >+ 88aaa95093538ce0731632b52e97fd8f3f6bcb4f:codegen \ >+ 5920d339846342328f61e92df4e441bc1606c60b:framework \ >+ 1d582d48c9768f13e38cc2860061a833ae30b4c2:dependencies \ >+ 8ea72cfb7312ac1bce58ebc18cec599b0045bfc9:ghc_filesystem >+GH_SUBDIR= deps/CodeGen:codegen \ >+ deps/Framework:framework \ >+ deps/Dependencies:dependencies \ >+ deps/Dependencies/ghc_filesystem:ghc_filesystem >+ >+PLIST_FILES= libexec/libretro/play_libretro.so >+ >+CMAKE_ARGS= -DSHORT_HASH=${GH_TAGNAME_DEFAULT} \ >+ -DBUILD_PLAY:BOOL=OFF \ >+ -DBUILD_PSFPLAYER:BOOL=OFF \ >+ -DBUILD_TESTS:BOOL=OFF \ >+ -DBUILD_AOT_CACHE:BOOL=OFF \ >+ -DBUILD_LIBRETRO_CORE:BOOL=ON \ >+ -DENABLE_AMAZON_S3:BOOL=OFF >+ >+post-patch: >+ # Do not call git on configure. >+ @${REINPLACE_CMD} -e 's|execute_process(COMMAND git rev-parse.*|set(SHORT_HASH_RESULT 0)|g' \ >+ ${WRKSRC}/CMakeLists.txt >+ # Fix CMake error: Cannot specify compile options for target >+ # "PUBLIC" which is not built by this project. >+ @${REINPLACE_CMD} -e 's|target_compile_options(PUBLIC|add_compile_options(|g' \ >+ ${WRKSRC}/Source/CMakeLists.txt >+ # Unneded -static append. >+ @${REINPLACE_CMD} -e 's|list(APPEND PROJECT_LIBS "-static.*||g' \ >+ ${WRKSRC}/Source/ui_libretro/CMakeLists.txt >+ # Do not set CXX inside CMake files. >+ @${REINPLACE_CMD} -e 's|set(CMAKE_CXX_STANDARD.*||g' \ >+ ${WRKSRC}/deps/Dependencies/cmake-modules/Header.cmake \ >+ ${WRKSRC}/deps/Dependencies/ghc_filesystem/CMakeLists.txt \ >+ ${WRKSRC}/deps/Framework/build_cmake/Framework_Common.cmake \ >+ ${WRKSRC}/deps/CodeGen/build_cmake/CMakeLists.txt >+ >+do-install: >+ ${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/libretro; >+ ${INSTALL_LIB} $$(find ${WRKDIR}/.build -name "*.so") ${STAGEDIR}/${PREFIX}/libexec/libretro; >+ >+.include <bsd.port.mk> >Index: games/libretro-play/distinfo >=================================================================== >--- games/libretro-play/distinfo (nonexistent) >+++ games/libretro-play/distinfo (working copy) >@@ -0,0 +1,11 @@ >+TIMESTAMP = 1588252640 >+SHA256 (jpd002-Play--0.30.0-83e31d7d2d9944263208010d7f2c2521d54afc63_GH0.tar.gz) = bee4b73c829a513be4876f1f7c7b924ae1e8092e6760b9a60707308381324dec >+SIZE (jpd002-Play--0.30.0-83e31d7d2d9944263208010d7f2c2521d54afc63_GH0.tar.gz) = 1772880 >+SHA256 (jpd002-Play--CodeGen-88aaa95093538ce0731632b52e97fd8f3f6bcb4f_GH0.tar.gz) = 014986ae24d0be65f5dd00c44e3f9171162063199bb119b812f526364c92d369 >+SIZE (jpd002-Play--CodeGen-88aaa95093538ce0731632b52e97fd8f3f6bcb4f_GH0.tar.gz) = 257257 >+SHA256 (jpd002-Play--Framework-5920d339846342328f61e92df4e441bc1606c60b_GH0.tar.gz) = 90a62b7272934415ab5c0d82fb52d9c4b94b9e1cc817d6d483f8136b3e6b4aa2 >+SIZE (jpd002-Play--Framework-5920d339846342328f61e92df4e441bc1606c60b_GH0.tar.gz) = 173887 >+SHA256 (jpd002-Play-Dependencies-1d582d48c9768f13e38cc2860061a833ae30b4c2_GH0.tar.gz) = 4d42dc659add037c386958770d0a4815c53424e48ce4172ed79ec6ba67c2deb2 >+SIZE (jpd002-Play-Dependencies-1d582d48c9768f13e38cc2860061a833ae30b4c2_GH0.tar.gz) = 4949299 >+SHA256 (gulrak-filesystem-8ea72cfb7312ac1bce58ebc18cec599b0045bfc9_GH0.tar.gz) = 3b5dfcf467406a2f594f7f3755dab7cb67c2e1e6a2133b421afc36d3824b0a78 >+SIZE (gulrak-filesystem-8ea72cfb7312ac1bce58ebc18cec599b0045bfc9_GH0.tar.gz) = 161495 >Index: games/libretro-play/pkg-descr >=================================================================== >--- games/libretro-play/pkg-descr (nonexistent) >+++ games/libretro-play/pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+Play! is a PlayStation 2 emulator for Windows, macOS, UNIX, >+Android & iOS platforms. >+ >+ >+WWW: https://purei.org/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 246060
:
213956
|
214404
|
214761
|
218989