Package: fuse-emulator / 1.0.0.1a+dfsg1-4
Metadata
Package | Version | Patches format |
---|---|---|
fuse-emulator | 1.0.0.1a+dfsg1-4 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01_compile without roms.patch | (download) |
Makefile.am |
2 0 + 2 - 0 ! |
make fuse compile without the 'roms' dir This dir was stripped from the source tarball since it is non-free. |
02_missing roms help.patch | (download) |
machine.c |
2 1 + 1 - 0 ! |
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. |
03_rom search path.patch | (download) |
utils.c |
12 10 + 2 - 0 ! |
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. |
04_unfiltered audio.patch | (download) |
man/fuse.1 |
7 4 + 3 - 0 ! |
new speaker type for unfiltered audio output |
05_fix missing roms crash.patch | (download) |
disk/beta.c |
12 9 + 3 - 0 ! |
don't crash if rom files are unavailable |
06_load opense rom.patch | (download) |
machine.c |
36 36 + 0 - 0 ! |
load the opense basic rom if the original roms are not found |
07_disable autoload.patch | (download) |
tape.c |
3 2 + 1 - 0 ! |
the auto load feature doesn't work with opense basic, so don't use it |
08_include zlib.patch | (download) |
screenshot.c |
1 1 + 0 - 0 ! |
fix ftbfs with libpng 1.5 |
09_dont use sdl audio.patch | (download) |
configure.in |
5 1 + 4 - 0 ! |
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 |
10_fix joystick crash.patch | (download) |
ui/sdl/sdljoystick.c |
2 1 + 1 - 0 ! |
fix crash with joysticks with more than 10 buttons Bug-Debian: http://bugs.debian.org/665640 |