pkgsrc/emulators
nia bcd28a632c mgba: update to 0.9.1
0.9.1: (2021-04-18)
Emulation fixes:
 - ARM: Fix LDM^ with empty rlist (fixes mgba.io/i/2127)
 - Core: Fix first event scheduling after loading savestate
 - GB Serialize: Fix switching speed modes when loading a state (fixes mgba.io/i/2097)
 - GB: Fix skipping BIOS
 - GBA Memory: Fix loading Thumb savestates when in ARM mode
 - GBA Video: Fix window start on modes 3-5 with mosaic (fixes mgba.io/i/1690)
 - GBA Video: Fix mode 3-5 overflow with mosaic (fixes mgba.io/i/1691)
Other fixes:
 - GBA: Fix non-USA 1.0 FireRed misdetecting as a ROM hack (fixes mgba.io/i/2100)
 - GBA: Fix crash when ROM loading fails
 - GBA e-Reader: Fix bitmap short strip scanning
 - GBA Video: Fix mode 5 frame 1 caching (fixes mgba.io/i/2075)
 - GBA Video: Don't attempt to copy invalid registers when switching renderer
 - Qt: Fix crash when switching from high-resolution OpenGL renderer to software
 - Qt: Fix OpenGL renderer lagging behind when fast-forwarding (fixes mgba.io/i/2094)
 - Qt: Fix smudged window icon on Windows
 - Qt: Fix saving settings enabling camera when camera name changes (fixes mgba.io/i/2125)
 - Qt: Fix frames getting backlogged (fixes mgba.io/i/2122)
 - Qt: Restore maximized state when starting (fixes mgba.io/i/487)
Misc:
 - Core: Truncate preloading ROMs that slightly exceed max size (fixes mgba.io/i/2093)
 - GBA: Default-enable VBA bug compat for Ruby and Emerald ROM hacks
 - GBA Memory: Log GPIO writes on non-GPIO carts as Pak Hardware instead of Memory
 - Qt: Add ROM filename and size to bug reporter
 - Qt: Improve handling of disabling VBA bug compat mode (fixes mgba.io/i/2129)

0.9.0: (2021-03-28)
Features:
 - e-Reader card scanning
 - New tool for converting between different save game formats
 - WebP and APNG recording
 - Separate overrides for GBC games that can also run on SGB or regular GB
 - Game Boy Player features can be enabled by default for all compatible games
 - Frame and I/O viewer support for Game Boy
 - Bug report tool for gathering information helpful for reporting bugs
 - Mute option in homebrew ports
 - Status indicators for fast-forward and mute in homebrew ports
 - VBA bug compatibility mode for ROM hacks that don't work on real hardware
 - Read-only support for MBC6 flash memory
 - New unlicensed GB mappers: Pokémon Jade/Diamond, BBD, and Hitek
 - Stack tracing tools in ARM debugger (by ahigerd)
 - Command scripts for CLI debugger (by ahigerd)
 - Scheduled event dumping in CLI debugger
 - ARM disassembler now resolves addresses to symbol names
 - Add Game Boy Player feature support to ports
 - Individual window types can now be toggled in debugging views
 - Support for the Wii U GamePad when running as an injected VC title
