View | Details | Raw Unified | Return to bug 257166
Collapse All | Expand All

(-)b/emulators/mgba/Makefile (-2 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	mgba
1
PORTNAME=	mgba
2
DISTVERSION=	0.8.4
2
DISTVERSION=	0.9.2
3
PORTREVISION=	2
4
CATEGORIES=	emulators
3
CATEGORIES=	emulators
5
4
6
MAINTAINER=	greg@unrelenting.technology
5
MAINTAINER=	greg@unrelenting.technology
(-)b/emulators/mgba/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1604037166
1
TIMESTAMP = 1626222809
2
SHA256 (mgba-emu-mgba-0.8.4_GH0.tar.gz) = 6b94873dac9040fd6fd9f13f76dc48f342e954f3b4cf82717b59601c3a32b72c
2
SHA256 (mgba-emu-mgba-0.9.2_GH0.tar.gz) = 29ca22ebc56b26a4e7224efbb5fa12c9c006563d41990afb0874d048db76add4
3
SIZE (mgba-emu-mgba-0.8.4_GH0.tar.gz) = 12347906
3
SIZE (mgba-emu-mgba-0.9.2_GH0.tar.gz) = 12761919
(-)a/emulators/mgba/files/patch-version.cmake (-11 lines)
Removed Link Here
1
--- version.cmake.orig	2020-10-30 06:22:22 UTC
2
+++ version.cmake
3
@@ -3,7 +3,7 @@ if(NOT PROJECT_NAME)
4
 endif()
5
 set(LIB_VERSION_MAJOR 0)
6
 set(LIB_VERSION_MINOR 8)
7
-set(LIB_VERSION_PATCH 3)
8
+set(LIB_VERSION_PATCH 4)
9
 set(LIB_VERSION_ABI 0.8)
10
 set(LIB_VERSION_STRING ${LIB_VERSION_MAJOR}.${LIB_VERSION_MINOR}.${LIB_VERSION_PATCH})
11
 set(SUMMARY "${PROJECT_NAME} Game Boy Advance Emulator")
(-)b/emulators/mgba/pkg-plist (-7 / +8 lines)
Lines 1-10 Link Here
1
bin/mgba
1
bin/mgba
2
%%QT5%%bin/mgba-qt
2
%%QT5%%bin/mgba-qt
3
include/mgba-util/arm-algo.h
4
include/mgba-util/circle-buffer.h
3
include/mgba-util/circle-buffer.h
5
include/mgba-util/common.h
4
include/mgba-util/common.h
6
include/mgba-util/configuration.h
5
include/mgba-util/configuration.h
7
include/mgba-util/crc32.h
6
include/mgba-util/crc32.h
7
include/mgba-util/dllexports.h
8
include/mgba-util/elf-read.h
8
include/mgba-util/elf-read.h
9
include/mgba-util/export.h
9
include/mgba-util/export.h
10
include/mgba-util/formatting.h
10
include/mgba-util/formatting.h
Lines 61-67 include/mgba/core/tile-cache.h Link Here
61
include/mgba/core/timing.h
61
include/mgba/core/timing.h
62
include/mgba/core/version.h
62
include/mgba/core/version.h
63
include/mgba/debugger/debugger.h
63
include/mgba/debugger/debugger.h
64
include/mgba/dllexports.h
65
include/mgba/feature/commandline.h
64
include/mgba/feature/commandline.h
66
include/mgba/feature/thread-proxy.h
65
include/mgba/feature/thread-proxy.h
67
include/mgba/feature/video-logger.h
66
include/mgba/feature/video-logger.h
Lines 86-91 include/mgba/internal/arm/macros.h Link Here
86
include/mgba/internal/debugger/cli-debugger.h
85
include/mgba/internal/debugger/cli-debugger.h
87
include/mgba/internal/debugger/gdb-stub.h
86
include/mgba/internal/debugger/gdb-stub.h
88
include/mgba/internal/debugger/parser.h
87
include/mgba/internal/debugger/parser.h
88
include/mgba/internal/debugger/stack-trace.h
89
include/mgba/internal/debugger/symbols.h
89
include/mgba/internal/debugger/symbols.h
90
include/mgba/internal/gb/audio.h
90
include/mgba/internal/gb/audio.h
91
include/mgba/internal/gb/cheats.h
91
include/mgba/internal/gb/cheats.h
Lines 93-98 include/mgba/internal/gb/debugger/debugger.h Link Here
93
include/mgba/internal/gb/debugger/symbols.h
93
include/mgba/internal/gb/debugger/symbols.h
94
include/mgba/internal/gb/extra/cli.h
94
include/mgba/internal/gb/extra/cli.h
95
include/mgba/internal/gb/gb.h
95
include/mgba/internal/gb/gb.h
96
include/mgba/internal/gb/input.h
96
include/mgba/internal/gb/io.h
97
include/mgba/internal/gb/io.h
97
include/mgba/internal/gb/mbc.h
98
include/mgba/internal/gb/mbc.h
98
include/mgba/internal/gb/memory.h
99
include/mgba/internal/gb/memory.h
Lines 124-136 include/mgba/internal/gba/renderers/common.h Link Here
124
include/mgba/internal/gba/renderers/gl.h
125
include/mgba/internal/gba/renderers/gl.h
125
include/mgba/internal/gba/renderers/proxy.h
126
include/mgba/internal/gba/renderers/proxy.h
126
include/mgba/internal/gba/renderers/video-software.h
127
include/mgba/internal/gba/renderers/video-software.h
127
include/mgba/internal/gba/rr/mgm.h
128
include/mgba/internal/gba/rr/rr.h
129
include/mgba/internal/gba/rr/vbm.h
130
include/mgba/internal/gba/savedata.h
128
include/mgba/internal/gba/savedata.h
131
include/mgba/internal/gba/serialize.h
129
include/mgba/internal/gba/serialize.h
132
include/mgba/internal/gba/sharkport.h
130
include/mgba/internal/gba/sharkport.h
133
include/mgba/internal/gba/sio.h
131
include/mgba/internal/gba/sio.h
132
include/mgba/internal/gba/sio/dolphin.h
134
include/mgba/internal/gba/sio/lockstep.h
133
include/mgba/internal/gba/sio/lockstep.h
135
include/mgba/internal/gba/timer.h
134
include/mgba/internal/gba/timer.h
136
include/mgba/internal/gba/vfame.h
135
include/mgba/internal/gba/vfame.h
Lines 143-150 include/mgba/internal/sm83/emitter-sm83.h Link Here
143
include/mgba/internal/sm83/isa-sm83.h
142
include/mgba/internal/sm83/isa-sm83.h
144
include/mgba/internal/sm83/sm83.h
143
include/mgba/internal/sm83/sm83.h
145
lib/libmgba.so
144
lib/libmgba.so
146
lib/libmgba.so.0.8
145
lib/libmgba.so.0.9
147
lib/libmgba.so.0.8.4
146
lib/libmgba.so.0.9.2
148
%%LIBRETRO%%lib/libretro/mgba_libretro.so
147
%%LIBRETRO%%lib/libretro/mgba_libretro.so
149
%%QT5%%man/man6/mgba-qt.6.gz
148
%%QT5%%man/man6/mgba-qt.6.gz
150
man/man6/mgba.6.gz
149
man/man6/mgba.6.gz
Lines 153-158 man/man6/mgba.6.gz Link Here
153
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
152
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
154
%%PORTDOCS%%%%DOCSDIR%%/README.md
153
%%PORTDOCS%%%%DOCSDIR%%/README.md
155
%%PORTDOCS%%%%DOCSDIR%%/README_DE.md
154
%%PORTDOCS%%%%DOCSDIR%%/README_DE.md
155
%%PORTDOCS%%%%DOCSDIR%%/README_ES.md
156
%%PORTDOCS%%%%DOCSDIR%%/README_ZH_CN.md
156
%%PORTDOCS%%%%DOCSDIR%%/licenses/blip_buf.txt
157
%%PORTDOCS%%%%DOCSDIR%%/licenses/blip_buf.txt
157
%%PORTDOCS%%%%DOCSDIR%%/licenses/inih.txt
158
%%PORTDOCS%%%%DOCSDIR%%/licenses/inih.txt
158
share/icons/hicolor/128x128/apps/mgba.png
159
share/icons/hicolor/128x128/apps/mgba.png

Return to bug 257166