]> git.pld-linux.org Git - packages/Frodo.git/blob - Frodo.spec
- removed two lines with define
[packages/Frodo.git] / Frodo.spec
1 Summary:        Commodore 64 emulator
2 Summary(pl):    Emulator Commodore 64
3 Name:           Frodo
4 Version:        4.1a
5 Release:        4
6 License:        non-commercial
7 Group:          Applications/Emulators
8 Source0:        http://iphcip1.physik.uni-mainz.de/~cbauer/%{name}V4_1a.Src.tar.gz
9 Patch0:         %{name}-16+bpp.patch
10 Patch1:         %{name}-TkGui.patch
11 Patch2:         %{name}-paths.patch
12 Patch3:         %{name}-opt.patch
13 Patch4:         %{name}-joy.patch
14 Patch5:         %{name}-gcc3.patch
15 URL:            http://www.uni-mainz.de/~bauec002/FRMain.html
16 BuildRequires:  XFree86-devel
17 BuildRequires:  autoconf
18 BuildRequires:  libstdc++-devel
19 Requires:       tk
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22
23 %description
24 Frodo V4.1 is a free, portable C64 emulator for BeOS, Unix, MacOS,
25 AmigaOS, RiscOS and WinNT/95 systems.
26
27 This emulator focuses on the exact reproduction of special graphical
28 effects possible on the C64, and has therefore relatively high system
29 requirements. It should only be run on systems with at least a
30 PowerPC/Pentium/68060. Frodo is capable of running most games and
31 demos correctly, even those with FLI, FLD, DYCP, open borders,
32 multiplexed sprites, timing dependent decoders, fast loaders etc. 6510
33 emulation: All undocumented opcodes, 100 percent correct decimal mode,
34 instruction/cycle exact emulation. VIC emulation: Line-/cycle-based
35 emulation, all display modes, sprites with collisions/priorities, DMA
36 cycles, open borders, all $d011/$d016 effects. SID emulation:
37 Real-time digital emulation (16 bit, 44.1kHz), including filters (only
38 under BeOS, Linux, HP-UX, MacOS and AmigaOS). 1541 emulation: Drive
39 simulation in directories, .d64/x64 or .t64/LYNX files, or
40 processor-level 1541 emulation that works with about 95 percent of all
41 fast loaders and even some copy protection schemes. Other peripherals:
42 Keyboard and joystick (real joysticks (only under BeOS, Linux and
43 AmigaOS) or keyboard emulation). The full source code in C++ is
44 available. Frodo is freeware.
45
46 %description -l pl
47 Frodo jest darmowym, przeno¶nym emulatorem C64 dla BeOS, uniksów,
48 MacOS, AmigaOS, RiscOS i WinNT/Win9x.
49
50 Ten emulator skupia siê na dok³adnym odtworzeniu specjalnych efektów
51 graficznych osi±galnych na C64, wiêc ma dosyæ du¿e wymagania dotycz±ce
52 systemu. Powinien byæ uruchamiany tylko na systemach z co najmniej
53 PowerPC/Pentium/68060. Frodo jest w stanie uruchomiæ poprawnie
54 wiêkszo¶æ gier i dem, nawet te z FLI, FLD, DYCP, otwartymi ramkami,
55 zamienianymi duszkami, dekoderami zale¿nymi od czasu, szybkimi
56 loaderami itp. Emulacja 6510: wszystkie nieudokumentowane instrukcje,
57 w pe³ni poprawny tryb dziesiêtny, dok³adna emulacja liczby cykli dla
58 instrukcji. Emulacja VIC: bazuj±ca na liniach lub cyklach, wszystkie
59 tryby wy¶wietlania, duszki z kolizjami i priorytetami, cykle DMA,
60 otwarte ramki, wszystkie efekty $d011/$d016. Emulacja SID: emulacja
61 cyfrowa w czasie rzeczywistym (16 bitów. 44.1kHz), w³±cznie z filtrami
62 (tylko pod BeOS-em, Linuksem, HP-UX-em, MacOS-em i AmigaOS-em).
63 Emulacja 1541: symulacja dysków w katalogach, plikach .d64/x64 albo
64 .t64/LYNX, lub emulacja 1541 na poziomie procesora, obs³uguj±ca oko³o
65 95%% wszystkich szybkich loaderów i nawet niektóre rodzaje
66 zabezpieczeñ przed kopiowaniem. Inne peryferia: klawiatura i joystick
67 (prawdziwe joysticki (tylko pod BeOS-em, Linuksem i AmigaOS-em) lub
68 emulacja na klawiaturze). Dostêpne s± pe³ne ¼ród³a w C++. Frodo jest
69 freeware.
70
71 %prep
72 %setup -q -n Frodo
73 %patch0 -p1
74 %patch1 -p1
75 %patch2 -p1
76 %patch3 -p1
77 %patch4 -p1
78 %patch5 -p1
79
80 %build
81 cd Src
82 %{__autoconf}
83 CFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer}"
84 CFLAGS="$CFLAGS -DX_USE_SHM -fno-exceptions -fno-rtti -fno-implicit-templates"
85 %configure
86 %{__make} all FRODOHOME="\\\"%{_libdir}/Frodo/\\\""
87
88 %install
89 rm -rf $RPM_BUILD_ROOT
90 install -d $RPM_BUILD_ROOT{%{_libdir}/Frodo/{64prgs,64imgs},%{_bindir}}
91
92 install Src/Frodo Src/FrodoPC Src/FrodoSC $RPM_BUILD_ROOT%{_bindir}
93 install TkGui.tcl "Frodo Logo" $RPM_BUILD_ROOT%{_libdir}/Frodo
94 install "1541 ROM" "Basic ROM" "Char ROM" "Kernal ROM" $RPM_BUILD_ROOT%{_libdir}/Frodo
95 install 64prgs/* $RPM_BUILD_ROOT%{_libdir}/Frodo/64prgs
96
97 %clean
98 rm -rf $RPM_BUILD_ROOT
99
100 %files
101 %defattr(644,root,root,755)
102 %doc CHANGES Docs/*
103 %attr(755,root,root) %{_bindir}/*
104 %{_libdir}/Frodo
This page took 0.0723 seconds and 4 git commands to generate.