Emulation fixes:
 - ARM: Fix ALU reading PC after shifting
 - ARM: Fix STR storing PC after address calculation
 - ARM: Fix Addressing mode 1 shifter on rs == pc (fixes mgba.io/i/1926)
 - ARM: Fix long multiply-and-accumulate register write order (fixes mgba.io/1/1956)
 - ARM: Fix long and accumulate multiply timing
 - GB: Partially fix timing for skipped BIOS
 - GB: Downgrade DMG-only ROMs from CGB mode even without boot ROM
 - GB: Fix marking BIOS as unmapped when skipping BIOS (fixes mgba.io/i/2061)
 - GB Audio: Fix serializing sweep time
 - GB Audio: Fix some channel 4 timing edge cases
 - GB MBC: Fix MBC1 mode changing behavior
 - GB MBC: Fix some MBC3 bit masking
 - GB Video: Fix state after skipping BIOS (fixes mgba.io/i/1715 and mgba.io/i/1716)
 - GBA: Fix timing advancing too quickly in rare cases
 - GBA: Clear GBP connection on reset
 - GBA Audio: Revamp FIFO emulation (fixes mgba.io/i/356, mgba.io/i/875, mgba.io/i/1847)
 - GBA BIOS: Implement dummy sound driver calls
 - GBA BIOS: Improve HLE BIOS timing
 - GBA BIOS: Fix reloading video registers after reset (fixes mgba.io/i/1808)
 - GBA BIOS: Make HLE BIOS calls interruptable (fixes mgba.io/i/1711 and mgba.io/i/1823)
 - GBA BIOS: Fix invalid decompression bounds checking
 - GBA DMA: Linger last DMA on bus (fixes mgba.io/i/301 and mgba.io/i/1320)
 - GBA DMA: Fix ordering and timing of overlapping DMAs
 - GBA I/O: Green swap register should be readable
 - GBA I/O: Ignore high bits on IME
 - GBA Memory: Improve gamepak prefetch timing
 - GBA Memory: Stall on VRAM access in mode 2 (fixes mgba.io/i/190)
 - GBA Memory: Improve robustness of Matrix memory support
 - GBA Memory: Mark Famicom Mini games 22 through 28 as non-mirroring
 - GBA Memory: Return correct byte for odd ROM open bus addresses
 - GBA Memory: Improved AGBPrint emulation of edge cases (fixes mgba.io/i/1867)
 - GBA Memory: Fix masking of misaligned jumps
 - GBA Serialize: Fix alignment check when loading states
 - GBA SIO: Fix copying Normal mode transfer values
 - GBA SIO: Fix Normal mode being totally broken (fixes mgba.io/i/1800)
 - GBA SIO: Fix deseralizing SIO registers
 - GBA SIO: Fix hanging on starting a second multiplayer window (fixes mgba.io/i/854)
 - GBA SIO: Fix Normal mode transfer start timing (fixes mgba.io/i/425)
 - GBA Timers: Fix toggling timer cascading while timer is active (fixes mgba.io/i/2043)
 - GBA Video: Latch scanline at end of Hblank (fixes mgba.io/i/1319)
 - GBA Video: Fix Hblank timing
 - GBA Video: Implement green swap (fixes mgba.io/i/1609)
 - GBA Video: Emulate sprite cycle limits in OpenGL renderer (fixes mgba.io/i/1635)
 - GBA Video: Fix OBJWIN erratic rendering in OpenGL renderer
 - GBA Video: Fix x offset in 256-color BG mosaic (fixes mgba.io/i/1684)
 - GBA Video: Fix transposed BG mosaic parameters in GL renderer
 - SM83: Emulate HALT bug
 - SM83: Improve mid-M-cycle interrupts
 - SM83: HALT should not consume an extra T-state
Other fixes:
 - 3DS: Fix thread cleanup
 - All: Improve export headers (fixes mgba.io/i/1738)
 - Cheats: Fix indirect write cheats (fixes mgba.io/i/2026)
 - CMake: Fix build with downstream minizip that exports incompatible symbols
 - CMake: Link with correct OpenGL library (fixes mgba.io/i/1872)
 - Core: Ensure ELF regions can be written before trying
 - Core: Fix threading improperly setting paused state while interrupted
 - Core: Fix loading ELF files that have unexpected empty program headers
 - Core: Fix destroying an mVL with an invalid channel count
 - Debugger: Don't skip undefined instructions when debugger attached
 - Debugger: Close trace log when done tracing
 - Debugger: Fix change watchpoints (fixes mgba.io/i/1947)
 - Debugger: Call CLI debugger system init
 - FFmpeg: Fix some small memory leaks
 - FFmpeg: Fix encoding of time base
 - GB: Fix crash when changing ROM while in banked address space
 - GB: Fix loading model overrides
 - GB MBC: Force minimum SRAM size on rare MBCs that always have SRAM
 - GB Serialize: Fix crash when loading pre-0.7 SGB savestates
 - GB Video: Fix SGB video logs
 - GB Video: Discard SGB packets in non-SGB mVLs
 - GB Video: Fix deserializing negative LX state
 - GB Video: Don't rendering negative batches
 - GBA: Fix loading multiboot ELF files (fixes mgba.io/i/1949)
 - GBA: Fix loading subsequent save files (fixes mgba.io/i/2067)
 - mGUI: Don't attempt to preload files larger than can fit in RAM
 - Qt: Force OpenGL paint engine creation thread (fixes mgba.io/i/1642)
 - Qt: Fix static compilation in MinGW (fixes mgba.io/i/1769)
 - Qt: Fix a race condition in the frame inspector
 - Qt: Load/save bytes from memory viewer in the order visible (fixes mgba.io/i/1900)
 - Qt: Fix running proxied video if it gets pushed to the main thread
 - Qt: Fix game display sometimes disappearing after closing load/save state screen
 - Qt: Fix cancelling pausing before the frame ends
 - Qt: Fix gamepad event dispatching (fixes mgba.io/i/1922)
 - Qt: Pre-attach GDB stub when launching with -g (fixes mgba.io/i/1950)
 - Qt: Fix crash when editing shortcuts with none selected (fixes mgba.io/i/1964)
 - Qt: Fix crashing when no OpenGL context can be obtained
 - Qt: Fix issues with I/O viewer not properly synchronizing state
 - Qt: Fix loading a new game crashing on Wayland (fixes mgba.io/i/1992)
 - Qt: Fix inability to clear hat bindings
 - SM83: Simplify register pair access on big endian
 - SM83: Disassemble STOP as one byte
 - Switch: Fix GB game height in pixel accurate mode (fixes mgba.io/i/2073)
 - Wii: Fix crash on unloading irregularly sized GBA ROMs
