Name : fuse Relocations: (not relocatable) Version : 0.7.0 Vendor: Penguin Liberation Front Release : 4plf Build Date: Sat 05 Nov 2005 08:37:41 AM CET Install Date: (not installed) Build Host: sabreman Group : Emulators Source RPM: (none) Size : 636974 License: GPL Signature : (none) Packager : Miguel Barrio Orsikowsky <[EMAIL PROTECTED]> URL : http://www.srcf.ucam.org/~pak21/spectrum/fuse.html Summary : Free Unix Spectrum Emulator Description : What Fuse does have:
* Working 16K/48K/128K/+2/+2A/+3 Speccy, Timex TC2048/TC2068 and Pentagon 128 emulation, running at true Speccy speed on any computer you're likely to try it on. * Support for loading from .tzx files. * Sound (on systems supporting the Open Sound System, SDL, or OpenBSD/ Solaris's /dev/audio). * Emulation of most of the common joysticks used on the Spectrum (including Kempston, Sinclair and Cursor joysticks). * Emulation of some of the printers you could attach to a Spectrum. * Support for the RZX input recording file format, including 'competition mode'. * Emulation of the Spectrum +3e, ZXATASP and ZXCF IDE interfaces. This package is in PLF because it contains emulator related software. --------------- Miguel Barrio Orsikowsky <[EMAIL PROTECTED]> 0.7.0-4plf - added patch to fix compile errors in sound.c with gcc 4 --------------- --------------- Index: fuse.spec =================================================================== RCS file: /home/projects/plf/cvs/SPECS/free/fuse/fuse.spec,v retrieving revision 1.4 diff -u -r1.4 fuse.spec --- fuse.spec 16 Feb 2005 21:26:55 -0000 1.4 +++ fuse.spec 6 Nov 2005 21:07:42 -0000 @@ -1,6 +1,6 @@ %define name fuse %define version 0.7.0 -%define release 3plf +%define release 4plf %define section More Applications/Emulators %define title Fuse %define summary Free Unix Spectrum Emulator @@ -14,6 +14,7 @@ URL: http://www.srcf.ucam.org/~pak21/spectrum/fuse.html Source0: %name-%version.tar.bz2 Source1: %name-icons.tar.bz2 +Patch: %name-%version-compilefix.patch.bz2 BuildRoot: %_tmppath/%name-buildroot BuildRequires: libjsw-devel libxml2-devel libdsk-devel lib765-devel libspectrum-devel libgcrypt-devel >= 1.1.42 libgtk+2-devel libz-devel libbzip2-devel libpng-devel flex bison perl @@ -38,6 +39,7 @@ %prep %setup -q %setup -q -T -D -a1 +%patch -p1 %build %configure --with-gtk2 @@ -47,7 +49,7 @@ rm -rf %buildroot %makeinstall mkdir -p %buildroot/%_menudir -cat > %buildroot/%_menudir/fuse << EOF +cat > %buildroot/%_menudir/%name << EOF ?package(%name): \ command="%_bindir/%name" \ needs="X11" \ @@ -82,6 +84,9 @@ %_datadir/%name %changelog +* Fri Nov 4 2005 Miguel Barrio Orsikowsky <[EMAIL PROTECTED]> 0.7.0-4plf +- added patch to fix compile errors in sound.c with gcc 4 + * Wed Feb 16 2005 Miguel Barrio Orsikowsky <[EMAIL PROTECTED]> 0.7.0-3plf - built against new lib765 library major version _______________________________________________ PLF-announce mailing list [email protected] https://www.zarb.org/mailman/listinfo/plf-announce
