From 8f9127ff9a03500a667192ad510e8894226b7ec8 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Mon, 10 Apr 2017 13:17:17 +0000 Subject: - Update to 102 PR: 211855 Submitted by: cyberbotx@cyberbotx.com (maintainer) --- emulators/higan/Makefile | 80 +++++++++------------- emulators/higan/distinfo | 5 +- .../files/patch-higan_target-tomoko_GNUmakefile | 15 ++++ ...gan_target-tomoko_presentation_presentation.cpp | 11 +++ .../patch-higan_target-tomoko_program_medium.cpp | 11 +++ .../files/patch-higan_target-tomoko_tomoko.cpp | 23 +++++++ .../files/patch-higan_target-tomoko_tomoko.hpp | 8 +++ ...ch-higan_target-tomoko_tools_cheat-database.cpp | 11 +++ emulators/higan/files/patch-icarus_core_core.cpp | 33 +++++++++ emulators/higan/files/patch-icarus_icarus.cpp | 23 +++++++ emulators/higan/files/patch-nall-platform.hpp | 11 --- emulators/higan/files/patch-ruby__video__glx.cpp | 31 --------- emulators/higan/files/patch-target-ethos-Makefile | 15 ---- .../patch-target-ethos_general_presentation.cpp | 11 --- .../files/patch-target-ethos_utility_utility.cpp | 11 --- emulators/higan/pkg-plist | 17 ++--- 16 files changed, 179 insertions(+), 137 deletions(-) create mode 100644 emulators/higan/files/patch-higan_target-tomoko_GNUmakefile create mode 100644 emulators/higan/files/patch-higan_target-tomoko_presentation_presentation.cpp create mode 100644 emulators/higan/files/patch-higan_target-tomoko_program_medium.cpp create mode 100644 emulators/higan/files/patch-higan_target-tomoko_tomoko.cpp create mode 100644 emulators/higan/files/patch-higan_target-tomoko_tomoko.hpp create mode 100644 emulators/higan/files/patch-higan_target-tomoko_tools_cheat-database.cpp create mode 100644 emulators/higan/files/patch-icarus_core_core.cpp create mode 100644 emulators/higan/files/patch-icarus_icarus.cpp delete mode 100644 emulators/higan/files/patch-nall-platform.hpp delete mode 100644 emulators/higan/files/patch-ruby__video__glx.cpp delete mode 100644 emulators/higan/files/patch-target-ethos-Makefile delete mode 100644 emulators/higan/files/patch-target-ethos_general_presentation.cpp delete mode 100644 emulators/higan/files/patch-target-ethos_utility_utility.cpp (limited to 'emulators') diff --git a/emulators/higan/Makefile b/emulators/higan/Makefile index 9082c3873ad5..d3e0b155eee2 100644 --- a/emulators/higan/Makefile +++ b/emulators/higan/Makefile @@ -2,59 +2,49 @@ # $FreeBSD$ PORTNAME= higan -PORTVERSION= 0.94 -PORTREVISION= 5 +PORTVERSION= 102 CATEGORIES= emulators -MASTER_SITES= http://byuu.org/files/ \ +MASTER_SITES= http://download.byuu.org/ \ http://www.cyberbotx.com/higan/ -DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//}-source +DISTNAME= ${PORTNAME}_v${PORTVERSION}-source MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Nintendo multi-system emulator -USES= compiler:c++11-lib gmake pkgconfig tar:xz +USES= 7z:p7zip compiler:c++14-lang gmake pkgconfig USE_LDCONFIG= yes +USE_XORG= x11 xext +USE_CSTD= c99 +USE_CXXSTD= c++14 +USE_GCC= yes +MAKEFILE= GNUmakefile ONLY_FOR_ARCHS= i386 amd64 -MAKE_ENV+= compiler="${CXX}" cflags="-x c -std=c99 ${CFLAGS}" \ - cppflags="-x c++ -std=c++11 ${CXXFLAGS}" +MAKE_ENV+= compiler="${CXX}" OPTIONS_DEFINE= DEBUG -OPTIONS_SINGLE= PROFILE GUI -OPTIONS_SINGLE_PROFILE= ACCURACY BALANCED PERFORMANCE +OPTIONS_SINGLE= GUI OPTIONS_SINGLE_GUI= GTK2 QT4 OPTIONS_MULTI= VIDEO SOUND INPUT OPTIONS_MULTI_VIDEO= GLX SDL XSHM XV OPTIONS_MULTI_SOUND= AO OPENAL OSS PULSEAUDIO OPTIONS_MULTI_INPUT= INPUT_SDL INPUT_X -OPTIONS_DEFAULT= BALANCED GTK2 GLX XSHM XV SDL \ +OPTIONS_DEFAULT= GTK2 GLX XSHM XV SDL \ OSS INPUT_SDL INPUT_X -ACCURACY_DESC= Use accuracy profile -BALANCED_DESC= Use balanced profile -PERFORMANCE_DESC= Use performance profile -GTK2_DESC= Build with GTK+2 GUI -QT4_DESC= Build with QT4 GUI -GLX_DESC= Build GLX video driver -SDL_DESC= Build SDL video driver XSHM_DESC= Build XShm video driver XV_DESC= Build Xv video driver -AO_DESC= Build AO sound driver -OPENAL_DESC= Build OpenAL sound driver -OSS_DESC= Build OSS sound driver -PULSEAUDIO_DESC= Build Pulseaudio sound driver INPUT_SDL_DESC= Build SDL input driver INPUT_X_DESC= Build X input driver -ACCURACY_MAKE_ENV= profile="accuracy" -BALANCED_MAKE_ENV= profile="balanced" -PERFORMANCE_MAKE_ENV= profile="performance" +GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 +GTK2_MAKE_ENV= hiro="gtk" +GTK2_USE= GNOME=cairo,gdkpixbuf2,gtk20,gtksourceview2 +GTK2_USES= gettext -GTK2_USE= GNOME=gtk20 -GTK2_MAKE_ENV= phoenix="gtk" - -QT4_USE= QT4=gui,moc_build -QT4_MAKE_ENV= phoenix="qt" +QT4_MAKE_ENV= hiro="qt" +QT4_USE= QT4=corelib,gui,moc_build GLX_USE= GL=gl GLX_VARS= VIDEO_DRIVER+=video.glx @@ -89,33 +79,27 @@ post-patch: -e 's|%%VIDEO%%|${VIDEO_DRIVER}|' \ -e 's|%%AUDIO%%|${AUDIO_DRIVER}|' \ -e 's|%%INPUT%%|${INPUT_DRIVER}|' \ - ${WRKSRC}/target-ethos/Makefile + ${WRKSRC}/higan/target-tomoko/GNUmakefile ${REINPLACE_CMD} -e 's|/usr/share/|${PREFIX}/share/|' \ - ${WRKSRC}/nall/string/platform.hpp + ${WRKSRC}/nall/path.hpp post-patch-DEBUG-on: ${REINPLACE_CMD} -e 's|-O3|-g|g' \ - ${WRKSRC}/ananke/Makefile \ - ${WRKSRC}/Makefile - ${REINPLACE_CMD} -e 's|:= -s|:= #|g' \ - ${WRKSRC}/Makefile - -pre-build-QT4-on: - (cd ${WRKSRC}/phoenix/qt && ${MOC} -i -o platform.moc platform.moc.hpp) + ${WRKSRC}/higan/GNUmakefile \ + ${WRKSRC}/icarus/GNUmakefile do-build: -.for d in . ananke - (cd ${WRKSRC}/${d} && ${MAKE_CMD} ${MAKE_ENV}) +.for d in higan icarus + @${DO_MAKE_BUILD} ${ALL_TARGET} -C${WRKSRC}/${d} .endfor do-install: - ${INSTALL_LIB} ${WRKSRC}/ananke/libananke.so ${STAGEDIR}${PREFIX}/lib/libananke.so.1 - ${LN} -sf libananke.so.1 ${STAGEDIR}${PREFIX}/lib/libananke.so - ${INSTALL_PROGRAM} ${WRKSRC}/out/higan ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_DATA} ${WRKSRC}/data/higan.png ${STAGEDIR}${PREFIX}/share/pixmaps/ - ${INSTALL_DATA} ${WRKSRC}/data/higan.desktop ${STAGEDIR}${PREFIX}/share/applications/ - ${MKDIR} ${STAGEDIR}${DATADIR}/shaders - (cd ${WRKSRC}/profile && ${COPYTREE_SHARE} \* ${STAGEDIR}${DATADIR}/) - (cd ${WRKSRC}/shaders && ${COPYTREE_SHARE} \*.shader ${STAGEDIR}${DATADIR}/shaders/) + ${INSTALL_PROGRAM} ${WRKSRC}/higan/out/higan ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/icarus/out/icarus ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKSRC}/higan/data/higan.png ${STAGEDIR}${PREFIX}/share/pixmaps/ + ${INSTALL_DATA} ${WRKSRC}/higan/data/higan.desktop ${STAGEDIR}${PREFIX}/share/applications/ + (cd ${WRKSRC}/higan/systems && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/) + ${INSTALL_DATA} ${WRKSRC}/higan/data/cheats.bml ${STAGEDIR}${DATADIR}/ + (cd ${WRKSRC}/icarus/Database && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/icarus/Database/) .include diff --git a/emulators/higan/distinfo b/emulators/higan/distinfo index aeb764aa8ce2..279c62012046 100644 --- a/emulators/higan/distinfo +++ b/emulators/higan/distinfo @@ -1,2 +1,3 @@ -SHA256 (higan_v094-source.tar.xz) = 5e149df9d50c1066eb97c0d66665428d75304da782bba5a87078b87fc311151b -SIZE (higan_v094-source.tar.xz) = 882732 +TIMESTAMP = 1489861177 +SHA256 (higan_v102-source.7z) = 52dadcf2ec5cfab0952e2948cc8acb4883b3996458bce4ecb3995830bb1699f1 +SIZE (higan_v102-source.7z) = 1246258 diff --git a/emulators/higan/files/patch-higan_target-tomoko_GNUmakefile b/emulators/higan/files/patch-higan_target-tomoko_GNUmakefile new file mode 100644 index 000000000000..f5e4491554d4 --- /dev/null +++ b/emulators/higan/files/patch-higan_target-tomoko_GNUmakefile @@ -0,0 +1,15 @@ +--- higan/target-tomoko/GNUmakefile.orig 2016-01-14 03:20:56 UTC ++++ higan/target-tomoko/GNUmakefile +@@ -27,9 +27,9 @@ else ifeq ($(platform),linux) + ruby += audio.alsa audio.openal audio.oss audio.pulseaudio audio.pulseaudiosimple audio.ao + ruby += input.udev input.sdl input.xlib + else ifeq ($(platform),bsd) +- ruby += video.glx video.xv video.xshm video.sdl +- ruby += audio.openal audio.oss +- ruby += input.sdl input.xlib ++ ruby += %%VIDEO%% ++ ruby += %%AUDIO%% ++ ruby += %%INPUT%% + endif + + # ruby diff --git a/emulators/higan/files/patch-higan_target-tomoko_presentation_presentation.cpp b/emulators/higan/files/patch-higan_target-tomoko_presentation_presentation.cpp new file mode 100644 index 000000000000..bc30b6dc349c --- /dev/null +++ b/emulators/higan/files/patch-higan_target-tomoko_presentation_presentation.cpp @@ -0,0 +1,11 @@ +--- higan/target-tomoko/presentation/presentation.cpp.orig 2017-01-13 17:52:31 UTC ++++ higan/target-tomoko/presentation/presentation.cpp +@@ -278,7 +278,7 @@ auto Presentation::toggleFullScreen() -> + } + + auto Presentation::loadShaders() -> void { +- auto pathname = locate("Video Shaders/"); ++ auto pathname = locateShared("Video Shaders/"); + + if(settings["Video/Driver"].text() == "OpenGL") { + for(auto shader : directory::folders(pathname, "*.shader")) { diff --git a/emulators/higan/files/patch-higan_target-tomoko_program_medium.cpp b/emulators/higan/files/patch-higan_target-tomoko_program_medium.cpp new file mode 100644 index 000000000000..6c898cd0f699 --- /dev/null +++ b/emulators/higan/files/patch-higan_target-tomoko_program_medium.cpp @@ -0,0 +1,11 @@ +--- higan/target-tomoko/program/medium.cpp.orig 2017-01-13 10:43:46 UTC ++++ higan/target-tomoko/program/medium.cpp +@@ -17,7 +17,7 @@ auto Program::loadMedium() -> void { + auto Program::loadMedium(Emulator::Interface& interface, const Emulator::Interface::Medium& medium) -> void { + unloadMedium(); + +- mediumPaths.append(locate({medium.name, ".sys/"})); ++ mediumPaths.append(locateShared({medium.name, ".sys/"})); + + Emulator::audio.reset(2, audio->get(Audio::Frequency).get(44100)); + inputManager->bind(emulator = &interface); diff --git a/emulators/higan/files/patch-higan_target-tomoko_tomoko.cpp b/emulators/higan/files/patch-higan_target-tomoko_tomoko.cpp new file mode 100644 index 000000000000..e3790ab98982 --- /dev/null +++ b/emulators/higan/files/patch-higan_target-tomoko_tomoko.cpp @@ -0,0 +1,23 @@ +--- higan/target-tomoko/tomoko.cpp.orig 2016-07-01 08:21:27 UTC ++++ higan/target-tomoko/tomoko.cpp +@@ -4,6 +4,20 @@ unique_pointer