Misc:
 - 3DS: Use "wide mode" where applicable for slightly better filtering
 - 3DS: Batch directory reads
 - Core: Add savedataUpdated callback
 - Core: Add shutdown callback
 - Core: Rework thread state synchronization
 - Core: Improve support for ROM patch cheats, supporting disabling overlapping patches
 - Core: Adding to library is now recursive
 - GB: Allow pausing event loop while CPU is blocked
 - GB: Add support for sleep and shutdown callbacks
 - GB: Redo double speed emulation (closes mgba.io/i/1515)
 - GB: Support loading CGB-on-AGB boot ROM
 - GB Audio: Add channel 4 batching back (fixes mgba.io/i/1313)
 - GB Core: Return the current number of banks for ROM/SRAM, not theoretical max
 - GB I/O: Implement preliminary support for PCM12/PCM34 (closes mgba.io/i/1468)
 - GB MBC: Remove unused SRAM size
 - GBA: Allow pausing event loop while CPU is blocked
 - GBA BIOS: Division by zero should emit a FATAL error
 - GBA Cheats: Allow unlimited ROM patch-type codes per set
 - GBA Video: Convert OpenGL VRAM texture to integer
 - GBA Video: Skip attempting to render offscreen sprites in OpenGL
 - GBA Video: New GL palette approach, no more batch splitting on palette edits
 - GBA Video: Avoid integer division using reciprocal tricks
 - Debugger: Keep track of global cycle count
 - FFmpeg: Add looping option for GIF/APNG
 - FFmpeg: Add CRF support for applicable codecs
 - mGUI: Show battery percentage
 - mGUI: Skip second scan loop when possible
 - mGUI: Improve loading speed (fixes mgba.io/i/1957)
 - Qt: Renderer can be changed while a game is running
 - Qt: Add hex index to palette view
 - Qt: Add transformation matrix info to sprite view
 - Qt: Memory viewer now supports editing decimal values directly (closes mgba.io/i/1705)
 - Qt: Add copy button to GB printer dialog
 - Qt: Window title updates can be disabled (closes mgba.io/i/1912)
 - Qt: Redo OpenGL context thread handling (fixes mgba.io/i/1724)
 - Qt: Discard additional frame draws if waiting fails
 - Qt: Unify monospace font usage
 - Qt: Add button to jump to log settings
 - Qt: Use relative paths in portable mode when applicable (fixes mgba.io/i/838)
 - Qt: Better initial shortcut editor column sizes
 - SDL: Fall back to sw blit if OpenGL init fails
 - Switch: Optimize font rendering (fixes mgba.io/i/2078)
 - Switch: Allow switching between CPU and GPU renderers without reloading
 - Util: Reset vector size on deinit
 - VFS: Change semantics of VFile.sync on mapped files (fixes mgba.io/i/1730)
