Commit graph

4 commits

Author SHA1 Message Date
Felix Palmen
74fab2f577 emulators/emu64: update to 5.0.19
Release notes (in german):
	https://github.com/ThKattanek/emu64/releases/tag/5.0.19

PR:	257097
2021-07-14 10:58:07 +02:00
Tobias C. Berner
2bf2737332 archivers/quazip: update to 1.1
- fix / modify find calls and include directories in dependent ports
2020-11-08 18:57:00 +00:00
Rodrigo Osorio
75c6b5ff17 emulators/emu64: extend patch to fix an issue with OSS
This update is require to unbreak the port under FreeBSD.
The issue was reported to upstream and the fix will be available in future
releases.

Background: In the upstream issue, it was revealed that the whole C64 emulation
depends on the audio stream (for best sync) and initializing the audio stream
failed when the SDL backend was OSS, because it needs a fragment size that is a
power of two. The attached patch is the minimal change to 5.0.18 from the
upstream commit that solved the problem.

PR:		245395
Submitted by:	Ingo <hylaios@online.de>
Approved by:	Felix Palmen <felix@palmen-it.de> (maintainer)
MFH:		2020Q2
2020-04-19 09:05:47 +00:00
Piotr Kubaj
c2f06582cb emulators/emu64: fix build on PPC and ARM
char on PPC and ARM is unsigned.

PR:		245200
MFH:		2020Q2 (build fix blanket)
2020-04-03 12:15:52 +00:00