Package: fuse-emulator / 1.1.1+dfsg1-2

Metadata

Package Version Patches format
fuse-emulator 1.1.1+dfsg1-2 3.0 (quilt)

Patch series

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

Makefile.am | 2 0 + 2 - 0 !
configure.ac | 1 0 + 1 - 0 !
2 files changed, 3 deletions(-)

 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/linux/paths.c | 12 10 + 2 - 0 !
compat/unix/paths.c | 12 10 + 2 - 0 !
2 files changed, 20 insertions(+), 4 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 | 36 36 + 0 - 0 !
settings.c | 3 3 + 0 - 0 !
settings.pl | 3 3 + 0 - 0 !
3 files changed, 42 insertions(+)

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

tape.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 the auto load feature doesn't work with opense basic, so don't use it
dont use sdl audio.patch | (download)

configure.ac | 5 1 + 4 - 0 !
1 file changed, 1 insertion(+), 4 deletions(-)

 don't use the sdl audio driver, it has issues with pulseaudio
Bug: http://sourceforge.net/tracker/?func=detail&aid=3483869&group_id=91293&atid=596648
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 | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix formatting erros in the manual page