]> git.pld-linux.org Git - packages/scummvm.git/blame_incremental - scummvm.spec
boost rebuild
[packages/scummvm.git] / scummvm.spec
... / ...
CommitLineData
1%define version_tools 2.2.0
2Summary: Graphic adventure game interpreter
3Summary(pl.UTF-8): Interpreter gier przygodowych
4Name: scummvm
5Version: 2.2.0
6Release: 2
7License: GPL v2+
8Group: X11/Applications/Games
9Source0: https://downloads.scummvm.org/frs/scummvm/%{version}/%{name}-%{version}.tar.xz
10# Source0-md5: aaa80767e08ab062fd1084cf8ae9cd30
11Source1: https://downloads.scummvm.org/frs/scummvm-tools/%{version_tools}/%{name}-tools-%{version_tools}.tar.xz
12# Source1-md5: b788cd15f6becca13197032f42a15109
13Source2: %{name}.desktop
14Patch0: %{name}-wx-config.patch
15Patch1: dwarf-debug.patch
16Patch2: fluidsynth-printf-attr.patch
17URL: http://scummvm.org/
18BuildRequires: SDL-devel >= 1.2.2
19BuildRequires: alsa-lib-devel >= 0.9
20BuildRequires: boost-devel
21BuildRequires: flac-devel >= 1.0.1
22BuildRequires: fluidsynth-devel
23BuildRequires: freetype-devel
24BuildRequires: libmad-devel
25BuildRequires: libmpeg2-devel >= 0.3.2
26BuildRequires: libpng-devel
27BuildRequires: libvorbis-devel
28%ifarch %{ix86}
29BuildRequires: nasm
30%endif
31BuildRequires: sed >= 4.0
32BuildRequires: tar >= 1:1.22
33BuildRequires: wxGTK2-unicode-devel
34BuildRequires: wxWidgets-devel
35BuildRequires: xz
36BuildRequires: zlib-devel
37Obsoletes: scummvm-engine-m4
38BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
39
40%define specflags_sparc -fPIC
41
42%description
43ScummVM is a program which allows you to run certain classic graphical
44point-and-click adventure games, provided you already have their data
45files. The clever part about this: ScummVM just replaces the
46executables shipped with the game, allowing you to play them on
47systems for which they were never designed!
48
49Some of the adventures ScummVM supports include Adventure Soft's Simon
50the Sorcerer 1 and 2; Revolution's Beneath A Steel Sky, Broken Sword 1
51and Broken Sword 2; Flight of the Amazon Queen; Wyrmkeep's Inherit the
52Earth; Coktel Vision's Gobliiins; Westwood Studios' The Legend of
53Kyrandia and games based on LucasArts' SCUMM (Script Creation Utility
54for Maniac Mansion) system such as Monkey Island, Day of the Tentacle,
55Sam and Max and more. You can find a thorough list with details on
56which games are supported and how well on the project page.
57
58%description -l pl.UTF-8
59ScummVM jest programem umożliwiającym uruchamianie klasycznych
60graficznych gier przygodowych, pod warunkiem, że posiadane są ich
61pliki danych. ScummVM używany jest w miejsce pliku wykonywalnego
62dostarczonego razem z grą, co umożliwia granie na systemach, na które
63gry nie zostały przeznaczone.
64
65ScummVM obsługuje między innymi Simon the Sorcerer 1 i 2 firmy
66Adventure Soft; Beneath A Steel Sky, Broken Sword 1 i 2 firmy
67Revolution; Flight of the Amazon Queen; Inherit the Earth firmy
68Wyrmkeep; serię Gobliiins firmy Coktel Vision; The Legend of Kyrandia
69firmy Westwood i gry bazujące na silniku SCUMM (Script Creation
70Utility for Maniac Mansion) firmy LucasArts, takie jak Monkey Island,
71Day of the Tentacle, Sam and Max i inne. Szczegółowa lista znajduje
72się na stronie projektu.
73
74%package tools
75Summary: ScummVM tools
76Summary(pl.UTF-8): Narzędzia związane ze ScummVM
77Group: X11/Applications/Games
78
79%description tools
80Collection of various tools that may be useful to use in conjunction
81with ScummVM.
82
83%description tools -l pl.UTF-8
84Zestaw narzędzi mogących być użytecznymi w połączeniu ze ScummVM.
85
86%package engine-agi
87Summary: Adventure Game Interpreter
88Summary(pl.UTF-8): Adventure Game Interpreter
89Group: X11/Applications/Games
90Requires: %{name} = %{version}-%{release}
91
92%description engine-agi
93The AGI (Adventure Game Interpreter) engine was used by Sierra in
94their early adventure games.
95
96%description engine-agi -l pl.UTF-8
97Silnik AGI (Adventure Game Interpreter) był używany przez firmę Sierra
98w jej wczesnych grach przygodowych.
99
100%package engine-agos
101Summary: AGOS engine
102Summary(pl.UTF-8): Silnik AGOS
103Group: X11/Applications/Games
104Requires: %{name} = %{version}-%{release}
105
106%description engine-agos
107The AGOS Engine was originally created by Alan Cox at HorrorSoft and
108is based on AberMUD V, with graphical extensions. Required for
109following games:
110- Elvira
111- Elvira 2
112- Waxworks
113- Simon the Sorcerer
114- Simon the Sorcerer 2
115- The Feeble Files
116
117%description engine-agos -l pl.UTF-8
118Silnik AGOS został stworzony przez Alana Coksa w firmie HorrorSoft,
119bazowany jest na programie AberMUD V z graficznymi rozszerzeniami.
120Używany w następujących grach:
121- Elvira
122- Elvira 2
123- Waxworks
124- Simon the Sorcerer
125- Simon the Sorcerer 2
126- The Feeble Files
127
128%package engine-bladerunner
129Summary: Blade Runner engine
130Summary(pl.UTF-8): Silnik Blade Runner
131Group: X11/Applications/Games
132Requires: %{name} = %{version}-%{release}
133
134%description engine-bladerunner
135Blade Runner engine.
136
137%description engine-bladerunner -l pl.UTF-8
138Silnik Blade Runner.
139
140%package engine-cge
141Summary: CGE engine
142Summary(pl.UTF-8): Silnik CGE
143Group: X11/Applications/Games
144Requires: %{name} = %{version}-%{release}
145
146%description engine-cge
147CGE engine.
148
149%description engine-cge -l pl.UTF-8
150Silnik CGE.
151
152%package engine-chewy
153Summary: Chewy: Esc from F5 engine
154Summary(pl.UTF-8): Silnik Chewy: Esc from F5
155Group: X11/Applications/Games
156Requires: %{name} = %{version}-%{release}
157
158%description engine-chewy
159Chewy: Esc from F5 engine.
160
161%description engine-chewy -l pl.UTF-8
162Silnik Chewy: Esc from F5.
163
164%package engine-cine
165Summary: Cinematique engine
166Summary(pl.UTF-8): Silnik Cinematique
167Group: X11/Applications/Games
168Requires: %{name} = %{version}-%{release}
169
170%description engine-cine
171Cinematique engine.
172
173%description engine-cine -l pl.UTF-8
174Silnik Cinematique.
175
176%package engine-composer
177Summary: Composer engine
178Summary(pl.UTF-8): Silnik Composer
179Group: X11/Applications/Games
180Requires: %{name} = %{version}-%{release}
181
182%description engine-composer
183Composer engine.
184
185%description engine-composer -l pl.UTF-8
186Silnik Composer.
187
188%package engine-cruise
189Summary: Cruise engine
190Summary(pl.UTF-8): Silnik Cruise
191Group: X11/Applications/Games
192Requires: %{name} = %{version}-%{release}
193
194%description engine-cruise
195Cruise engine.
196
197%description engine-cruise -l pl.UTF-8
198Silnik Cruise.
199
200%package engine-cryo
201Summary: Cryo engine
202Summary(pl.UTF-8): Silnik Cryo
203Group: X11/Applications/Games
204Requires: %{name} = %{version}-%{release}
205
206%description engine-cryo
207Engine to run adventure games created by Cryo Interactive.
208
209%description engine-cryo -l pl.UTF-8
210Silnik do uruchamiania gier stworzonych przez Cryo Interactive.
211
212%package engine-cryomni3d
213Summary: Cryoni3d engine
214Summary(pl.UTF-8): Silnik Cryoni3d
215Group: X11/Applications/Games
216Requires: %{name} = %{version}-%{release}
217
218%description engine-cryomni3d
219Engine to run adventure games created by Cryo Interactive.
220
221%description engine-cryomni3d -l pl.UTF-8
222Silnik do uruchamiania gier stworzonych przez Cryo Interactive.
223
224%package engine-draci
225Summary: Draci engine
226Summary(pl.UTF-8): Silnik Draci
227Group: X11/Applications/Games
228Requires: %{name} = %{version}-%{release}
229
230%description engine-draci
231Draci engine.
232
233%description engine-draci -l pl.UTF-8
234Silnik Draci.
235
236%package engine-dragons
237Summary: Dragons engine
238Summary(pl.UTF-8): Silnik Dragons
239Group: X11/Applications/Games
240Requires: %{name} = %{version}-%{release}
241
242%description engine-dragons
243Dragons engine.
244
245%description engine-dragons -l pl.UTF-8
246Silnik Dragons.
247
248%package engine-drascula
249Summary: Drascula engine
250Summary(pl.UTF-8): Silnik Drascula
251Group: X11/Applications/Games
252Requires: %{name} = %{version}-%{release}
253
254%description engine-drascula
255Drascula engine.
256
257%description engine-drascula -l pl.UTF-8
258Silnik Drascula.
259
260%package engine-dreamweb
261Summary: Dreamweb engine
262Summary(pl.UTF-8): Silnik Dreamweb
263Group: X11/Applications/Games
264Requires: %{name} = %{version}-%{release}
265
266%description engine-dreamweb
267Dreamweb engine.
268
269%description engine-dreamweb -l pl.UTF-8
270Silnik Dreamweb.
271
272%package engine-glk
273Summary: Glk engine
274Summary(pl.UTF-8): Silnik Glk
275Group: X11/Applications/Games
276Requires: %{name} = %{version}-%{release}
277
278%description engine-glk
279Glk Engine.
280
281%description engine-glk -l pl.UTF-8
282Silnik Glk.
283
284%package engine-gob
285Summary: Gob engine
286Summary(pl.UTF-8): Silnik Gob
287Group: X11/Applications/Games
288Requires: %{name} = %{version}-%{release}
289
290%description engine-gob
291Engine to run adventure games created by Coktel Vision.
292
293%description engine-gob -l pl.UTF-8
294Silnik do uruchamiania gier stworzonych przez Coktel Vision.
295
296%package engine-griffon
297Summary: Griffon engine
298Summary(pl.UTF-8): Silnik Griffon
299Group: X11/Applications/Games
300Requires: %{name} = %{version}-%{release}
301
302%description engine-griffon
303Griffon Engine.
304
305%description engine-griffon -l pl.UTF-8
306Silnik Griffon.
307
308%package engine-groovie
309Summary: Groovie engine
310Summary(pl.UTF-8): Silnik Groovie
311Group: X11/Applications/Games
312Requires: %{name} = %{version}-%{release}
313
314%description engine-groovie
315Engine to run adventure games created by Trilobyte or Aftermath Media
316(The 7th Guest, The 11th Hour).
317
318%description engine-groovie -l pl.UTF-8
319Silnik do uruchamiania gier stworzonych przez Trilobyte i Aftermath
320Media (The 7th Guest, The 11th Hour).
321
322%package engine-hdb
323Summary: HDB engine
324Summary(pl.UTF-8): Silnik HDB
325Group: X11/Applications/Games
326Requires: %{name} = %{version}-%{release}
327
328%description engine-hdb
329HDB engine for Hyperspace Delivery Boy.
330
331%description engine-hdb -l pl.UTF-8
332Silnik HDB do gry Hyperspace Delivery Boy.
333
334%package engine-hugo
335Summary: Hugo engine
336Summary(pl.UTF-8): Silnik Hugo
337Group: X11/Applications/Games
338Requires: %{name} = %{version}-%{release}
339
340%description engine-hugo
341Hugo engine.
342
343%description engine-hugo -l pl.UTF-8
344Silnik Hugo.
345
346%package engine-illusions
347Summary: Illusions engine
348Summary(pl.UTF-8): Silnik Illusions
349Group: X11/Applications/Games
350Requires: %{name} = %{version}-%{release}
351
352%description engine-illusions
353Illusions is an engine used in adventure games by The Illusions Gaming
354Company such as Duckman: The Graphic Adventures of a Private Dick and
355Beavis and Butt-Head: Do U.
356
357%description engine-illusions -l pl.UTF-8
358Silnik Illusions jest wykorzystywany w wydanych przez The Illusions
359Gaming Company grach takich jak Duckman: The Graphic Adventures of a
360Private Dick oraz Beavis and Butt-Head: Do U.
361
362%package engine-kingdom
363Summary: Kingdom engine
364Summary(pl.UTF-8): Silnik Kingdom
365Group: X11/Applications/Games
366Requires: %{name} = %{version}-%{release}
367
368%description engine-kingdom
369Kingdom engine.
370
371%description engine-kingdom -l pl.UTF-8
372Silnik Kingdom.
373
374%package engine-kyra
375Summary: Kyrandia engine
376Summary(pl.UTF-8): Silnik Kyrandia
377Group: X11/Applications/Games
378Requires: %{name} = %{version}-%{release}
379
380%description engine-kyra
381Kyrandia engine.
382
383%description engine-kyra -l pl.UTF-8
384Silnik Kyrandia.
385
386%package engine-lastexpress
387Summary: Lastexpress engine
388Summary(pl.UTF-8): Silnik Lastexpress
389Group: X11/Applications/Games
390Requires: %{name} = %{version}-%{release}
391
392%description engine-lastexpress
393Lastexpress is the engine for the game Lastexpress of the Temptress.
394
395%description engine-lastexpress -l pl.UTF-8
396Lastexpress jest silnikiem dla gry Lastexpress of the Temptress.
397
398%package engine-lilliput
399Summary: Lilliput engine
400Summary(pl.UTF-8): Silnik lilliput
401Group: X11/Applications/Games
402Requires: %{name} = %{version}-%{release}
403
404%description engine-lilliput
405Lilliput is the engine for gaemes The Adventures of Robin Hood and
406Rome: Pathway to Power.
407
408%description engine-lilliput -l pl.UTF-8
409Lilliput jest silnikiem dla gier The Adventures of Robin Hood oraz
410Rome: Pathway to power.
411
412%package engine-lure
413Summary: Lure engine
414Summary(pl.UTF-8): Silnik Lure
415Group: X11/Applications/Games
416Requires: %{name} = %{version}-%{release}
417
418%description engine-lure
419Lure is the engine for the game Lure of the Temptress.
420
421%description engine-lure -l pl.UTF-8
422Lure jest silnikiem dla gry Lure of the Temptress.
423
424%package engine-made
425Summary: MADE engine
426Summary(pl.UTF-8): Silnik MADE
427Group: X11/Applications/Games
428Requires: %{name} = %{version}-%{release}
429
430%description engine-made
431MADE stands for Multimedia Applications Development Environment, and
432was used by Activision to create some of their point'n'click adventure
433games.
434
435%description engine-made -l pl.UTF-8
436MADE to Multimedia Applications Development Environment, był używany
437przez Activision w grach przygodowych.
438
439%package engine-mohawk
440Summary: Mohawk engine
441Summary(pl.UTF-8): Silnik Mohawk
442Group: X11/Applications/Games
443Requires: %{name} = %{version}-%{release}
444
445%description engine-mohawk
446The Mohawk engine was developed by Brøderbund starting in the early
4471990's with the Windows port of Myst.
448
449%description engine-mohawk -l pl.UTF-8
450Silnik Mohawk został stworzony przez Brøderbund we wczesnych latach
45190-ych, na potrzeby gry Myst.
452
453%package engine-mutationofjb
454Summary: MutationOfJB engine
455Summary(pl.UTF-8): Silnik MutationOfJB
456Group: X11/Applications/Games
457Requires: %{name} = %{version}-%{release}
458
459%description engine-mutationofjb
460This engine is used by Mutation of J.B. by Invention.
461
462%description engine-mutationofjb -l pl.UTF-8
463Ten silnik jest wykorzystywany przez grę Mutation of J.B. wydaną przez
464Invention
465
466%package engine-parallaction
467Summary: Parallaction engine
468Summary(pl.UTF-8): Silnik Parallaction
469Group: X11/Applications/Games
470Requires: %{name} = %{version}-%{release}
471
472%description engine-parallaction
473Parallaction engine.
474
475%description engine-parallaction -l pl.UTF-8
476Silnik Parallaction.
477
478%package engine-petka
479Summary: Petka engine
480Summary(pl.UTF-8): Silnik Petka
481Group: X11/Applications/Games
482Requires: %{name} = %{version}-%{release}
483
484%description engine-petka
485Petka engine.
486
487%description engine-petka -l pl.UTF-8
488Silnik Petka.
489
490%package engine-pink
491Summary: Pink Panther engine
492Summary(pl.UTF-8): Silnik Pink Panther
493Group: X11/Applications/Games
494Requires: %{name} = %{version}-%{release}
495
496%description engine-pink
497This engine runs the adventure games Pink Panther: Passport to Peril
498and Pink Panther: Hokus Pokus Pink by Wanderlust Interactive.
499The internal name of the engine is OxCart Runtime.
500
501%description engine-pink -l pl.UTF-8
502Ten silnik jest wykorzystywany przy grach Pink Panther: Passport to
503Peril oraz Pink Panther: Hokus Pokus Pink.
504
505%package engine-plumbers
506Summary: Plumbers engine
507Summary(pl.UTF-8): Silnik Plumbers
508Group: X11/Applications/Games
509Requires: %{name} = %{version}-%{release}
510
511%description engine-plumbers
512This engine was used in Plumbers Don't Wear Ties.
513
514%description engine-plumbers -l pl.UTF-8
515Ten silnik jest wykorzystywany przy grze Plumbers Don't Wear Ties.
516
517%package engine-queen
518Summary: Queen engine
519Summary(pl.UTF-8): Silnik Queen
520Group: X11/Applications/Games
521Requires: %{name} = %{version}-%{release}
522
523%description engine-queen
524The Queen Engine is used to play Interactive Binary Illusions' Flight
525of the Amazon Queen.
526
527%description engine-queen -l pl.UTF-8
528Silnik Queen jest używany do gry w Flight of the Amazon Queen firmy
529Interactive Binary Illusions.
530
531%package engine-saga
532Summary: Scripts for Animated Graphic Adventures
533Summary(pl.UTF-8): Scripts for Animated Graphic Adventures
534Group: X11/Applications/Games
535Requires: %{name} = %{version}-%{release}
536
537%description engine-saga
538SAGA (Scripts for Animated Graphic Adventures) engine.
539
540%description engine-saga -l pl.UTF-8
541Silnik SAGA (Scripts for Animated Graphic Adventures).
542
543%package engine-sci
544Summary: Sierra's "SCript Interpreter"
545Summary(pl.UTF-8): SCript Interpreter Sierry
546Group: X11/Applications/Games
547Requires: %{name} = %{version}-%{release}
548
549%description engine-sci
550Sierra's "SCript Interpreter" and the "Sierra's Creative Interpreter.
551
552%description engine-sci -l pl.UTF-8
553SCript Interpreter Sierry.
554
555%package engine-scumm
556Summary: Script Creation Utility for Maniac Mansion
557Summary(pl.UTF-8): Script Creation Utility for Maniac Mansion
558Group: X11/Applications/Games
559Requires: %{name} = %{version}-%{release}
560
561%description engine-scumm
562SCUMM is a utility used to create the famous LucasArts adventure games
563like the Monkey Island series and also gave ScummVM its name.
564
565%description engine-scumm -l pl.UTF-8
566SCUMM jest narzędziem użytym do stworzenia znanych gier przygodowych
567firmy LucasArts takich jak seria Monkey Island, dał również ScummVM
568nazwę.
569
570%package engine-sky
571Summary: Sky engine
572Summary(pl.UTF-8): Silnik Sky
573Group: X11/Applications/Games
574Requires: %{name} = %{version}-%{release}
575
576%description engine-sky
577Sky is the internal name for the Virtual Theatre variant which runs
578Beneath a Steel Sky.
579
580%description engine-sky -l pl.UTF-8
581Sky jest wewnętrzną nazwą na wariant Virtual Theatre, który uruchamia
582Beneath a Steel Sky.
583
584%package engine-sludge
585Summary: SLUDGE engine
586Summary(pl.UTF-8): Silnik SLUDGE
587Group: X11/Applications/Games
588Requires: %{name} = %{version}-%{release}
589
590%description engine-sludge
591SLUDGE (standing for Scripting Language for Unhindered Development of
592a Gaming Environment) is a system by which anyone (within reason) can
593make an adventure game.
594
595%description engine-sludge -l pl.UTF-8
596SLUDGE (skrót od Scripting Language for Unhindered Development of
597a Gaming Environment) to środowisko w którym każdy może stworzyć
598grę przygodową.
599
600%package engine-sword1
601Summary: Sword1 engine
602Summary(pl.UTF-8): Silnik Sword1
603Group: X11/Applications/Games
604Requires: %{name} = %{version}-%{release}
605
606%description engine-sword1
607Sword1 engine.
608
609%description engine-sword1 -l pl.UTF-8
610Silnik Sword1.
611
612%package engine-sword2
613Summary: Sword2 engine
614Summary(pl.UTF-8): Silnik Sword2
615Group: X11/Applications/Games
616Requires: %{name} = %{version}-%{release}
617
618%description engine-sword2
619Sword2 engine.
620
621%description engine-sword2 -l pl.UTF-8
622Silnik Sword2.
623
624%package engine-sword25
625Summary: Sword2.5 engine
626Summary(pl.UTF-8): Silnik Sword2.5
627Group: X11/Applications/Games
628Requires: %{name} = %{version}-%{release}
629
630%description engine-sword25
631Sword2.5 engine.
632
633%description engine-sword25 -l pl.UTF-8
634Silnik Sword2.5.
635
636%package engine-startrek
637Summary: Star Trek engine
638Summary(pl.UTF-8): Silnik Star Trek
639Group: X11/Applications/Games
640Requires: %{name} = %{version}-%{release}
641
642%description engine-startrek
643This engine runs the adventure games Star Trek: 25th Anniversary
644and Star Trek: Judgment Rites by Interplay.
645
646%description engine-startrek -l pl.UTF-8
647Ten silnik jest używany do gry w Star Trek: 25th Anniversary
648oraz Star Trek: Judgement Rites.
649
650%package engine-supernova
651Summary: Mission Supernova engine
652Summary(pl.UTF-8): Silnik Mission Supernova
653Group: X11/Applications/Games
654Requires: %{name} = %{version}-%{release}
655
656%description engine-supernova
657This engine runs the adventure games Mission Supernova.
658
659%description engine-supernova -l pl.UTF-8
660Ten silnik jest używany do gry w Mission Supernova.
661
662%package engine-teenagent
663Summary: TeenAgent engine
664Summary(pl.UTF-8): Silnik TeenAgent
665Group: X11/Applications/Games
666Requires: %{name} = %{version}-%{release}
667
668%description engine-teenagent
669This engine is only used by TeenAgent.
670
671%description engine-teenagent -l pl.UTF-8
672Ten silnik jest używany tylko przez TeenAgenta.
673
674%package engine-testbed
675Summary: Testbed engine
676Summary(pl.UTF-8): Silnik Testbed
677Group: X11/Applications/Games
678Requires: %{name} = %{version}-%{release}
679
680%description engine-testbed
681TestBed: the Testing framework engine
682
683%description engine-testbed -l pl.UTF-8
684TestBed: the Testing framework engine
685
686%package engine-tinsel
687Summary: Tinsel engine
688Summary(pl.UTF-8): Silnik Tinsel
689Group: X11/Applications/Games
690Requires: %{name} = %{version}-%{release}
691
692%description engine-tinsel
693This engine is only used by Discworld 1 and Discworld 2.
694
695%description engine-tinsel -l pl.UTF-8
696Ten silnik jest używany tylko przez Discworld 1 i Discworld 2.
697
698%package engine-toon
699Summary: Toon engine
700Summary(pl.UTF-8): Silnik Toon
701Group: X11/Applications/Games
702Requires: %{name} = %{version}-%{release}
703
704%description engine-toon
705Toonstruck engine.
706
707%description engine-toon -l pl.UTF-8
708Silnik Toonstruck.
709
710%package engine-touche
711Summary: Touche engine
712Summary(pl.UTF-8): Silnik Touche
713Group: X11/Applications/Games
714Requires: %{name} = %{version}-%{release}
715
716%description engine-touche
717This engine is only used by Touche: The Adventures of the Fifth
718Musketeer.
719
720%description engine-touche -l pl.UTF-8
721Ten silnik jest używany tylko przez Touché: Przygody Piątego
722Muszkietera.
723
724%package engine-tsage
725Summary: Tsage engine
726Summary(pl.UTF-8): Silnik Tsage
727Group: X11/Applications/Games
728Requires: %{name} = %{version}-%{release}
729
730%description engine-tsage
731This engine is only used by Ringworld: Revenge Of The Patriarch.
732
733%description engine-tsage -l pl.UTF-8
734Ten silnik jest używany tylko przez Ringworld: Revenge Of The
735Patriach.
736
737%package engine-tucker
738Summary: Tucker engine
739Summary(pl.UTF-8): Silnik Tucker
740Group: X11/Applications/Games
741Requires: %{name} = %{version}-%{release}
742
743%description engine-tucker
744The Tucker engine is used in Bud Tucker in Double Trouble.
745
746%description engine-tucker -l pl.UTF-8
747Silnik Tucker jest używany przez Bud Tucker in Double Trouble.
748
749%package engine-ultima
750Summary: Ultima engine
751Summary(pl.UTF-8): Silnik Ultima
752Group: X11/Applications/Games
753Requires: %{name} = %{version}-%{release}
754
755%description engine-ultima
756Ultima engine.
757
758%description engine-ultima -l pl.UTF-8
759Silnik Ultima.
760
761%package engine-hopkins
762Summary: Hopkins FBI engine
763Summary(pl.UTF-8): Silnik Hopkins FBI
764Group: X11/Applications/Games
765Requires: %{name} = %{version}-%{release}
766
767%description engine-hopkins
768This engine is used by Hopkins FBI.
769
770%description engine-hopkins -l pl.UTF-8
771Ten silnik jest używany przez Hopkins FBI.
772
773%package engine-pegasus
774Summary: Pegasus engine
775Summary(pl.UTF-8): Silnik Pegasus
776Group: X11/Applications/Games
777Requires: %{name} = %{version}-%{release}
778
779%description engine-pegasus
780This engine is used by The Journeyman Project: Pegasus Prime.
781
782%description engine-pegasus -l pl.UTF-8
783Ten silnik jest używany przez The Journeyman Project: Pegasus Prime.
784
785%package engine-toltecs
786Summary: Toltecs engine
787Summary(pl.UTF-8): Silnik Toltecs
788Group: X11/Applications/Games
789Requires: %{name} = %{version}-%{release}
790
791%description engine-toltecs
792This engine is used by 3 Skulls of the Toltecs.
793
794%description engine-toltecs -l pl.UTF-8
795Ten silnik jest używany przez 3 Skulls of the Toltecs.
796
797%package engine-tony
798Summary: Tony engine
799Summary(pl.UTF-8): Silnik Tony
800Group: X11/Applications/Games
801Requires: %{name} = %{version}-%{release}
802
803%description engine-tony
804This engine is used by Tony Tough and the Night of Roasted Moths.
805
806%description engine-tony -l pl.UTF-8
807Ten silnik jest używany przez Tony Tough and the Night of Roasted
808Moths.
809
810%package engine-wintermute
811Summary: Wintermute engine
812Summary(pl.UTF-8): Silnik Wintermute
813Group: X11/Applications/Games
814Requires: %{name} = %{version}-%{release}
815
816%description engine-wintermute
817The engine is used for the Wintermute games.
818
819%description engine-wintermute -l pl.UTF-8
820Ten silnik jest używany przez gry Wintermute.
821
822%package engine-access
823Summary: Access engine
824Summary(pl.UTF-8): Silnik Access
825Group: X11/Applications/Games
826Requires: %{name} = %{version}-%{release}
827
828%description engine-access
829The engine is used for the Amazon: Guardians of Eden,
830Martian Memorandum and Noctropolis games.
831
832%description engine-access -l pl.UTF-8
833Ten silnik jest używany przez gry Amazon: Guardians of Eden,
834Martian Memorandum i Noctropolis.
835
836%package engine-adl
837Summary: ADL engine
838Summary(pl.UTF-8): Silnik ADL
839Group: X11/Applications/Games
840Requires: %{name} = %{version}-%{release}
841
842%description engine-adl
843The engine is used for the Sierra ADL Hi-Res Adventure games.
844
845%description engine-adl -l pl.UTF-8
846Ten silnik jest używany przez gry Sierra ADL Hi-Res Adventure.
847
848%package engine-avalanche
849Summary: Avalanche engine
850Summary(pl.UTF-8): Silnik Avalanche
851Group: X11/Applications/Games
852Requires: %{name} = %{version}-%{release}
853
854%description engine-avalanche
855The engine is used for the Lord Avalot d'Argent game.
856
857%description engine-avalanche -l pl.UTF-8
858Ten silnik jest używany przez grę Lord Avalot d'Argent.
859
860%package engine-bbvs
861Summary: BBVS engine
862Summary(pl.UTF-8): Silnik BBVS
863Group: X11/Applications/Games
864Requires: %{name} = %{version}-%{release}
865
866%description engine-bbvs
867The engine is used for the Beavis and Butt-Head in
868Virtual Stupidity game.
869
870%description engine-bbvs -l pl.UTF-8
871Ten silnik jest używany przez grę Beavis and Butt-Head in
872Virtual Stupidity.
873
874%package engine-cge2
875Summary: CGE2 engine
876Summary(pl.UTF-8): Silnik CGE2
877Group: X11/Applications/Games
878Requires: %{name} = %{version}-%{release}
879
880%description engine-cge2
881The engine is used for the Sfinx game.
882
883%description engine-cge2 -l pl.UTF-8
884Ten silnik jest używany przez grę Sfinx.
885
886%package engine-director
887Summary: Director engine
888Summary(pl.UTF-8): Silnik Director
889Group: X11/Applications/Games
890Requires: %{name} = %{version}-%{release}
891
892%description engine-director
893The engine is used for the Director games.
894
895%description engine-director -l pl.UTF-8
896Ten silnik jest używany przez gry Director.
897
898%package engine-dm
899Summary: DM engine
900Summary(pl.UTF-8): Silnik DM
901Group: X11/Applications/Games
902Requires: %{name} = %{version}-%{release}
903
904%description engine-dm
905The engine is used for the Dungeon Master game.
906
907%description engine-dm -l pl.UTF-8
908Ten silnik jest używany przez grę Dungeon Master.
909
910%package engine-fullpipe
911Summary: Fullpipe engine
912Summary(pl.UTF-8): Silnik Fullpipe
913Group: X11/Applications/Games
914Requires: %{name} = %{version}-%{release}
915
916%description engine-fullpipe
917The engine is used for the Full Pipe game.
918
919%description engine-fullpipe -l pl.UTF-8
920Ten silnik jest używany przez grę Full Pipe.
921
922%package engine-gnap
923Summary: GNAP engine
924Summary(pl.UTF-8): Silnik GNAP
925Group: X11/Applications/Games
926Requires: %{name} = %{version}-%{release}
927
928%description engine-gnap
929The engine is used for the U.F.O.s game.
930
931%description engine-gnap -l pl.UTF-8
932Ten silnik jest używany przez grę U.F.O.s.
933
934%package engine-lab
935Summary: Lab engine
936Summary(pl.UTF-8): Silnik Lab
937Group: X11/Applications/Games
938Requires: %{name} = %{version}-%{release}
939
940%description engine-lab
941The engine is used for The Labyrinth of Time game.
942
943%description engine-lab -l pl.UTF-8
944Ten silnik jest używany przez grę The Labyrinth of Time.
945
946%package engine-macventure
947Summary: MacVenture engine
948Summary(pl.UTF-8): Silnik MacVenture
949Group: X11/Applications/Games
950Requires: %{name} = %{version}-%{release}
951
952%description engine-macventure
953The engine is used for the Deja Vu game.
954
955%description engine-macventure -l pl.UTF-8
956Ten silnik jest używany przez grę Deja Vu.
957
958%package engine-mads
959Summary: MADS engine
960Summary(pl.UTF-8): Silnik MADS
961Group: X11/Applications/Games
962Requires: %{name} = %{version}-%{release}
963
964%description engine-mads
965The engine is used for the Dragonsphere and
966Return of the Phantom games.
967
968%description engine-mads -l pl.UTF-8
969Ten silnik jest używany przez gry Dragonsphere i
970Return of the Phantom.
971
972%package engine-mortevielle
973Summary: Mortevielle engine
974Summary(pl.UTF-8): Silnik Mortevielle
975Group: X11/Applications/Games
976Requires: %{name} = %{version}-%{release}
977
978%description engine-mortevielle
979The engine is used for the Mortville Manor game.
980
981%description engine-mortevielle -l pl.UTF-8
982Ten silnik jest używany przez grę Mortville Manor.
983
984%package engine-neverhood
985Summary: Neverhood engine
986Summary(pl.UTF-8): Silnik Neverhood
987Group: X11/Applications/Games
988Requires: %{name} = %{version}-%{release}
989
990%description engine-neverhood
991The engine is used for the Neverhood game.
992
993%description engine-neverhood -l pl.UTF-8
994Ten silnik jest używany przez grę Neverhood.
995
996%package engine-prince
997Summary: Prince engine
998Summary(pl.UTF-8): Silnik Prince
999Group: X11/Applications/Games
1000Requires: %{name} = %{version}-%{release}
1001
1002%description engine-prince
1003The engine is used for The Prince and the Coward game.
1004
1005%description engine-prince -l pl.UTF-8
1006Ten silnik jest używany przez grę The Prince and the Coward.
1007
1008%package engine-sherlock
1009Summary: Sherlock engine
1010Summary(pl.UTF-8): Silnik Sherlock
1011Group: X11/Applications/Games
1012Requires: %{name} = %{version}-%{release}
1013
1014%description engine-sherlock
1015The engine is used for The Lost Files of Sherlock Holmes games.
1016
1017%description engine-sherlock -l pl.UTF-8
1018Ten silnik jest używany przez gry The Lost Files of Sherlock Holmes.
1019
1020%package engine-titanic
1021Summary: Titanic engine
1022Summary(pl.UTF-8): Silnik Titanic
1023Group: X11/Applications/Games
1024Requires: %{name} = %{version}-%{release}
1025
1026%description engine-titanic
1027The engine is used for Starship Titanic game.
1028
1029%description engine-titanic -l pl.UTF-8
1030Ten silnik jest używany przez gry Starship Titanic.
1031
1032%package engine-voyeur
1033Summary: Voyeur engine
1034Summary(pl.UTF-8): Silnik Voyeur
1035Group: X11/Applications/Games
1036Requires: %{name} = %{version}-%{release}
1037
1038%description engine-voyeur
1039The engine is used for the Voyeur game.
1040
1041%description engine-voyeur -l pl.UTF-8
1042Ten silnik jest używany przez grę Voyeur.
1043
1044%package engine-wage
1045Summary: WAGE engine
1046Summary(pl.UTF-8): Silnik WAGE
1047Group: X11/Applications/Games
1048Requires: %{name} = %{version}-%{release}
1049
1050%description engine-wage
1051The engine is used for the WAGE games.
1052
1053%description engine-wage -l pl.UTF-8
1054Ten silnik jest używany przez gry WAGE.
1055
1056%package engine-xeen
1057Summary: Xeen engine
1058Summary(pl.UTF-8): Silnik Xeen
1059Group: X11/Applications/Games
1060Requires: %{name} = %{version}-%{release}
1061
1062%description engine-xeen
1063The engine is used for the Might and Magic III, IV, V
1064and World of Xeen games.
1065
1066%description engine-xeen -l pl.UTF-8
1067Ten silnik jest używany przez gry Might and Magic III, IV, V
1068i World of Xeen.
1069
1070%package engine-zvision
1071Summary: ZVision engine
1072Summary(pl.UTF-8): Silnik ZVision
1073Group: X11/Applications/Games
1074Requires: %{name} = %{version}-%{release}
1075
1076%description engine-zvision
1077The engine is used for the Zork Nemesis and
1078Zork: Grand Inquisitor games.
1079
1080%description engine-zvision -l pl.UTF-8
1081Ten silnik jest używany przez gry Zork Nemesis
1082i Zork: Grand Inquisitor.
1083
1084%package theme-classic
1085Summary: Theme classic for ScummVM
1086Summary(pl.UTF-8): Motyw classic dla ScummVM
1087Group: X11/Applications/Games
1088Requires: %{name} = %{version}-%{release}
1089
1090%description theme-classic
1091Theme classic for ScummVM.
1092
1093%description theme-classic -l pl.UTF-8
1094Motyw classic dla ScummVM.
1095
1096%package theme-modern
1097Summary: Theme modern for ScummVM
1098Summary(pl.UTF-8): Motyw modern dla ScummVM
1099Group: X11/Applications/Games
1100Requires: %{name} = %{version}-%{release}
1101
1102%description theme-modern
1103Theme modern for ScummVM.
1104
1105%description theme-modern -l pl.UTF-8
1106Motyw modern dla ScummVM.
1107
1108%package theme-remastered
1109Summary: Theme remastered for ScummVM
1110Summary(pl.UTF-8): Motyw remastered dla ScummVM
1111Group: X11/Applications/Games
1112Requires: %{name} = %{version}-%{release}
1113
1114%description theme-remastered
1115Theme remastered for ScummVM.
1116
1117%description theme-remastered -l pl.UTF-8
1118Motyw remastered dla ScummVM.
1119
1120%prep
1121%setup -q -a 1
1122%patch1 -p1
1123cd scummvm-tools-%{version_tools}
1124%patch0 -p2
1125cd ..
1126%patch2 -p1
1127
1128%{__sed} -i -e 's:"plugins":"%{_libdir}/scummvm":' base/plugins.cpp
1129
1130%build
1131CXX="%{__cxx}" \
1132CXXFLAGS="%{rpmcppflags} %{rpmcflags}" \
1133LDFLAGS="%{rpmcflags} %{rpmldflags}" \
1134./configure \
1135 --prefix=%{_prefix} \
1136 --disable-debug \
1137 --enable-all-engines \
1138 --enable-plugins \
1139 --default-dynamic
1140
1141%{__make} \
1142 VERBOSE_BUILD=1
1143
1144cd scummvm-tools-%{version_tools}
1145CXX="%{__cxx}" \
1146CXXFLAGS="%{rpmcppflags} %{rpmcflags}" \
1147LDFLAGS="%{rpmcflags} %{rpmldflags}" \
1148./configure \
1149 --prefix=%{_prefix} \
1150 --disable-debug
1151
1152%{__make} \
1153 VERBOSE_BUILD=1
1154
1155%install
1156rm -rf $RPM_BUILD_ROOT
1157install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man6,%{_pixmapsdir},%{_desktopdir},%{_libdir}/scummvm}
1158
1159cp -p scummvm $RPM_BUILD_ROOT%{_bindir}
1160#install scummvm.6 $RPM_BUILD_ROOT%{_mandir}/man6
1161
1162cp -p plugins/lib*.so $RPM_BUILD_ROOT%{_libdir}/scummvm
1163
1164%{__make} -C scummvm-tools-%{version_tools} install \
1165 DESTDIR=$RPM_BUILD_ROOT
1166
1167cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_desktopdir}
1168cp -p icons/%{name}.svg $RPM_BUILD_ROOT%{_pixmapsdir}
1169
1170install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
1171cp -p gui/themes/*.zip $RPM_BUILD_ROOT%{_datadir}/%{name}
1172
1173%clean
1174rm -rf $RPM_BUILD_ROOT
1175
1176%files
1177%defattr(644,root,root,755)
1178%doc AUTHORS CONTRIBUTING.md COPYRIGHT NEWS.md README.md TODO
1179%attr(755,root,root) %{_bindir}/scummvm
1180%dir %{_libdir}/scummvm
1181#%{_mandir}/man6/*
1182%{_pixmapsdir}/*
1183%{_desktopdir}/*.desktop
1184%dir %{_datadir}/%{name}
1185
1186%files tools
1187%defattr(644,root,root,755)
1188%doc scummvm-tools-%{version_tools}/README
1189%attr(755,root,root) %{_bindir}/*
1190%exclude %{_bindir}/scummvm
1191%{_datadir}/scummvm-tools
1192
1193%files engine-agi
1194%defattr(644,root,root,755)
1195%attr(755,root,root) %{_libdir}/scummvm/libagi.so
1196
1197%files engine-agos
1198%defattr(644,root,root,755)
1199%attr(755,root,root) %{_libdir}/scummvm/libagos.so
1200
1201%files engine-bladerunner
1202%defattr(644,root,root,755)
1203%attr(755,root,root) %{_libdir}/scummvm/libbladerunner.so
1204
1205%files engine-cge
1206%defattr(644,root,root,755)
1207%attr(755,root,root) %{_libdir}/scummvm/libcge.so
1208
1209%files engine-chewy
1210%defattr(644,root,root,755)
1211%attr(755,root,root) %{_libdir}/scummvm/libchewy.so
1212
1213%files engine-cine
1214%defattr(644,root,root,755)
1215%attr(755,root,root) %{_libdir}/scummvm/libcine.so
1216
1217%files engine-composer
1218%defattr(644,root,root,755)
1219%attr(755,root,root) %{_libdir}/scummvm/libcomposer.so
1220
1221%files engine-cruise
1222%defattr(644,root,root,755)
1223%attr(755,root,root) %{_libdir}/scummvm/libcruise.so
1224
1225%files engine-cryo
1226%defattr(644,root,root,755)
1227%attr(755,root,root) %{_libdir}/scummvm/libcryo.so
1228
1229%files engine-cryomni3d
1230%defattr(644,root,root,755)
1231%attr(755,root,root) %{_libdir}/scummvm/libcryomni3d.so
1232
1233%files engine-draci
1234%defattr(644,root,root,755)
1235%attr(755,root,root) %{_libdir}/scummvm/libdraci.so
1236
1237%files engine-dragons
1238%defattr(644,root,root,755)
1239%attr(755,root,root) %{_libdir}/scummvm/libdragons.so
1240
1241%files engine-drascula
1242%defattr(644,root,root,755)
1243%attr(755,root,root) %{_libdir}/scummvm/libdrascula.so
1244
1245%files engine-dreamweb
1246%defattr(644,root,root,755)
1247%attr(755,root,root) %{_libdir}/scummvm/libdreamweb.so
1248
1249%files engine-gob
1250%defattr(644,root,root,755)
1251%attr(755,root,root) %{_libdir}/scummvm/libgob.so
1252
1253%files engine-glk
1254%defattr(644,root,root,755)
1255%attr(755,root,root) %{_libdir}/scummvm/libglk.so
1256
1257%files engine-griffon
1258%defattr(644,root,root,755)
1259%attr(755,root,root) %{_libdir}/scummvm/libgriffon.so
1260
1261%files engine-groovie
1262%defattr(644,root,root,755)
1263%attr(755,root,root) %{_libdir}/scummvm/libgroovie.so
1264
1265%files engine-hdb
1266%defattr(644,root,root,755)
1267%attr(755,root,root) %{_libdir}/scummvm/libhdb.so
1268
1269%files engine-hugo
1270%defattr(644,root,root,755)
1271%attr(755,root,root) %{_libdir}/scummvm/libhugo.so
1272
1273%files engine-illusions
1274%defattr(644,root,root,755)
1275%attr(755,root,root) %{_libdir}/scummvm/libillusions.so
1276
1277%files engine-kingdom
1278%defattr(644,root,root,755)
1279%attr(755,root,root) %{_libdir}/scummvm/libkingdom.so
1280
1281%files engine-kyra
1282%defattr(644,root,root,755)
1283%attr(755,root,root) %{_libdir}/scummvm/libkyra.so
1284
1285%files engine-lastexpress
1286%defattr(644,root,root,755)
1287%attr(755,root,root) %{_libdir}/scummvm/liblastexpress.so
1288
1289%files engine-lilliput
1290%defattr(644,root,root,755)
1291%attr(755,root,root) %{_libdir}/scummvm/liblilliput.so
1292
1293%files engine-lure
1294%defattr(644,root,root,755)
1295%attr(755,root,root) %{_libdir}/scummvm/liblure.so
1296
1297%files engine-made
1298%defattr(644,root,root,755)
1299%attr(755,root,root) %{_libdir}/scummvm/libmade.so
1300
1301%files engine-mohawk
1302%defattr(644,root,root,755)
1303%attr(755,root,root) %{_libdir}/scummvm/libmohawk.so
1304
1305%files engine-mutationofjb
1306%defattr(644,root,root,755)
1307%attr(755,root,root) %{_libdir}/scummvm/libmutationofjb.so
1308
1309%files engine-parallaction
1310%defattr(644,root,root,755)
1311%attr(755,root,root) %{_libdir}/scummvm/libparallaction.so
1312
1313%files engine-petka
1314%defattr(644,root,root,755)
1315%attr(755,root,root) %{_libdir}/scummvm/libpetka.so
1316
1317%files engine-pink
1318%defattr(644,root,root,755)
1319%attr(755,root,root) %{_libdir}/scummvm/libpink.so
1320
1321%files engine-plumbers
1322%defattr(644,root,root,755)
1323%attr(755,root,root) %{_libdir}/scummvm/libplumbers.so
1324
1325%files engine-queen
1326%defattr(644,root,root,755)
1327%attr(755,root,root) %{_libdir}/scummvm/libqueen.so
1328
1329%files engine-saga
1330%defattr(644,root,root,755)
1331%attr(755,root,root) %{_libdir}/scummvm/libsaga.so
1332
1333%files engine-sci
1334%defattr(644,root,root,755)
1335%attr(755,root,root) %{_libdir}/scummvm/libsci.so
1336
1337%files engine-scumm
1338%defattr(644,root,root,755)
1339%attr(755,root,root) %{_libdir}/scummvm/libscumm.so
1340
1341%files engine-sky
1342%defattr(644,root,root,755)
1343%attr(755,root,root) %{_libdir}/scummvm/libsky.so
1344
1345%files engine-sludge
1346%defattr(644,root,root,755)
1347%attr(755,root,root) %{_libdir}/scummvm/libsludge.so
1348
1349%files engine-sword1
1350%defattr(644,root,root,755)
1351%attr(755,root,root) %{_libdir}/scummvm/libsword1.so
1352
1353%files engine-sword2
1354%defattr(644,root,root,755)
1355%attr(755,root,root) %{_libdir}/scummvm/libsword2.so
1356
1357%files engine-sword25
1358%defattr(644,root,root,755)
1359%attr(755,root,root) %{_libdir}/scummvm/libsword25.so
1360
1361%files engine-startrek
1362%defattr(644,root,root,755)
1363%attr(755,root,root) %{_libdir}/scummvm/libstartrek.so
1364
1365%files engine-supernova
1366%defattr(644,root,root,755)
1367%attr(755,root,root) %{_libdir}/scummvm/libsupernova.so
1368
1369%files engine-teenagent
1370%defattr(644,root,root,755)
1371%attr(755,root,root) %{_libdir}/scummvm/libteenagent.so
1372
1373%files engine-testbed
1374%defattr(644,root,root,755)
1375%attr(755,root,root) %{_libdir}/scummvm/libtestbed.so
1376
1377%files engine-tinsel
1378%defattr(644,root,root,755)
1379%attr(755,root,root) %{_libdir}/scummvm/libtinsel.so
1380
1381%files engine-touche
1382%defattr(644,root,root,755)
1383%attr(755,root,root) %{_libdir}/scummvm/libtouche.so
1384
1385%files engine-toon
1386%defattr(644,root,root,755)
1387%attr(755,root,root) %{_libdir}/scummvm/libtoon.so
1388
1389%files engine-tsage
1390%defattr(644,root,root,755)
1391%attr(755,root,root) %{_libdir}/scummvm/libtsage.so
1392
1393%files engine-tucker
1394%defattr(644,root,root,755)
1395%attr(755,root,root) %{_libdir}/scummvm/libtucker.so
1396
1397%files engine-ultima
1398%defattr(644,root,root,755)
1399%attr(755,root,root) %{_libdir}/scummvm/libultima.so
1400
1401%files engine-hopkins
1402%defattr(644,root,root,755)
1403%attr(755,root,root) %{_libdir}/scummvm/libhopkins.so
1404
1405%files engine-pegasus
1406%defattr(644,root,root,755)
1407%attr(755,root,root) %{_libdir}/scummvm/libpegasus.so
1408
1409%files engine-toltecs
1410%defattr(644,root,root,755)
1411%attr(755,root,root) %{_libdir}/scummvm/libtoltecs.so
1412
1413%files engine-tony
1414%defattr(644,root,root,755)
1415%attr(755,root,root) %{_libdir}/scummvm/libtony.so
1416
1417%files engine-wintermute
1418%defattr(644,root,root,755)
1419%attr(755,root,root) %{_libdir}/scummvm/libwintermute.so
1420
1421%files engine-access
1422%defattr(644,root,root,755)
1423%attr(755,root,root) %{_libdir}/scummvm/libaccess.so
1424
1425%files engine-adl
1426%defattr(644,root,root,755)
1427%attr(755,root,root) %{_libdir}/scummvm/libadl.so
1428
1429%files engine-avalanche
1430%defattr(644,root,root,755)
1431%attr(755,root,root) %{_libdir}/scummvm/libavalanche.so
1432
1433%files engine-bbvs
1434%defattr(644,root,root,755)
1435%attr(755,root,root) %{_libdir}/scummvm/libbbvs.so
1436
1437%files engine-cge2
1438%defattr(644,root,root,755)
1439%attr(755,root,root) %{_libdir}/scummvm/libcge2.so
1440
1441%files engine-director
1442%defattr(644,root,root,755)
1443%attr(755,root,root) %{_libdir}/scummvm/libdirector.so
1444
1445%files engine-dm
1446%defattr(644,root,root,755)
1447%attr(755,root,root) %{_libdir}/scummvm/libdm.so
1448
1449%files engine-fullpipe
1450%defattr(644,root,root,755)
1451%attr(755,root,root) %{_libdir}/scummvm/libfullpipe.so
1452
1453%files engine-gnap
1454%defattr(644,root,root,755)
1455%attr(755,root,root) %{_libdir}/scummvm/libgnap.so
1456
1457%files engine-lab
1458%defattr(644,root,root,755)
1459%attr(755,root,root) %{_libdir}/scummvm/liblab.so
1460
1461%files engine-macventure
1462%defattr(644,root,root,755)
1463%attr(755,root,root) %{_libdir}/scummvm/libmacventure.so
1464
1465%files engine-mads
1466%defattr(644,root,root,755)
1467%attr(755,root,root) %{_libdir}/scummvm/libmads.so
1468
1469%files engine-mortevielle
1470%defattr(644,root,root,755)
1471%attr(755,root,root) %{_libdir}/scummvm/libmortevielle.so
1472
1473%files engine-neverhood
1474%defattr(644,root,root,755)
1475%attr(755,root,root) %{_libdir}/scummvm/libneverhood.so
1476
1477%files engine-prince
1478%defattr(644,root,root,755)
1479%attr(755,root,root) %{_libdir}/scummvm/libprince.so
1480
1481%files engine-sherlock
1482%defattr(644,root,root,755)
1483%attr(755,root,root) %{_libdir}/scummvm/libsherlock.so
1484
1485%files engine-titanic
1486%defattr(644,root,root,755)
1487%attr(755,root,root) %{_libdir}/scummvm/libtitanic.so
1488
1489%files engine-voyeur
1490%defattr(644,root,root,755)
1491%attr(755,root,root) %{_libdir}/scummvm/libvoyeur.so
1492
1493%files engine-wage
1494%defattr(644,root,root,755)
1495%attr(755,root,root) %{_libdir}/scummvm/libwage.so
1496
1497%files engine-xeen
1498%defattr(644,root,root,755)
1499%attr(755,root,root) %{_libdir}/scummvm/libxeen.so
1500
1501%files engine-zvision
1502%defattr(644,root,root,755)
1503%attr(755,root,root) %{_libdir}/scummvm/libzvision.so
1504
1505%files theme-classic
1506%defattr(644,root,root,755)
1507%{_datadir}/%{name}/scummclassic.*
1508
1509%files theme-modern
1510%defattr(644,root,root,755)
1511%{_datadir}/%{name}/scummmodern.*
1512
1513%files theme-remastered
1514%defattr(644,root,root,755)
1515%{_datadir}/%{name}/scummremastered.*
This page took 0.059167 seconds and 4 git commands to generate.