2021-05-02 08:39:59 +00:00
..
8086tiny Update HOMEPAGE, remove nonworking MASTER_SITE. 2017-07-30 22:39:05 +00:00
aliados Mark packages that require C++03 (or the GNU variants) if they fail with 2018-07-18 00:06:10 +00:00
applyppf
aranym *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
arcem *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
atari800 atari800: fix building on Darwin 2020-08-21 21:17:04 +00:00
b-em b-em: Needs zlib. 2019-07-02 06:06:48 +00:00
BasiliskII Fix package for NetBSD. 2021-01-14 02:47:39 +00:00
blastem blastem: Explicitly set CPU rather than inferring from uname 2020-12-15 09:12:07 +00:00
blinkensim *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
bochs *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
bsnes revbump for textproc/icu 2021-04-21 11:40:12 +00:00
cannonball emulators/cannonball: Updates to 0.34 2021-04-27 14:39:19 +00:00
caprice32 caprice32: fix building wiht gcc10 2021-04-25 08:04:13 +00:00
ckmame revbump for boost-libs 2021-04-21 13:24:06 +00:00
cmdpack Comment out some dead HOMEPAGEs. 2017-08-01 17:40:08 +00:00
compat12 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat13 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat14 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat15 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat15-extras all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat16 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat16-extras all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat20 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat20-extras all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat30 compat30: add one more SHA512 2019-04-27 13:46:28 +00:00
compat30-extras compat30-extras: add SHA512 checksums 2019-04-27 13:26:20 +00:00
compat40 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat40-extras all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat50 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat50-x11 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat51 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat51-x11 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat60 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat61 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat61-x11 all: migrate several HOMEPAGEs to https 2020-01-18 23:30:43 +00:00
compat80 compat80: Revert my recent changes to introduce libterminfo.so.1 2020-08-13 17:05:38 +00:00
compat_netbsd Various changes to produce the compat80 package: 2019-10-15 12:10:19 +00:00
Cygne-SDL all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
cygwin_lib all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
darwin_lib *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
DatLib
DatUtil
dega
dgen dgen: update PLIST 2020-06-14 16:19:11 +00:00
dolphin-emu Recursive revbump for security/mbedtls 2021-05-02 08:16:40 +00:00
dosbox dosbox: convert imagemagick to icotool 2019-11-30 11:16:17 +00:00
dosbox-x *: bump PKGREVISION for fluidsynth ABI bump 2021-04-05 10:55:28 +00:00
dynagen Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
dynamips *: Move SUBST_STAGE from post-patch to pre-configure 2018-07-04 13:40:07 +00:00
e-uae *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
emulationstation revbump for boost-libs 2021-04-21 13:24:06 +00:00
fceu fceu: link against libm everywhere, needed for cos() 2020-04-15 08:43:23 +00:00
fmsx *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
free42 *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
freebsd_lib *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
fs-uae *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
fs-uae-arcade Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
fs-uae-launcher Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
fuse-emulator revbump for textproc/icu 2021-04-21 11:40:12 +00:00
fuse-emulator-utils *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
gearboy *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
gearsystem *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
generator-cbiere generator-cbiere: use an existing site as HOMEPAGE 2017-12-24 09:51:50 +00:00
gens *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
gns3-gui Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
gns3-server Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
gnuboy
gnuboy-sdl Comment out dead sites (DNS problems). 2017-08-01 16:47:35 +00:00
gpsim *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
gpsim-devel *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
gpsim-oscilloscope *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
gpsim-ptyusart *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
gpsp-rpi
gxemul gxemul: update to 0.7.0. 2021-04-24 07:31:36 +00:00
handy_sdl
hatari hatari: update to 2.3.1. 2020-12-31 19:44:09 +00:00
haxm haxm: Pass -Wno-error=address-of-packed-member unconditionally 2021-02-05 16:18:51 +00:00
hercules *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
hercules-images Sort PLIST files. 2018-01-01 22:29:15 +00:00
ia64sim Comment out dead sites. 2017-08-16 20:45:30 +00:00
kegs *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
keystone keystone py-keystone: updated to 0.9.2 2021-02-10 10:35:13 +00:00
klh10
libdsk libdsk: Add buildlink3.mk 2020-06-16 13:46:37 +00:00
libretro-beetle-ngp libretro-*: restore missing SunOS linker fixes 2020-06-02 12:24:09 +00:00
libretro-beetle-pce-fast libretro-beetle-pce-fast: Update to 20200523 2020-05-30 14:52:27 +00:00
libretro-beetle-psx libretro-beetle-psx: Needs stdatomic 2021-01-29 09:14:06 +00:00
libretro-beetle-psx-hw libretro-beetle-psx-hw: set LIBRETRO_CORE 2020-06-01 19:16:16 +00:00
libretro-beetle-saturn libretro-beetle-saturn: dependency on xz is wrong 2020-06-01 19:36:32 +00:00
libretro-beetle-sgx libretro-beetle-sgx: Update to 20200520 2020-05-31 08:44:57 +00:00
libretro-beetle-vb libretro-beetle-vb: Update to 20200518 2020-05-31 08:29:17 +00:00
libretro-beetle-wswan libretro-beetle-wswan: Update to 20200518 2020-05-31 08:17:36 +00:00
libretro-bluemsx libretro-bluemsx: don't use bundled zlib 2020-06-02 14:08:58 +00:00
libretro-bsnes-mercury retroarch: Centralise definition of HAVE_POSIX_MEMALIGN 2020-06-28 13:30:29 +00:00
libretro-bsnes-mercury-accuracy libretro-*: Support Darwin by cargo-culting SOEXT. Remove bsdtar hack. 2020-05-26 09:45:11 +00:00
libretro-bsnes-mercury-performance libretro-*: Support Darwin by cargo-culting SOEXT. Remove bsdtar hack. 2020-05-26 09:45:11 +00:00
libretro-cap32 libretro-cap32: Needs c99 2021-01-29 09:20:23 +00:00
libretro-core-info retroarch: Update to 1.9.0 2021-03-05 11:18:39 +00:00
libretro-desmume libretro-desmume: convert to core.mk 2020-05-31 20:35:55 +00:00
libretro-dolphin revbump for boost-libs 2021-04-21 13:24:06 +00:00
libretro-fbneo libretro-fbneo: Unbreak gcc7 build. 2020-09-10 10:10:17 +00:00
libretro-fceumm libretro-fceumm: remove patch that's no longer needed 2020-05-30 14:51:08 +00:00
libretro-flycast libretro-flycast: ensure HOST_CPU is set 2020-06-28 15:20:26 +00:00
libretro-freeintv libretro-freeintv: Update to 20200421 2020-05-30 14:37:33 +00:00
libretro-fuse libretro-fuse: missing zlib dependency, MASTER_SITES is redundant 2020-06-02 12:26:14 +00:00
libretro-gambatte libretro-gambatte: Update to 20200207 2020-05-30 14:33:33 +00:00
libretro-gearboy Build can use a lot of memory, untighten. 2020-08-11 18:47:39 +00:00
libretro-gearsystem Build can use a lot of memory, untighten. 2020-08-11 18:47:39 +00:00
libretro-genesis-plus-gx libretro-genesis-plus-gx: don't use bundled zlib, flac 2020-06-01 19:12:38 +00:00
libretro-mame2010 libretro-mame2010: convert to core.mk 2020-05-31 18:34:56 +00:00
libretro-mgba mgba: update to 0.9.1 2021-05-02 08:39:59 +00:00
libretro-nestopia libretro-nestopia: moar gnu linker args 2020-06-25 12:38:52 +00:00
libretro-np2kai libretro-np2kai: convert to core.mk 2020-05-31 17:49:49 +00:00
libretro-o2em libretro-o2em: Update to 20200522 2020-05-30 14:43:10 +00:00
libretro-parallel-n64 various fixes for arm64 big endian support. 2021-04-25 07:51:24 +00:00
libretro-pcsx-rearmed libretro-pcsx-rearmed: enable dynarec on non-arm, don't vendor libflac 2020-06-01 17:41:02 +00:00
libretro-picodrive libretro-picodrive: Needs zlib 2021-01-29 09:17:27 +00:00
libretro-ppsspp libretro-ppsspp: Switch back to ffmpeg3 until I can fix this properly 2021-04-19 15:55:45 +00:00
libretro-prosystem libretro-prosystem: convert to core.mk 2020-05-30 15:22:02 +00:00
libretro-sameboy libretro-*: core.mk'ify upstream cores 2020-05-30 15:12:46 +00:00
libretro-smsplus emulators: Add libretro-smsplus 2020-05-31 17:01:08 +00:00
libretro-snes9x libretro-snes9x: convert to core.mk 2020-05-30 15:20:12 +00:00
libretro-snes9x2005 libretro-snes9x2005: convert to core.mk 2020-05-30 15:24:17 +00:00
libretro-snes9x2010 libretro-*: restore missing SunOS linker fixes 2020-06-02 12:24:09 +00:00
libretro-stella libretro-stella: share patches with stella 2021-02-18 19:40:24 +00:00
libretro-vba-next libretro-vba-next: Update to 20200106 2020-05-30 15:33:18 +00:00
libretro-vecx libretro-vecx: update to 20200517 2020-05-30 16:07:58 +00:00
libretro-virtualjaguar libretro-virtualjaguar: less awkward COMMENT 2020-05-31 16:06:19 +00:00
libspectrum libspectrum: updated to 1.5.0 2021-03-02 11:54:29 +00:00
lrmi Follow some http redirects. 2017-08-16 20:21:03 +00:00
m1 emulators: align variable assignments 2019-11-03 19:24:31 +00:00
makeppf
mame mame: update to 0.231. 2021-05-01 18:12:32 +00:00
MAMEDiff
mednafen mednafen: Update to 1.26.1 2020-11-20 14:54:00 +00:00
mednaffe mednaffe: Update to 0.9.1 2021-03-12 10:02:58 +00:00
melonds *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
mgba mgba: update to 0.9.1 2021-05-02 08:39:59 +00:00
minivmac emulators: align variable assignments 2019-11-03 19:24:31 +00:00
mmix mmix: follow redirect 2018-02-11 15:47:44 +00:00
nestopia *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
netbsd32_compat15
netbsd32_compat15-extras
netbsd32_compat16
netbsd32_compat16-extras
netbsd32_compat20
netbsd32_compat20-extras
netbsd32_compat30
netbsd32_compat30-extras
netbsd32_compat40
netbsd32_compat40-extras
nono nono: Restore patches to fix install 2021-01-08 19:19:54 +00:00
openmsx Revbump packages with a runtime Python dep but no version prefix. 2020-12-04 20:44:57 +00:00
or1ksim emulators: align variable assignments 2019-11-03 19:24:31 +00:00
osf1_lib *: reset maintainer 2021-04-24 08:37:49 +00:00
p11
palmosemulator *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
PC6001VX revbump for textproc/icu 2021-04-21 11:40:12 +00:00
pcemu Sort PLIST files. 2018-01-01 22:29:15 +00:00
pcsxr pcsxr: Update MESSAGE to reflect 9.1 release 2020-10-25 12:33:48 +00:00
pearpc Disable LLVM IAS as the source lacks size prefixes 2020-05-14 19:33:30 +00:00
py-keystone py-keystone: needs cmake. 2021-03-12 14:48:12 +00:00
py-unicorn {,py-}unicorn: Update to 1.0.2 2021-02-25 19:47:50 +00:00
qemu revbump for boost-libs 2021-04-21 13:24:06 +00:00
raine *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
realboy emulators: align variable assignments 2019-11-03 19:24:31 +00:00
retroarch Recursive revbump for security/mbedtls 2021-05-02 08:16:40 +00:00
ROMBuild
ROMInfo
rpcemu revbump for textproc/icu 2021-04-21 11:40:12 +00:00
sameboy sameboy: MesaLib is not needed on Darwin 2021-04-01 15:37:24 +00:00
shoebill *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
simh *: revbump for libsndfile 2020-08-18 17:57:24 +00:00
simulavr (emulators/simulavr) long standing no regen on patch, and resulting SUBST issue. Fix them (I hope) 2020-05-31 14:11:42 +00:00
ski revbump for textproc/icu 2021-04-21 11:40:12 +00:00
sms_sdl Comment out dead sites. 2017-09-04 18:00:49 +00:00
snes9x snes9x: Use minizip. Add wayland and portaudio options to the gtk variant. 2020-04-01 10:08:15 +00:00
snes9x-gtk *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
softvms all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
spim *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
stella stella: update to 6.5.3 2021-04-21 08:19:28 +00:00
suse100_32_alsa
suse100_32_aspell
suse100_32_base
suse100_32_compat
suse100_32_expat
suse100_32_fontconfig
suse100_32_freetype2
suse100_32_glx
suse100_32_gtk2
suse100_32_krb5
suse100_32_libcups
suse100_32_libidn
suse100_32_libjpeg
suse100_32_libpng
suse100_32_libsigc++2
suse100_32_libtiff
suse100_32_libxml2
suse100_32_locale
suse100_32_openmotif
suse100_32_openssl
suse100_32_resmgr
suse100_32_slang
suse100_32_x11
suse100_alsa
suse100_aspell
suse100_base procfs is mounted with linux compat by default now 2020-10-14 18:09:13 +00:00
suse100_compat
suse100_expat
suse100_fontconfig
suse100_freetype2
suse100_glx
suse100_gtk2
suse100_krb5
suse100_libcups
suse100_libidn
suse100_libjpeg
suse100_libpng
suse100_libsigc++2
suse100_libtiff
suse100_libxml2
suse100_linux *: remove references to obsolete DragonFly/i386 2018-04-30 10:41:35 +00:00
suse100_locale
suse100_openmotif
suse100_openssl
suse100_resmgr
suse100_slang
suse100_x11
suse121_32_alsa
suse121_32_aspell
suse121_32_base
suse121_32_compat
suse121_32_expat
suse121_32_fontconfig
suse121_32_freetype2
suse121_32_glx
suse121_32_gstreamer
suse121_32_gtk2
suse121_32_krb5
suse121_32_libcups
suse121_32_libcurl
suse121_32_libdrm
suse121_32_libgc
suse121_32_libjpeg
suse121_32_libpng
suse121_32_libsigc++2
suse121_32_libtiff
suse121_32_libxml2
suse121_32_locale
suse121_32_openmotif
suse121_32_openssl
suse121_32_qt4
suse121_32_slang
suse121_32_sqlite3
suse121_32_x11
suse121_alsa
suse121_aspell
suse121_base procfs is mounted with linux compat by default now 2020-10-14 18:09:13 +00:00
suse121_compat
suse121_expat
suse121_fontconfig
suse121_freetype2
suse121_glx
suse121_gstreamer Reset maintainer 2017-09-16 19:26:41 +00:00
suse121_gtk2 *: update for dbus path change 2021-03-30 18:09:45 +00:00
suse121_krb5
suse121_libcups
suse121_libcurl
suse121_libdrm
suse121_libgc
suse121_libjpeg
suse121_libpng
suse121_libsigc++2
suse121_libtiff
suse121_libxml2
suse121_linux Follow some redirects. 2017-09-04 18:08:18 +00:00
suse121_locale
suse121_openmotif
suse121_openssl
suse121_qt4
suse121_slang
suse121_sqlite3 Reset maintainer 2017-09-16 19:26:41 +00:00
suse121_x11
suse131_32_alsa
suse131_32_aspell
suse131_32_base
suse131_32_compat
suse131_32_cyrus-sasl
suse131_32_dbus-glib
suse131_32_expat
suse131_32_fontconfig
suse131_32_freetype2
suse131_32_glib2
suse131_32_glx
suse131_32_gstreamer
suse131_32_gtk2
suse131_32_krb5
suse131_32_libaudiofile
suse131_32_libcups
suse131_32_libcurl
suse131_32_libdbus
suse131_32_libdrm
suse131_32_libesd
suse131_32_libffi
suse131_32_libgc
suse131_32_libidn
suse131_32_libjpeg
suse131_32_libjson
suse131_32_libpng
suse131_32_libSDL
suse131_32_libsigc++2
suse131_32_libsndfile
suse131_32_libssh
suse131_32_libtiff
suse131_32_libwebp
suse131_32_libwrap
suse131_32_libxml2
suse131_32_libxslt
suse131_32_locale
suse131_32_lsb
suse131_32_motif
suse131_32_mozilla-nspr
suse131_32_mozilla-nss
suse131_32_openal Add OpenAL to the SUSE 13.1 Linux emulation subsystem 2020-10-08 10:42:48 +00:00
suse131_32_openldap
suse131_32_openssl
suse131_32_pulseaudio
suse131_32_qt4
suse131_32_slang
suse131_32_sqlite3
suse131_32_x11
suse131_alsa
suse131_aspell
suse131_avahi emulators/suse131_avahi: import suse_avahi-13.1. 2019-03-17 01:10:58 +00:00
suse131_base procfs is mounted with linux compat by default now 2020-10-14 18:09:13 +00:00
suse131_binutils
suse131_compat
suse131_cyrus-sasl
suse131_dbus-glib
suse131_expat
suse131_fontconfig
suse131_freetype2
suse131_glib2
suse131_glx suse131_glx: Software rasterizer needs libexpat 2020-10-08 10:33:22 +00:00
suse131_gstreamer suse131_gstreamer: add more packages required by recent libreoffice. 2019-02-21 04:44:39 +00:00
suse131_gtk2 suse131_gtk2: add gtk2-immodule-xim. It has been separated since suse113. 2019-02-21 01:54:56 +00:00
suse131_krb5
suse131_libaudiofile
suse131_libcups
suse131_libcurl
suse131_libdbus *: update for dbus path change 2021-03-30 18:09:45 +00:00
suse131_libdrm suse131_libdrm: install the hardware-specific libdrm bits. 2019-07-08 17:48:21 +00:00
suse131_libesd
suse131_libffi
suse131_libgc
suse131_libidn
suse131_libjpeg
suse131_libjson
suse131_libpng
suse131_libSDL suse131_libSDL: add SHA512 checksum 2019-04-27 13:53:25 +00:00
suse131_libsigc++2
suse131_libsndfile
suse131_libssh
suse131_libtiff
suse131_libwebp
suse131_libwrap
suse131_libxml2
suse131_libxslt
suse131_linux Add OpenAL to the SUSE 13.1 Linux emulation subsystem 2020-10-08 10:42:48 +00:00
suse131_locale
suse131_lsb
suse131_motif
suse131_mozilla-nspr
suse131_mozilla-nss
suse131_openal Add OpenAL to the SUSE 13.1 Linux emulation subsystem 2020-10-08 10:42:48 +00:00
suse131_openldap
suse131_openssl
suse131_pulseaudio
suse131_qt4 suse131_qt4: add SHA512 checksum 2019-04-27 13:54:26 +00:00
suse131_slang
suse131_sqlite3 emulators: align variable assignments 2019-11-03 19:24:31 +00:00
suse131_x11
swarm
sys161
tcl-hp-15c emulators: align variable assignments 2019-11-03 19:24:31 +00:00
tme *: bump PKGREVISION for perl-5.32. 2020-08-31 18:06:29 +00:00
tuxnes *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
twin twin: remove dead master site and homepage 2021-04-21 08:05:13 +00:00
uae *: revbump after fontconfig bl3 changes (libuuid removal) 2020-08-17 20:17:15 +00:00
ucon64 ucon64: fix build/install problems on Darwin, NetBSD/i386, and Centos. 2021-01-08 21:39:04 +00:00
unicorn unicorn: set GITHUB_PROJECT so downloads work for all users of this file 2021-02-28 13:25:47 +00:00
vice Fix PLIST for options gtk3 and vice-x64. 2021-04-03 13:07:29 +00:00
visualboyadvance-m visualboyadvance-m: Needs nasm on i386. 2020-10-30 08:47:38 +00:00
vmips *: Convert broken sourceforge HOMEPAGEs back to http 2020-03-20 11:57:22 +00:00
wine revbump for boost-libs 2021-04-21 13:24:06 +00:00
x16-emulator x16-emulator: Honor CFLAGS/LDFLAGS from environment. 2021-01-16 12:19:59 +00:00
x16-rom (emulators/x16-rom) Fix build, by adding bash for USE_TOOLS 2019-12-31 10:23:37 +00:00
x48 emulators: align variable assignments 2019-11-03 19:24:31 +00:00
xbeeb all: migrate homepages from http to https 2020-01-26 17:30:40 +00:00
xcopilot xcopilot: Define LICENSE 2020-03-27 15:12:27 +00:00
xcpc emulators/xcpc: import xcpc-20070122 2020-06-16 12:08:45 +00:00
xhomer xorgproto: use xorgproto instead of separate *proto packages 2018-03-07 11:57:28 +00:00
xm7 xm7: avoid narrowing conversion. 2019-09-30 10:05:19 +00:00
xm8 xm8: Normalize build process. Use LDFLAGS properly. 2021-01-15 11:40:13 +00:00
xnp2 xnp2: workaround fallout from glib2-2.68.0 2021-04-15 06:19:01 +00:00
xroar *: Recursive revbump from audio/pulseaudio-14.2.nb1 2021-02-07 06:30:06 +00:00
xtrs emulators/xtrs: fix SUBST block for oss 2020-05-16 12:31:11 +00:00
xyame
yabause revbump for textproc/icu 2021-04-21 11:40:12 +00:00
ZIPIdent
Makefile Remove qemu51, nvmm patches, linux support etc were merged into qemu 2021-04-08 15:43:17 +00:00