Package: fuse-emulator / 1.5.7+dfsg1-2~deb10u1

Metadata

Package Version Patches format
fuse-emulator 1.5.7+dfsg1-2~deb10u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
compile without roms.patch | (download)

Makefile.am | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 make fuse compile without the 'roms' dir
 This dir was stripped from the source tarball since it is non-free.
missing roms help.patch | (download)

machine.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 tell the user to see readme.debian if a rom file is not found
 Some of the ROMs used by Fuse are not available due to their license.
 This patch tells the user to see the README.Debian file for an
 explanation.
rom search path.patch | (download)

compat/unix/paths.c | 12 10 + 2 - 0 !
1 file changed, 10 insertions(+), 2 deletions(-)

 new search paths for rom files
 Add ~/.spectrum-roms and /usr/local/share/spectrum-roms to the ROM
 search path so users can install those not available in Debian.
 .
 See the README.Debian file for more details.
load opense rom.patch | (download)

machine.c | 38 38 + 0 - 0 !
settings.c | 3 3 + 0 - 0 !
settings.pl | 3 3 + 0 - 0 !
3 files changed, 44 insertions(+)

 load the opense basic rom if the original roms are not found
desktop file.patch | (download)

data/Makefile.am | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 don't install the fuse.desktop file
 We handle this in debian/rules because we need two separate versions
 for GTK+ and SDL.
manpage errors.patch | (download)

man/fuse.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix formatting errors in the manual page
bash completion.patch | (download)

data/shell-completion/bash/fuse | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add bash completion for the fuse-gtk and fuse-sdl binaries
prefer x11 over wayland.patch | (download)

ui/gtk/gtkui.c | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 prefer the x11 gdk backend over the wayland one
Bug: https://sourceforge.net/p/fuse-emulator/bugs/367/
Bug-Debian: https://bugs.debian.org/872994
show fuse icon.patch | (download)

ui/gtk/gtkui.c | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 show the fuse icon on the gtk window and about dialog
Bug: https://sourceforge.net/p/fuse-emulator/patches/413/