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