diff --git a/emulators/mgba/Makefile b/emulators/mgba/Makefile index f727b8e6c2e2..15c4edc6dcc5 100644 --- a/emulators/mgba/Makefile +++ b/emulators/mgba/Makefile @@ -1,71 +1,71 @@ PORTNAME= mgba -DISTVERSION= 0.9.2 +DISTVERSION= 0.9.3 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_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_USES= libedit DEBUGGERS_CMAKE_BOOL= USE_DEBUGGERS USE_EDITLINE USE_GDB_STUB 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_USES= magick:6 MAGICK_CMAKE_BOOL= USE_MAGICK 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 .include diff --git a/emulators/mgba/distinfo b/emulators/mgba/distinfo index 236f74363833..85056f07dde0 100644 --- a/emulators/mgba/distinfo +++ b/emulators/mgba/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1626222809 -SHA256 (mgba-emu-mgba-0.9.2_GH0.tar.gz) = 29ca22ebc56b26a4e7224efbb5fa12c9c006563d41990afb0874d048db76add4 -SIZE (mgba-emu-mgba-0.9.2_GH0.tar.gz) = 12761919 +TIMESTAMP = 1641449053 +SHA256 (mgba-emu-mgba-0.9.3_GH0.tar.gz) = 692ff0ac50e18380df0ff3ee83071f9926715200d0dceedd9d16a028a59537a0 +SIZE (mgba-emu-mgba-0.9.3_GH0.tar.gz) = 12763090 diff --git a/emulators/mgba/pkg-plist b/emulators/mgba/pkg-plist index 04cef37b8bed..4779ed98bba6 100644 --- a/emulators/mgba/pkg-plist +++ b/emulators/mgba/pkg-plist @@ -1,198 +1,198 @@ bin/mgba %%QT5%%bin/mgba-qt include/mgba-util/circle-buffer.h include/mgba-util/common.h include/mgba-util/configuration.h include/mgba-util/crc32.h include/mgba-util/dllexports.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/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/stack-trace.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/input.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/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/dolphin.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.9 -lib/libmgba.so.0.9.2 +lib/libmgba.so.0.9.3 %%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%%/README_ES.md %%PORTDOCS%%%%DOCSDIR%%/README_ZH_CN.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