]> git.pld-linux.org Git - packages/scummvm.git/blame - scummvm.spec
- up to 1.9.0
[packages/scummvm.git] / scummvm.spec
CommitLineData
212fd34a 1%define version_tools 1.9.0
158a3e17 2Summary: Graphic adventure game interpreter
3Summary(pl.UTF-8): Interpreter gier przygodowych
68a20b3e 4Name: scummvm
212fd34a
JR
5Version: 1.9.0
6Release: 1
7252b0b9 7License: GPL v2+
68a20b3e 8Group: X11/Applications/Games
212fd34a
JR
9Source0: http://scummvm.org/frs/scummvm/%{version}/%{name}-%{version}.tar.xz
10# Source0-md5: 3255706992edaf30380ce8a49cb305b7
11Source1: http://scummvm.org/frs/scummvm-tools/%{version_tools}/%{name}-tools-%{version_tools}.tar.xz
12# Source1-md5: 7b472cc2895161c64630df92df4c65b0
6a16a469 13Source2: %{name}.desktop
7545cdd1 14Patch0: %{name}-wx-config.patch
f0f97b62 15Patch1: dwarf-debug.patch
158a3e17 16URL: http://scummvm.org/
aa168718 17BuildRequires: SDL-devel >= 1.2.2
949e7817
JR
18BuildRequires: alsa-lib-devel >= 0.9
19BuildRequires: flac-devel >= 1.0.1
19966249 20%ifarch %{ix86} %{x8664}
6643062f 21BuildRequires: fluidsynth-devel
19966249 22%endif
e47e54c3 23BuildRequires: freetype-devel
7a1703db 24BuildRequires: libmad-devel
7252b0b9 25BuildRequires: libmpeg2-devel >= 0.3.2
a7959bdf 26BuildRequires: libpng-devel
fcbbee39 27BuildRequires: libvorbis-devel
aa168718 28%ifarch %{ix86}
949e7817 29BuildRequires: nasm
aa168718 30%endif
7252b0b9 31BuildRequires: sed >= 4.0
949e7817
JR
32BuildRequires: wxGTK2-unicode-devel
33BuildRequires: wxWidgets-devel
34BuildRequires: zlib-devel
fcbbee39 35BuildRequires: zlib-devel
eaf7e5da 36Obsoletes: scummvm-engine-m4
68a20b3e 37BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
38
36e3c4ce
ER
39%define specflags_sparc -fPIC
40
68a20b3e 41%description
158a3e17 42ScummVM is a program which allows you to run certain classic graphical
43point-and-click adventure games, provided you already have their data
44files. The clever part about this: ScummVM just replaces the
45executables shipped with the game, allowing you to play them on
46systems for which they were never designed!
65e34ebb 47
158a3e17 48Some of the adventures ScummVM supports include Adventure Soft's Simon
49the Sorcerer 1 and 2; Revolution's Beneath A Steel Sky, Broken Sword 1
50and Broken Sword 2; Flight of the Amazon Queen; Wyrmkeep's Inherit the
51Earth; Coktel Vision's Gobliiins; Westwood Studios' The Legend of
52Kyrandia and games based on LucasArts' SCUMM (Script Creation Utility
53for Maniac Mansion) system such as Monkey Island, Day of the Tentacle,
54Sam and Max and more. You can find a thorough list with details on
55which games are supported and how well on the project page.
68a20b3e 56
ef2767c3 57%description -l pl.UTF-8
158a3e17 58ScummVM jest programem umożliwiającym uruchamianie klasycznych
59graficznych gier przygodowych, pod warunkiem, że posiadane są ich
60pliki danych. ScummVM używany jest w miejsce pliku wykonywalnego
61dostarczonego razem z grą, co umożliwia granie na systemach, na które
62gry nie zostały przeznaczone.
65e34ebb 63
158a3e17 64ScummVM obsługuje między innymi Simon the Sorcerer 1 i 2 firmy
65Adventure Soft; Beneath A Steel Sky, Broken Sword 1 i 2 firmy
66Revolution; Flight of the Amazon Queen; Inherit the Earth firmy
67Wyrmkeep; serię Gobliiins firmy Coktel Vision; The Legend of Kyrandia
68firmy Westwood i gry bazujące na silniku SCUMM (Script Creation
69Utility for Maniac Mansion) firmy LucasArts, takie jak Monkey Island,
70Day of the Tentacle, Sam and Max i inne. Szczegółowa lista znajduje
71się na stronie projektu.
68a20b3e 72
ff5e2ece 73%package tools
11d19d1a 74Summary: ScummVM tools
92130a49 75Summary(pl.UTF-8): Narzędzia związane ze ScummVM
ff5e2ece 76Group: X11/Applications/Games
77
78%description tools
11d19d1a 79Collection of various tools that may be useful to use in conjunction
80with ScummVM.
ff5e2ece 81
ef2767c3
JR
82%description tools -l pl.UTF-8
83Zestaw narzędzi mogących być użytecznymi w połączeniu ze ScummVM.
ff5e2ece 84
158a3e17 85%package engine-agi
86Summary: Adventure Game Interpreter
87Summary(pl.UTF-8): Adventure Game Interpreter
88Group: X11/Applications/Games
ab844c47 89Requires: %{name} = %{version}-%{release}
158a3e17 90
91%description engine-agi
92The AGI (Adventure Game Interpreter) engine was used by Sierra in
93their early adventure games.
94
95%description engine-agi -l pl.UTF-8
7252b0b9 96Silnik AGI (Adventure Game Interpreter) był używany przez firmę Sierra
97w jej wczesnych grach przygodowych.
158a3e17 98
99%package engine-agos
100Summary: AGOS engine
101Summary(pl.UTF-8): Silnik AGOS
102Group: X11/Applications/Games
ab844c47 103Requires: %{name} = %{version}-%{release}
158a3e17 104
105%description engine-agos
106The AGOS Engine was originally created by Alan Cox at HorrorSoft and
7252b0b9 107is based on AberMUD V, with graphical extensions. Required for
108following games:
20cef33a
SS
109- Elvira
110- Elvira 2
111- Waxworks
112- Simon the Sorcerer
113- Simon the Sorcerer 2
114- The Feeble Files
158a3e17 115
116%description engine-agos -l pl.UTF-8
117Silnik AGOS został stworzony przez Alana Coksa w firmie HorrorSoft,
118bazowany jest na programie AberMUD V z graficznymi rozszerzeniami.
20cef33a
SS
119Używany w następujących grach:
120- Elvira
121- Elvira 2
122- Waxworks
123- Simon the Sorcerer
124- Simon the Sorcerer 2
125- The Feeble Files
158a3e17 126
9bd70d26
AG
127%package engine-cge
128Summary: CGE engine
129Summary(pl.UTF-8): Silnik CGE
130Group: X11/Applications/Games
131Requires: %{name} = %{version}-%{release}
132
133%description engine-cge
134CGE engine.
135
136%description engine-cge -l pl.UTF-8
137Silnik CGE.
138
158a3e17 139%package engine-cine
140Summary: Cinematique engine
141Summary(pl.UTF-8): Silnik Cinematique
142Group: X11/Applications/Games
ab844c47 143Requires: %{name} = %{version}-%{release}
158a3e17 144
145%description engine-cine
146Cinematique engine.
147
148%description engine-cine -l pl.UTF-8
149Silnik Cinematique.
150
9bd70d26
AG
151%package engine-composer
152Summary: Composer engine
153Summary(pl.UTF-8): Silnik Composer
154Group: X11/Applications/Games
155Requires: %{name} = %{version}-%{release}
156
157%description engine-composer
158Composer engine.
159
160%description engine-composer -l pl.UTF-8
161Silnik Composer.
162
158a3e17 163%package engine-cruise
164Summary: Cruise engine
165Summary(pl.UTF-8): Silnik Cruise
166Group: X11/Applications/Games
ab844c47 167Requires: %{name} = %{version}-%{release}
158a3e17 168
169%description engine-cruise
170Cruise engine.
171
172%description engine-cruise -l pl.UTF-8
173Silnik Cruise.
174
e47e54c3
JR
175%package engine-draci
176Summary: Draci engine
177Summary(pl.UTF-8): Silnik Draci
178Group: X11/Applications/Games
ab844c47 179Requires: %{name} = %{version}-%{release}
e47e54c3
JR
180
181%description engine-draci
182Draci engine.
183
184%description engine-draci -l pl.UTF-8
185Silnik Draci.
186
2f540fcb 187%package engine-drascula
188Summary: Drascula engine
189Summary(pl.UTF-8): Silnik Drascula
190Group: X11/Applications/Games
ab844c47 191Requires: %{name} = %{version}-%{release}
2f540fcb 192
193%description engine-drascula
194Drascula engine.
195
196%description engine-drascula -l pl.UTF-8
197Silnik Drascula.
198
9bd70d26
AG
199%package engine-dreamweb
200Summary: Dreamweb engine
201Summary(pl.UTF-8): Silnik Dreamweb
202Group: X11/Applications/Games
203Requires: %{name} = %{version}-%{release}
204
205%description engine-dreamweb
206Dreamweb engine.
207
208%description engine-dreamweb -l pl.UTF-8
209Silnik Dreamweb.
210
158a3e17 211%package engine-gob
212Summary: Gob engine
213Summary(pl.UTF-8): Silnik Gob
214Group: X11/Applications/Games
ab844c47 215Requires: %{name} = %{version}-%{release}
158a3e17 216
217%description engine-gob
218Engine to run adventure games created by Coktel Vision.
219
220%description engine-gob -l pl.UTF-8
221Silnik do uruchamiania gier stworzonych przez Coktel Vision.
222
949e7817
JR
223%package engine-groovie
224Summary: Groovie engine
225Summary(pl.UTF-8): Silnik Groovie
226Group: X11/Applications/Games
ab844c47 227Requires: %{name} = %{version}-%{release}
949e7817
JR
228
229%description engine-groovie
7252b0b9 230Engine to run adventure games created by Trilobyte or Aftermath Media
231(The 7th Guest, The 11th Hour).
949e7817
JR
232
233%description engine-groovie -l pl.UTF-8
7252b0b9 234Silnik do uruchamiania gier stworzonych przez Trilobyte i Aftermath
235Media (The 7th Guest, The 11th Hour).
949e7817 236
9bd70d26
AG
237%package engine-hugo
238Summary: Hugo engine
239Summary(pl.UTF-8): Silnik Hugo
240Group: X11/Applications/Games
241Requires: %{name} = %{version}-%{release}
242
243%description engine-hugo
244Hugo engine.
245
246%description engine-hugo -l pl.UTF-8
247Silnik Hugo.
248
158a3e17 249%package engine-kyra
250Summary: Kyrandia engine
251Summary(pl.UTF-8): Silnik Kyrandia
252Group: X11/Applications/Games
ab844c47 253Requires: %{name} = %{version}-%{release}
158a3e17 254
255%description engine-kyra
256Kyrandia engine.
257
258%description engine-kyra -l pl.UTF-8
259Silnik Kyrandia.
260
9bd70d26
AG
261%package engine-lastexpress
262Summary: Lastexpress engine
263Summary(pl.UTF-8): Silnik Lastexpress
264Group: X11/Applications/Games
265Requires: %{name} = %{version}-%{release}
266
267%description engine-lastexpress
268Lastexpress is the engine for the game Lastexpress of the Temptress.
269
270%description engine-lastexpress -l pl.UTF-8
271Lastexpress jest silnikiem dla gry Lastexpress of the Temptress.
272
158a3e17 273%package engine-lure
274Summary: Lure engine
275Summary(pl.UTF-8): Silnik Lure
276Group: X11/Applications/Games
ab844c47 277Requires: %{name} = %{version}-%{release}
158a3e17 278
279%description engine-lure
949e7817 280Lure is the engine for the game Lure of the Temptress.
158a3e17 281
282%description engine-lure -l pl.UTF-8
949e7817
JR
283Lure jest silnikiem dla gry Lure of the Temptress.
284
949e7817
JR
285%package engine-made
286Summary: MADE engine
287Summary(pl.UTF-8): Silnik MADE
288Group: X11/Applications/Games
ab844c47 289Requires: %{name} = %{version}-%{release}
949e7817
JR
290
291%description engine-made
7252b0b9 292MADE stands for Multimedia Applications Development Environment, and
293was used by Activision to create some of their point'n'click adventure
294games.
949e7817
JR
295
296%description engine-made -l pl.UTF-8
7252b0b9 297MADE to Multimedia Applications Development Environment, był używany
298przez Activision w grach przygodowych.
158a3e17 299
e47e54c3
JR
300%package engine-mohawk
301Summary: Mohawk engine
302Summary(pl.UTF-8): Silnik Mohawk
303Group: X11/Applications/Games
ab844c47 304Requires: %{name} = %{version}-%{release}
e47e54c3
JR
305
306%description engine-mohawk
7252b0b9 307The Mohawk engine was developed by Brøderbund starting in the early
3081990's with the Windows port of Myst.
e47e54c3
JR
309
310%description engine-mohawk -l pl.UTF-8
7252b0b9 311Silnik Mohawk został stworzony przez Brøderbund we wczesnych latach
31290-ych, na potrzeby gry Myst.
e47e54c3 313
158a3e17 314%package engine-parallaction
315Summary: Parallaction engine
316Summary(pl.UTF-8): Silnik Parallaction
317Group: X11/Applications/Games
ab844c47 318Requires: %{name} = %{version}-%{release}
158a3e17 319
320%description engine-parallaction
321Parallaction engine.
322
323%description engine-parallaction -l pl.UTF-8
324Silnik Parallaction.
325
326%package engine-queen
327Summary: Queen engine
328Summary(pl.UTF-8): Silnik Queen
329Group: X11/Applications/Games
ab844c47 330Requires: %{name} = %{version}-%{release}
158a3e17 331
332%description engine-queen
333The Queen Engine is used to play Interactive Binary Illusions' Flight
334of the Amazon Queen.
335
336%description engine-queen -l pl.UTF-8
337Silnik Queen jest używany do gry w Flight of the Amazon Queen firmy
338Interactive Binary Illusions.
339
340%package engine-saga
341Summary: Scripts for Animated Graphic Adventures
342Summary(pl.UTF-8): Scripts for Animated Graphic Adventures
343Group: X11/Applications/Games
ab844c47 344Requires: %{name} = %{version}-%{release}
158a3e17 345
346%description engine-saga
347SAGA (Scripts for Animated Graphic Adventures) engine.
348
349%description engine-saga -l pl.UTF-8
350Silnik SAGA (Scripts for Animated Graphic Adventures).
351
949e7817
JR
352%package engine-sci
353Summary: Sierra's "SCript Interpreter"
354Summary(pl.UTF-8): SCript Interpreter Sierry
355Group: X11/Applications/Games
ab844c47 356Requires: %{name} = %{version}-%{release}
949e7817
JR
357
358%description engine-sci
359Sierra's "SCript Interpreter" and the "Sierra's Creative Interpreter.
360
361%description engine-sci -l pl.UTF-8
362SCript Interpreter Sierry.
363
158a3e17 364%package engine-scumm
365Summary: Script Creation Utility for Maniac Mansion
366Summary(pl.UTF-8): Script Creation Utility for Maniac Mansion
367Group: X11/Applications/Games
ab844c47 368Requires: %{name} = %{version}-%{release}
158a3e17 369
370%description engine-scumm
371SCUMM is a utility used to create the famous LucasArts adventure games
372like the Monkey Island series and also gave ScummVM its name.
373
374%description engine-scumm -l pl.UTF-8
375SCUMM jest narzędziem użytym do stworzenia znanych gier przygodowych
376firmy LucasArts takich jak seria Monkey Island, dał również ScummVM
377nazwę.
378
379%package engine-sky
380Summary: Sky engine
381Summary(pl.UTF-8): Silnik Sky
382Group: X11/Applications/Games
ab844c47 383Requires: %{name} = %{version}-%{release}
158a3e17 384
385%description engine-sky
386Sky is the internal name for the Virtual Theatre variant which runs
387Beneath a Steel Sky.
388
389%description engine-sky -l pl.UTF-8
390Sky jest wewnętrzną nazwą na wariant Virtual Theatre, który uruchamia
391Beneath a Steel Sky.
392
393%package engine-sword1
394Summary: Sword1 engine
395Summary(pl.UTF-8): Silnik Sword1
396Group: X11/Applications/Games
ab844c47 397Requires: %{name} = %{version}-%{release}
158a3e17 398
399%description engine-sword1
400Sword1 engine.
401
402%description engine-sword1 -l pl.UTF-8
403Silnik Sword1.
404
405%package engine-sword2
406Summary: Sword2 engine
407Summary(pl.UTF-8): Silnik Sword2
408Group: X11/Applications/Games
ab844c47 409Requires: %{name} = %{version}-%{release}
158a3e17 410
411%description engine-sword2
412Sword2 engine.
413
414%description engine-sword2 -l pl.UTF-8
415Silnik Sword2.
416
9bd70d26
AG
417%package engine-sword25
418Summary: Sword2.5 engine
419Summary(pl.UTF-8): Silnik Sword2.5
420Group: X11/Applications/Games
421Requires: %{name} = %{version}-%{release}
422
423%description engine-sword25
424Sword2.5 engine.
425
426%description engine-sword25 -l pl.UTF-8
427Silnik Sword2.5.
428
e47e54c3
JR
429%package engine-teenagent
430Summary: TeenAgent engine
431Summary(pl.UTF-8): Silnik TeenAgent
432Group: X11/Applications/Games
ab844c47 433Requires: %{name} = %{version}-%{release}
e47e54c3
JR
434
435%description engine-teenagent
436This engine is only used by TeenAgent.
437
438%description engine-teenagent -l pl.UTF-8
439Ten silnik jest używany tylko przez TeenAgenta.
440
9bd70d26
AG
441%package engine-testbed
442Summary: Testbed engine
443Summary(pl.UTF-8): Silnik Testbed
444Group: X11/Applications/Games
445Requires: %{name} = %{version}-%{release}
446
447%description engine-testbed
448TestBed: the Testing framework engine
449
450%description engine-testbed -l pl.UTF-8
451TestBed: the Testing framework engine
452
949e7817
JR
453%package engine-tinsel
454Summary: Tinsel engine
455Summary(pl.UTF-8): Silnik Tinsel
456Group: X11/Applications/Games
ab844c47 457Requires: %{name} = %{version}-%{release}
949e7817
JR
458
459%description engine-tinsel
460This engine is only used by Discworld 1 and Discworld 2.
949e7817
JR
461
462%description engine-tinsel -l pl.UTF-8
463Ten silnik jest używany tylko przez Discworld 1 i Discworld 2.
464
9bd70d26
AG
465%package engine-toon
466Summary: Toon engine
467Summary(pl.UTF-8): Silnik Toon
468Group: X11/Applications/Games
469Requires: %{name} = %{version}-%{release}
470
471%description engine-toon
472Toonstruck engine.
473
474%description engine-toon -l pl.UTF-8
475Silnik Toonstruck.
476
158a3e17 477%package engine-touche
478Summary: Touche engine
479Summary(pl.UTF-8): Silnik Touche
480Group: X11/Applications/Games
ab844c47 481Requires: %{name} = %{version}-%{release}
158a3e17 482
483%description engine-touche
484This engine is only used by Touche: The Adventures of the Fifth
485Musketeer.
486
487%description engine-touche -l pl.UTF-8
488Ten silnik jest używany tylko przez Touché: Przygody Piątego
489Muszkietera.
490
9bd70d26
AG
491%package engine-tsage
492Summary: Tsage engine
493Summary(pl.UTF-8): Silnik Tsage
494Group: X11/Applications/Games
495Requires: %{name} = %{version}-%{release}
496
497%description engine-tsage
498This engine is only used by Ringworld: Revenge Of The Patriarch.
499
500%description engine-tsage -l pl.UTF-8
7252b0b9 501Ten silnik jest używany tylko przez Ringworld: Revenge Of The
502Patriach.
9bd70d26 503
949e7817
JR
504%package engine-tucker
505Summary: Tucker engine
506Summary(pl.UTF-8): Silnik Tucker
507Group: X11/Applications/Games
ab844c47 508Requires: %{name} = %{version}-%{release}
949e7817
JR
509
510%description engine-tucker
511The Tucker engine is used in Bud Tucker in Double Trouble.
512
513%description engine-tucker -l pl.UTF-8
514Silnik Tucker jest używany przez Bud Tucker in Double Trouble.
515
eaf7e5da
JR
516%package engine-hopkins
517Summary: Hopkins FBI engine
518Summary(pl.UTF-8): Silnik Hopkins FBI
519Group: X11/Applications/Games
520Requires: %{name} = %{version}-%{release}
521
522%description engine-hopkins
523This engine is used by Hopkins FBI.
524
525%description engine-hopkins -l pl.UTF-8
526Ten silnik jest używany przez Hopkins FBI.
527
528%package engine-pegasus
529Summary: Pegasus engine
530Summary(pl.UTF-8): Silnik Pegasus
531Group: X11/Applications/Games
532Requires: %{name} = %{version}-%{release}
533
534%description engine-pegasus
535This engine is used by The Journeyman Project: Pegasus Prime.
536
537%description engine-pegasus -l pl.UTF-8
538Ten silnik jest używany przez The Journeyman Project: Pegasus Prime.
539
540%package engine-toltecs
541Summary: Toltecs engine
542Summary(pl.UTF-8): Silnik Toltecs
543Group: X11/Applications/Games
544Requires: %{name} = %{version}-%{release}
545
546%description engine-toltecs
547This engine is used by 3 Skulls of the Toltecs.
548
549%description engine-toltecs -l pl.UTF-8
550Ten silnik jest używany przez 3 Skulls of the Toltecs.
551
552%package engine-tony
553Summary: Tony engine
554Summary(pl.UTF-8): Silnik Tony
555Group: X11/Applications/Games
556Requires: %{name} = %{version}-%{release}
557
558%description engine-tony
559This engine is used by Tony Tough and the Night of Roasted Moths.
560
561%description engine-tony -l pl.UTF-8
562Ten silnik jest używany przez Tony Tough and the Night of Roasted
563Moths.
564
565%package engine-wintermute
566Summary: Wintermute engine
567Summary(pl.UTF-8): Silnik Wintermute
568Group: X11/Applications/Games
569Requires: %{name} = %{version}-%{release}
570
571%description engine-wintermute
572The engine is used for the Wintermute games.
573
574%description engine-wintermute -l pl.UTF-8
575Ten silnik jest używany przez gry Wintermute.
576
212fd34a
JR
577%package engine-access
578Summary: Access engine
579Summary(pl.UTF-8): Silnik Access
580Group: X11/Applications/Games
581Requires: %{name} = %{version}-%{release}
582
583%description engine-access
584The engine is used for the Amazon: Guardians of Eden,
585Martian Memorandum and Noctropolis games.
586
587%description engine-access -l pl.UTF-8
588Ten silnik jest używany przez gry Amazon: Guardians of Eden,
589Martian Memorandum i Noctropolis.
590
591%package engine-adl
592Summary: ADL engine
593Summary(pl.UTF-8): Silnik ADL
594Group: X11/Applications/Games
595Requires: %{name} = %{version}-%{release}
596
597%description engine-adl
598The engine is used for the Sierra ADL Hi-Res Adventure games.
599
600%description engine-adl -l pl.UTF-8
601Ten silnik jest używany przez gry Sierra ADL Hi-Res Adventure.
602
603%package engine-avalanche
604Summary: Avalanche engine
605Summary(pl.UTF-8): Silnik Avalanche
606Group: X11/Applications/Games
607Requires: %{name} = %{version}-%{release}
608
609%description engine-avalanche
610The engine is used for the Lord Avalot d'Argent game.
611
612%description engine-avalanche -l pl.UTF-8
613Ten silnik jest używany przez grę Lord Avalot d'Argent.
614
615%package engine-bbvs
616Summary: BBVS engine
617Summary(pl.UTF-8): Silnik BBVS
618Group: X11/Applications/Games
619Requires: %{name} = %{version}-%{release}
620
621%description engine-bbvs
622The engine is used for the Beavis and Butt-Head in
623Virtual Stupidity game.
624
625%description engine-bbvs -l pl.UTF-8
626Ten silnik jest używany przez grę Beavis and Butt-Head in
627Virtual Stupidity.
628
629%package engine-cge2
630Summary: CGE2 engine
631Summary(pl.UTF-8): Silnik CGE2
632Group: X11/Applications/Games
633Requires: %{name} = %{version}-%{release}
634
635%description engine-cge2
636The engine is used for the Sfinx game.
637
638%description engine-cge2 -l pl.UTF-8
639Ten silnik jest używany przez grę Sfinx.
640
641%package engine-director
642Summary: Director engine
643Summary(pl.UTF-8): Silnik Director
644Group: X11/Applications/Games
645Requires: %{name} = %{version}-%{release}
646
647%description engine-director
648The engine is used for the Director games.
649
650%description engine-director -l pl.UTF-8
651Ten silnik jest używany przez gry Director.
652
653%package engine-dm
654Summary: DM engine
655Summary(pl.UTF-8): Silnik DM
656Group: X11/Applications/Games
657Requires: %{name} = %{version}-%{release}
658
659%description engine-dm
660The engine is used for the Dungeon Master game.
661
662%description engine-dm -l pl.UTF-8
663Ten silnik jest używany przez grę Dungeon Master.
664
665%package engine-fullpipe
666Summary: Fullpipe engine
667Summary(pl.UTF-8): Silnik Fullpipe
668Group: X11/Applications/Games
669Requires: %{name} = %{version}-%{release}
670
671%description engine-fullpipe
672The engine is used for the Full Pipe game.
673
674%description engine-fullpipe -l pl.UTF-8
675Ten silnik jest używany przez grę Full Pipe.
676
677%package engine-gnap
678Summary: GNAP engine
679Summary(pl.UTF-8): Silnik GNAP
680Group: X11/Applications/Games
681Requires: %{name} = %{version}-%{release}
682
683%description engine-gnap
684The engine is used for the U.F.O.s game.
685
686%description engine-gnap -l pl.UTF-8
687Ten silnik jest używany przez grę U.F.O.s.
688
689%package engine-lab
690Summary: Lab engine
691Summary(pl.UTF-8): Silnik Lab
692Group: X11/Applications/Games
693Requires: %{name} = %{version}-%{release}
694
695%description engine-lab
696The engine is used for The Labyrinth of Time game.
697
698%description engine-lab -l pl.UTF-8
699Ten silnik jest używany przez grę The Labyrinth of Time.
700
701%package engine-macventure
702Summary: MacVenture engine
703Summary(pl.UTF-8): Silnik MacVenture
704Group: X11/Applications/Games
705Requires: %{name} = %{version}-%{release}
706
707%description engine-macventure
708The engine is used for the Deja Vu game.
709
710%description engine-macventure -l pl.UTF-8
711Ten silnik jest używany przez grę Deja Vu.
712
713%package engine-mads
714Summary: MADS engine
715Summary(pl.UTF-8): Silnik MADS
716Group: X11/Applications/Games
717Requires: %{name} = %{version}-%{release}
718
719%description engine-mads
720The engine is used for the Dragonsphere and
721Return of the Phantom games.
722
723%description engine-mads -l pl.UTF-8
724Ten silnik jest używany przez gry Dragonsphere i
725Return of the Phantom.
726
727%package engine-mortevielle
728Summary: Mortevielle engine
729Summary(pl.UTF-8): Silnik Mortevielle
730Group: X11/Applications/Games
731Requires: %{name} = %{version}-%{release}
732
733%description engine-mortevielle
734The engine is used for the Mortville Manor game.
735
736%description engine-mortevielle -l pl.UTF-8
737Ten silnik jest używany przez grę Mortville Manor.
738
739%package engine-neverhood
740Summary: Neverhood engine
741Summary(pl.UTF-8): Silnik Neverhood
742Group: X11/Applications/Games
743Requires: %{name} = %{version}-%{release}
744
745%description engine-neverhood
746The engine is used for the Neverhood game.
747
748%description engine-neverhood -l pl.UTF-8
749Ten silnik jest używany przez grę Neverhood.
750
751%package engine-prince
752Summary: Prince engine
753Summary(pl.UTF-8): Silnik Prince
754Group: X11/Applications/Games
755Requires: %{name} = %{version}-%{release}
756
757%description engine-prince
758The engine is used for The Prince and the Coward game.
759
760%description engine-prince -l pl.UTF-8
761Ten silnik jest używany przez grę The Prince and the Coward.
762
763%package engine-sherlock
764Summary: Sherlock engine
765Summary(pl.UTF-8): Silnik Sherlock
766Group: X11/Applications/Games
767Requires: %{name} = %{version}-%{release}
768
769%description engine-sherlock
770The engine is used for The Lost Files of Sherlock Holmes games.
771
772%description engine-sherlock -l pl.UTF-8
773Ten silnik jest używany przez gry The Lost Files of Sherlock Holmes.
774
775%package engine-titanic
776Summary: Titanic engine
777Summary(pl.UTF-8): Silnik Titanic
778Group: X11/Applications/Games
779Requires: %{name} = %{version}-%{release}
780
781%description engine-titanic
782The engine is used for Starship Titanic game.
783
784%description engine-titanic -l pl.UTF-8
785Ten silnik jest używany przez gry Starship Titanic.
786
787%package engine-voyeur
788Summary: Voyeur engine
789Summary(pl.UTF-8): Silnik Voyeur
790Group: X11/Applications/Games
791Requires: %{name} = %{version}-%{release}
792
793%description engine-voyeur
794The engine is used for the Voyeur game.
795
796%description engine-voyeur -l pl.UTF-8
797Ten silnik jest używany przez grę Voyeur.
798
799%package engine-wage
800Summary: WAGE engine
801Summary(pl.UTF-8): Silnik WAGE
802Group: X11/Applications/Games
803Requires: %{name} = %{version}-%{release}
804
805%description engine-wage
806The engine is used for the WAGE games.
807
808%description engine-wage -l pl.UTF-8
809Ten silnik jest używany przez gry WAGE.
810
811%package engine-xeen
812Summary: Xeen engine
813Summary(pl.UTF-8): Silnik Xeen
814Group: X11/Applications/Games
815Requires: %{name} = %{version}-%{release}
816
817%description engine-xeen
818The engine is used for the Might and Magic III, IV, V
819and World of Xeen games.
820
821%description engine-xeen -l pl.UTF-8
822Ten silnik jest używany przez gry Might and Magic III, IV, V
823i World of Xeen.
824
825%package engine-zvision
826Summary: ZVision engine
827Summary(pl.UTF-8): Silnik ZVision
828Group: X11/Applications/Games
829Requires: %{name} = %{version}-%{release}
830
831%description engine-zvision
832The engine is used for the Zork Nemesis and
833Zork: Grand Inquisitor games.
834
835%description engine-zvision -l pl.UTF-8
836Ten silnik jest używany przez gry Zork Nemesis
837i Zork: Grand Inquisitor.
838
949e7817
JR
839%package theme-classic
840Summary: Theme classic for ScummVM
841Summary(pl.UTF-8): Motyw classic dla ScummVM
842Group: X11/Applications/Games
ab844c47 843Requires: %{name} = %{version}-%{release}
949e7817
JR
844
845%description theme-classic
846Theme classic for ScummVM.
847
848%description theme-classic -l pl.UTF-8
849Motyw classic dla ScummVM.
850
7be96678
SS
851%package theme-modern
852Summary: Theme modern for ScummVM
853Summary(pl.UTF-8): Motyw modern dla ScummVM
854Group: X11/Applications/Games
ab844c47 855Requires: %{name} = %{version}-%{release}
7be96678
SS
856
857%description theme-modern
858Theme modern for ScummVM.
859
860%description theme-modern -l pl.UTF-8
861Motyw modern dla ScummVM.
862
68a20b3e 863%prep
46065ef6 864%setup -q -a 1
f0f97b62 865%patch1 -p1
9bd70d26
AG
866cd scummvm-tools-%{version_tools}
867%patch0 -p2
868cd ..
7da257dd 869
949e7817 870%{__sed} -i -e 's:"plugins":"%{_libdir}/scummvm":' base/plugins.cpp
68a20b3e 871
872%build
fcbbee39 873./configure \
a72ebb26 874 --prefix=%{_prefix} \
b795276d 875 --disable-debug \
949e7817 876 --enable-all-engines \
7545cdd1
AG
877 --enable-plugins \
878 --default-dynamic
fcbbee39 879
65e34ebb 880%{__make} \
ff5e2ece 881 CXX="%{__cxx}" \
d3ede7c0 882 CXXFLAGS="%{rpmcppflags} %{rpmcflags} -fpic $(wx-gtk2-unicode-config --cppflags)" \
a7959bdf 883 LDFLAGS="%{rpmcflags} %{rpmldflags}"
ff5e2ece 884
158a3e17 885cd scummvm-tools-%{version_tools}
e47e54c3 886./configure \
a72ebb26 887 --prefix=%{_prefix} \
e47e54c3
JR
888 --disable-debug
889
ff5e2ece 890%{__make} \
7545cdd1 891 CXX="%{__cxx}" \
d3ede7c0 892 CXXFLAGS="%{rpmcppflags} %{rpmcflags} -DUNIX -fpermissive $(wx-gtk2-unicode-config --cppflags)" \
a7959bdf 893 LDFLAGS="%{rpmcflags} %{rpmldflags} $(wx-gtk2-unicode-config --libs)"
68a20b3e 894
895%install
896rm -rf $RPM_BUILD_ROOT
6643062f 897install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6,%{_pixmapsdir},%{_desktopdir},%{_libdir}/scummvm}
588a139d 898
212fd34a 899cp -p scummvm $RPM_BUILD_ROOT%{_bindir}
2c8064cc 900#install scummvm.6 $RPM_BUILD_ROOT%{_mandir}/man6
68a20b3e 901
212fd34a 902cp -p plugins/lib*.so $RPM_BUILD_ROOT%{_libdir}/scummvm
6643062f 903
e47e54c3 904%{__make} -C scummvm-tools-%{version_tools} install \
9bd70d26 905 DESTDIR=$RPM_BUILD_ROOT
ff5e2ece 906
212fd34a
JR
907cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}
908cp -p icons/%{name}.svg $RPM_BUILD_ROOT%{_pixmapsdir}
6a16a469 909
7be96678 910install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
212fd34a 911cp -p gui/themes/*.zip $RPM_BUILD_ROOT%{_datadir}/%{name}
7be96678 912
68a20b3e 913%clean
914rm -rf $RPM_BUILD_ROOT
915
916%files
917%defattr(644,root,root,755)
158a3e17 918%doc AUTHORS COPYRIGHT NEWS README TODO
ff5e2ece 919%attr(755,root,root) %{_bindir}/scummvm
158a3e17 920%dir %{_libdir}/scummvm
2c8064cc 921#%{_mandir}/man6/*
6a16a469 922%{_pixmapsdir}/*
3a9426b4 923%{_desktopdir}/*.desktop
7be96678 924%dir %{_datadir}/%{name}
ff5e2ece 925
926%files tools
927%defattr(644,root,root,755)
158a3e17 928%doc scummvm-tools-%{version_tools}/README
ab16910a 929%attr(755,root,root) %{_bindir}/*
930%exclude %{_bindir}/scummvm
9bd70d26 931%{_datadir}/scummvm-tools
158a3e17 932
933%files engine-agi
934%defattr(644,root,root,755)
212fd34a 935%attr(755,root,root) %{_libdir}/scummvm/libagi.so
158a3e17 936
937%files engine-agos
938%defattr(644,root,root,755)
212fd34a 939%attr(755,root,root) %{_libdir}/scummvm/libagos.so
158a3e17 940
9bd70d26
AG
941%files engine-cge
942%defattr(644,root,root,755)
212fd34a 943%attr(755,root,root) %{_libdir}/scummvm/libcge.so
9bd70d26 944
158a3e17 945%files engine-cine
946%defattr(644,root,root,755)
212fd34a 947%attr(755,root,root) %{_libdir}/scummvm/libcine.so
158a3e17 948
9bd70d26
AG
949%files engine-composer
950%defattr(644,root,root,755)
212fd34a 951%attr(755,root,root) %{_libdir}/scummvm/libcomposer.so
9bd70d26 952
158a3e17 953%files engine-cruise
954%defattr(644,root,root,755)
212fd34a 955%attr(755,root,root) %{_libdir}/scummvm/libcruise.so
158a3e17 956
e47e54c3
JR
957%files engine-draci
958%defattr(644,root,root,755)
212fd34a 959%attr(755,root,root) %{_libdir}/scummvm/libdraci.so
e47e54c3 960
2f540fcb 961%files engine-drascula
962%defattr(644,root,root,755)
212fd34a 963%attr(755,root,root) %{_libdir}/scummvm/libdrascula.so
2f540fcb 964
9bd70d26
AG
965%files engine-dreamweb
966%defattr(644,root,root,755)
212fd34a 967%attr(755,root,root) %{_libdir}/scummvm/libdreamweb.so
9bd70d26 968
158a3e17 969%files engine-gob
970%defattr(644,root,root,755)
212fd34a 971%attr(755,root,root) %{_libdir}/scummvm/libgob.so
158a3e17 972
949e7817
JR
973%files engine-groovie
974%defattr(644,root,root,755)
212fd34a 975%attr(755,root,root) %{_libdir}/scummvm/libgroovie.so
949e7817 976
9bd70d26
AG
977%files engine-hugo
978%defattr(644,root,root,755)
212fd34a 979%attr(755,root,root) %{_libdir}/scummvm/libhugo.so
9bd70d26 980
158a3e17 981%files engine-kyra
982%defattr(644,root,root,755)
212fd34a 983%attr(755,root,root) %{_libdir}/scummvm/libkyra.so
158a3e17 984
9bd70d26
AG
985%files engine-lastexpress
986%defattr(644,root,root,755)
212fd34a 987%attr(755,root,root) %{_libdir}/scummvm/liblastexpress.so
9bd70d26 988
158a3e17 989%files engine-lure
990%defattr(644,root,root,755)
212fd34a 991%attr(755,root,root) %{_libdir}/scummvm/liblure.so
158a3e17 992
949e7817
JR
993%files engine-made
994%defattr(644,root,root,755)
212fd34a 995%attr(755,root,root) %{_libdir}/scummvm/libmade.so
949e7817 996
e47e54c3
JR
997%files engine-mohawk
998%defattr(644,root,root,755)
212fd34a 999%attr(755,root,root) %{_libdir}/scummvm/libmohawk.so
e47e54c3 1000
158a3e17 1001%files engine-parallaction
1002%defattr(644,root,root,755)
212fd34a 1003%attr(755,root,root) %{_libdir}/scummvm/libparallaction.so
158a3e17 1004
1005%files engine-queen
1006%defattr(644,root,root,755)
212fd34a 1007%attr(755,root,root) %{_libdir}/scummvm/libqueen.so
158a3e17 1008
1009%files engine-saga
1010%defattr(644,root,root,755)
212fd34a 1011%attr(755,root,root) %{_libdir}/scummvm/libsaga.so
158a3e17 1012
949e7817
JR
1013%files engine-sci
1014%defattr(644,root,root,755)
212fd34a 1015%attr(755,root,root) %{_libdir}/scummvm/libsci.so
949e7817 1016
158a3e17 1017%files engine-scumm
1018%defattr(644,root,root,755)
212fd34a 1019%attr(755,root,root) %{_libdir}/scummvm/libscumm.so
158a3e17 1020
1021%files engine-sky
1022%defattr(644,root,root,755)
212fd34a 1023%attr(755,root,root) %{_libdir}/scummvm/libsky.so
158a3e17 1024
1025%files engine-sword1
1026%defattr(644,root,root,755)
212fd34a 1027%attr(755,root,root) %{_libdir}/scummvm/libsword1.so
158a3e17 1028
1029%files engine-sword2
1030%defattr(644,root,root,755)
212fd34a 1031%attr(755,root,root) %{_libdir}/scummvm/libsword2.so
158a3e17 1032
9bd70d26
AG
1033%files engine-sword25
1034%defattr(644,root,root,755)
212fd34a 1035%attr(755,root,root) %{_libdir}/scummvm/libsword25.so
9bd70d26 1036
e47e54c3
JR
1037%files engine-teenagent
1038%defattr(644,root,root,755)
212fd34a 1039%attr(755,root,root) %{_libdir}/scummvm/libteenagent.so
e47e54c3 1040
9bd70d26
AG
1041%files engine-testbed
1042%defattr(644,root,root,755)
212fd34a 1043%attr(755,root,root) %{_libdir}/scummvm/libtestbed.so
9bd70d26 1044
949e7817
JR
1045%files engine-tinsel
1046%defattr(644,root,root,755)
212fd34a 1047%attr(755,root,root) %{_libdir}/scummvm/libtinsel.so
949e7817 1048
158a3e17 1049%files engine-touche
1050%defattr(644,root,root,755)
212fd34a 1051%attr(755,root,root) %{_libdir}/scummvm/libtouche.so
7be96678 1052
9bd70d26
AG
1053%files engine-toon
1054%defattr(644,root,root,755)
212fd34a 1055%attr(755,root,root) %{_libdir}/scummvm/libtoon.so
9bd70d26
AG
1056
1057%files engine-tsage
1058%defattr(644,root,root,755)
212fd34a 1059%attr(755,root,root) %{_libdir}/scummvm/libtsage.so
9bd70d26 1060
949e7817
JR
1061%files engine-tucker
1062%defattr(644,root,root,755)
212fd34a 1063%attr(755,root,root) %{_libdir}/scummvm/libtucker.so
949e7817 1064
eaf7e5da
JR
1065%files engine-hopkins
1066%defattr(644,root,root,755)
212fd34a 1067%attr(755,root,root) %{_libdir}/scummvm/libhopkins.so
eaf7e5da
JR
1068
1069%files engine-pegasus
1070%defattr(644,root,root,755)
212fd34a 1071%attr(755,root,root) %{_libdir}/scummvm/libpegasus.so
eaf7e5da
JR
1072
1073%files engine-toltecs
1074%defattr(644,root,root,755)
212fd34a 1075%attr(755,root,root) %{_libdir}/scummvm/libtoltecs.so
eaf7e5da
JR
1076
1077%files engine-tony
1078%defattr(644,root,root,755)
212fd34a 1079%attr(755,root,root) %{_libdir}/scummvm/libtony.so
eaf7e5da
JR
1080
1081%files engine-wintermute
1082%defattr(644,root,root,755)
212fd34a
JR
1083%attr(755,root,root) %{_libdir}/scummvm/libwintermute.so
1084
1085%files engine-access
1086%defattr(644,root,root,755)
1087%attr(755,root,root) %{_libdir}/scummvm/libaccess.so
1088
1089%files engine-adl
1090%defattr(644,root,root,755)
1091%attr(755,root,root) %{_libdir}/scummvm/libadl.so
1092
1093%files engine-avalanche
1094%defattr(644,root,root,755)
1095%attr(755,root,root) %{_libdir}/scummvm/libavalanche.so
1096
1097%files engine-bbvs
1098%defattr(644,root,root,755)
1099%attr(755,root,root) %{_libdir}/scummvm/libbbvs.so
1100
1101%files engine-cge2
1102%defattr(644,root,root,755)
1103%attr(755,root,root) %{_libdir}/scummvm/libcge2.so
1104
1105%files engine-director
1106%defattr(644,root,root,755)
1107%attr(755,root,root) %{_libdir}/scummvm/libdirector.so
1108
1109%files engine-dm
1110%defattr(644,root,root,755)
1111%attr(755,root,root) %{_libdir}/scummvm/libdm.so
1112
1113%files engine-fullpipe
1114%defattr(644,root,root,755)
1115%attr(755,root,root) %{_libdir}/scummvm/libfullpipe.so
1116
1117%files engine-gnap
1118%defattr(644,root,root,755)
1119%attr(755,root,root) %{_libdir}/scummvm/libgnap.so
1120
1121%files engine-lab
1122%defattr(644,root,root,755)
1123%attr(755,root,root) %{_libdir}/scummvm/liblab.so
1124
1125%files engine-macventure
1126%defattr(644,root,root,755)
1127%attr(755,root,root) %{_libdir}/scummvm/libmacventure.so
1128
1129%files engine-mads
1130%defattr(644,root,root,755)
1131%attr(755,root,root) %{_libdir}/scummvm/libmads.so
1132
1133%files engine-mortevielle
1134%defattr(644,root,root,755)
1135%attr(755,root,root) %{_libdir}/scummvm/libmortevielle.so
1136
1137%files engine-neverhood
1138%defattr(644,root,root,755)
1139%attr(755,root,root) %{_libdir}/scummvm/libneverhood.so
1140
1141%files engine-prince
1142%defattr(644,root,root,755)
1143%attr(755,root,root) %{_libdir}/scummvm/libprince.so
1144
1145%files engine-sherlock
1146%defattr(644,root,root,755)
1147%attr(755,root,root) %{_libdir}/scummvm/libsherlock.so
1148
1149%files engine-titanic
1150%defattr(644,root,root,755)
1151%attr(755,root,root) %{_libdir}/scummvm/libtitanic.so
1152
1153%files engine-voyeur
1154%defattr(644,root,root,755)
1155%attr(755,root,root) %{_libdir}/scummvm/libvoyeur.so
1156
1157%files engine-wage
1158%defattr(644,root,root,755)
1159%attr(755,root,root) %{_libdir}/scummvm/libwage.so
1160
1161%files engine-xeen
1162%defattr(644,root,root,755)
1163%attr(755,root,root) %{_libdir}/scummvm/libxeen.so
1164
1165%files engine-zvision
1166%defattr(644,root,root,755)
1167%attr(755,root,root) %{_libdir}/scummvm/libzvision.so
eaf7e5da 1168
949e7817
JR
1169%files theme-classic
1170%defattr(644,root,root,755)
1171%{_datadir}/%{name}/scummclassic.*
1172
7be96678
SS
1173%files theme-modern
1174%defattr(644,root,root,755)
949e7817 1175%{_datadir}/%{name}/scummmodern.*
This page took 0.312594 seconds and 4 git commands to generate.