Index: branches/2020Q4/emulators/mgba/Makefile =================================================================== --- branches/2020Q4/emulators/mgba/Makefile (revision 553707) +++ branches/2020Q4/emulators/mgba/Makefile (revision 553708) @@ -1,74 +1,76 @@ # $FreeBSD$ PORTNAME= mgba DISTVERSION= 0.8.3 +DISTVERSION= 0.8.4 CATEGORIES= emulators MAINTAINER= greg@unrelenting.technology COMMENT= Game Boy Advance (GBA) emulator/debugger LICENSE= MPL20 BSD3CLAUSE LGPL21+ LICENSE_COMB= multi LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/src/third-party/inih/LICENSE.txt LICENSE_FILE_LGPL21+ = ${WRKSRC}/src/third-party/blip_buf/license.txt LICENSE_FILE_MPL20= ${WRKSRC}/LICENSE LIB_DEPENDS= libepoxy.so:graphics/libepoxy \ libpng.so:graphics/png USES= cmake compiler:c++11-lang gl gnome localbase:ldflags pkgconfig \ sdl sqlite:3 -USE_LDCONFIG= yes - USE_GITHUB= yes GH_ACCOUNT= mgba-emu USE_GL= gl glu + +USE_LDCONFIG= yes + USE_SDL= sdl2 CMAKE_ARGS= -DCMAKE_INSTALL_DOCDIR:STRING="${DOCSDIR}" \ -DUSE_MINIZIP:BOOL=OFF \ -DUSE_LIBZIP:BOOL=OFF \ -DUSE_ZLIB:BOOL=ON \ -DUSE_LZMA:BOOL=ON \ -DUSE_SQLITE3:BOOL=ON \ -DUSE_DISCORD_RPC:BOOL=OFF \ -DBUILD_GL:BOOL=ON \ -DBUILD_GLES2:BOOL=OFF LDFLAGS+= -Wl,--as-needed # glu OPTIONS_DEFINE= DEBUGGERS FFMPEG LIBRETRO MAGICK QT5 DOCS OPTIONS_DEFAULT= DEBUGGERS FFMPEG LIBRETRO MAGICK QT5 OPTIONS_SUB= yes DEBUGGERS_DESC= Debugging infrastructure (CLI debugger, GDB remote stub) FFMPEG_DESC= FFmpeg video recording support LIBRETRO_DESC= libretro core MAGICK_DESC= ImageMagick GIF recording support QT5_DESC= Qt 5 frontend -DEBUGGERS_CMAKE_BOOL= USE_DEBUGGERS USE_EDITLINE USE_GDB_STUB DEBUGGERS_USES= libedit +DEBUGGERS_CMAKE_BOOL= USE_DEBUGGERS USE_EDITLINE USE_GDB_STUB -FFMPEG_CMAKE_BOOL= USE_FFMPEG FFMPEG_LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libavformat.so:multimedia/ffmpeg \ libavresample.so:multimedia/ffmpeg \ libavutil.so:multimedia/ffmpeg \ libswscale.so:multimedia/ffmpeg +FFMPEG_CMAKE_BOOL= USE_FFMPEG LIBRETRO_CMAKE_BOOL= BUILD_LIBRETRO LIBRETRO_CMAKE_ON= -DLIBRETRO_LIBDIR:PATH="${PREFIX}/lib/libretro" LIBRETRO_CONFLICTS_INSTALL= libretro-mgba -MAGICK_CMAKE_BOOL= USE_MAGICK MAGICK_LIB_DEPENDS= libMagickWand-6.so:graphics/ImageMagick6 \ libMagickCore-6.so:graphics/ImageMagick6 +MAGICK_CMAKE_BOOL= USE_MAGICK -QT5_CMAKE_BOOL= BUILD_QT -QT5_USE= qt=qmake_build,buildtools_build,core,gui,widgets,network,opengl,multimedia QT5_USES= desktop-file-utils qt:5 +QT5_USE= qt=qmake_build,buildtools_build,core,gui,widgets,network,opengl,multimedia +QT5_CMAKE_BOOL= BUILD_QT QT5_VARS= installs_icons=yes .include Index: branches/2020Q4/emulators/mgba/distinfo =================================================================== --- branches/2020Q4/emulators/mgba/distinfo (revision 553707) +++ branches/2020Q4/emulators/mgba/distinfo (revision 553708) @@ -1,3 +1,3 @@ -TIMESTAMP = 1602649837 -SHA256 (mgba-emu-mgba-0.8.3_GH0.tar.gz) = 63045d0815e15e963d90b15d5a10edf31a5d72d0ddb5e028e42ba38b0d4368c9 -SIZE (mgba-emu-mgba-0.8.3_GH0.tar.gz) = 12013512 +TIMESTAMP = 1604037166 +SHA256 (mgba-emu-mgba-0.8.4_GH0.tar.gz) = 6b94873dac9040fd6fd9f13f76dc48f342e954f3b4cf82717b59601c3a32b72c +SIZE (mgba-emu-mgba-0.8.4_GH0.tar.gz) = 12347906 Index: branches/2020Q4/emulators/mgba/files/patch-version.cmake =================================================================== --- branches/2020Q4/emulators/mgba/files/patch-version.cmake (nonexistent) +++ branches/2020Q4/emulators/mgba/files/patch-version.cmake (revision 553708) @@ -0,0 +1,11 @@ +--- version.cmake.orig 2020-10-30 06:22:22 UTC ++++ version.cmake +@@ -3,7 +3,7 @@ if(NOT PROJECT_NAME) + endif() + set(LIB_VERSION_MAJOR 0) + set(LIB_VERSION_MINOR 8) +-set(LIB_VERSION_PATCH 3) ++set(LIB_VERSION_PATCH 4) + set(LIB_VERSION_ABI 0.8) + set(LIB_VERSION_STRING ${LIB_VERSION_MAJOR}.${LIB_VERSION_MINOR}.${LIB_VERSION_PATCH}) + set(SUMMARY "${PROJECT_NAME} Game Boy Advance Emulator") Property changes on: branches/2020Q4/emulators/mgba/files/patch-version.cmake ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: branches/2020Q4/emulators/mgba/pkg-plist =================================================================== --- branches/2020Q4/emulators/mgba/pkg-plist (revision 553707) +++ branches/2020Q4/emulators/mgba/pkg-plist (revision 553708) @@ -1,197 +1,197 @@ bin/mgba %%QT5%%bin/mgba-qt include/mgba-util/arm-algo.h include/mgba-util/circle-buffer.h include/mgba-util/common.h include/mgba-util/configuration.h include/mgba-util/crc32.h include/mgba-util/elf-read.h include/mgba-util/export.h include/mgba-util/formatting.h include/mgba-util/gui.h include/mgba-util/gui/file-select.h include/mgba-util/gui/font-metrics.h include/mgba-util/gui/font.h include/mgba-util/gui/menu.h include/mgba-util/hash.h include/mgba-util/math.h include/mgba-util/memory.h include/mgba-util/patch.h include/mgba-util/patch/fast.h include/mgba-util/patch/ips.h include/mgba-util/patch/ups.h include/mgba-util/platform/3ds/3ds-vfs.h include/mgba-util/platform/3ds/threading.h include/mgba-util/platform/posix/threading.h include/mgba-util/platform/psp2/sce-vfs.h include/mgba-util/platform/psp2/threading.h include/mgba-util/platform/switch/threading.h include/mgba-util/platform/windows/getopt.h include/mgba-util/platform/windows/threading.h include/mgba-util/png-io.h include/mgba-util/ring-fifo.h include/mgba-util/socket.h include/mgba-util/string.h include/mgba-util/table.h include/mgba-util/text-codec.h include/mgba-util/threading.h include/mgba-util/vector.h include/mgba-util/vfs.h include/mgba/core/bitmap-cache.h include/mgba/core/blip_buf.h include/mgba/core/cache-set.h include/mgba/core/cheats.h include/mgba/core/config.h include/mgba/core/core.h include/mgba/core/cpu.h include/mgba/core/directories.h include/mgba/core/input.h include/mgba/core/interface.h include/mgba/core/library.h include/mgba/core/lockstep.h include/mgba/core/log.h include/mgba/core/map-cache.h include/mgba/core/mem-search.h include/mgba/core/rewind.h include/mgba/core/scripting.h include/mgba/core/serialize.h include/mgba/core/sync.h include/mgba/core/thread.h include/mgba/core/tile-cache.h include/mgba/core/timing.h include/mgba/core/version.h include/mgba/debugger/debugger.h include/mgba/dllexports.h include/mgba/feature/commandline.h include/mgba/feature/thread-proxy.h include/mgba/feature/video-logger.h include/mgba/flags.h include/mgba/gb/core.h include/mgba/gb/interface.h include/mgba/gba/core.h include/mgba/gba/interface.h include/mgba/internal/arm/arm.h include/mgba/internal/arm/debugger/cli-debugger.h include/mgba/internal/arm/debugger/debugger.h include/mgba/internal/arm/debugger/memory-debugger.h include/mgba/internal/arm/decoder-inlines.h include/mgba/internal/arm/decoder.h include/mgba/internal/arm/emitter-arm.h include/mgba/internal/arm/emitter-inlines.h include/mgba/internal/arm/emitter-thumb.h include/mgba/internal/arm/isa-arm.h include/mgba/internal/arm/isa-inlines.h include/mgba/internal/arm/isa-thumb.h include/mgba/internal/arm/macros.h include/mgba/internal/debugger/cli-debugger.h include/mgba/internal/debugger/gdb-stub.h include/mgba/internal/debugger/parser.h include/mgba/internal/debugger/symbols.h include/mgba/internal/gb/audio.h include/mgba/internal/gb/cheats.h include/mgba/internal/gb/debugger/debugger.h include/mgba/internal/gb/debugger/symbols.h include/mgba/internal/gb/extra/cli.h include/mgba/internal/gb/gb.h include/mgba/internal/gb/io.h include/mgba/internal/gb/mbc.h include/mgba/internal/gb/memory.h include/mgba/internal/gb/overrides.h include/mgba/internal/gb/renderers/cache-set.h include/mgba/internal/gb/renderers/proxy.h include/mgba/internal/gb/renderers/software.h include/mgba/internal/gb/serialize.h include/mgba/internal/gb/sio.h include/mgba/internal/gb/sio/lockstep.h include/mgba/internal/gb/sio/printer.h include/mgba/internal/gb/timer.h include/mgba/internal/gb/video.h include/mgba/internal/gba/audio.h include/mgba/internal/gba/bios.h include/mgba/internal/gba/cheats.h include/mgba/internal/gba/dma.h include/mgba/internal/gba/extra/audio-mixer.h include/mgba/internal/gba/extra/cli.h include/mgba/internal/gba/gba.h include/mgba/internal/gba/hardware.h include/mgba/internal/gba/input.h include/mgba/internal/gba/io.h include/mgba/internal/gba/matrix.h include/mgba/internal/gba/memory.h include/mgba/internal/gba/overrides.h include/mgba/internal/gba/renderers/cache-set.h include/mgba/internal/gba/renderers/common.h include/mgba/internal/gba/renderers/gl.h include/mgba/internal/gba/renderers/proxy.h include/mgba/internal/gba/renderers/video-software.h include/mgba/internal/gba/rr/mgm.h include/mgba/internal/gba/rr/rr.h include/mgba/internal/gba/rr/vbm.h include/mgba/internal/gba/savedata.h include/mgba/internal/gba/serialize.h include/mgba/internal/gba/sharkport.h include/mgba/internal/gba/sio.h include/mgba/internal/gba/sio/lockstep.h include/mgba/internal/gba/timer.h include/mgba/internal/gba/vfame.h include/mgba/internal/gba/video.h include/mgba/internal/sm83/debugger/cli-debugger.h include/mgba/internal/sm83/debugger/debugger.h include/mgba/internal/sm83/debugger/memory-debugger.h include/mgba/internal/sm83/decoder.h include/mgba/internal/sm83/emitter-sm83.h include/mgba/internal/sm83/isa-sm83.h include/mgba/internal/sm83/sm83.h lib/libmgba.so lib/libmgba.so.0.8 -lib/libmgba.so.0.8.3 +lib/libmgba.so.0.8.4 %%LIBRETRO%%lib/libretro/mgba_libretro.so %%QT5%%man/man6/mgba-qt.6.gz man/man6/mgba.6.gz %%QT5%%share/applications/mgba-qt.desktop %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/README_DE.md %%PORTDOCS%%%%DOCSDIR%%/licenses/blip_buf.txt %%PORTDOCS%%%%DOCSDIR%%/licenses/inih.txt share/icons/hicolor/128x128/apps/mgba.png share/icons/hicolor/16x16/apps/mgba.png share/icons/hicolor/24x24/apps/mgba.png share/icons/hicolor/256x256/apps/mgba.png share/icons/hicolor/32x32/apps/mgba.png share/icons/hicolor/48x48/apps/mgba.png share/icons/hicolor/512x512/apps/mgba.png share/icons/hicolor/64x64/apps/mgba.png share/icons/hicolor/96x96/apps/mgba.png %%QT5%%%%DATADIR%%/nointro.dat %%QT5%%%%DATADIR%%/shaders/agb001.shader/agb001.fs %%QT5%%%%DATADIR%%/shaders/agb001.shader/manifest.ini %%QT5%%%%DATADIR%%/shaders/ags001.shader/ags001-light.fs %%QT5%%%%DATADIR%%/shaders/ags001.shader/ags001.fs %%QT5%%%%DATADIR%%/shaders/ags001.shader/manifest.ini %%QT5%%%%DATADIR%%/shaders/fish.shader/fish.fs %%QT5%%%%DATADIR%%/shaders/fish.shader/manifest.ini %%QT5%%%%DATADIR%%/shaders/gba-color.shader/gba-color.fs %%QT5%%%%DATADIR%%/shaders/gba-color.shader/manifest.ini %%QT5%%%%DATADIR%%/shaders/lcd.shader/lcd.fs %%QT5%%%%DATADIR%%/shaders/lcd.shader/manifest.ini %%QT5%%%%DATADIR%%/shaders/motion_blur.shader/manifest.ini %%QT5%%%%DATADIR%%/shaders/motion_blur.shader/motion_blur.fs %%QT5%%%%DATADIR%%/shaders/pixelate.shader/manifest.ini %%QT5%%%%DATADIR%%/shaders/scanlines.shader/manifest.ini %%QT5%%%%DATADIR%%/shaders/scanlines.shader/scanlines.fs %%QT5%%%%DATADIR%%/shaders/soften.shader/manifest.ini %%QT5%%%%DATADIR%%/shaders/soften.shader/soften.fs %%QT5%%%%DATADIR%%/shaders/vba_pixelate.shader/manifest.ini %%QT5%%%%DATADIR%%/shaders/vba_pixelate.shader/vba_pixelate.fs %%QT5%%%%DATADIR%%/shaders/vignette.shader/manifest.ini %%QT5%%%%DATADIR%%/shaders/vignette.shader/vignette.fs %%QT5%%%%DATADIR%%/shaders/wiiu.shader/manifest.ini %%QT5%%%%DATADIR%%/shaders/wiiu.shader/wiiu.fs %%QT5%%%%DATADIR%%/shaders/xbr-lv2.shader/manifest.ini %%QT5%%%%DATADIR%%/shaders/xbr-lv2.shader/xbr.fs %%QT5%%%%DATADIR%%/shaders/xbr-lv2.shader/xbr.vs %%QT5%%%%DATADIR%%/shaders/xbr-lv3.shader/manifest.ini %%QT5%%%%DATADIR%%/shaders/xbr-lv3.shader/xbr.fs %%QT5%%%%DATADIR%%/shaders/xbr-lv3.shader/xbr.vs Index: branches/2020Q4 =================================================================== --- branches/2020Q4 (revision 553707) +++ branches/2020Q4 (revision 553708) Property changes on: branches/2020Q4 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r553707