]> git.pld-linux.org Git - packages/efl.git/blame - efl.spec
- release 8 (rebuild with tslib 1.14)
[packages/efl.git] / efl.spec
CommitLineData
5f8d025f 1# TODO:
3e32949c 2# - Xpresent
5f8d025f
JB
3# - use system liblinebreak?
4# - eio-devel conflicts with libeio-devel
5# file /usr/lib64/libeio.so from install of eio-devel-0.1.0.65643-1.x86_64 conflicts with file from package libeio-devel-1.0-1.x86_64
6#
7# Conditional build:
8%bcond_without drm # DRM engine
9%bcond_without egl # EGL rendering support
10%bcond_without fb # Linux FrameBuffer support
3e32949c
JB
11%bcond_without gstreamer # GStreamer support
12%bcond_with gesture # Xgesture support in Ecore_X
5f8d025f
JB
13%bcond_without harfbuzz # HarfBuzz complex text shaping and layouting support
14%bcond_without ibus # IBus input module
3e32949c
JB
15%bcond_without luajit # LuaJIT as Lua engine (Lua 5.1 interpreter if disabled)
16%bcond_with pixman # pixman for software rendering
5f8d025f
JB
17%bcond_without scim # SCIM input module
18%bcond_without sdl # SDL support
19%bcond_with systemd # systemd journal support in Eina, daemon support in Ecore
9013d980 20%bcond_without wayland # Wayland display server support
e88cfa1e 21%bcond_with wayland_egl # Wayland display server support [only with GLES instead of GL]
5f8d025f
JB
22%bcond_with xcb # use XCB API instead of Xlib
23%bcond_without xine # Xine support
24%bcond_with gnutls # use GnuTLS as crypto library (default is OpenSSL)
25%bcond_without static_libs # static libraries build
26#
14edcc68 27%ifnarch %{ix86} %{x8664} %{arm} mips ppc
532ea53d
JB
28%undefine with_luajit
29%endif
5f8d025f
JB
30Summary: EFL - The Enlightenment Foundation Libraries
31Summary(pl.UTF-8): EFL (Enlightenment Foundation Libraries) - biblioteki tworzące Enlightment
32Name: efl
2aae4440 33Version: 1.10.3
14edcc68 34Release: 8
e9503e71 35License: LGPL v2.1+, BSD (depends on component)
5f8d025f 36Group: Libraries
2aae4440
JB
37Source0: https://download.enlightenment.org/rel/libs/efl/%{name}-%{version}.tar.bz2
38# Source0-md5: 6b3d88134d3d27dd9b41a4a46d718a19
5f8d025f 39Patch0: %{name}-pc.patch
6af42324 40Patch1: %{name}-wayland.patch
e9503e71 41Patch2: %{name}-am.patch
2aae4440 42URL: https://www.enlightenment.org/docs/efl/start
5f8d025f
JB
43%{?with_egl:BuildRequires: EGL-devel}
44BuildRequires: OpenGL-GLX-devel
45%{?with_sdl:BuildRequires: SDL-devel >= 1.2.0}
46BuildRequires: autoconf >= 2.60
47BuildRequires: automake >= 1.6
3e32949c 48BuildRequires: avahi-devel
5f8d025f
JB
49BuildRequires: bullet-devel >= 2.80
50BuildRequires: dbus-devel
51BuildRequires: doxygen
52BuildRequires: fontconfig-devel >= 2.5.0
53BuildRequires: freetype-devel >= 1:2.2
54BuildRequires: fribidi-devel >= 0.19.2
336667de 55BuildRequires: gettext-tools >= 0.17
5f8d025f
JB
56BuildRequires: giflib-devel
57BuildRequires: glib2-devel >= 2.0
58%{?with_gnutls:BuildRequires: gnutls-devel >= 2.12.16}
59%if %{with gstreamer}
3e32949c
JB
60BuildRequires: gstreamer-devel >= 1.0
61BuildRequires: gstreamer-plugins-base-devel >= 1.0
5f8d025f
JB
62%endif
63%{?with_harfbuzz:BuildRequires: harfbuzz-devel >= 0.9.0}
64%{?with_ibus:BuildRequires: ibus-devel >= 1.4}
e9503e71 65%{?with_drm:BuildRequires: libdrm-devel >= 2.4}
5f8d025f
JB
66%{?with_gnutls:BuildRequires: libgcrypt-devel >= 1.2.0}
67BuildRequires: libjpeg-devel
68BuildRequires: libmount-devel >= 2.18.0
69BuildRequires: libpng-devel >= 1.2.10
70BuildRequires: libsndfile-devel
e9503e71 71BuildRequires: libstdc++-devel
5f8d025f
JB
72BuildRequires: libtiff-devel
73BuildRequires: libwebp-devel
3e32949c
JB
74%{!?with_luajit:BuildRequires: lua51 >= 5.1.0}
75%{?with_luajit:BuildRequires: luajit >= 2.0.0}
5f8d025f
JB
76BuildRequires: libtool >= 2:2
77BuildRequires: openjpeg2-devel >= 2
78%{!?with_gnutls:BuildRequires: openssl-devel}
79%if %{with pixman} || %{with xcb}
80BuildRequires: pixman-devel
81%endif
82BuildRequires: pkgconfig >= 1:0.22
83BuildRequires: pulseaudio-devel
84%{?with_scim:BuildRequires: scim-devel}
9d1341c7 85%{?with_systemd:BuildRequires: systemd-devel >= 1:192}
5f8d025f 86BuildRequires: tslib-devel
e9503e71 87BuildRequires: udev-devel >= 1:148
5f8d025f 88%{?with_xine:BuildRequires: xine-lib-devel >= 2:1.1.1}
3e32949c 89%{?with_gesture:BuildRequires: xorg-lib-libXgesture-devel}
e9503e71
JB
90%if %{with drm} || %{with wayland}
91BuildRequires: xorg-lib-libxkbcommon-devel >= 0.3.0
92%endif
5f8d025f
JB
93BuildRequires: zlib-devel >= 1.2.3
94%if %{with xcb}
95BuildRequires: libxcb-devel
96BuildRequires: xcb-util-devel >= 0.3.8
97BuildRequires: xcb-util-image-devel >= 0.2.1
98BuildRequires: xcb-util-keysyms-devel >= 0.3.8
99BuildRequires: xcb-util-wm-devel >= 0.3.8
100%else
101BuildRequires: xorg-lib-libX11-devel
102BuildRequires: xorg-lib-libXScrnSaver-devel
103BuildRequires: xorg-lib-libXcomposite-devel
104BuildRequires: xorg-lib-libXcursor-devel
105BuildRequires: xorg-lib-libXdamage-devel
106BuildRequires: xorg-lib-libXext-devel
107BuildRequires: xorg-lib-libXfixes-devel
108BuildRequires: xorg-lib-libXi-devel >= 1.6
109BuildRequires: xorg-lib-libXinerama-devel
110BuildRequires: xorg-lib-libXp-devel
3e32949c 111BuildRequires: xorg-lib-libXrandr-devel >= 1.3.3
5f8d025f
JB
112BuildRequires: xorg-lib-libXrender-devel
113BuildRequires: xorg-lib-libXtst-devel
114%endif
115%if %{with wayland}
e88cfa1e
JB
116%{?with_wayland_egl:BuildRequires: Mesa-libEGL-devel >= 7.10}
117%{?with_wayland_egl:BuildRequires: Mesa-libwayland-egl-devel >= 9.2.0}
5f8d025f 118BuildRequires: wayland-devel >= 1.3.0
5f8d025f
JB
119%endif
120# svg tests - exist in m4, but not called from configure
121#BuildRequires: esvg-devel >= 0.0.18
122#BuildRequires: ender-devel >= 0.0.6
123BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
124
3e32949c 125# it used to be linux-gnu-ARCH before...
e9503e71 126%define arch_tag v-1.10
3e32949c 127
5f8d025f
JB
128%description
129EFL - The Enlightenment Foundation Libraries.
130
131%description -l pl.UTF-8
132EFL (Enlightenment Foundation Libraries) - biblioteki tworzące
133Enlightment.
134
135%package -n ecore
e9503e71
JB
136Summary: Enlightened Core event abstraction library
137Summary(pl.UTF-8): Biblioteka interfejsu abstrakcji zdarzeń Enlightened Core
5f8d025f
JB
138License: BSD
139Group: Libraries
140URL: http://trac.enlightenment.org/e/wiki/Ecore
141Requires: eina = %{version}-%{release}
142Requires: eo = %{version}-%{release}
9d1341c7 143%{?with_systemd:Requires: systemd-libs >= 1:192}
5f8d025f
JB
144Obsoletes: ecore-config
145Obsoletes: ecore-config-devel
146Obsoletes: ecore-config-static
147Obsoletes: ecore-directfb
148Obsoletes: ecore-directfb-devel
149Obsoletes: ecore-directfb-static
150Obsoletes: ecore-desktop
151Obsoletes: ecore-job
152Obsoletes: ecore-libs
153Obsoletes: ecore-txt
154
155%description -n ecore
156Ecore is the event/X abstraction layer that makes doing selections,
157Xdnd, general X stuff, event loops, timeouts and idle handlers fast,
158optimized, and convenient. It's a separate library so anyone can make
159use of the work put into Ecore to make this job easy for applications.
160
161%description -n ecore -l pl.UTF-8
162Ecore to warstwa abstrakcji zdarzeń/X, która powoduje, że dokonywanie
163zaznaczeń, Xdnd, ogólne operacje X, pętle zdarzeń, obsługa timeoutów i
164bezczynności są szybkie, zoptymalizowane i wygodne. Jest to wydzielona
165biblioteka, więc każdy może skorzystać z pracy włożonej w Ecore do
166ułatwienia swojej pracy przy aplikacjach.
167
168%package -n ecore-devel
169Summary: Header files for Ecore library
170Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Ecore
171License: BSD
172Group: Development/Libraries
173URL: http://trac.enlightenment.org/e/wiki/Ecore
174Requires: ecore = %{version}-%{release}
175Requires: eina-devel = %{version}-%{release}
176Requires: eo-devel = %{version}-%{release}
177Requires: glib2-devel >= 2.0
9d1341c7 178%{?with_systemd:Requires: systemd-devel >= 1:192}
5f8d025f
JB
179
180%description -n ecore-devel
181Header files for Ecore library.
182
183%description -n ecore-devel -l pl.UTF-8
184Pliki nagłówkowe biblioteki Ecore.
185
186%package -n ecore-static
187Summary: Static Ecore library
188Summary(pl.UTF-8): Statyczna biblioteka Ecore
189License: BSD
190Group: Development/Libraries
191URL: http://trac.enlightenment.org/e/wiki/Ecore
192Requires: ecore-devel = %{version}-%{release}
193
194%description -n ecore-static
195Static Ecore library.
196
197%description -n ecore-static -l pl.UTF-8
198Statyczna biblioteka Ecore.
199
e9503e71
JB
200%package -n ecore-cxx-devel
201Summary: C++ API for Ecore library
5800de65 202Summary(pl.UTF-8): API języka C++ do biblioteki Ecore
e9503e71
JB
203Group: Development/Libraries
204URL: http://trac.enlightenment.org/e/wiki/Ecore
205Requires: ecore-devel = %{version}-%{release}
206Requires: eina-cxx-devel = %{version}-%{release}
207Requires: eo-cxx-devel = %{version}-%{release}
208
209%description -n ecore-cxx-devel
210C++ API for Ecore library.
211
212%description -n ecore-cxx-devel -l pl.UTF-8
213API języka C++ do biblioteki Ecore.
214
5f8d025f
JB
215%package -n ecore-system-systemd
216Summary: systemd system module for Ecore library
217Summary(pl.UTF-8): Moduł systemu systemd dla biblioteki Ecore
218License: BSD
219Group: Libraries
220URL: http://trac.enlightenment.org/e/wiki/Ecore
221Requires: ecore = %{version}-%{release}
222Requires: eldbus = %{version}-%{release}
223
224%description -n ecore-system-systemd
225systemd system module for Ecore library.
226
227%description -n ecore-system-systemd -l pl.UTF-8
228Moduł systemu systemd dla biblioteki Ecore.
229
230%package -n ecore-system-upower
231Summary: UPower system module for Ecore library
232Summary(pl.UTF-8): Moduł systemu UPower dla biblioteki Ecore
233License: BSD
234Group: Libraries
235URL: http://trac.enlightenment.org/e/wiki/Ecore
236Requires: ecore = %{version}-%{release}
237Requires: eldbus = %{version}-%{release}
238
239%description -n ecore-system-upower
240UPower system module for Ecore library.
241
242%description -n ecore-system-upower -l pl.UTF-8
243Moduł systemu UPower dla biblioteki Ecore.
244
245%package -n ecore-audio
246Summary: Ecore Audio library
247Summary(pl.UTF-8): Biblioteka dźwięku Ecore Audio
248License: BSD
249Group: Libraries
250URL: http://trac.enlightenment.org/e/wiki/Ecore
251Requires: ecore = %{version}-%{release}
252Requires: eet = %{version}-%{release}
253
254%description -n ecore-audio
255Ecore Audio Library.
256
257%description -n ecore-audio -l pl.UTF-8
258Biblioteka dźwięku Ecore Audio.
259
260%package -n ecore-audio-devel
261Summary: Header file for Ecore Audio library
262Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore Audio
263License: BSD
264Group: Development/Libraries
265URL: http://trac.enlightenment.org/e/wiki/Ecore
266Requires: ecore-audio = %{version}-%{release}
267Requires: ecore-devel = %{version}-%{release}
268Requires: eet-devel = %{version}-%{release}
269Requires: libsndfile-devel
270Requires: pulseaudio-devel
271
272%description -n ecore-audio-devel
273Header file for Ecore Audio library.
274
275%description -n ecore-audio-devel -l pl.UTF-8
276Plik nagłówkowy biblioteki dźwięku Ecore Audio.
277
278%package -n ecore-audio-static
279Summary: Static Ecore Audio library
280Summary(pl.UTF-8): Statyczna biblioteka Ecore Audio
281License: BSD
282Group: Development/Libraries
283URL: http://trac.enlightenment.org/e/wiki/Ecore
284Requires: ecore-audio-devel = %{version}-%{release}
285
286%description -n ecore-audio-static
287Static Ecore Audio library.
288
289%description -n ecore-audio-static -l pl.UTF-8
290Statyczna biblioteka dźwięku Ecore Audio.
291
e9503e71
JB
292%package -n ecore-audio-cxx-devel
293Summary: C++ API for Ecore Audio library
5800de65 294Summary(pl.UTF-8): API języka C++ do biblioteki Ecore Audio
e9503e71
JB
295Group: Development/Libraries
296URL: http://trac.enlightenment.org/e/wiki/Ecore
297Requires: ecore-audio-devel = %{version}-%{release}
298Requires: eo-cxx-devel = %{version}-%{release}
299
300%description -n ecore-audio-cxx-devel
301C++ API for Ecore Audio library.
302
303%description -n ecore-audio-cxx-devel -l pl.UTF-8
304API języka C++ do biblioteki Ecore Audio.
305
3e32949c
JB
306%package -n ecore-avahi
307Summary: Ecore Avahi integration library
308Summary(pl.UTF-8): Biblioteka integracji Ecore z Avahi
309License: unknown
310Group: Libraries
311URL: http://trac.enlightenment.org/e/wiki/Ecore
312Requires: ecore = %{version}-%{release}
313Requires: eina = %{version}-%{release}
314Requires: eo = %{version}-%{release}
315
316%description -n ecore-avahi
317Ecore Avahi integration library.
318
319%description -n ecore-avahi -l pl.UTF-8
320Biblioteka integracji Ecore z Avahi.
321
322%package -n ecore-avahi-devel
323Summary: Header file for Ecore Avahi library
324Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore Avahi
325License: unknown
326Group: Development/Libraries
327URL: http://trac.enlightenment.org/e/wiki/Ecore
328Requires: avahi-devel
329Requires: ecore-avahi = %{version}-%{release}
330Requires: ecore-devel = %{version}-%{release}
331Requires: eina-devel = %{version}-%{release}
332Requires: eo-devel = %{version}-%{release}
333
334%description -n ecore-avahi-devel
335Header file for Ecore Avahi library.
336
337%description -n ecore-avahi-devel -l pl.UTF-8
338Plik nagłówkowy biblioteki dźwięku Ecore Avahi.
339
340%package -n ecore-avahi-static
341Summary: Static Ecore Avahi library
342Summary(pl.UTF-8): Statyczna biblioteka Ecore Avahi
343License: unknown
344Group: Development/Libraries
345URL: http://trac.enlightenment.org/e/wiki/Ecore
346Requires: ecore-avahi-devel = %{version}-%{release}
347
348%description -n ecore-avahi-static
349Static Ecore Avahi library.
350
351%description -n ecore-avahi-static -l pl.UTF-8
352Statyczna biblioteka dźwięku Ecore Avahi.
353
5f8d025f
JB
354%package -n ecore-con
355Summary: Ecore Con(nection) library
356Summary(pl.UTF-8): Biblioteka połączeń Ecore Con
357License: BSD
358Group: Libraries
359URL: http://trac.enlightenment.org/e/wiki/Ecore
360Requires: ecore = %{version}-%{release}
361Requires: eet = %{version}-%{release}
362%{?with_gnutls:Requires: gnutls >= 2.12.16}
363%{?with_gnutls:Requires: libgcrypt >= 1.2.0}
364
365%description -n ecore-con
366Ecore Con(nection) Library.
367
368%description -n ecore-con -l pl.UTF-8
369Biblioteka połączeń Ecore Con.
370
371%package -n ecore-con-devel
372Summary: Header file for Ecore Con library
373Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore Con
374License: BSD
375Group: Development/Libraries
376URL: http://trac.enlightenment.org/e/wiki/Ecore
377Requires: ecore-con = %{version}-%{release}
378Requires: ecore-devel = %{version}-%{release}
379Requires: eet-devel = %{version}-%{release}
380%{?with_gnutls:Requires: gnutls-devel >= 2.12.16}
381%{?with_gnutls:Requires: libgcrypt-devel >= 1.2.0}
382%{!?with_gnutls:Requires: openssl-devel}
383
384%description -n ecore-con-devel
385Header file for Ecore Con(nection) library.
386
387%description -n ecore-con-devel -l pl.UTF-8
388Plik nagłówkowy biblioteki połączeń Ecore Con.
389
390%package -n ecore-con-static
391Summary: Static Ecore Con library
392Summary(pl.UTF-8): Statyczna biblioteka Ecore Con
393License: BSD
394Group: Development/Libraries
395URL: http://trac.enlightenment.org/e/wiki/Ecore
396Requires: ecore-con-devel = %{version}-%{release}
397
398%description -n ecore-con-static
399Static Ecore Con(nection) library.
400
401%description -n ecore-con-static -l pl.UTF-8
402Statyczna biblioteka połączeń Ecore Con.
403
e9503e71
JB
404%package -n ecore-drm
405Summary: Ecore DRM library
406Summary(pl.UTF-8): Biblioteka Ecore DRM
407License: BSD
408Group: Libraries
409URL: http://trac.enlightenment.org/e/wiki/Ecore
410Requires: ecore-input = %{version}-%{release}
411Requires: libdrm >= 2.4
412Requires: udev-libs >= 1:148
413Requires: xorg-lib-libxkbcommon >= 0.3.0
414
415%description -n ecore-drm
416Ecore DRM library.
417
418%description -n ecore-drm -l pl.UTF-8
419Biblioteka Ecore DRM.
420
421%package -n ecore-drm-devel
422Summary: Header file for Ecore DRM library
423Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore DRM
424License: BSD
425Group: Development/Libraries
426URL: http://trac.enlightenment.org/e/wiki/Ecore
427Requires: ecore-drm = %{version}-%{release}
428Requires: ecore-input-devel = %{version}-%{release}
429Requires: libdrm-devel >= 2.4
430Requires: udev-devel >= 1:148
431Requires: xorg-lib-libxkbcommon-devel >= 0.3.0
432
433%description -n ecore-drm-devel
434Header file for Ecore DRM (frame buffer system functions) library.
435
436%description -n ecore-drm-devel -l pl.UTF-8
437Plik nagłówkowy biblioteki Ecore DRM (funkcji systemowych
438framebuffera).
439
440%package -n ecore-drm-static
441Summary: Static Ecore DRM library
442Summary(pl.UTF-8): Statyczna biblioteka Ecore DRM
443License: BSD
444Group: Development/Libraries
445URL: http://trac.enlightenment.org/e/wiki/Ecore
446Requires: ecore-drm-devel = %{version}-%{release}
447
448%description -n ecore-drm-static
449Static Ecore DRM (frame buffer system functions) library.
450
451%description -n ecore-drm-static -l pl.UTF-8
452Statyczna biblioteka Ecore DRM (funkcji systemowych framebuffera).
453
5f8d025f
JB
454%package -n ecore-evas
455Summary: Ecore Evas library
456Summary(pl.UTF-8): Biblioteka Ecore Evas
457License: BSD
458Group: Libraries
459URL: http://trac.enlightenment.org/e/wiki/Ecore
460Requires: ecore = %{version}-%{release}
f55e7443 461%{?with_drm:Requires: ecore = %{version}-%{release}}
5f8d025f
JB
462Requires: ecore-input = %{version}-%{release}
463Requires: ecore-input-evas = %{version}-%{release}
464Requires: evas = %{version}-%{release}
5f8d025f
JB
465
466%description -n ecore-evas
467Ecore Evas library.
468
469%description -n ecore-evas -l pl.UTF-8
470Biblioteka Ecore Evas.
471
472%package -n ecore-evas-devel
473Summary: Header file for Ecore Evas library
474Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore Evas
475License: BSD
476Group: Development/Libraries
477URL: http://trac.enlightenment.org/e/wiki/Ecore
478Requires: ecore-devel = %{version}-%{release}
f55e7443 479%{?with_drm:Requires: ecore-drm = %{version}-%{release}}
5f8d025f
JB
480Requires: ecore-evas = %{version}-%{release}
481Requires: ecore-input-devel = %{version}-%{release}
482Requires: ecore-input-evas-devel = %{version}-%{release}
483Requires: evas-devel = %{version}-%{release}
484
485%description -n ecore-evas-devel
486Header file for Ecore Evas library.
487
488%description -n ecore-evas-devel -l pl.UTF-8
489Plik nagłówkowy biblioteki Ecore Evas.
490
491%package -n ecore-evas-static
492Summary: Static Ecore Evas library
493Summary(pl.UTF-8): Biblioteka statyczna Ecore Evas
494License: BSD
495Group: Development/Libraries
496URL: http://trac.enlightenment.org/e/wiki/Ecore
497Requires: ecore-evas-devel = %{version}-%{release}
498
499%description -n ecore-evas-static
500Static Ecore Evas library.
501
502%description -n ecore-evas-static -l pl.UTF-8
503Biblioteka statyczna Ecore Evas.
504
505%package -n ecore-evas-engine-drm
506Summary: DRM engine module for Ecore Evas library
507Summary(pl.UTF-8): Moduł silnika DRM dla biblioteki Ecore Evas
508License: BSD
509Group: Libraries
510URL: http://trac.enlightenment.org/e/wiki/Ecore
511Requires: ecore-evas = %{version}-%{release}
512Requires: evas-engine-drm = %{version}-%{release}
513
514%description -n ecore-evas-engine-drm
515DRM engine module for Ecore Evas library.
516
517%description -n ecore-evas-engine-drm -l pl.UTF-8
518Moduł silnika DRM dla biblioteki Ecore Evas.
519
520%package -n ecore-evas-engine-extn
521Summary: extn engine module for Ecore Evas library
522Summary(pl.UTF-8): Moduł silnika extn dla biblioteki Ecore Evas
523License: BSD
524Group: Libraries
525URL: http://trac.enlightenment.org/e/wiki/Ecore
526Requires: ecore-evas = %{version}-%{release}
527Requires: ecore-ipc = %{version}-%{release}
528
529%description -n ecore-evas-engine-extn
530extn engine module for Ecore Evas library.
531
532%description -n ecore-evas-engine-extn -l pl.UTF-8
533Moduł silnika extn dla biblioteki Ecore Evas.
534
535%package -n ecore-evas-engine-fb
536Summary: Framebuffer engine module for Ecore Evas library
537Summary(pl.UTF-8): Moduł silnika framebuffer dla biblioteki Ecore Evas
538License: BSD
539Group: Libraries
540URL: http://trac.enlightenment.org/e/wiki/Ecore
541Requires: ecore-evas = %{version}-%{release}
542Requires: ecore-fb = %{version}-%{release}
543Requires: ecore-input-evas = %{version}-%{release}
544Requires: evas-engine-fb = %{version}-%{release}
545
546%description -n ecore-evas-engine-fb
547Framebuffer engine module for Ecore Evas library.
548
549%description -n ecore-evas-engine-fb -l pl.UTF-8
550Moduł silnika framebuffer dla biblioteki Ecore Evas.
551
552%package -n ecore-evas-engine-sdl
553Summary: SDL engine module for Ecore Evas library
554Summary(pl.UTF-8): Moduł silnika SDL dla biblioteki Ecore Evas
555License: BSD
556Group: Libraries
557URL: http://trac.enlightenment.org/e/wiki/Ecore
558Requires: ecore-evas = %{version}-%{release}
559Requires: ecore-input-evas = %{version}-%{release}
560Requires: ecore-sdl = %{version}-%{release}
561Requires: evas-engine-gl_sdl = %{version}-%{release}
562
563%description -n ecore-evas-engine-sdl
564SDL engine module for Ecore Evas library.
565
566%description -n ecore-evas-engine-sdl -l pl.UTF-8
567Moduł silnika SDL dla biblioteki Ecore Evas.
568
569%package -n ecore-evas-engine-wayland
570Summary: Wayland engine module for Ecore Evas library
571Summary(pl.UTF-8): Moduł silnika Wayland dla biblioteki Ecore Evas
572License: BSD
573Group: Libraries
574URL: http://trac.enlightenment.org/e/wiki/Ecore
575Requires: ecore-evas = %{version}-%{release}
576Requires: ecore-input-evas = %{version}-%{release}
577Requires: ecore-wayland = %{version}-%{release}
578# ?
20bf3aa0 579%if %{with wayland_egl}
5f8d025f 580Requires: evas-engine-wayland_egl = %{version}-%{release}
20bf3aa0 581%endif
5f8d025f
JB
582Requires: evas-engine-wayland_shm = %{version}-%{release}
583
584%description -n ecore-evas-engine-wayland
585Wayland engine module for Ecore Evas library.
586
587%description -n ecore-evas-engine-wayland -l pl.UTF-8
588Moduł silnika Wayland dla biblioteki Ecore Evas.
589
590%package -n ecore-evas-engine-x
591Summary: X engine module for Ecore Evas library
592Summary(pl.UTF-8): Moduł silnika X dla biblioteki Ecore Evas
593License: BSD
594Group: Libraries
595URL: http://trac.enlightenment.org/e/wiki/Ecore
596Requires: ecore-evas = %{version}-%{release}
597Requires: ecore-input-evas = %{version}-%{release}
598Requires: ecore-x = %{version}-%{release}
599# ?
600Requires: evas-engine-gl_x11 = %{version}-%{release}
601Requires: evas-engine-software_x11 = %{version}-%{release}
602
603%description -n ecore-evas-engine-x
604X engine module for Ecore Evas library.
605
606%description -n ecore-evas-engine-x -l pl.UTF-8
607Moduł silnika X dla biblioteki Ecore Evas.
608
609%package -n ecore-fb
610Summary: Ecore FB (frame buffer system functions) library
611Summary(pl.UTF-8): Biblioteka Ecore FB (funkcji systemowych framebuffera)
612License: BSD
613Group: Libraries
614URL: http://trac.enlightenment.org/e/wiki/Ecore
615Requires: ecore-input = %{version}-%{release}
616
617%description -n ecore-fb
618Ecore FB (frame buffer system functions) library.
619
620%description -n ecore-fb -l pl.UTF-8
621Biblioteka Ecore FB (funkcji systemowych framebuffera).
622
623%package -n ecore-fb-devel
624Summary: Header file for Ecore FB library
625Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore FB
626License: BSD
627Group: Development/Libraries
628URL: http://trac.enlightenment.org/e/wiki/Ecore
629Requires: ecore-fb = %{version}-%{release}
630Requires: ecore-input-devel = %{version}-%{release}
631Requires: tslib-devel
632
633%description -n ecore-fb-devel
634Header file for Ecore FB (frame buffer system functions) library.
635
636%description -n ecore-fb-devel -l pl.UTF-8
637Plik nagłówkowy biblioteki Ecore FB (funkcji systemowych
638framebuffera).
639
640%package -n ecore-fb-static
641Summary: Static Ecore FB library
642Summary(pl.UTF-8): Statyczna biblioteka Ecore FB
643License: BSD
644Group: Development/Libraries
645URL: http://trac.enlightenment.org/e/wiki/Ecore
646Requires: ecore-fb-devel = %{version}-%{release}
647
648%description -n ecore-fb-static
649Static Ecore FB (frame buffer system functions) library.
650
651%description -n ecore-fb-static -l pl.UTF-8
652Statyczna biblioteka Ecore FB (funkcji systemowych framebuffera).
653
654%package -n ecore-file
655Summary: Ecore File library
656Summary(pl.UTF-8): Biblioteka Ecore File
657License: BSD
658Group: Libraries
659URL: http://trac.enlightenment.org/e/wiki/Ecore
660Requires: ecore-con = %{version}-%{release}
661
662%description -n ecore-file
663Ecore File library.
664
665%description -n ecore-file -l pl.UTF-8
666Biblioteka Ecore File.
667
668%package -n ecore-file-devel
669Summary: Header file for Ecore File library
670Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore File
671License: BSD
672Group: Development/Libraries
673URL: http://trac.enlightenment.org/e/wiki/Ecore
674Requires: ecore-con-devel = %{version}-%{release}
675Requires: ecore-file = %{version}-%{release}
676
677%description -n ecore-file-devel
678Header file for Ecore File library.
679
680%description -n ecore-file-devel -l pl.UTF-8
681Plik nagłówkowy biblioteki Ecore File.
682
683%package -n ecore-file-static
684Summary: Static Ecore File library
685Summary(pl.UTF-8): Statyczna biblioteka Ecore File
686License: BSD
687Group: Development/Libraries
688URL: http://trac.enlightenment.org/e/wiki/Ecore
689Requires: ecore-file-devel = %{version}-%{release}
690
691%description -n ecore-file-static
692Static Ecore File library.
693
694%description -n ecore-file-static -l pl.UTF-8
695Statyczna biblioteka Ecore File.
696
697%package -n ecore-imf
698Summary: Ecore IMF library
699Summary(pl.UTF-8): Biblioteka Ecore IMF
700License: BSD
701Group: Libraries
702URL: http://trac.enlightenment.org/e/wiki/Ecore
703Requires: ecore-input = %{version}-%{release}
704
705%description -n ecore-imf
706Ecore IMF library.
707
708%description -n ecore-imf -l pl.UTF-8
709Biblioteka Ecore IMF.
710
711%package -n ecore-imf-devel
712Summary: Header file for Ecore IMF library
713Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore IMF
714License: BSD
715Group: Development/Libraries
716URL: http://trac.enlightenment.org/e/wiki/Ecore
717Requires: ecore-input-devel = %{version}-%{release}
718Requires: ecore-imf = %{version}-%{release}
719
720%description -n ecore-imf-devel
721Header file for Ecore IMF library.
722
723%description -n ecore-imf-devel -l pl.UTF-8
724Plik nagłówkowy biblioteki Ecore IMF.
725
726%package -n ecore-imf-static
727Summary: Static Ecore IMF library
728Summary(pl.UTF-8): Statyczna biblioteka Ecore IMF
729License: BSD
730Group: Development/Libraries
731URL: http://trac.enlightenment.org/e/wiki/Ecore
732Requires: ecore-imf-devel = %{version}-%{release}
733
734%description -n ecore-imf-static
735Static Ecore IMF library.
736
737%description -n ecore-imf-static -l pl.UTF-8
738Statyczna biblioteka Ecore IMF.
739
740%package -n ecore-imf-module-ibus
741Summary: Ecore IMF IBus input method module
742Summary(pl.UTF-8): Ecore IMF - moduł metody wprowadzania znaków IBus
743License: BSD
744Group: Libraries
745URL: http://trac.enlightenment.org/e/wiki/Ecore
746Requires: ecore-evas = %{version}-%{release}
747Requires: ecore-imf = %{version}-%{release}
748Requires: ecore-x = %{version}-%{release}
749Requires: ibus >= 1.4
750Obsoletes: ecore-module-ibus
751
752%description -n ecore-imf-module-ibus
753Ecore IMF IBus input method module.
754
755%description -n ecore-imf-module-ibus -l pl.UTF-8
756Ecore IMF - moduł metody wprowadzania znaków IBus.
757
758%package -n ecore-imf-module-scim
759Summary: Ecore IMF SCIM input method module
760Summary(pl.UTF-8): Ecore IMF - moduł metody wprowadzania znaków SCIM
761License: BSD
762Group: Libraries
763URL: http://trac.enlightenment.org/e/wiki/Ecore
764Requires: ecore-evas = %{version}-%{release}
765Requires: ecore-imf = %{version}-%{release}
766Requires: ecore-x = %{version}-%{release}
767Requires: scim
768Obsoletes: ecore-module-scim
769
770%description -n ecore-imf-module-scim
771Ecore IMF SCIM input method module.
772
773%description -n ecore-imf-module-scim -l pl.UTF-8
774Ecore IMF - moduł metody wprowadzania znaków SCIM.
775
6af42324
JB
776%package -n ecore-imf-module-wayland
777Summary: Ecore IMF Wayland input method module
778Summary(pl.UTF-8): Ecore IMF - moduł metody wprowadzania znaków Wayland
779License: BSD
780Group: Libraries
781URL: http://trac.enlightenment.org/e/wiki/Ecore
782Requires: ecore-evas = %{version}-%{release}
783Requires: ecore-imf = %{version}-%{release}
784Requires: ecore-wayland = %{version}-%{release}
785
786%description -n ecore-imf-module-wayland
787Ecore IMF Wayland input method module.
788
789%description -n ecore-imf-module-wayland -l pl.UTF-8
790Ecore IMF - moduł metody wprowadzania znaków Wayland.
791
5f8d025f
JB
792%package -n ecore-imf-module-xim
793Summary: Ecore IMF XIM input method module
794Summary(pl.UTF-8): Ecore IMF - moduł metody wprowadzania znaków XIM
795License: BSD
796Group: Libraries
797URL: http://trac.enlightenment.org/e/wiki/Ecore
798Requires: ecore-imf = %{version}-%{release}
799Requires: ecore-x = %{version}-%{release}
800Obsoletes: ecore-module-xim
801
802%description -n ecore-imf-module-xim
803Ecore IMF XIM input method module.
804
805%description -n ecore-imf-module-xim -l pl.UTF-8
806Ecore IMF - moduł metody wprowadzania znaków XIM.
807
808%package -n ecore-imf-evas
809Summary: Ecore IMF Evas library
810Summary(pl.UTF-8): Biblioteka Ecore IMF Evas
811License: BSD
812Group: Libraries
813URL: http://trac.enlightenment.org/e/wiki/Ecore
814Requires: ecore-imf = %{version}-%{release}
815Requires: evas = %{version}-%{release}
816
817%description -n ecore-imf-evas
818Ecore IMF Evas library.
819
820%description -n ecore-imf-evas -l pl.UTF-8
821Biblioteka Ecore IMF Evas.
822
823%package -n ecore-imf-evas-devel
824Summary: Header file for Ecore IMF Evas library
825Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore IMF Evas
826License: BSD
827Group: Development/Libraries
828URL: http://trac.enlightenment.org/e/wiki/Ecore
829Requires: ecore-imf-devel = %{version}-%{release}
830Requires: ecore-imf-evas = %{version}-%{release}
831Requires: evas-devel = %{version}-%{release}
832
833%description -n ecore-imf-evas-devel
834Header file for Ecore IMF Evas library.
835
836%description -n ecore-imf-evas-devel -l pl.UTF-8
837Plik nagłówkowy biblioteki Ecore IMF Evas.
838
839%package -n ecore-imf-evas-static
840Summary: Static Ecore IMF Evas library
841Summary(pl.UTF-8): Statyczna biblioteka Ecore IMF Evas
842License: BSD
843Group: Development/Libraries
844URL: http://trac.enlightenment.org/e/wiki/Ecore
845Requires: ecore-imf-evas-devel = %{version}-%{release}
846
847%description -n ecore-imf-evas-static
848Static Ecore IMF Evas library.
849
850%description -n ecore-imf-evas-static -l pl.UTF-8
851Statyczna biblioteka Ecore IMF Evas.
852
853%package -n ecore-input
854Summary: Ecore Input library
855Summary(pl.UTF-8): Biblioteka Ecore Input
856License: BSD
857Group: Libraries
858URL: http://trac.enlightenment.org/e/wiki/Ecore
859Requires: ecore = %{version}-%{release}
860
861%description -n ecore-input
862Ecore Input library.
863
864%description -n ecore-input -l pl.UTF-8
865Biblioteka Ecore Input.
866
867%package -n ecore-input-devel
868Summary: Header file for Ecore Input library
869Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore Input
870License: BSD
871Group: Development/Libraries
872URL: http://trac.enlightenment.org/e/wiki/Ecore
873Requires: ecore-devel = %{version}-%{release}
874Requires: ecore-input = %{version}-%{release}
875
876%description -n ecore-input-devel
877Header file for Ecore Input library.
878
879%description -n ecore-input-devel -l pl.UTF-8
880Plik nagłówkowy biblioteki Ecore Input.
881
882%package -n ecore-input-static
883Summary: Static Ecore Input library
884Summary(pl.UTF-8): Statyczna biblioteka Ecore Input
885License: BSD
886Group: Development/Libraries
887URL: http://trac.enlightenment.org/e/wiki/Ecore
888Requires: ecore-input-devel = %{version}-%{release}
889
890%description -n ecore-input-static
891Static Ecore Input library.
892
893%description -n ecore-input-static -l pl.UTF-8
894Statyczna biblioteka Ecore Input.
895
896%package -n ecore-input-evas
897Summary: Ecore Input Evas extension library
898Summary(pl.UTF-8): Biblioteka rozszerzenia Ecore Input Evas
899License: BSD
900Group: Libraries
901URL: http://trac.enlightenment.org/e/wiki/Ecore
902Requires: ecore-input = %{version}-%{release}
903Requires: evas = %{version}-%{release}
904
905%description -n ecore-input-evas
906Ecore Input Evas extension library.
907
908%description -n ecore-input-evas -l pl.UTF-8
909Biblioteka rozszerzenia Ecore Input Evas.
910
911%package -n ecore-input-evas-devel
912Summary: Header file for Ecore Input Evas extension library
913Summary(pl.UTF-8): Plik nagłówkowy biblioteki rozszerzenia Ecore Input Evas
914License: BSD
915Group: Development/Libraries
916URL: http://trac.enlightenment.org/e/wiki/Ecore
917Requires: ecore-input-devel = %{version}-%{release}
9d7925b7 918Requires: ecore-input-evas = %{version}-%{release}
5f8d025f
JB
919Requires: evas-devel = %{version}-%{release}
920
921%description -n ecore-input-evas-devel
922Header file for Ecore Input Evas extension library.
923
924%description -n ecore-input-evas-devel -l pl.UTF-8
925Plik nagłówkowy biblioteki rozszerzenia Ecore Input Evas.
926
927%package -n ecore-input-evas-static
928Summary: Static Ecore Input Evas extension library
929Summary(pl.UTF-8): Statyczna biblioteka rozszerzenia Ecore Input Evas
930License: BSD
931Group: Development/Libraries
932URL: http://trac.enlightenment.org/e/wiki/Ecore
933Requires: ecore-input-evas-devel = %{version}-%{release}
934
935%description -n ecore-input-evas-static
936Static Ecore Input Evas extension library.
937
938%description -n ecore-input-evas-static -l pl.UTF-8
939Statyczna biblioteka rozszerzenia Ecore Input Evas.
940
941%package -n ecore-ipc
942Summary: Ecore IPC (inter-process communication functions) library
943Summary(pl.UTF-8): Biblioteka Ecore IPC (funkcji komunikacji międzyprocesowej)
944License: BSD
945Group: Libraries
946URL: http://trac.enlightenment.org/e/wiki/Ecore
947Requires: ecore-con = %{version}-%{release}
948
949%description -n ecore-ipc
950Ecore IPC (inter-process communication functions) library.
951
952%description -n ecore-ipc -l pl.UTF-8
953Biblioteka Ecore IPC (funkcji komunikacji międzyprocesowej).
954
955%package -n ecore-ipc-devel
956Summary: Header file for Ecore IPC library
957Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore IPC
958License: BSD
959Group: Development/Libraries
960URL: http://trac.enlightenment.org/e/wiki/Ecore
961Requires: ecore-con-devel = %{version}-%{release}
962Requires: ecore-ipc = %{version}-%{release}
963
964%description -n ecore-ipc-devel
965Header file for Ecore IPC (inter-process communication functions)
966library.
967
968%description -n ecore-ipc-devel -l pl.UTF-8
969Plik nagłówkowy biblioteki Ecore IPC (funkcji komunikacji
970międzyprocesowej).
971
972%package -n ecore-ipc-static
973Summary: Static Ecore IPC library
974Summary(pl.UTF-8): Statyczna biblioteka Ecore IPC
975License: BSD
976Group: Development/Libraries
977URL: http://trac.enlightenment.org/e/wiki/Ecore
978Requires: ecore-ipc-devel = %{version}-%{release}
979
980%description -n ecore-ipc-static
981Static Ecore IPC (inter-process communication functions) library.
982
983%description -n ecore-ipc-static -l pl.UTF-8
984Statyczna biblioteka Ecore IPC (funkcji komunikacji międzyprocesowej).
985
986%package -n ecore-sdl
987Summary: Ecore SDL library
988Summary(pl.UTF-8): Biblioteka Ecore SDL
989License: BSD
990Group: Libraries
991URL: http://trac.enlightenment.org/e/wiki/Ecore
992Requires: ecore-input = %{version}-%{release}
993Requires: SDL >= 1.2.0
994
995%description -n ecore-sdl
996Ecore SDL library.
997
998%description -n ecore-sdl -l pl.UTF-8
999Biblioteka Ecore SDL.
1000
1001%package -n ecore-sdl-devel
1002Summary: Header file for Ecore SDL library
1003Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore SDL
1004License: BSD
1005Group: Development/Libraries
1006URL: http://trac.enlightenment.org/e/wiki/Ecore
1007Requires: ecore-input-devel = %{version}-%{release}
9d7925b7 1008Requires: ecore-sdl = %{version}-%{release}
5f8d025f
JB
1009Requires: SDL-devel >= 1.2.0
1010
1011%description -n ecore-sdl-devel
1012Header file for Ecore SDL library.
1013
1014%description -n ecore-sdl-devel -l pl.UTF-8
1015Plik nagłówkowy biblioteki Ecore SDL.
1016
1017%package -n ecore-sdl-static
1018Summary: Static Ecore SDL library
1019Summary(pl.UTF-8): Statyczna biblioteka Ecore SDL
1020License: BSD
1021Group: Development/Libraries
1022URL: http://trac.enlightenment.org/e/wiki/Ecore
1023Requires: ecore-sdl-devel = %{version}-%{release}
1024
1025%description -n ecore-sdl-static
1026Static Ecore SDL library.
1027
1028%description -n ecore-sdl-static -l pl.UTF-8
1029Statyczna biblioteka Ecore SDL.
1030
1031%package -n ecore-wayland
1032Summary: Ecore Wayland library
1033Summary(pl.UTF-8): Biblioteka Ecore Wayland
1034Group: Libraries
1035Requires: ecore = %{version}-%{release}
1036Requires: ecore-input = %{version}-%{release}
1037Requires: wayland >= 1.3.0
6af42324 1038Requires: xorg-lib-libxkbcommon >= 0.3.0
5f8d025f
JB
1039
1040%description -n ecore-wayland
1041Ecore Wayland library.
1042
1043%description -n ecore-wayland -l pl.UTF-8
1044Biblioteka Ecore Wayland.
1045
1046%package -n ecore-wayland-devel
1047Summary: Header file for Ecore Wayland library
1048Summary(pl.UTF-8): Plik nagłówkowy biblioteki Ecore Wayland
1049Group: Development/Libraries
1050Requires: ecore-devel = %{version}-%{release}
1051Requires: ecore-input-devel = %{version}-%{release}
9d7925b7 1052Requires: ecore-wayland = %{version}-%{release}
5f8d025f 1053Requires: wayland-devel >= 1.3.0
6af42324 1054Requires: xorg-lib-libxkbcommon-devel >= 0.3.0
5f8d025f
JB
1055
1056%description -n ecore-wayland-devel
1057Header file for Ecore Wayland library.
1058
1059%description -n ecore-wayland-devel -l pl.UTF-8
1060Plik nagłówkowy biblioteki Ecore Wayland.
1061
1062%package -n ecore-wayland-static
1063Summary: Static Ecore Wayland library
1064Summary(pl.UTF-8): Statyczna biblioteka Ecore Wayland
1065Group: Development/Libraries
1066Requires: ecore-wayland-devel = %{version}-%{release}
1067
1068%description -n ecore-wayland-static
1069Static Ecore Wayland library.
1070
1071%description -n ecore-wayland-static -l pl.UTF-8
1072Statyczna biblioteka Ecore Wayland.
1073
1074%package -n ecore-x
1075Summary: Ecore X (functions for dealing with the X Window System) library
1076Summary(pl.UTF-8): Biblioteka Ecore X (funkcji do obsługi X Window System)
1077Group: X11/Libraries
1078Requires: ecore = %{version}-%{release}
1079Requires: ecore-input = %{version}-%{release}
1080%if %{with xcb}
1081Requires: xcb-util >= 0.3.8
1082Requires: xcb-util-image >= 0.2.1
1083Requires: xcb-util-keysyms >= 0.3.8
1084Requires: xcb-util-wm >= 0.3.8
1085%else
1086Requires: xorg-lib-libXi >= 1.6
3e32949c 1087Requires: xorg-lib-libXrandr >= 1.3.3
5f8d025f
JB
1088%endif
1089
1090%description -n ecore-x
1091Ecore X (functions for dealing with the X Window System) library.
1092
1093%description -n ecore-x -l pl.UTF-8
1094Biblioteka Ecore X (funkcji do obsługi X Window System).
1095
1096%package -n ecore-x-devel
1097Summary: Header files for Ecore X library
1098Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Ecore X
1099Group: Development/Libraries
1100Requires: ecore-devel = %{version}-%{release}
1101Requires: ecore-input-devel = %{version}-%{release}
1102Requires: ecore-x = %{version}-%{release}
1103%if %{with xcb}
1104Requires: libxcb-devel
1105Requires: pixman-devel
1106Requires: xcb-util-devel >= 0.3.8
1107Requires: xcb-util-image-devel >= 0.2.1
1108Requires: xcb-util-keysyms-devel >= 0.3.8
1109Requires: xcb-util-wm-devel >= 0.3.8
1110%else
1111Requires: xorg-lib-libX11-devel
1112Requires: xorg-lib-libXScrnSaver-devel
1113Requires: xorg-lib-libXcomposite-devel
1114Requires: xorg-lib-libXcursor-devel
1115Requires: xorg-lib-libXdamage-devel
1116Requires: xorg-lib-libXext-devel
1117Requires: xorg-lib-libXfixes-devel
1118Requires: xorg-lib-libXi-devel >= 1.6
1119Requires: xorg-lib-libXinerama-devel
1120Requires: xorg-lib-libXp-devel
3e32949c 1121Requires: xorg-lib-libXrandr-devel >= 1.3.3
5f8d025f
JB
1122Requires: xorg-lib-libXrender-devel
1123Requires: xorg-lib-libXtst-devel
1124%endif
1125
1126%description -n ecore-x-devel
1127Header files for Ecore X (functions for dealing with the X Window
1128System) library.
1129
1130%description -n ecore-x-devel -l pl.UTF-8
1131Pliki nagłówkowe biblioteki Ecore X (funkcji do obsługi X Window
1132System).
1133
1134%package -n ecore-x-static
1135Summary: Static Ecore X library
1136Summary(pl.UTF-8): Statyczna biblioteka Ecore X
1137Group: Development/Libraries
1138Requires: ecore-x-devel = %{version}-%{release}
1139
1140%description -n ecore-x-static
1141Static Ecore X (functions for dealing with the X Window System)
1142library.
1143
1144%description -n ecore-x-static -l pl.UTF-8
1145Statyczna biblioteka Ecore X (funkcji do obsługi X Window System).
1146
1147%package -n edje
1148Summary: Complex Graphical Design/Layout Engine
1149Summary(pl.UTF-8): Złożony silnik graficznego projektowania/planowania
e9503e71 1150License: BSD (library), GPL v2 (epp)
5f8d025f
JB
1151Group: Libraries
1152URL: http://trac.enlightenment.org/e/wiki/Edje
1153Requires: edje-libs = %{version}-%{release}
1154Requires: evas-loader-png = %{version}-%{release}
1155
1156%description -n edje
1157Edje is a complex graphical design and layout engine. It provides a
1158mechanism for allowing configuration data to define visual elements in
1159terms of layout, behavior, and appearance. Edje allows for multiple
1160collections of layouts in one file, allowing a complete set of images,
1161animations, and controls to exist as a unified whole.
1162
1163Edje separates the arrangement, appearance, and behavior logic into
1164distinct independent entities. This allows visual objects to share
1165image data and configuration information without requiring them to do
1166so. This separation and simplistic event driven style of programming
1167can produce almost any look and feel one could want for basic visual
1168elements. Anything more complex is likely the domain of an application
1169or widget set that may use Edje as a convenient way of being able to
1170configure parts of the display.
1171
1172%description -n edje -l pl.UTF-8
1173Edje to złożony silnik graficznego projektowania i planowania.
1174Dostarcza mechanizm pozwalający na definiowanie elementów graficznych
1175za pomocą danych konfiguracyjnych poprzez rozmieszczenie, zachowanie i
1176wygląd. Edje pozwala na wiele kolekcji projektów w jednym pliku,
1177zezwalając na istnienie pełnego zbioru obrazów, animacji i kontrolek
1178jako całości.
1179
1180Edje oddziela rozmieszczenie, wygląd i logikę zachowania na różne,
1181niezależne elementy. Pozwala to na współdzielenie danych obrazów i
1182informacji o konfiguracji elementów graficznych bez wymagania tego.
1183Rozdzielenie to i uproszczony model programowania sterowanego
1184zdarzeniami może stworzyć prawie dowolny wygląd i zachowanie
1185podstawowych elementów graficznych. Wszystko bardziej złożone jest
1186raczej domeną aplikacji lub zbioru widgetów, które mogą używać Edje
1187jako wygodnego sposobu konfigurowania części ekranu.
1188
1189%package -n edje-libs
1190Summary: Edje library
1191Summary(pl.UTF-8): Biblioteka edje
1192License: BSD
1193Group: Libraries
1194URL: http://trac.enlightenment.org/e/wiki/Edje
1195Requires: ecore-audio = %{version}-%{release}
1196Requires: ecore-evas = %{version}-%{release}
1197Requires: ecore-file = %{version}-%{release}
1198Requires: ecore-imf-evas = %{version}-%{release}
1199Requires: eina = %{version}-%{release}
1200Requires: eio = %{version}-%{release}
1201Requires: eet = %{version}-%{release}
1202Requires: embryo = %{version}-%{release}
1203Requires: ephysics = %{version}-%{release}
3e32949c
JB
1204%{!?with_luajit:Requires: lua51 >= 5.1.0}
1205%{?with_luajit:Requires: luajit >= 2.0.0}
5f8d025f
JB
1206
1207%description -n edje-libs
1208Edje library.
1209
1210%description -n edje-libs -l pl.UTF-8
1211Biblioteka edje.
1212
1213%package -n edje-devel
1214Summary: Edje header files
1215Summary(pl.UTF-8): Pliki nagłówkowe Edje
1216License: BSD
1217Group: Development/Libraries
1218URL: http://trac.enlightenment.org/e/wiki/Edje
1219Requires: ecore-audio-devel = %{version}-%{release}
1220Requires: ecore-evas-devel = %{version}-%{release}
1221Requires: ecore-file-devel = %{version}-%{release}
1222Requires: ecore-imf-evas-devel = %{version}-%{release}
1223Requires: edje-libs = %{version}-%{release}
1224Requires: eet-devel = %{version}-%{release}
1225Requires: eio-devel = %{version}-%{release}
1226Requires: embryo-devel = %{version}-%{release}
1227Requires: ephysics-devel = %{version}-%{release}
3e32949c
JB
1228%{!?with_luajit:Requires: lua51-devel >= 5.1.0}
1229%{?with_luajit:Requires: luajit-devel >= 2.0.0}
5f8d025f
JB
1230
1231%description -n edje-devel
1232Header files for Edje.
1233
1234%description -n edje-devel -l pl.UTF-8
1235Pliki nagłówkowe Edje.
1236
1237%package -n edje-static
1238Summary: Static Edje library
1239Summary(pl.UTF-8): Statyczna biblioteka Edje
1240License: BSD
1241Group: Development/Libraries
1242URL: http://trac.enlightenment.org/e/wiki/Edje
1243Requires: edje-devel = %{version}-%{release}
1244
1245%description -n edje-static
1246Static Edje library.
1247
1248%description -n edje-static -l pl.UTF-8
1249Statyczna biblioteka Edje.
1250
e9503e71
JB
1251%package -n edje-cxx-devel
1252Summary: C++ API for Edje library
5800de65 1253Summary(pl.UTF-8): API języka C++ do biblioteki Edje
e9503e71
JB
1254Group: Development/Libraries
1255URL: http://trac.enlightenment.org/e/wiki/Edje
1256Requires: edje-devel = %{version}-%{release}
1257Requires: eo-cxx-devel = %{version}-%{release}
1258
1259%description -n edje-cxx-devel
1260C++ API for Edje library.
1261
1262%description -n edje-cxx-devel -l pl.UTF-8
1263API języka C++ do biblioteki Edje.
1264
5f8d025f
JB
1265%package -n edje-module-emotion
1266Summary: Emotion module for Edje library
1267Summary(pl.UTF-8): Moduł Emotion dla biblioteki Edje
1268License: BSD
1269Group: Libraries
1270URL: http://trac.enlightenment.org/e/wiki/Emotion
1271Requires: edje-libs = %{version}-%{release}
1272Requires: emotion = %{version}-%{release}
1273
1274%description -n edje-module-emotion
1275Emotion module for Edje library.
1276
1277%description -n edje-module-emotion -l pl.UTF-8
1278Moduł Emotion dla biblioteki Edje.
1279
1280%package -n eet
1281Summary: Library for speedy data storage, retrieval, and compression
1282Summary(pl.UTF-8): Biblioteka do szybkiego zapisywania, odtwarzania i kompresji danych
1283License: BSD
1284Group: Libraries
1285URL: http://trac.enlightenment.org/e/wiki/Eet
1286Requires: eina = %{version}-%{release}
1287%{?with_gnutls:Requires: gnutls >= 2.12.16}
1288%{?with_gnutls:Requires: libgcrypt >= 1.2.0}
1289Requires: zlib >= 1.2.3
1290
1291%description -n eet
1292Eet is a tiny library designed to write an arbitary set of chunks of
1293data to a file and optionally compress each chunk (very much like a
1294zip file) and allow fast random-access reading of the file later on.
1295It does not do zip as a zip itself has more complexity than is needed,
1296and it was much simpler to implement this once here.
1297
1298It also can encode and decode data structures in memory, as well as
1299image data for saving to eet files or sending across the network to
1300other machines, or just writing to arbitary files on the system. All
1301data is encoded in a platform independant way and can be written and
1302read by any architecture.
1303
1304%description -n eet -l pl.UTF-8
1305Eet to mała biblioteka zaprojektowana do zapisu dowolnego zbioru
1306porcji danych do pliku i opcjonalnej kompresji każdej porcji (podobnie
1307do pliku zip) oraz umożliwienia później szybkiego odczytu pliku ze
1308swobodnym dostępem. Nie jest to zip, jako że sam zip jest bardziej
1309złożony niż trzeba, a było dużo prościej zaimplementować to tak, jak
1310jest.
1311
1312Biblioteka może także kodować i dekodować struktury danych w pamięci,
1313a także dane obrazów do zapisu do plików eet lub wysyłania po sieci na
1314inne maszyny, lub po prostu zapisywania do dowolnych plików w
1315systemie. Wszystkie dane są kodowane w sposób niezależny od platformy
1316i mogą być zapisywane i odczytywane na dowolnej architekturze.
1317
1318%package -n eet-devel
1319Summary: Header files for Eet library
1320Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Eet
1321License: BSD
1322Group: Development/Libraries
1323URL: http://trac.enlightenment.org/e/wiki/Eet
1324Requires: eet = %{version}-%{release}
1325Requires: eina-devel = %{version}-%{release}
1326%{?with_gnutls:Requires: gnutls-devel >= 2.12.16}
1327%{?with_gnutls:Requires: libgcrypt-devel >= 1.2.0}
1328%{!?with_gnutls:Requires: openssl-devel}
1329Requires: libjpeg-devel
1330Requires: zlib-devel >= 1.2.3
1331
1332%description -n eet-devel
1333Header files for Eet library.
1334
1335%description -n eet-devel -l pl.UTF-8
1336Pliki nagłówkowe biblioteki Eet.
1337
1338%package -n eet-static
1339Summary: Static Eet library
1340Summary(pl.UTF-8): Statyczna biblioteka Eet
1341License: BSD
1342Group: Development/Libraries
1343URL: http://trac.enlightenment.org/e/wiki/Eet
1344Requires: eet-devel = %{version}-%{release}
1345
1346%description -n eet-static
1347Static Eet library.
1348
1349%description -n eet-static -l pl.UTF-8
1350Statyczna biblioteka Eet.
1351
e9503e71
JB
1352%package -n eet-cxx-devel
1353Summary: C++ API for Eet library
5800de65 1354Summary(pl.UTF-8): API języka C++ do biblioteki Eet
e9503e71
JB
1355Group: Development/Libraries
1356URL: http://trac.enlightenment.org/e/wiki/Eet
1357Requires: eet-devel = %{version}-%{release}
1358Requires: eina-cxx-devel = %{version}-%{release}
1359Requires: eo-cxx-devel = %{version}-%{release}
1360
1361%description -n eet-cxx-devel
1362C++ API for Eet library.
1363
1364%description -n eet-cxx-devel -l pl.UTF-8
1365API języka C++ do biblioteki Eet.
1366
5f8d025f
JB
1367%package -n eeze
1368Summary: Library for manipulating devices through udev
1369Summary(pl.UTF-8): Biblioteka do operowania urządzeniami korzystająca z udev
1370License: BSD
1371Group: Libraries
1372URL: http://trac.enlightenment.org/e/wiki/Eeze
1373Requires: ecore-file = %{version}-%{release}
1374Requires: eet = %{version}-%{release}
1375Requires: libmount >= 2.18.0
1376Requires: udev-libs >= 1:148
1377Obsoletes: enlightenment-utils-eeze
1378
1379%description -n eeze
1380Eeze is a library for manipulating devices through udev with a simple
1381and fast API. It interfaces directly with libudev, avoiding such
1382middleman daemons as udisks/upower or hal, to immediately gather
1383device information the instant it becomes known to the system. This
1384can be used to determine such things as:
1385 - If a CD-ROM has a disk inserted
1386 - The temperature of a cpu core
1387 - The remaining power left in a battery
1388 - The current power consumption of various parts
1389 - Monitor in realtime the status of peripheral devices.
1390
1391Each of the above examples can be performed by using only a single
1392eeze function, as one of the primary focuses of the library is to
1393reduce the complexity of managing devices.
1394
1395%description -n eeze -l pl.UTF-8
1396Eeze to bibliotek do operowania urządzeniami poprzez udev z prostym i
1397szybkim API. Działa bezpośrednio z libudev, bez pośrednich demonów,
1398takich jak udisks, upower czy hal, aby zebrać informacje z urządzeń
1399natychmiast, kiedy staną się znane w systemie. Może to służyć do
1400określania rzeczy takich jak:
1401 - włożenie płyty CD
1402 - termperatura rdzenia procesora
1403 - pozostała pojemność baterii
1404 - aktualne zużycie energii przez różne elementy
1405 - monitorowanie stanu urządzeń peryferyjnych w czasie rzeczywistym.
1406
1407Każde z tych zapytań może być wykonane przy użyciu jedynie pojedynczej
1408funkcji eeze, jako że jedną z głównych idei biblioteki jest
1409ograniczenie skomplikowania zarządzania urządzeniami.
1410
1411%package -n eeze-devel
1412Summary: Eeze header files
1413Summary(pl.UTF-8): Pliki nagłówkowe Eeze
1414License: BSD
1415Group: Development/Libraries
1416URL: http://trac.enlightenment.org/e/wiki/Eeze
1417Requires: eeze = %{version}-%{release}
1418Requires: ecore-file-devel = %{version}-%{release}
1419Requires: libmount-devel >= 2.18.0
1420Requires: udev-devel >= 1:148
1421
1422%description -n eeze-devel
1423Header files for Eeze.
1424
1425%description -n eeze-devel -l pl.UTF-8
1426Pliki nagłówkowe Eeze.
1427
1428%package -n eeze-static
1429Summary: Static Eeze library
1430Summary(pl.UTF-8): Statyczna biblioteka Eeze
1431License: BSD
1432Group: Development/Libraries
1433URL: http://trac.enlightenment.org/e/wiki/Eeze
1434Requires: eeze-devel = %{version}-%{release}
1435
1436%description -n eeze-static
1437Static Eeze library.
1438
1439%description -n eeze-static -l pl.UTF-8
1440Statyczna biblioteka Eeze.
1441
1442%package -n efreet
1443Summary: freedesktop.org standards implementation for the EFL
1444Summary(pl.UTF-8): Implementacja standardów freedesktop.org dla EFL
1445License: BSD
1446Group: Libraries
1447URL: http://trac.enlightenment.org/e/wiki/Efreet
1448Requires: dbus
1449Requires: efreet-libs = %{version}-%{release}
1450
1451%description -n efreet
1452Efreet is an implementation of the following specifications from
1453freedesktop.org:
1454 - Base Directory - Locations for system and user specific desktop
1455 configuration files,
1456 - Desktop Entries - The metadata associated with the applications
1457 installed on a system,
1458 - Application Menus - The arrangement of available applications into
1459 a hierarchical menu,
1460 - Icon Themes - A means of associating icons with various objects on
1461 the desktop in a themable fashion.
1462
1463By following these specifications, Enlightenment 0.17 uses the same
1464format for describing application launchers, menus and icon themes as
1465the GNOME, KDE and XFCE Desktop Environments. A system must only
1466provide a single set of this data for use with any of these desktops.
1467
1468%description -n efreet -l pl.UTF-8
1469Efreet to implementacja następujących specyfikacji z freedesktop.org:
1470 - Base Directory - położenie plików konfiguracyjnych środowiska dla
1471 systemu i użytkownika,
1472 - Desktop Entries - metadane związane z aplikacjami zainstalowanymi w
1473 systemie,
1474 - Application Menus - uporządkowanie dostępnych aplikacji w menu
1475 hierarchiczne,
1476 - Icon Themes - sposób wiązania ikon z różnymi obiektami w środowisku
1477 w sposób pozwalający na ustawianie motywów.
1478
1479%package -n efreet-libs
1480Summary: Efreet shared libraries
1481Summary(pl.UTF-8): Biblioteki współdzielone Efreet
1482License: BSD
1483Group: Libraries
1484URL: http://trac.enlightenment.org/e/wiki/Efreet
1485Requires: ecore-file = %{version}-%{release}
1486Requires: eldbus = %{version}-%{release}
1487Requires: eet = %{version}-%{release}
1488
1489%description -n efreet-libs
1490Efreet shared libraries.
1491
1492%description -n efreet-libs -l pl.UTF-8
1493Biblioteki współdzielone Efreet.
1494
1495%package -n efreet-devel
1496Summary: Efreet header files
1497Summary(pl.UTF-8): Pliki nagłówkowe Efreet
1498License: BSD
1499Group: Development/Libraries
1500URL: http://trac.enlightenment.org/e/wiki/Efreet
1501Requires: ecore-file-devel = %{version}-%{release}
1502Requires: eet-devel = %{version}-%{release}
1503Requires: efreet-libs = %{version}-%{release}
1504Requires: eldbus-devel = %{version}-%{release}
1505
1506%description -n efreet-devel
1507Header files for Efreet.
1508
1509%description -n efreet-devel -l pl.UTF-8
1510Pliki nagłówkowe Efreet.
1511
1512%package -n efreet-static
1513Summary: Static Efreet library
1514Summary(pl.UTF-8): Statyczna biblioteka Efreet
1515License: BSD
1516Group: Development/Libraries
1517URL: http://trac.enlightenment.org/e/wiki/Efreet
1518Requires: efreet-devel = %{version}-%{release}
1519
1520%description -n efreet-static
1521Static Efreet library.
1522
1523%description -n efreet-static -l pl.UTF-8
1524Statyczna biblioteka Efreet.
1525
1526%package -n eina
1527Summary: Data types library (list, hash, etc.)
1528Summary(pl.UTF-8): Biblioteka struktur danych (lista, hasz, itp.)
1529License: LGPL v2.1+
1530Group: Libraries
1531URL: http://trac.enlightenment.org/e/wiki/Eina
9d1341c7 1532%{?with_systemd:Requires: systemd-libs >= 1:192}
5f8d025f
JB
1533
1534%description -n eina
1535Data types library (list, hash, etc.)
1536
1537%description -n eina -l pl.UTF-8
1538Bilblioteka struktur danych (lista, hasz, itp.).
1539
1540%package -n eina-devel
1541Summary: Eina header files
1542Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Eina
1543License: LGPL v2.1+
1544Group: Development/Libraries
1545URL: http://trac.enlightenment.org/e/wiki/Eina
1546Requires: eina = %{version}-%{release}
9d1341c7 1547%{?with_systemd:Requires: systemd-devel >= 1:192}
5f8d025f
JB
1548
1549%description -n eina-devel
1550Header files for Eina.
1551
1552%description -n eina-devel -l pl.UTF-8
1553Pliki nagłówkowe biblioteki Eina.
1554
1555%package -n eina-static
1556Summary: Static Eina library
1557Summary(pl.UTF-8): Statyczna biblioteka Eina
1558License: LGPL v2.1+
1559Group: Development/Libraries
1560URL: http://trac.enlightenment.org/e/wiki/Eina
1561Requires: eina-devel = %{version}-%{release}
1562
1563%description -n eina-static
1564Static Eina library.
1565
1566%description -n eina-static -l pl.UTF-8
1567Statyczna biblioteka Eina.
1568
e9503e71
JB
1569%package -n eina-cxx-devel
1570Summary: C++ API for Eina library
5800de65 1571Summary(pl.UTF-8): API języka C++ do biblioteki Eina
e9503e71
JB
1572Group: Development/Libraries
1573URL: http://trac.enlightenment.org/e/wiki/Eina
1574Requires: eina-devel = %{version}-%{release}
1575Requires: libstdc++-devel
1576
1577%description -n eina-cxx-devel
1578C++ API for Eina library.
1579
1580%description -n eina-cxx-devel -l pl.UTF-8
1581API języka C++ do biblioteki Eina.
1582
5f8d025f
JB
1583%package -n eio
1584Summary: Enlightenment Input Output Library
1585Summary(pl.UTF-8): Enlightenment Input Output - biblioteka wejścia/wyjścia z projektu Enlightenment
1586License: LGPL v2.1+
1587Group: Libraries
1588URL: http://trac.enlightenment.org/e/wiki/Eio
1589Requires: ecore = %{version}-%{release}
1590Requires: eet = %{version}-%{release}
1591
1592%description -n eio
1593This library is intended to provide non blocking I/O by using thread
1594for all operation that may block. It depends only on eina and ecore
1595right now. It should integrate all the features/functions of
1596Ecore_File that could block.
1597
1598%description -n eio -l pl.UTF-8
1599Ta biblioteka na za zadanie zapewniać nieblokujące operacje we/wy
1600poprzez użycie wątków dla wszystkich operacji, które mogę być
1601blokujące. Na razie wymaga tylko bibliotek eina i ecore. Powinna
1602zawierać wszystkie funkcje Ecore_File, które mogą być blokujące.
1603
1604%package -n eio-devel
1605Summary: Header files for Eio library
1606Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Eio
1607Group: Development/Libraries
1608Requires: ecore-devel = %{version}-%{release}
1609Requires: eet-devel = %{version}-%{release}
1610Requires: eio = %{version}-%{release}
1611Conflicts: libeio-devel
1612
1613%description -n eio-devel
1614Header files for Eio library.
1615
1616%description -n eio-devel -l pl.UTF-8
1617Pliki nagłówkowe biblioteki Eio.
1618
1619%package -n eio-static
1620Summary: Static Eio library
1621Summary(pl.UTF-8): Statyczna biblioteka Eio
1622Group: Development/Libraries
1623Requires: eio-devel = %{version}-%{release}
1624
1625%description -n eio-static
1626Static Eio library.
1627
1628%description -n eio-static -l pl.UTF-8
1629Statyczna biblioteka Eio.
1630
1631%package -n eldbus
1632Summary: Easy access to D-Bus from EFL applications
1633Summary(pl.UTF-8): Łatwy dostęp do usługi D-Bus z aplikacji EFL
1634License: LGPL v2.1+
1635Group: Libraries
1636Requires: ecore = %{version}-%{release}
1637Requires: eina = %{version}-%{release}
1638
1639%description -n eldbus
1640Eldbus provides easy access to D-Bus from EFL applications.
1641
1642Eldbus allows connecting to both system and session buses acting as
1643both client and service roles.
1644
1645%description -n eldbus -l pl.UTF-8
1646Eldbus zapewnia łatwy dostęp do usługi D-Bus z aplikacji EFL.
1647
1648Eldbus pozwala na łączenie się z szyną systemową lub sesyjną, zarówno
1649w roli klienta, jak i usługi.
1650
1651%package -n eldbus-devel
1652Summary: Header files for eldbus library
1653Summary(pl.UTF-8): Pliki nagłówkowe biblioteki eldbus
1654License: LGPL v2.1+
1655Group: Development/Libraries
1656Requires: dbus-devel
1657Requires: ecore-devel = %{version}-%{release}
1658Requires: eina-devel = %{version}-%{release}
1659Requires: eldbus = %{version}-%{release}
1660
1661%description -n eldbus-devel
1662Header files for eldbus library.
1663
1664%description -n eldbus-devel -l pl.UTF-8
1665Pliki nagłówkowe biblioteki eldbus.
1666
1667%package -n eldbus-static
1668Summary: Static eldbus library
1669Summary(pl.UTF-8): Statyczna biblioteka eldbus
1670License: LGPL v2.1+
1671Group: Development/Libraries
1672Requires: eldbus-devel = %{version}-%{release}
1673
1674%description -n eldbus-static
1675Static eldbus library.
1676
1677%description -n eldbus-static -l pl.UTF-8
1678Statyczna biblioteka eldbus.
1679
1680%package -n embryo
1681Summary: Enlightenment Fundation Libraries - Embryo
1682Summary(pl.UTF-8): Podstawowe biblioteki Enlightenmenta - Embryo
1683License: BSD
1684Group: Libraries
1685URL: http://trac.enlightenment.org/e/wiki/Embryo
1686Requires: eina = %{version}-%{release}
1687
1688%description -n embryo
1689Embryo is a tiny library designed as a virtual machine to interpret a
1690limited set of small compiled programs.
1691
1692%description -n embryo -l pl.UTF-8
1693Embryo to mała biblioteka zaprojektowana jako maszyna wirtualna do
1694interpretowania ograniczonego zbioru małych skompilowanych programów.
1695
1696%package -n embryo-devel
1697Summary: Embryo header files
1698Summary(pl.UTF-8): Pliki nagłówkowe Embryo
1699License: BSD
1700Group: Development/Libraries
1701URL: http://trac.enlightenment.org/e/wiki/Embryo
1702Requires: eina-devel = %{version}-%{release}
1703Requires: embryo = %{version}-%{release}
1704
1705%description -n embryo-devel
1706Header files for Embryo.
1707
1708%description -n embryo-devel -l pl.UTF-8
1709Pliki nagłówkowe Embryo.
1710
1711%package -n embryo-static
1712Summary: Static Embryo library
1713Summary(pl.UTF-8): Statyczna biblioteka Embryo
1714License: BSD
1715Group: Development/Libraries
1716URL: http://trac.enlightenment.org/e/wiki/Embryo
1717Requires: embryo-devel = %{version}-%{release}
1718
1719%description -n embryo-static
1720Static Embryo library.
1721
1722%description -n embryo-static -l pl.UTF-8
1723Statyczna biblioteka Embryo.
1724
1725%package -n emotion
1726Summary: Emotion - EFL media playback library
1727Summary(pl.UTF-8): Emotion - biblioteka EFL do odtwarzania multimediów
1728License: BSD
1729Group: Libraries
1730URL: http://trac.enlightenment.org/e/wiki/Emotion
1731Requires: ecore = %{version}-%{release}
1732Requires: eet = %{version}-%{release}
1733Requires: eeze = %{version}-%{release}
1734Requires: eio = %{version}-%{release}
1735Requires: evas = %{version}-%{release}
1736# for edje module
1737Requires: edje-libs = %{version}-%{release}
20bf3aa0 1738Obsoletes: emotion-decoder-vlc
5f8d025f
JB
1739
1740%description -n emotion
1741Emotion is a library to easily integrate media playback into EFL
1742applications, it will take care of using Ecore's main loop and video
1743display is done using Evas.
1744
1745%description -n emotion -l pl.UTF-8
1746Emotion to biblioteka pozwalająca na łatwą integrację odtwarzania
1747multimediów w aplikacjach EFL. Współpracuje z główną pętlą Ecore, a do
1748wyświetlania wykorzystuje bibliotekę Evas.
1749
1750%package -n emotion-devel
1751Summary: Emotion header files
1752Summary(pl.UTF-8): Pliki nagłówkowe Emotion
1753License: BSD
1754Group: Development/Libraries
1755URL: http://trac.enlightenment.org/e/wiki/Emotion
1756Requires: ecore-devel = %{version}-%{release}
1757Requires: eio-devel = %{version}-%{release}
1758Requires: eet-devel = %{version}-%{release}
1759Requires: eeze-devel = %{version}-%{release}
1760Requires: emotion = %{version}-%{release}
1761Requires: evas-devel = %{version}-%{release}
1762
1763%description -n emotion-devel
1764Header files for Emotion.
1765
1766%description -n emotion-devel -l pl.UTF-8
1767Pliki nagłówkowe Emotion.
1768
1769%package -n emotion-static
1770Summary: Static Emotion library
1771Summary(pl.UTF-8): Statyczna biblioteka Emotion
1772License: BSD
1773Group: Development/Libraries
1774URL: http://trac.enlightenment.org/e/wiki/Emotion
1775Requires: emotion-devel = %{version}-%{release}
1776
1777%description -n emotion-static
1778Static Emotion library.
1779
1780%description -n emotion-static -l pl.UTF-8
1781Statyczna biblioteka Emotion.
1782
1783%package -n emotion-decoder-gstreamer
1784Summary: Emotion decoder using gstreamer
1785Summary(pl.UTF-8): Dekoder Emotion używający gstreamera
1786License: BSD
1787Group: Libraries
1788URL: http://trac.enlightenment.org/e/wiki/Emotion
1789Requires: emotion = %{version}-%{release}
3e32949c
JB
1790Requires: gstreamer >= 1.0
1791Requires: gstreamer-plugins-base >= 1.0
5f8d025f
JB
1792
1793%description -n emotion-decoder-gstreamer
1794Emotion decoder using gstreamer.
1795
1796%description -n emotion-decoder-gstreamer -l pl.UTF-8
1797Dekoder Emotion używający gstreamera.
1798
1799%package -n emotion-decoder-xine
1800Summary: Emotion decoder using xine
1801Summary(pl.UTF-8): Dekoder Emotion używający xine
1802License: BSD
1803Group: Libraries
1804URL: http://trac.enlightenment.org/e/wiki/Emotion
1805Requires: emotion = %{version}-%{release}
1806Requires: xine-lib >= 2:1.1.1
1807
1808%description -n emotion-decoder-xine
1809Emotion decoder using xine.
1810
1811%description -n emotion-decoder-xine -l pl.UTF-8
1812Dekoder Emotion używający xine.
1813
1814%package -n eo
1815Summary: Object type library
1816Summary(pl.UTF-8): Biblioteka typów obiektów
1817License: BSD
1818Group: Libraries
1819Requires: eina = %{version}-%{release}
1820
1821%description -n eo
1822Eo is an object type library.
1823
1824%description -n eo -l pl.UTF-8
1825Eo to biblioteka typów obiektów.
1826
1827%package -n eo-devel
1828Summary: Header file for Eo library
1829Summary(pl.UTF-8): Plik nagłówkowy biblioteki Eo
1830License: BSD
1831Group: Development/Libraries
1832Requires: eina-devel = %{version}-%{release}
1833Requires: eo = %{version}-%{release}
1834
1835%description -n eo-devel
1836Header file for Eo library.
1837
1838%description -n eo-devel -l pl.UTF-8
1839Plik nagłówkowy biblioteki Eo.
1840
1841%package -n eo-static
1842Summary: Static Eo library
1843Summary(pl.UTF-8): Statyczna biblioteka Eo
1844License: BSD
1845Group: Development/Libraries
1846Requires: eo-devel = %{version}-%{release}
1847
1848%description -n eo-static
1849Static Eo library.
1850
1851%description -n eo-static -l pl.UTF-8
1852Statyczna biblioteka Eo.
1853
e9503e71
JB
1854%package -n eo-cxx-devel
1855Summary: C++ API for Eo library
5800de65 1856Summary(pl.UTF-8): API języka C++ do biblioteki Eo
e9503e71
JB
1857Group: Development/Libraries
1858Requires: eina-cxx-devel = %{version}-%{release}
1859Requires: eo-devel = %{version}-%{release}
1860
1861%description -n eo-cxx-devel
1862C++ API for Eo library.
1863
1864%description -n eo-cxx-devel -l pl.UTF-8
1865API języka C++ do biblioteki Eo.
1866
5f8d025f
JB
1867%package -n eo-gdb
1868Summary: GDB Python support scripts for Eo types
1869Summary(pl.UTF-8): Skrypty Pythona do obsługi typów Eo w GDB
1870Group: Development/Debuggers
1871Requires: eo = %{version}-%{release}
1872Requires: gdb
1873
1874%description -n eo-gdb
1875GDB Python support scripts for Eo types.
1876
1877%description -n eo-gdb -l pl.UTF-8
1878Skrypty Pythona do obsługi typów Eo w GDB.
1879
e9503e71
JB
1880%package -n eolian
1881Summary: EFL .eo parser and code generator library
1882Summary(pl.UTF-8): Biblioteka EFL do analizy .eo i generowania kodu
1883License: BSD
1884Group: Libraries
1885Requires: eina = %{version}-%{release}
1886
1887%description -n eolian
1888Eolian is an EFL's .eo parser and code generator.
1889
1890%description -n eolian -l pl.UTF-8
1891Eolian to analizator .eo i generator kodu EFL.
1892
1893%package -n eolian-devel
1894Summary: Header files for Eolian library
1895Summary(pl.UTF-8): Pliki nagłówkowe biblioteki Eolian
1896License: BSD
1897Group: Development/Libraries
1898Requires: eina-devel = %{version}-%{release}
1899Requires: eolian = %{version}-%{release}
1900
1901%description -n eolian-devel
1902Header files for Eolian library.
1903
1904%description -n eolian-devel -l pl.UTF-8
1905Pliki nagłówkowe biblioteki Eolian.
1906
1907%package -n eolian-static
1908Summary: Static Eolian library
1909Summary(pl.UTF-8): Statyczna biblioteka Eolian
1910License: BSD
1911Group: Development/Libraries
1912Requires: eolian-devel = %{version}-%{release}
1913
1914%description -n eolian-static
1915Static Eolian library.
1916
1917%description -n eolian-static -l pl.UTF-8
1918Statyczna biblioteka Eolian.
1919
1920%package -n eolian-cxx-devel
1921Summary: C++ API for Eolian library
5800de65 1922Summary(pl.UTF-8): API języka C++ do biblioteki Eolian
e9503e71
JB
1923Group: Development/Libraries
1924Requires: eo-devel = %{version}-%{release}
1925Requires: eolian-devel = %{version}-%{release}
0fffb3e6 1926Requires: libstdc++-devel
e9503e71
JB
1927
1928%description -n eolian-cxx-devel
1929C++ API for Eolian library.
1930
1931%description -n eolian-cxx-devel -l pl.UTF-8
1932API języka C++ do biblioteki Eolian.
1933
5f8d025f
JB
1934%package -n ephysics
1935Summary: EPhysics - wrapper for physics engine
1936Summary(pl.UTF-8): EPhysics - interfejs do silnika fizyki
1937Group: Libraries
1938Requires: bullet >= 2.80
1939Requires: ecore = %{version}-%{release}
1940Requires: evas = %{version}-%{release}
1941
1942%description -n ephysics
1943EPhysics is a wrapper for physics engine.
1944
1945%description -n ephysics -l pl.UTF-8
1946EPhysics to interfejs do silnika fizyki.
1947
1948%package -n ephysics-devel
1949Summary: Header file for EPhysics library
1950Summary(pl.UTF-8): Plik nagłówkowy biblioteki EPhysics
1951Group: Development/Libraries
1952Requires: bullet-devel >= 2.80
1953Requires: ecore-devel = %{version}-%{release}
1954Requires: ephysics = %{version}-%{release}
1955Requires: evas-devel = %{version}-%{release}
1956
1957%description -n ephysics-devel
1958Header file for EPhysics library.
1959
1960%description -n ephysics-devel -l pl.UTF-8
1961Plik nagłówkowy biblioteki EPhysics.
1962
1963%package -n ephysics-static
1964Summary: Static EPhysics library
1965Summary(pl.UTF-8): Statyczna biblioteka EPhysics
1966Group: Development/Libraries
1967Requires: ephysics-devel = %{version}-%{release}
1968
1969%description -n ephysics-static
1970Static EPhysics library.
1971
1972%description -n ephysics-static -l pl.UTF-8
1973Statyczna biblioteka EPhysics.
1974
1975%package -n ethumb
1976Summary: Ethumb - thumbnail generation service and utilities
1977Summary(pl.UTF-8): Ethumb - usługa i narzędzia generujące miniaturki
1978License: LGPL v2.1
1979Group: Applications/Graphics
1980URL: http://trac.enlightenment.org/e/wiki/Ethumb
1981Requires: dbus
1982Requires: ethumb-libs = %{version}-%{release}
1983Obsoletes: ethumb-plugin-epdf
1984
1985%description -n ethumb
1986Ethumb is a thumbnail generation library. Features:
1987- create thumbnails with a predefined frame (possibly an edje frame);
1988- have an option to create fdo-like thumbnails;
1989- have a client/server utility.
1990
1991%description -n ethumb -l pl.UTF-8
1992Ethumb to biblioteka do generowania miniaturek. Możliwości:
1993- tworzenie miniaturek z predefiniowaną ramką (w tym ramką edje);
1994- opcja tworzenia miniaturek w stylu fdo;
1995- narzędzia klient-serwer.
1996
1997%package -n ethumb-libs
1998Summary: Ethumb shared libraries
1999Summary(pl.UTF-8): Biblioteki współdzielone Ethumb
2000License: LGPL v2.1
2001Group: Libraries
2002URL: http://trac.enlightenment.org/e/wiki/Ethumb
2003Requires: ecore-evas = %{version}-%{release}
2004Requires: ecore-file = %{version}-%{release}
2005Requires: edje-libs = %{version}-%{release}
2006Requires: eldbus = %{version}-%{release}
2007
2008%description -n ethumb-libs
2009Ethumb shared libraries.
2010
2011%description -n ethumb-libs -l pl.UTF-8
2012Biblioteki współdzielone Ethumb.
2013
2014%package -n ethumb-devel
2015Summary: Header files for Ethumb libraries
2016Summary(pl.UTF-8): Pliki nagłówkowe bibliotek Ethumb
2017License: LGPL v2.1
2018Group: Development/Libraries
2019URL: http://trac.enlightenment.org/e/wiki/Ethumb
2020Requires: ethumb-libs = %{version}-%{release}
2021Requires: ecore-evas-devel = %{version}-%{release}
2022Requires: ecore-file-devel = %{version}-%{release}
2023Requires: edje-devel = %{version}-%{release}
2024Requires: eldbus-devel = %{version}-%{release}
2025
2026%description -n ethumb-devel
2027Header files for Ethumb libraries.
2028
2029%description -n ethumb-devel -l pl.UTF-8
2030Pliki nagłówkowe bibliotek Ethumb.
2031
2032%package -n ethumb-static
2033Summary: Static Ethumb libraries
2034Summary(pl.UTF-8): Statyczne biblioteki Ethumb
2035License: LGPL v2.1
2036Group: Development/Libraries
2037URL: http://trac.enlightenment.org/e/wiki/Ethumb
2038Requires: ethumb-devel = %{version}-%{release}
2039
2040%description -n ethumb-static
2041Static Ethumb libraries.
2042
2043%description -n ethumb-static -l pl.UTF-8
2044Statyczne biblioteki Ethumb.
2045
2046%package -n ethumb-plugin-emotion
2047Summary: Emotion plugin for Ethumb library
2048Summary(pl.UTF-8): Wtyczka Emotion dla biblioteki Ethumb
2049License: LGPL v2.1
2050Group: Libraries
2051URL: http://trac.enlightenment.org/e/wiki/Ethumb
2052Requires: edje-libs = %{version}-%{release}
2053Requires: emotion = %{version}-%{release}
2054Requires: ethumb-libs = %{version}-%{release}
2055
2056%description -n ethumb-plugin-emotion
2057Emotion plugin for Ethumb library. It creates thumbnails from movies
2058using Emotion library.
2059
2060%description -n ethumb-plugin-emotion -l pl.UTF-8
2061Wtyczka Emotion dla biblioteki Ethumb. Potrafi tworzyć miniaturki z
2062filmów przy użyciu biblioteki Emotion.
2063
2064%package -n evas
2065Summary: Multi-platform Canvas Library
2066Summary(pl.UTF-8): Wieloplatformowa biblioteka do rysowania
2067License: BSD
2068Group: Libraries
2069URL: http://trac.enlightenment.org/e/wiki/Evas
2070Requires: eet = %{version}-%{release}
2071Requires: eo = %{version}-%{release}
2072Requires: fontconfig-libs >= 2.5.0
2073Requires: freetype >= 1:2.2
2074Requires: fribidi >= 0.19.2
2075Requires: harfbuzz >= 0.9.0
2076# Provides for statically linked modules
2077Provides: evas-engine-buffer = %{version}-%{release}
2078Provides: evas-engine-software_generic = %{version}-%{release}
2079Provides: evas-loader-eet = %{version}-%{release}
2080Provides: evas-loader-pmaps = %{version}-%{release}
2081Provides: evas-loader-xpm = %{version}-%{release}
2082Provides: evas-saver-eet = %{version}-%{release}
2083# packages merged in
2084Obsoletes: evas-engine-buffer < %{version}-%{release}
2085Obsoletes: evas-engine-software_generic < %{version}-%{release}
2086Obsoletes: evas-libs
2087Obsoletes: evas-loader-eet < %{version}-%{release}
2088Obsoletes: evas-loader-pmaps < %{version}-%{release}
2089Obsoletes: evas-loader-xpm < %{version}-%{release}
2090Obsoletes: evas-saver-eet < %{version}-%{release}
2091# obsolete packages
2092Obsoletes: evas-engine-directfb
2093Obsoletes: evas-engine-software_8
2094Obsoletes: evas-engine-software_8_x11
2095Obsoletes: evas-engine-software_16
2096Obsoletes: evas-engine-software_16_sdl
2097Obsoletes: evas-engine-software_16_x11
2098Obsoletes: evas-engine-software_qtopia
2099Obsoletes: evas-engine-xrender_x11
2100Obsoletes: evas-engine-xrender_xcb
2101Obsoletes: evas-loader-edb
2102Obsoletes: evas-loader-svg
2103Obsoletes: evas-saver-edb
2104
2105%description -n evas
2106Evas is a clean display canvas API for several target display systems
2107that can draw anti-aliased text, smooth super and sub-sampled scaled
2108images, alpha-blend objects much and more.
2109
2110%description -n evas -l pl.UTF-8
2111Evas to czyste API "płótna obrazu" dla różnych systemów wyświetlania,
2112będące w stanie rysować tekst z antyaliasingiem, wygładzane, skalowane
2113obrazy, obiekty z alpha-blendingiem i inne elementy.
2114
2115%package -n evas-devel
2116Summary: Evas header files
2117Summary(pl.UTF-8): Pliki nagłówkowe Evas
2118License: BSD
2119Group: Development/Libraries
2120URL: http://trac.enlightenment.org/e/wiki/Evas
2121Requires: evas = %{version}-%{release}
2122Requires: eet-devel = %{version}-%{release}
2123Requires: eo-devel = %{version}-%{release}
2124Requires: fontconfig-devel >= 2.5.0
2125Requires: freetype-devel >= 1:2.2
2126Requires: fribidi-devel >= 0.19.2
2127Requires: harfbuzz-devel >= 0.9.0
2128
2129%description -n evas-devel
2130Header files for Evas.
2131
2132%description -n evas-devel -l pl.UTF-8
2133Pliki nagłówkowe Evas.
2134
2135%package -n evas-static
2136Summary: Static Evas library
2137Summary(pl.UTF-8): Statyczna biblioteka Evas
2138License: BSD
2139Group: Development/Libraries
2140URL: http://trac.enlightenment.org/e/wiki/Evas
2141Requires: evas-devel = %{version}-%{release}
2142
2143%description -n evas-static
2144Static Evas library.
2145
2146%description -n evas-static -l pl.UTF-8
2147Statyczna biblioteka Evas.
2148
e9503e71
JB
2149%package -n evas-cxx-devel
2150Summary: C++ API for Evas library
5800de65 2151Summary(pl.UTF-8): API języka C++ do biblioteki Evas
e9503e71
JB
2152Group: Development/Libraries
2153URL: http://trac.enlightenment.org/e/wiki/Evas
2154Requires: eo-cxx-devel = %{version}-%{release}
2155Requires: evas-devel = %{version}-%{release}
2156
2157%description -n evas-cxx-devel
2158C++ API for Evas library.
2159
2160%description -n evas-cxx-devel -l pl.UTF-8
2161API języka C++ do biblioteki Evas.
2162
5f8d025f
JB
2163## EVAS MODULES
2164# engines:
2165%package -n evas-engine-drm
2166Summary: DRM rendering engine module for Evas
2167Summary(pl.UTF-8): Moduł silnika renderującego DRM dla Evas
2168License: BSD
2169Group: Libraries
2170URL: http://trac.enlightenment.org/e/wiki/Evas
2171Requires: evas = %{version}-%{release}
2172
2173%description -n evas-engine-drm
2174DRM rendering engine module for Evas.
2175
2176%description -n evas-engine-drm -l pl.UTF-8
2177Moduł silnika renderującego DRM dla Evas.
2178
2179%package -n evas-engine-fb
2180Summary: Framebuffer rendering engine module for Evas
2181Summary(pl.UTF-8): Moduł silnika renderującego na framebuffer dla Evas
2182License: BSD
2183Group: Libraries
2184URL: http://trac.enlightenment.org/e/wiki/Evas
2185Requires: evas = %{version}-%{release}
2186
2187%description -n evas-engine-fb
2188Framebuffer rendering engine module for Evas.
2189
2190%description -n evas-engine-fb -l pl.UTF-8
2191Moduł silnika renderującego na framebuffer dla Evas.
2192
2193%package -n evas-engine-gl_sdl
2194Summary: SDL OpenGL rendering engine module for Evas
2195Summary(pl.UTF-8): Moduł silnika renderującego na SDL OpenGL dla Evas
2196License: BSD
2197Group: Libraries
2198URL: http://trac.enlightenment.org/e/wiki/Evas
2199Requires: evas = %{version}-%{release}
2200Requires: SDL >= 1.2.0
2201
2202%description -n evas-engine-gl_sdl
2203SDL OpenGL rendering engine module for Evas.
2204
2205%description -n evas-engine-gl_sdl -l pl.UTF-8
2206Moduł silnika renderującego na SDL OpenGL dla Evas.
2207
2208%package -n evas-engine-gl_x11
2209Summary: OpenGL under X11 rendering engine module for Evas
2210Summary(pl.UTF-8): Moduł silnika renderującego na OpenGL pod X11 dla Evas
2211License: BSD
2212Group: Libraries
2213URL: http://trac.enlightenment.org/e/wiki/Evas
2214Requires: evas = %{version}-%{release}
2215
2216%description -n evas-engine-gl_x11
2217OpenGL under X11 rendering engine module for Evas.
2218
2219%description -n evas-engine-gl_x11 -l pl.UTF-8
2220Moduł silnika renderującego na OpenGL pod X11 dla Evas.
2221
2222%package -n evas-engine-software_x11
2223Summary: Software X11 rendering engine module for Evas
2224Summary(pl.UTF-8): Moduł programowego silnika renderującego X11 dla Evas
2225License: BSD
2226Group: Libraries
2227URL: http://trac.enlightenment.org/e/wiki/Evas
2228Requires: evas = %{version}-%{release}
2229Obsoletes: evas-engine-software_xcb
2230
2231%description -n evas-engine-software_x11
2232Software X11 rendering engine module for Evas.
2233
2234%description -n evas-engine-software_x11 -l pl.UTF-8
2235Moduł programowego silnika renderującego X11 dla Evas.
2236
2237%package -n evas-engine-wayland_egl
2238Summary: Wayland EGL rendering engine module for Evas
2239Summary(pl.UTF-8): Moduł silnika renderującego Wayland EGL dla Evas
2240License: BSD
2241Group: Libraries
2242URL: http://trac.enlightenment.org/e/wiki/Evas
6af42324
JB
2243Requires: Mesa-libEGL-devel >= 7.10
2244Requires: Mesa-libwayland-egl-devel >= 9.2.0
5f8d025f
JB
2245Requires: evas = %{version}-%{release}
2246
2247%description -n evas-engine-wayland_egl
2248Wayland EGL rendering engine module for Evas.
2249
2250%description -n evas-engine-wayland_egl -l pl.UTF-8
2251Moduł silnika renderującego Wayland EGL dla Evas.
2252
2253%package -n evas-engine-wayland_shm
2254Summary: Wayland SHM rendering engine module for Evas
2255Summary(pl.UTF-8): Moduł silnika renderującego Wayland SHM dla Evas
2256License: BSD
2257Group: Libraries
2258URL: http://trac.enlightenment.org/e/wiki/Evas
2259Requires: evas = %{version}-%{release}
2260
2261%description -n evas-engine-wayland_shm
2262Wayland SHM rendering engine module for Evas.
2263
2264%description -n evas-engine-wayland_shm -l pl.UTF-8
2265Moduł silnika renderującego Wayland SHM dla Evas.
2266
2267# loaders:
2268%package -n evas-loader-gif
2269Summary: GIF Image loader module for Evas
2270Summary(pl.UTF-8): Moduł wczytywania obrazów GIF dla Evas
2271License: BSD
2272Group: Libraries
2273URL: http://trac.enlightenment.org/e/wiki/Evas
2274Requires: evas = %{version}-%{release}
2275
2276%description -n evas-loader-gif
2277GIF Image loader module for Evas.
2278
2279%description -n evas-loader-gif -l pl.UTF-8
2280Moduł wczytywania obrazów GIF dla Evas.
2281
2282%package -n evas-loader-jp2k
2283Summary: JPEG2000 Image loader module for Evas
2284Summary(pl.UTF-8): Moduł wczytywania obrazów JPEG2000 dla Evas
2285License: BSD
2286Group: Libraries
2287URL: http://trac.enlightenment.org/e/wiki/Evas
2288Requires: evas = %{version}-%{release}
2289
2290%description -n evas-loader-jp2k
2291JPEG2000 Image loader module for Evas.
2292
2293%description -n evas-loader-jp2k -l pl.UTF-8
2294Moduł wczytywania obrazów JPEG2000 dla Evas.
2295
2296%package -n evas-loader-jpeg
2297Summary: JPEG Image loader module for Evas
2298Summary(pl.UTF-8): Moduł wczytywania obrazów JPEG dla Evas
2299License: BSD
2300Group: Libraries
2301URL: http://trac.enlightenment.org/e/wiki/Evas
2302Requires: evas = %{version}-%{release}
2303
2304%description -n evas-loader-jpeg
2305JPEG Image loader module for Evas.
2306
2307%description -n evas-loader-jpeg -l pl.UTF-8
2308Moduł wczytywania obrazów JPEG dla Evas.
2309
2310%package -n evas-loader-png
2311Summary: PNG Image loader module for Evas
2312Summary(pl.UTF-8): Moduł wczytywania obrazów PNG dla Evas
2313License: BSD
2314Group: Libraries
2315URL: http://trac.enlightenment.org/e/wiki/Evas
2316Requires: evas = %{version}-%{release}
2317Requires: libpng >= 1.2.10
2318
2319%description -n evas-loader-png
2320PNG Image loader module for Evas.
2321
2322%description -n evas-loader-png -l pl.UTF-8
2323Moduł wczytywania obrazów PNG dla Evas.
2324
2325%package -n evas-loader-tiff
2326Summary: TIFF Image loader module for Evas
2327Summary(pl.UTF-8): Moduł wczytywania obrazów TIFF dla Evas
2328License: BSD
2329Group: Libraries
2330URL: http://trac.enlightenment.org/e/wiki/Evas
2331Requires: evas = %{version}-%{release}
2332
2333%description -n evas-loader-tiff
2334TIFF Image loader module for Evas.
2335
2336%description -n evas-loader-tiff -l pl.UTF-8
2337Moduł wczytywania obrazów TIFF dla Evas.
2338
2339%package -n evas-loader-webp
2340Summary: WebP Image loader module for Evas
2341Summary(pl.UTF-8): Moduł wczytywania obrazów WebP dla Evas
2342License: BSD
2343Group: Libraries
2344URL: http://trac.enlightenment.org/e/wiki/Evas
2345Requires: evas = %{version}-%{release}
2346
2347%description -n evas-loader-webp
2348WebP Image loader module for Evas.
2349
2350%description -n evas-loader-webp -l pl.UTF-8
2351Moduł wczytywania obrazów WebP dla Evas.
2352
2353# savers:
2354%package -n evas-saver-jpeg
2355Summary: JPEG Image saver module for Evas
2356Summary(pl.UTF-8): Moduł zapisywania obrazów JPEG dla Evas
2357License: BSD
2358Group: Libraries
2359URL: http://trac.enlightenment.org/e/wiki/Evas
2360Requires: evas = %{version}-%{release}
2361
2362%description -n evas-saver-jpeg
2363JPEG Image saver module for Evas.
2364
2365%description -n evas-saver-jpeg -l pl.UTF-8
2366Moduł zapisywania obrazów JPEG dla Evas.
2367
2368%package -n evas-saver-png
2369Summary: PNG Image saver module for Evas
2370Summary(pl.UTF-8): Moduł zapisywania obrazów PNG dla Evas
2371License: BSD
2372Group: Libraries
2373URL: http://trac.enlightenment.org/e/wiki/Evas
2374Requires: evas = %{version}-%{release}
2375Requires: libpng >= 1.2.10
2376
2377%description -n evas-saver-png
2378PNG Image saver module for Evas.
2379
2380%description -n evas-saver-png -l pl.UTF-8
2381Moduł zapisywania obrazów PNG dla Evas.
2382
2383%package -n evas-saver-tiff
2384Summary: TIFF Image saver module for Evas
2385Summary(pl.UTF-8): Moduł zapisywania obrazów TIFF dla Evas
2386License: BSD
2387Group: Libraries
2388URL: http://trac.enlightenment.org/e/wiki/Evas
2389Requires: evas = %{version}-%{release}
2390
2391%description -n evas-saver-tiff
2392TIFF Image saver module for Evas.
2393
2394%description -n evas-saver-tiff -l pl.UTF-8
2395Moduł zapisywania obrazów TIFF dla Evas.
2396
2397%package -n evas-saver-webp
2398Summary: WebP Image saver module for Evas
2399Summary(pl.UTF-8): Moduł zapisywania obrazów WebP dla Evas
2400License: BSD
2401Group: Libraries
2402URL: http://trac.enlightenment.org/e/wiki/Evas
2403Requires: evas = %{version}-%{release}
2404
2405%description -n evas-saver-webp
2406WebP Image saver module for Evas.
2407
2408%description -n evas-saver-webp -l pl.UTF-8
2409Moduł zapisywania obrazów WebP dla Evas.
2410
2411%package -n vim-addon-efl
2412Summary: EDC syntax support for Vim
2413Summary(pl.UTF-8): Obsługa składni EDC dla Vima
2414Group: Applications/Editors/Vim
2415Requires: vim-rt
2416Obsoletes: vim-syntax-edc
2417
2418%description -n vim-addon-efl
2419EDC syntax support for Vim.
2420
2421%description -n vim-addon-efl -l pl.UTF-8
2422Obsługa składni EDC dla Vima.
2423
2424%prep
2425%setup -q
2426%patch0 -p1
6af42324 2427%patch1 -p1
e9503e71 2428%patch2 -p1
5f8d025f
JB
2429
2430%build
2431%{__libtoolize}
2432%{__aclocal} -I m4
2433%{__autoconf}
2434%{__autoheader}
2435%{__automake}
2436%configure \
2437 %{?with_drm:--enable-drm} \
2438 %{?with_egl:--enable-egl} \
2439 %{?with_fb:--enable-fb} \
3e32949c
JB
2440 %{?with_gesture:--enable-gesture} \
2441 %{!?with_gstreamer:--disable-gstreamer1} \
5f8d025f
JB
2442 %{?with_harfbuzz:--enable-harfbuzz} \
2443 %{!?with_ibus:--disable-ibus} \
2444 --enable-image-loader-gif \
2445 --enable-image-loader-jpeg \
2446 --enable-image-loader-jp2k \
2447 --enable-image-loader-png \
2448 --enable-image-loader-tiff \
2449 --enable-image-loader-webp \
3e32949c 2450 %{!?with_luajit:--enable-lua-old} \
5f8d025f
JB
2451 --enable-multisense \
2452 %{?with_pixman:--enable-pixman} \
2453 %{!?with_scim:--disable-scim} \
2454 %{?with_sdl:--enable-sdl} \
2455 --disable-silent-rules \
2456 %{?with_static_libs:--enable-static} \
2457 %{?with_systemd:--enable-systemd} \
5f8d025f
JB
2458 %{?with_wayland:--enable-wayland} \
2459 %{?with_xine:--enable-xine} \
2460 --enable-xinput22 \
2461 --with-crypto=%{?with_gnutls:gnutls}%{!?with_gnutls:openssl} \
2462 --with-x11=%{?with_xcb:xcb}%{!?with_xcb:xlib}
2463
2464%{__make}
2465
2466%install
2467rm -rf $RPM_BUILD_ROOT
2468
48b3ced3 2469%{__make} -j1 install \
5f8d025f
JB
2470 DESTDIR=$RPM_BUILD_ROOT
2471
2472install -d $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles
2473cp -pr data/edje/vim/autoload $RPM_BUILD_ROOT%{_datadir}/vim
2474cp -pr data/edje/vim/{ftdetect,ftplugin,indent,snippets,syntax} $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles
2475
2476# obsoleted by pkg-config
2477%{__rm} $RPM_BUILD_ROOT%{_libdir}/lib*.la
2478# loadable modules
2479%{__rm} $RPM_BUILD_ROOT%{_libdir}/ecore/system/*/*/module.la
2480%{__rm} $RPM_BUILD_ROOT%{_libdir}/ecore_evas/engines/*/*/module.la
2481%{__rm} $RPM_BUILD_ROOT%{_libdir}/ecore_imf/modules/*/*/module.la
2482%{__rm} $RPM_BUILD_ROOT%{_libdir}/edje/modules/*/*/module.la
2483%{__rm} $RPM_BUILD_ROOT%{_libdir}/eeze/modules/sensor/*/*/module.la
2484%{__rm} $RPM_BUILD_ROOT%{_libdir}/emotion/modules/*/*/module.la
2485%{__rm} $RPM_BUILD_ROOT%{_libdir}/ethumb/modules/emotion/*/module.la
2486%{__rm} $RPM_BUILD_ROOT%{_libdir}/evas/modules/*/*/*/module.la
2487# benchmarking script, requires expedite and python - should be in expedite?
2488%{__rm} $RPM_BUILD_ROOT%{_bindir}/eina-bench-cmp
2489
2490# contains ecore+efreet messages; efreet R: ecore, so package it with ecore
2491%find_lang efl
2492
2493%clean
2494rm -rf $RPM_BUILD_ROOT
2495
2496%post -n ecore -p /sbin/ldconfig
2497%postun -n ecore -p /sbin/ldconfig
2498
2499%post -n ecore-audio -p /sbin/ldconfig
2500%postun -n ecore-audio -p /sbin/ldconfig
2501
3e32949c
JB
2502%post -n ecore-avahi -p /sbin/ldconfig
2503%postun -n ecore-avahi -p /sbin/ldconfig
2504
5f8d025f
JB
2505%post -n ecore-con -p /sbin/ldconfig
2506%postun -n ecore-con -p /sbin/ldconfig
2507
e9503e71
JB
2508%post -n ecore-drm -p /sbin/ldconfig
2509%postun -n ecore-drm -p /sbin/ldconfig
2510
5f8d025f
JB
2511%post -n ecore-evas -p /sbin/ldconfig
2512%postun -n ecore-evas -p /sbin/ldconfig
2513
2514%post -n ecore-fb -p /sbin/ldconfig
2515%postun -n ecore-fb -p /sbin/ldconfig
2516
2517%post -n ecore-file -p /sbin/ldconfig
2518%postun -n ecore-file -p /sbin/ldconfig
2519
2520%post -n ecore-imf -p /sbin/ldconfig
2521%postun -n ecore-imf -p /sbin/ldconfig
2522
2523%post -n ecore-imf-evas -p /sbin/ldconfig
2524%postun -n ecore-imf-evas -p /sbin/ldconfig
2525
2526%post -n ecore-input -p /sbin/ldconfig
2527%postun -n ecore-input -p /sbin/ldconfig
2528
2529%post -n ecore-input-evas -p /sbin/ldconfig
2530%postun -n ecore-input-evas -p /sbin/ldconfig
2531
2532%post -n ecore-ipc -p /sbin/ldconfig
2533%postun -n ecore-ipc -p /sbin/ldconfig
2534
2535%post -n ecore-sdl -p /sbin/ldconfig
2536%postun -n ecore-sdl -p /sbin/ldconfig
2537
2538%post -n ecore-wayland -p /sbin/ldconfig
2539%postun -n ecore-wayland -p /sbin/ldconfig
2540
2541%post -n ecore-x -p /sbin/ldconfig
2542%postun -n ecore-x -p /sbin/ldconfig
2543
2544%post -n edje-libs -p /sbin/ldconfig
2545%postun -n edje-libs -p /sbin/ldconfig
2546
2547%post -n eet -p /sbin/ldconfig
2548%postun -n eet -p /sbin/ldconfig
2549
2550%post -n eeze -p /sbin/ldconfig
2551%postun -n eeze -p /sbin/ldconfig
2552
2553%post -n efreet-libs -p /sbin/ldconfig
2554%postun -n efreet-libs -p /sbin/ldconfig
2555
2556%post -n eina -p /sbin/ldconfig
2557%postun -n eina -p /sbin/ldconfig
2558
2559%post -n eio -p /sbin/ldconfig
2560%postun -n eio -p /sbin/ldconfig
2561
2562%post -n eldbus -p /sbin/ldconfig
2563%postun -n eldbus -p /sbin/ldconfig
2564
2565%post -n embryo -p /sbin/ldconfig
2566%postun -n embryo -p /sbin/ldconfig
2567
2568%post -n emotion -p /sbin/ldconfig
2569%postun -n emotion -p /sbin/ldconfig
2570
2571%post -n eo -p /sbin/ldconfig
2572%postun -n eo -p /sbin/ldconfig
2573
e9503e71
JB
2574%post -n eolian -p /sbin/ldconfig
2575%postun -n eolian -p /sbin/ldconfig
2576
5f8d025f
JB
2577%post -n ephysics -p /sbin/ldconfig
2578%postun -n ephysics -p /sbin/ldconfig
2579
2580%post -n ethumb-libs -p /sbin/ldconfig
2581%postun -n ethumb-libs -p /sbin/ldconfig
2582
2583%post -n evas -p /sbin/ldconfig
2584%postun -n evas -p /sbin/ldconfig
2585
2586%files -n ecore -f efl.lang
2587%defattr(644,root,root,755)
2588%attr(755,root,root) %{_libdir}/libecore.so.*.*.*
2589%attr(755,root,root) %ghost %{_libdir}/libecore.so.1
2590%dir %{_libdir}/ecore
2591%dir %{_libdir}/ecore/system
2592%{_datadir}/ecore
2593
2594%files -n ecore-devel
2595%defattr(644,root,root,755)
2596%attr(755,root,root) %{_libdir}/libecore.so
2597%{_includedir}/ecore-1
2598%{_pkgconfigdir}/ecore.pc
2599%{_libdir}/cmake/Ecore
2600
2601%if %{with static_libs}
2602%files -n ecore-static
2603%defattr(644,root,root,755)
2604%{_libdir}/libecore.a
2605%endif
2606
e9503e71
JB
2607%files -n ecore-cxx-devel
2608%defattr(644,root,root,755)
2609%{_includedir}/ecore-cxx-1
2610%{_pkgconfigdir}/ecore-cxx.pc
2611%{_libdir}/cmake/EcoreCxx
2612
5f8d025f
JB
2613%if %{with systemd}
2614%files -n ecore-system-systemd
2615%defattr(644,root,root,755)
2616%dir %{_libdir}/ecore/system/systemd
3e32949c
JB
2617%dir %{_libdir}/ecore/system/systemd/%{arch_tag}
2618%attr(755,root,root) %{_libdir}/ecore/system/systemd/%{arch_tag}/module.so
5f8d025f
JB
2619%endif
2620
2621%files -n ecore-system-upower
2622%defattr(644,root,root,755)
2623%dir %{_libdir}/ecore/system/upower
3e32949c
JB
2624%dir %{_libdir}/ecore/system/upower/%{arch_tag}
2625%attr(755,root,root) %{_libdir}/ecore/system/upower/%{arch_tag}/module.so
5f8d025f
JB
2626
2627%files -n ecore-audio
2628%defattr(644,root,root,755)
2629%attr(755,root,root) %{_libdir}/libecore_audio.so.*.*.*
2630%attr(755,root,root) %ghost %{_libdir}/libecore_audio.so.1
2631
2632%files -n ecore-audio-devel
2633%defattr(644,root,root,755)
2634%attr(755,root,root) %{_libdir}/libecore_audio.so
2635%{_includedir}/ecore-audio-1
2636%{_pkgconfigdir}/ecore-audio.pc
2637
2638%if %{with static_libs}
2639%files -n ecore-audio-static
2640%defattr(644,root,root,755)
2641%{_libdir}/libecore_audio.a
2642%endif
2643
e9503e71
JB
2644%files -n ecore-audio-cxx-devel
2645%defattr(644,root,root,755)
2646%{_includedir}/ecore-audio-cxx-1
2647%{_pkgconfigdir}/ecore-audio-cxx.pc
2648
3e32949c
JB
2649%files -n ecore-avahi
2650%defattr(644,root,root,755)
2651%attr(755,root,root) %{_libdir}/libecore_avahi.so.*.*.*
2652%attr(755,root,root) %ghost %{_libdir}/libecore_avahi.so.1
2653
2654%files -n ecore-avahi-devel
2655%defattr(644,root,root,755)
2656%attr(755,root,root) %{_libdir}/libecore_avahi.so
2657%{_includedir}/ecore-avahi-1
2658%{_pkgconfigdir}/ecore-avahi.pc
2659
2660%if %{with static_libs}
2661%files -n ecore-avahi-static
2662%defattr(644,root,root,755)
2663%{_libdir}/libecore_avahi.a
2664%endif
2665
5f8d025f
JB
2666%files -n ecore-con
2667%defattr(644,root,root,755)
2668%attr(755,root,root) %{_libdir}/libecore_con.so.*.*.*
2669%attr(755,root,root) %ghost %{_libdir}/libecore_con.so.1
2670
2671%files -n ecore-con-devel
2672%defattr(644,root,root,755)
2673%attr(755,root,root) %{_libdir}/libecore_con.so
2674%{_includedir}/ecore-con-1
2675%{_pkgconfigdir}/ecore-con.pc
2676
2677%if %{with static_libs}
2678%files -n ecore-con-static
2679%defattr(644,root,root,755)
2680%{_libdir}/libecore_con.a
2681%endif
2682
e9503e71
JB
2683%files -n ecore-drm
2684%defattr(644,root,root,755)
2685%attr(755,root,root) %{_libdir}/libecore_drm.so.*.*.*
2686%attr(755,root,root) %ghost %{_libdir}/libecore_drm.so.1
2687%dir %{_libdir}/ecore_drm
2688%dir %{_libdir}/ecore_drm/bin
2689%dir %{_libdir}/ecore_drm/bin/%{arch_tag}
2690%attr(755,root,root) %{_libdir}/ecore_drm/bin/%{arch_tag}/ecore_drm_launch
2691
2692%files -n ecore-drm-devel
2693%defattr(644,root,root,755)
2694%attr(755,root,root) %{_libdir}/libecore_drm.so
2695%{_includedir}/ecore-drm-1
2696%{_pkgconfigdir}/ecore-drm.pc
2697
2698%if %{with static_libs}
2699%files -n ecore-drm-static
2700%defattr(644,root,root,755)
2701%{_libdir}/libecore_drm.a
2702%endif
2703
5f8d025f
JB
2704%files -n ecore-evas
2705%defattr(644,root,root,755)
e9503e71 2706%attr(755,root,root) %{_bindir}/ecore_evas_convert
5f8d025f
JB
2707%attr(755,root,root) %{_libdir}/libecore_evas.so.*.*.*
2708%attr(755,root,root) %ghost %{_libdir}/libecore_evas.so.1
2709%dir %{_libdir}/ecore_evas
2710%dir %{_libdir}/ecore_evas/engines
2711
2712%files -n ecore-evas-devel
2713%defattr(644,root,root,755)
2714%attr(755,root,root) %{_libdir}/libecore_evas.so
2715%{_includedir}/ecore-evas-1
2716%{_pkgconfigdir}/ecore-evas.pc
2717
2718%if %{with static_libs}
2719%files -n ecore-evas-static
2720%defattr(644,root,root,755)
2721%{_libdir}/libecore_evas.a
2722%endif
2723
2724%files -n ecore-evas-engine-drm
2725%defattr(644,root,root,755)
2726%dir %{_libdir}/ecore_evas/engines/drm
3e32949c
JB
2727%dir %{_libdir}/ecore_evas/engines/drm/%{arch_tag}
2728%attr(755,root,root) %{_libdir}/ecore_evas/engines/drm/%{arch_tag}/module.so
5f8d025f
JB
2729
2730%files -n ecore-evas-engine-extn
2731%defattr(644,root,root,755)
2732%dir %{_libdir}/ecore_evas/engines/extn
3e32949c
JB
2733%dir %{_libdir}/ecore_evas/engines/extn/%{arch_tag}
2734%attr(755,root,root) %{_libdir}/ecore_evas/engines/extn/%{arch_tag}/module.so
5f8d025f
JB
2735
2736%if %{with fb}
2737%files -n ecore-evas-engine-fb
2738%defattr(644,root,root,755)
2739%dir %{_libdir}/ecore_evas/engines/fb
3e32949c
JB
2740%dir %{_libdir}/ecore_evas/engines/fb/%{arch_tag}
2741%attr(755,root,root) %{_libdir}/ecore_evas/engines/fb/%{arch_tag}/module.so
5f8d025f
JB
2742%endif
2743
2744%if %{with sdl}
2745%files -n ecore-evas-engine-sdl
2746%defattr(644,root,root,755)
2747%dir %{_libdir}/ecore_evas/engines/sdl
3e32949c
JB
2748%dir %{_libdir}/ecore_evas/engines/sdl/%{arch_tag}
2749%attr(755,root,root) %{_libdir}/ecore_evas/engines/sdl/%{arch_tag}/module.so
5f8d025f
JB
2750%endif
2751
2752%if %{with wayland}
2753%files -n ecore-evas-engine-wayland
2754%defattr(644,root,root,755)
2755%dir %{_libdir}/ecore_evas/engines/wayland
3e32949c
JB
2756%dir %{_libdir}/ecore_evas/engines/wayland/%{arch_tag}
2757%attr(755,root,root) %{_libdir}/ecore_evas/engines/wayland/%{arch_tag}/module.so
5f8d025f
JB
2758%endif
2759
2760%files -n ecore-evas-engine-x
2761%defattr(644,root,root,755)
2762%dir %{_libdir}/ecore_evas/engines/x
3e32949c
JB
2763%dir %{_libdir}/ecore_evas/engines/x/%{arch_tag}
2764%attr(755,root,root) %{_libdir}/ecore_evas/engines/x/%{arch_tag}/module.so
5f8d025f
JB
2765
2766%if %{with fb}
2767%files -n ecore-fb
2768%defattr(644,root,root,755)
2769%attr(755,root,root) %{_libdir}/libecore_fb.so.*.*.*
2770%attr(755,root,root) %ghost %{_libdir}/libecore_fb.so.1
2771
2772%files -n ecore-fb-devel
2773%defattr(644,root,root,755)
2774%attr(755,root,root) %{_libdir}/libecore_fb.so
2775%{_includedir}/ecore-fb-1
2776%{_pkgconfigdir}/ecore-fb.pc
2777
2778%if %{with static_libs}
2779%files -n ecore-fb-static
2780%defattr(644,root,root,755)
2781%{_libdir}/libecore_fb.a
2782%endif
2783%endif
2784
2785%files -n ecore-file
2786%defattr(644,root,root,755)
2787%attr(755,root,root) %{_libdir}/libecore_file.so.*.*.*
2788%attr(755,root,root) %ghost %{_libdir}/libecore_file.so.1
2789
2790%files -n ecore-file-devel
2791%defattr(644,root,root,755)
2792%attr(755,root,root) %{_libdir}/libecore_file.so
2793%{_includedir}/ecore-file-1
2794%{_pkgconfigdir}/ecore-file.pc
2795
2796%if %{with static_libs}
2797%files -n ecore-file-static
2798%defattr(644,root,root,755)
2799%{_libdir}/libecore_file.a
2800%endif
2801
2802%files -n ecore-imf
2803%defattr(644,root,root,755)
2804%attr(755,root,root) %{_libdir}/libecore_imf.so.*.*.*
2805%attr(755,root,root) %ghost %{_libdir}/libecore_imf.so.1
2806%dir %{_libdir}/ecore_imf
2807%dir %{_libdir}/ecore_imf/modules
2808%{_datadir}/ecore_imf
2809
5f8d025f
JB
2810%files -n ecore-imf-devel
2811%defattr(644,root,root,755)
2812%attr(755,root,root) %{_libdir}/libecore_imf.so
2813%{_includedir}/ecore-imf-1
2814%{_pkgconfigdir}/ecore-imf.pc
2815
2816%if %{with static_libs}
2817%files -n ecore-imf-static
2818%defattr(644,root,root,755)
2819%{_libdir}/libecore_imf.a
2820%endif
2821
2822%if %{with ibus}
2823%files -n ecore-imf-module-ibus
2824%defattr(644,root,root,755)
2825%dir %{_libdir}/ecore_imf/modules/ibus
3e32949c
JB
2826%dir %{_libdir}/ecore_imf/modules/ibus/%{arch_tag}
2827%attr(755,root,root) %{_libdir}/ecore_imf/modules/ibus/%{arch_tag}/module.so
5f8d025f
JB
2828%endif
2829
2830%if %{with scim}
2831%files -n ecore-imf-module-scim
2832%defattr(644,root,root,755)
2833%dir %{_libdir}/ecore_imf/modules/scim
3e32949c
JB
2834%dir %{_libdir}/ecore_imf/modules/scim/%{arch_tag}
2835%attr(755,root,root) %{_libdir}/ecore_imf/modules/scim/%{arch_tag}/module.so
5f8d025f
JB
2836%endif
2837
6af42324
JB
2838%if %{with wayland}
2839%files -n ecore-imf-module-wayland
2840%defattr(644,root,root,755)
2841%dir %{_libdir}/ecore_imf/modules/wayland
3e32949c
JB
2842%dir %{_libdir}/ecore_imf/modules/wayland/%{arch_tag}
2843%attr(755,root,root) %{_libdir}/ecore_imf/modules/wayland/%{arch_tag}/module.so
6af42324
JB
2844%endif
2845
5f8d025f
JB
2846%if %{without xcb_api}
2847%files -n ecore-imf-module-xim
2848%defattr(644,root,root,755)
2849%dir %{_libdir}/ecore_imf/modules/xim
3e32949c
JB
2850%dir %{_libdir}/ecore_imf/modules/xim/%{arch_tag}
2851%attr(755,root,root) %{_libdir}/ecore_imf/modules/xim/%{arch_tag}/module.so
5f8d025f
JB
2852%endif
2853
2854%files -n ecore-imf-evas
2855%defattr(644,root,root,755)
2856%attr(755,root,root) %{_libdir}/libecore_imf_evas.so.*.*.*
2857%attr(755,root,root) %ghost %{_libdir}/libecore_imf_evas.so.1
2858
2859%files -n ecore-imf-evas-devel
2860%defattr(644,root,root,755)
2861%attr(755,root,root) %{_libdir}/libecore_imf_evas.so
2862%{_includedir}/ecore-imf-evas-1
2863%{_pkgconfigdir}/ecore-imf-evas.pc
2864
2865%if %{with static_libs}
2866%files -n ecore-imf-evas-static
2867%defattr(644,root,root,755)
2868%{_libdir}/libecore_imf_evas.a
2869%endif
2870
2871%files -n ecore-input
2872%defattr(644,root,root,755)
2873%attr(755,root,root) %{_libdir}/libecore_input.so.*.*.*
2874%attr(755,root,root) %ghost %{_libdir}/libecore_input.so.1
2875
2876%files -n ecore-input-devel
2877%defattr(644,root,root,755)
2878%attr(755,root,root) %{_libdir}/libecore_input.so
2879%{_includedir}/ecore-input-1
2880%{_pkgconfigdir}/ecore-input.pc
2881
2882%if %{with static_libs}
2883%files -n ecore-input-static
2884%defattr(644,root,root,755)
2885%{_libdir}/libecore_input.a
2886%endif
2887
2888%files -n ecore-input-evas
2889%defattr(644,root,root,755)
2890%attr(755,root,root) %{_libdir}/libecore_input_evas.so.*.*.*
2891%attr(755,root,root) %ghost %{_libdir}/libecore_input_evas.so.1
2892
2893%files -n ecore-input-evas-devel
2894%defattr(644,root,root,755)
2895%attr(755,root,root) %{_libdir}/libecore_input_evas.so
2896%{_includedir}/ecore-input-evas-1
2897%{_pkgconfigdir}/ecore-input-evas.pc
2898
2899%if %{with static_libs}
2900%files -n ecore-input-evas-static
2901%defattr(644,root,root,755)
2902%{_libdir}/libecore_input_evas.a
2903%endif
2904
2905%files -n ecore-ipc
2906%defattr(644,root,root,755)
2907%attr(755,root,root) %{_libdir}/libecore_ipc.so.*.*.*
2908%attr(755,root,root) %ghost %{_libdir}/libecore_ipc.so.1
2909
2910%files -n ecore-ipc-devel
2911%defattr(644,root,root,755)
2912%attr(755,root,root) %{_libdir}/libecore_ipc.so
2913%{_includedir}/ecore-ipc-1
2914%{_pkgconfigdir}/ecore-ipc.pc
2915
2916%if %{with static_libs}
2917%files -n ecore-ipc-static
2918%defattr(644,root,root,755)
2919%{_libdir}/libecore_ipc.a
2920%endif
2921
2922%if %{with sdl}
2923%files -n ecore-sdl
2924%defattr(644,root,root,755)
2925%attr(755,root,root) %{_libdir}/libecore_sdl.so.*.*.*
2926%attr(755,root,root) %ghost %{_libdir}/libecore_sdl.so.1
2927
2928%files -n ecore-sdl-devel
2929%defattr(644,root,root,755)
2930%attr(755,root,root) %{_libdir}/libecore_sdl.so
2931%{_includedir}/ecore-sdl-1
2932%{_pkgconfigdir}/ecore-sdl.pc
2933
2934%if %{with static_libs}
2935%files -n ecore-sdl-static
2936%defattr(644,root,root,755)
2937%{_libdir}/libecore_sdl.a
2938%endif
2939%endif
2940
2941%if %{with wayland}
2942%files -n ecore-wayland
2943%defattr(644,root,root,755)
2944%attr(755,root,root) %{_libdir}/libecore_wayland.so.*.*.*
2945%attr(755,root,root) %ghost %{_libdir}/libecore_wayland.so.1
2946
2947%files -n ecore-wayland-devel
2948%defattr(644,root,root,755)
2949%attr(755,root,root) %{_libdir}/libecore_wayland.so
2950%{_includedir}/ecore-wayland-1
2951%{_pkgconfigdir}/ecore-wayland.pc
2952
2953%if %{with static_libs}
2954%files -n ecore-wayland-static
2955%defattr(644,root,root,755)
2956%{_libdir}/libecore_wayland.a
2957%endif
2958%endif
2959
2960%files -n ecore-x
2961%defattr(644,root,root,755)
2962%attr(755,root,root) %{_libdir}/libecore_x.so.*.*.*
2963%attr(755,root,root) %ghost %{_libdir}/libecore_x.so.1
2964
2965%files -n ecore-x-devel
2966%defattr(644,root,root,755)
2967%attr(755,root,root) %{_libdir}/libecore_x.so
2968%{_includedir}/ecore-x-1
2969%{_pkgconfigdir}/ecore-x.pc
2970
2971%if %{with static_libs}
2972%files -n ecore-x-static
2973%defattr(644,root,root,755)
2974%{_libdir}/libecore_x.a
2975%endif
2976
2977%files -n edje
2978%defattr(644,root,root,755)
2979%attr(755,root,root) %{_bindir}/edje_cc
2980%attr(755,root,root) %{_bindir}/edje_codegen
2981%attr(755,root,root) %{_bindir}/edje_decc
2982%attr(755,root,root) %{_bindir}/edje_external_inspector
2983%attr(755,root,root) %{_bindir}/edje_inspector
2984%attr(755,root,root) %{_bindir}/edje_pick
2985%attr(755,root,root) %{_bindir}/edje_player
2986%attr(755,root,root) %{_bindir}/edje_recc
2987%attr(755,root,root) %{_bindir}/edje_watch
2988%dir %{_libdir}/edje/utils
3e32949c
JB
2989%dir %{_libdir}/edje/utils/%{arch_tag}
2990%attr(755,root,root) %dir %{_libdir}/edje/utils/%{arch_tag}/epp
5f8d025f
JB
2991%{_datadir}/edje
2992%{_datadir}/mime/packages/edje.xml
2993
2994%files -n edje-libs
2995%defattr(644,root,root,755)
2996%attr(755,root,root) %{_libdir}/libedje.so.*.*.*
2997%attr(755,root,root) %ghost %{_libdir}/libedje.so.1
2998%dir %{_libdir}/edje
2999%dir %{_libdir}/edje/modules
3000
3001%files -n edje-devel
3002%defattr(644,root,root,755)
3003%attr(755,root,root) %{_libdir}/libedje.so
3004%{_includedir}/edje-1
3005%{_pkgconfigdir}/edje.pc
3006%{_libdir}/cmake/Edje
3007
3008%if %{with static_libs}
3009%files -n edje-static
3010%defattr(644,root,root,755)
3011%{_libdir}/libedje.a
3012%endif
3013
e9503e71
JB
3014%files -n edje-cxx-devel
3015%defattr(644,root,root,755)
3016%{_includedir}/edje-cxx-1
3017%{_pkgconfigdir}/edje-cxx.pc
3018
5f8d025f
JB
3019%files -n edje-module-emotion
3020%defattr(644,root,root,755)
3021%dir %{_libdir}/edje/modules/emotion
3e32949c
JB
3022%dir %{_libdir}/edje/modules/emotion/%{arch_tag}
3023%attr(755,root,root) %{_libdir}/edje/modules/emotion/%{arch_tag}/module.so
5f8d025f
JB
3024
3025%files -n eet
3026%defattr(644,root,root,755)
3027%attr(755,root,root) %{_bindir}/eet
e9503e71 3028%attr(755,root,root) %{_bindir}/vieet
5f8d025f
JB
3029%attr(755,root,root) %{_libdir}/libeet.so.*.*.*
3030%attr(755,root,root) %ghost %{_libdir}/libeet.so.1
3031
3032%files -n eet-devel
3033%defattr(644,root,root,755)
3034%attr(755,root,root) %{_libdir}/libeet.so
3035%{_includedir}/eet-1
3036%{_pkgconfigdir}/eet.pc
3037%{_libdir}/cmake/Eet
3038
3039%if %{with static_libs}
3040%files -n eet-static
3041%defattr(644,root,root,755)
3042%{_libdir}/libeet.a
3043%endif
3044
e9503e71
JB
3045%files -n eet-cxx-devel
3046%defattr(644,root,root,755)
3047%{_includedir}/eet-cxx-1
3048%{_pkgconfigdir}/eet-cxx.pc
3049%{_libdir}/cmake/EetCxx
3050
5f8d025f
JB
3051%files -n eeze
3052%defattr(644,root,root,755)
3053%attr(755,root,root) %{_bindir}/eeze_disk_ls
3054%attr(755,root,root) %{_bindir}/eeze_mount
3055%attr(755,root,root) %{_bindir}/eeze_scanner
3056%attr(755,root,root) %{_bindir}/eeze_umount
3057%attr(755,root,root) %{_libdir}/libeeze.so.*.*.*
3058%attr(755,root,root) %ghost %{_libdir}/libeeze.so.1
3059%dir %{_libdir}/eeze
3060%dir %{_libdir}/eeze/modules
3061%dir %{_libdir}/eeze/modules/sensor
3062%dir %{_libdir}/eeze/modules/sensor/fake
3e32949c
JB
3063%dir %{_libdir}/eeze/modules/sensor/fake/%{arch_tag}
3064%attr(755,root,root) %{_libdir}/eeze/modules/sensor/fake/%{arch_tag}/module.so
5f8d025f 3065%dir %{_libdir}/eeze/modules/sensor/udev
3e32949c
JB
3066%dir %{_libdir}/eeze/modules/sensor/udev/%{arch_tag}
3067%attr(755,root,root) %{_libdir}/eeze/modules/sensor/udev/%{arch_tag}/module.so
5f8d025f
JB
3068%{_datadir}/eeze
3069
3070%files -n eeze-devel
3071%defattr(644,root,root,755)
3072%attr(755,root,root) %{_libdir}/libeeze.so
3073%{_includedir}/eeze-1
3074%{_pkgconfigdir}/eeze.pc
3075%{_libdir}/cmake/Eeze
3076
3077%if %{with static_libs}
3078%files -n eeze-static
3079%defattr(644,root,root,755)
3080%{_libdir}/libeeze.a
3081%endif
3082
3083%files -n efreet
3084%defattr(644,root,root,755)
3085%attr(755,root,root) %{_bindir}/efreetd
3086%dir %{_libdir}/efreet
3e32949c
JB
3087%dir %{_libdir}/efreet/%{arch_tag}
3088%attr(755,root,root) %{_libdir}/efreet/%{arch_tag}/efreet_desktop_cache_create
3089%attr(755,root,root) %{_libdir}/efreet/%{arch_tag}/efreet_icon_cache_create
e9503e71
JB
3090%if %{with systemd}
3091%{systemduserunitdir}/efreet.service
3092%endif
5f8d025f
JB
3093%{_datadir}/dbus-1/services/org.enlightenment.Efreet.service
3094%{_datadir}/efreet
3095
3096%files -n efreet-libs
3097%defattr(644,root,root,755)
3098%attr(755,root,root) %{_libdir}/libefreet.so.*.*.*
3099%attr(755,root,root) %ghost %{_libdir}/libefreet.so.1
3100%attr(755,root,root) %{_libdir}/libefreet_mime.so.*.*.*
3101%attr(755,root,root) %ghost %{_libdir}/libefreet_mime.so.1
3102%attr(755,root,root) %{_libdir}/libefreet_trash.so.*.*.*
3103%attr(755,root,root) %ghost %{_libdir}/libefreet_trash.so.1
3104
3105%files -n efreet-devel
3106%defattr(644,root,root,755)
3107%attr(755,root,root) %{_libdir}/libefreet.so
3108%attr(755,root,root) %{_libdir}/libefreet_mime.so
3109%attr(755,root,root) %{_libdir}/libefreet_trash.so
3110%{_includedir}/efreet-1
3111%{_pkgconfigdir}/efreet.pc
3112%{_pkgconfigdir}/efreet-mime.pc
3113%{_pkgconfigdir}/efreet-trash.pc
3114%{_libdir}/cmake/Efreet
3115
3116%if %{with static_libs}
3117%files -n efreet-static
3118%defattr(644,root,root,755)
3119%{_libdir}/libefreet.a
3120%{_libdir}/libefreet_mime.a
3121%{_libdir}/libefreet_trash.a
3122%endif
3123
3124%files -n eina
3125%defattr(644,root,root,755)
e9503e71 3126%doc AUTHORS COMPLIANCE COPYING ChangeLog NEWS README licenses/COPYING.{BSD,SMALL}
5f8d025f
JB
3127%attr(755,root,root) %{_libdir}/libeina.so.*.*.*
3128%attr(755,root,root) %ghost %{_libdir}/libeina.so.1
3129
3130%files -n eina-devel
3131%defattr(644,root,root,755)
3132%attr(755,root,root) %{_libdir}/libeina.so
3133# efl-1 is common for EFL - packaged here as eina is all-common EFL dependency
3134%{_includedir}/efl-1
3135%{_includedir}/eina-1
3136%{_pkgconfigdir}/eina.pc
3137%{_libdir}/cmake/Eina
3138
3139%if %{with static_libs}
3140%files -n eina-static
3141%defattr(644,root,root,755)
3142%{_libdir}/libeina.a
3143%endif
3144
e9503e71
JB
3145%files -n eina-cxx-devel
3146%defattr(644,root,root,755)
3147%{_includedir}/eina-cxx-1
3148%{_pkgconfigdir}/eina-cxx.pc
3149%{_libdir}/cmake/EinaCxx
3150
5f8d025f
JB
3151%files -n eio
3152%defattr(644,root,root,755)
3153%attr(755,root,root) %{_libdir}/libeio.so.*.*.*
3154%attr(755,root,root) %ghost %{_libdir}/libeio.so.1
3155
3156%files -n eio-devel
3157%defattr(644,root,root,755)
3158%attr(755,root,root) %{_libdir}/libeio.so
3159%{_includedir}/eio-1
3160%{_pkgconfigdir}/eio.pc
3161
3162%if %{with static_libs}
3163%files -n eio-static
3164%defattr(644,root,root,755)
3165%{_libdir}/libeio.a
3166%endif
3167
3168%files -n eldbus
3169%defattr(644,root,root,755)
3170%attr(755,root,root) %{_libdir}/libeldbus.so.*.*.*
3171%attr(755,root,root) %ghost %{_libdir}/libeldbus.so.1
3172
3173%files -n eldbus-devel
3174%defattr(644,root,root,755)
3175%attr(755,root,root) %{_bindir}/eldbus-codegen
3176%attr(755,root,root) %{_libdir}/libeldbus.so
3177%{_includedir}/eldbus-1
3178%{_pkgconfigdir}/eldbus.pc
3179%{_libdir}/cmake/Eldbus
3180
3181%if %{with static_libs}
3182%files -n eldbus-static
3183%defattr(644,root,root,755)
3184%{_libdir}/libeldbus.a
3185%endif
3186
3187%files -n embryo
3188%defattr(644,root,root,755)
3189%attr(755,root,root) %{_bindir}/embryo_cc
3190%attr(755,root,root) %{_libdir}/libembryo.so.*.*.*
3191%attr(755,root,root) %ghost %{_libdir}/libembryo.so.1
3192# for embryo_cc
3193%{_datadir}/embryo
3194
3195%files -n embryo-devel
3196%defattr(644,root,root,755)
3197%attr(755,root,root) %{_libdir}/libembryo.so
3198%{_includedir}/embryo-1
3199%{_pkgconfigdir}/embryo.pc
3200
3201%if %{with static_libs}
3202%files -n embryo-static
3203%defattr(644,root,root,755)
3204%{_libdir}/libembryo.a
3205%endif
3206
3207%files -n emotion
3208%defattr(644,root,root,755)
3209%attr(755,root,root) %{_libdir}/libemotion.so.*.*.*
3210%attr(755,root,root) %ghost %{_libdir}/libemotion.so.1
3211%dir %{_libdir}/emotion
3212%dir %{_libdir}/emotion/modules
3213%{_datadir}/emotion
3214
3215%files -n emotion-devel
3216%defattr(644,root,root,755)
3217%attr(755,root,root) %{_libdir}/libemotion.so
3218%{_includedir}/emotion-1
3219%{_pkgconfigdir}/emotion.pc
3e32949c 3220%{_libdir}/cmake/Emotion
5f8d025f
JB
3221
3222%if %{with static_libs}
3223%files -n emotion-static
3224%defattr(644,root,root,755)
3225%{_libdir}/libemotion.a
3226%endif
3227
3228%if %{with gstreamer}
3229%files -n emotion-decoder-gstreamer
3230%defattr(644,root,root,755)
3e32949c
JB
3231%dir %{_libdir}/emotion/modules/gstreamer1
3232%dir %{_libdir}/emotion/modules/gstreamer1/%{arch_tag}
3233%attr(755,root,root) %{_libdir}/emotion/modules/gstreamer1/%{arch_tag}/module.so
5f8d025f
JB
3234%endif
3235
3236%if %{with xine}
3237%files -n emotion-decoder-xine
3238%defattr(644,root,root,755)
3239%dir %{_libdir}/emotion/modules/xine
3e32949c
JB
3240%dir %{_libdir}/emotion/modules/xine/%{arch_tag}
3241%attr(755,root,root) %{_libdir}/emotion/modules/xine/%{arch_tag}/module.so
5f8d025f
JB
3242%endif
3243
5f8d025f
JB
3244%files -n eo
3245%defattr(644,root,root,755)
3246%attr(755,root,root) %{_libdir}/libeo.so.*.*.*
3247%attr(755,root,root) %ghost %{_libdir}/libeo.so.1
3248
3249%files -n eo-devel
3250%defattr(644,root,root,755)
3251%attr(755,root,root) %{_libdir}/libeo.so
3252%{_includedir}/eo-1
3253%{_pkgconfigdir}/eo.pc
3254%{_libdir}/cmake/Eo
3255
3256%if %{with static_libs}
3257%files -n eo-static
3258%defattr(644,root,root,755)
3259%{_libdir}/libeo.a
3260%endif
3261
e9503e71
JB
3262%files -n eo-cxx-devel
3263%defattr(644,root,root,755)
3264%{_includedir}/eo-cxx-1
3265%{_pkgconfigdir}/eo-cxx.pc
3266%{_libdir}/cmake/EoCxx
3267
5f8d025f
JB
3268%files -n eo-gdb
3269%defattr(644,root,root,755)
3270%dir %{_datadir}/eo
3271%{_datadir}/eo/gdb
3272%{_datadir}/gdb/auto-load/usr/%{_lib}/libeo.so.%{version}-gdb.py
3273
e9503e71
JB
3274%files -n eolian
3275%defattr(644,root,root,755)
3276%attr(755,root,root) %{_bindir}/eolian_cxx
3277%attr(755,root,root) %{_bindir}/eolian_gen
3278%attr(755,root,root) %{_libdir}/libeolian.so.*.*.*
3279%attr(755,root,root) %ghost %{_libdir}/libeolian.so.1
3280%dir %{_datadir}/eolian
3281%dir %{_datadir}/eolian/include
3282# package everything here or per-library split?
3283%{_datadir}/eolian/include/ecore-1
3284%{_datadir}/eolian/include/edje-1
3285%{_datadir}/eolian/include/eo-1
3286%{_datadir}/eolian/include/evas-1
3287
3288%files -n eolian-devel
3289%defattr(644,root,root,755)
3290%attr(755,root,root) %{_libdir}/libeolian.so
3291%{_includedir}/eolian-1
3292%{_pkgconfigdir}/eolian.pc
3293%{_libdir}/cmake/Eolian
3294
3295%files -n eolian-static
3296%defattr(644,root,root,755)
3297%{_libdir}/libeolian.a
3298
3299%files -n eolian-cxx-devel
3300%defattr(644,root,root,755)
3301%{_includedir}/eolian-cxx-1
3302%{_pkgconfigdir}/eolian-cxx.pc
3303%{_libdir}/cmake/EolianCxx
3304
5f8d025f
JB
3305%files -n ephysics
3306%defattr(644,root,root,755)
3307%attr(755,root,root) %{_libdir}/libephysics.so.*.*.*
3308%attr(755,root,root) %ghost %{_libdir}/libephysics.so.1
3309
3310%files -n ephysics-devel
3311%defattr(644,root,root,755)
3312%attr(755,root,root) %{_libdir}/libephysics.so
3313%{_includedir}/ephysics-1
3314%{_pkgconfigdir}/ephysics.pc
3315
3316%if %{with static_libs}
3317%files -n ephysics-static
3318%defattr(644,root,root,755)
3319%{_libdir}/libephysics.a
3320%endif
3321
3322%files -n ethumb
3323%defattr(644,root,root,755)
3324%attr(755,root,root) %{_bindir}/ethumb
3325%attr(755,root,root) %{_bindir}/ethumbd
3326%attr(755,root,root) %{_bindir}/ethumbd_client
3327%dir %{_libdir}/ethumb_client
3328%dir %{_libdir}/ethumb_client/utils
3e32949c
JB
3329%dir %{_libdir}/ethumb_client/utils/%{arch_tag}
3330%attr(755,root,root) %{_libdir}/ethumb_client/utils/%{arch_tag}/ethumbd_slave
e9503e71
JB
3331%if %{with systemd}
3332%{systemduserunitdir}/ethumb.service
3333%endif
5f8d025f
JB
3334%{_datadir}/dbus-1/services/org.enlightenment.Ethumb.service
3335%{_datadir}/ethumb
3336%{_datadir}/ethumb_client
3337
3338%files -n ethumb-libs
3339%defattr(644,root,root,755)
3340%attr(755,root,root) %{_libdir}/libethumb.so.*.*.*
3341%attr(755,root,root) %ghost %{_libdir}/libethumb.so.1
3342%attr(755,root,root) %{_libdir}/libethumb_client.so.*.*.*
3343%attr(755,root,root) %ghost %{_libdir}/libethumb_client.so.1
3344%dir %{_libdir}/ethumb
3345%dir %{_libdir}/ethumb/modules
3346
3347%files -n ethumb-devel
3348%defattr(644,root,root,755)
3349%attr(755,root,root) %{_libdir}/libethumb.so
3350%attr(755,root,root) %{_libdir}/libethumb_client.so
3351%{_includedir}/ethumb-1
3352%{_includedir}/ethumb-client-1
3353%{_pkgconfigdir}/ethumb.pc
3354%{_pkgconfigdir}/ethumb_client.pc
3355%{_libdir}/cmake/Ethumb
3356%{_libdir}/cmake/EthumbClient
3357
3358%if %{with static_libs}
3359%files -n ethumb-static
3360%defattr(644,root,root,755)
3361%{_libdir}/libethumb.a
3362%{_libdir}/libethumb_client.a
3363%endif
3364
3365%files -n ethumb-plugin-emotion
3366%defattr(644,root,root,755)
3367%dir %{_libdir}/ethumb/modules/emotion
3e32949c
JB
3368%dir %{_libdir}/ethumb/modules/emotion/%{arch_tag}
3369%attr(755,root,root) %{_libdir}/ethumb/modules/emotion/%{arch_tag}/module.so
3370%{_libdir}/ethumb/modules/emotion/%{arch_tag}/template.edj
5f8d025f
JB
3371
3372%files -n evas
3373%defattr(644,root,root,755)
3374%attr(755,root,root) %{_bindir}/evas_cserve2_client
3375%attr(755,root,root) %{_bindir}/evas_cserve2_debug
3376%attr(755,root,root) %{_bindir}/evas_cserve2_shm_debug
3377%attr(755,root,root) %{_bindir}/evas_cserve2_usage
3378%attr(755,root,root) %{_libdir}/libevas.so.*.*.*
3379%attr(755,root,root) %ghost %{_libdir}/libevas.so.1
3380%dir %{_libdir}/evas
3381%dir %{_libdir}/evas/cserve2
3382%dir %{_libdir}/evas/cserve2/bin
3e32949c
JB
3383%dir %{_libdir}/evas/cserve2/bin/%{arch_tag}
3384%attr(755,root,root) %{_libdir}/evas/cserve2/bin/%{arch_tag}/evas_cserve2
3385%attr(755,root,root) %{_libdir}/evas/cserve2/bin/%{arch_tag}/evas_cserve2_slave
5f8d025f
JB
3386%dir %{_libdir}/evas/modules
3387%dir %{_libdir}/evas/modules/engines
3388%dir %{_libdir}/evas/modules/loaders
3389%dir %{_libdir}/evas/modules/savers
3390%{_datadir}/evas
3391
3392%files -n evas-devel
3393%defattr(644,root,root,755)
3394%attr(755,root,root) %{_libdir}/libevas.so
3395%{_includedir}/evas-1
3396%{_pkgconfigdir}/evas.pc
3397# engine private structures
3398%{?with_drm:%{_pkgconfigdir}/evas-drm.pc}
3399%{?with_fb:%{_pkgconfigdir}/evas-fb.pc}
3400%{?with_sdl:%{_pkgconfigdir}/evas-opengl-sdl.pc}
3401%{_pkgconfigdir}/evas-opengl-x11.pc
3402%{_pkgconfigdir}/evas-software-buffer.pc
3403%{_pkgconfigdir}/evas-software-x11.pc
3404%if %{with wayland}
e88cfa1e 3405%{?with_wayland_egl:%{_pkgconfigdir}/evas-wayland-egl.pc}
5f8d025f
JB
3406%{_pkgconfigdir}/evas-wayland-shm.pc
3407%endif
3408%{_libdir}/cmake/Evas
3409
3410%if %{with static_libs}
3411%files -n evas-static
3412%defattr(644,root,root,755)
3413%{_libdir}/libevas.a
3414%endif
3415
e9503e71
JB
3416%files -n evas-cxx-devel
3417%defattr(644,root,root,755)
3418%{_includedir}/evas-cxx-1
3419%{_pkgconfigdir}/evas-cxx.pc
3420%{_libdir}/cmake/EvasCxx
3421
5f8d025f
JB
3422%if %{with drm}
3423%files -n evas-engine-drm
3424%defattr(644,root,root,755)
3425%dir %{_libdir}/evas/modules/engines/drm
3e32949c
JB
3426%dir %{_libdir}/evas/modules/engines/drm/%{arch_tag}
3427%attr(755,root,root) %{_libdir}/evas/modules/engines/drm/%{arch_tag}/module.so
5f8d025f
JB
3428%endif
3429
3430%if %{with fb}
3431%files -n evas-engine-fb
3432%defattr(644,root,root,755)
3433%dir %{_libdir}/evas/modules/engines/fb
3e32949c
JB
3434%dir %{_libdir}/evas/modules/engines/fb/%{arch_tag}
3435%attr(755,root,root) %{_libdir}/evas/modules/engines/fb/%{arch_tag}/module.so
5f8d025f
JB
3436%endif
3437
3438%if %{with sdl}
3439%files -n evas-engine-gl_sdl
3440%defattr(644,root,root,755)
3441%dir %{_libdir}/evas/modules/engines/gl_sdl
3e32949c
JB
3442%dir %{_libdir}/evas/modules/engines/gl_sdl/%{arch_tag}
3443%attr(755,root,root) %{_libdir}/evas/modules/engines/gl_sdl/%{arch_tag}/module.so
5f8d025f
JB
3444%endif
3445
3446%files -n evas-engine-gl_x11
3447%defattr(644,root,root,755)
3448%dir %{_libdir}/evas/modules/engines/gl_x11
3e32949c
JB
3449%dir %{_libdir}/evas/modules/engines/gl_x11/%{arch_tag}
3450%attr(755,root,root) %{_libdir}/evas/modules/engines/gl_x11/%{arch_tag}/module.so
5f8d025f
JB
3451
3452%files -n evas-engine-software_x11
3453%defattr(644,root,root,755)
3454%dir %{_libdir}/evas/modules/engines/software_x11
3e32949c
JB
3455%dir %{_libdir}/evas/modules/engines/software_x11/%{arch_tag}
3456%attr(755,root,root) %{_libdir}/evas/modules/engines/software_x11/%{arch_tag}/module.so
5f8d025f
JB
3457
3458%if %{with wayland}
e88cfa1e 3459%if %{with wayland_egl}
5f8d025f
JB
3460%files -n evas-engine-wayland_egl
3461%defattr(644,root,root,755)
3462%dir %{_libdir}/evas/modules/engines/wayland_egl
3e32949c
JB
3463%dir %{_libdir}/evas/modules/engines/wayland_egl/%{arch_tag}
3464%attr(755,root,root) %{_libdir}/evas/modules/engines/wayland_egl/%{arch_tag}/module.so
e88cfa1e 3465%endif
5f8d025f
JB
3466
3467%files -n evas-engine-wayland_shm
3468%defattr(644,root,root,755)
3469%dir %{_libdir}/evas/modules/engines/wayland_shm
3e32949c
JB
3470%dir %{_libdir}/evas/modules/engines/wayland_shm/%{arch_tag}
3471%attr(755,root,root) %{_libdir}/evas/modules/engines/wayland_shm/%{arch_tag}/module.so
5f8d025f
JB
3472%endif
3473
3474%files -n evas-loader-gif
3475%defattr(644,root,root,755)
3476%dir %{_libdir}/evas/modules/loaders/gif
3e32949c
JB
3477%dir %{_libdir}/evas/modules/loaders/gif/%{arch_tag}
3478%attr(755,root,root) %{_libdir}/evas/modules/loaders/gif/%{arch_tag}/module.so
5f8d025f
JB
3479
3480%files -n evas-loader-jp2k
3481%defattr(644,root,root,755)
3482%dir %{_libdir}/evas/modules/loaders/jp2k
3e32949c
JB
3483%dir %{_libdir}/evas/modules/loaders/jp2k/%{arch_tag}
3484%attr(755,root,root) %{_libdir}/evas/modules/loaders/jp2k/%{arch_tag}/module.so
5f8d025f
JB
3485
3486%files -n evas-loader-jpeg
3487%defattr(644,root,root,755)
3488%dir %{_libdir}/evas/modules/loaders/jpeg
3e32949c
JB
3489%dir %{_libdir}/evas/modules/loaders/jpeg/%{arch_tag}
3490%attr(755,root,root) %{_libdir}/evas/modules/loaders/jpeg/%{arch_tag}/module.so
5f8d025f
JB
3491
3492%files -n evas-loader-png
3493%defattr(644,root,root,755)
3494%dir %{_libdir}/evas/modules/loaders/png
3e32949c
JB
3495%dir %{_libdir}/evas/modules/loaders/png/%{arch_tag}
3496%attr(755,root,root) %{_libdir}/evas/modules/loaders/png/%{arch_tag}/module.so
5f8d025f
JB
3497
3498%files -n evas-loader-tiff
3499%defattr(644,root,root,755)
3500%dir %{_libdir}/evas/modules/loaders/tiff
3e32949c
JB
3501%dir %{_libdir}/evas/modules/loaders/tiff/%{arch_tag}
3502%attr(755,root,root) %{_libdir}/evas/modules/loaders/tiff/%{arch_tag}/module.so
5f8d025f
JB
3503
3504%files -n evas-loader-webp
3505%defattr(644,root,root,755)
3506%dir %{_libdir}/evas/modules/loaders/webp
3e32949c
JB
3507%dir %{_libdir}/evas/modules/loaders/webp/%{arch_tag}
3508%attr(755,root,root) %{_libdir}/evas/modules/loaders/webp/%{arch_tag}/module.so
5f8d025f
JB
3509
3510%files -n evas-saver-jpeg
3511%defattr(644,root,root,755)
3512%dir %{_libdir}/evas/modules/savers/jpeg
3e32949c
JB
3513%dir %{_libdir}/evas/modules/savers/jpeg/%{arch_tag}
3514%attr(755,root,root) %{_libdir}/evas/modules/savers/jpeg/%{arch_tag}/module.so
5f8d025f
JB
3515
3516%files -n evas-saver-png
3517%defattr(644,root,root,755)
3518%dir %{_libdir}/evas/modules/savers/png
3e32949c
JB
3519%dir %{_libdir}/evas/modules/savers/png/%{arch_tag}
3520%attr(755,root,root) %{_libdir}/evas/modules/savers/png/%{arch_tag}/module.so
5f8d025f
JB
3521
3522%files -n evas-saver-tiff
3523%defattr(644,root,root,755)
3524%dir %{_libdir}/evas/modules/savers/tiff
3e32949c
JB
3525%dir %{_libdir}/evas/modules/savers/tiff/%{arch_tag}
3526%attr(755,root,root) %{_libdir}/evas/modules/savers/tiff/%{arch_tag}/module.so
5f8d025f
JB
3527
3528%files -n evas-saver-webp
3529%defattr(644,root,root,755)
3530%dir %{_libdir}/evas/modules/savers/webp
3e32949c
JB
3531%dir %{_libdir}/evas/modules/savers/webp/%{arch_tag}
3532%attr(755,root,root) %{_libdir}/evas/modules/savers/webp/%{arch_tag}/module.so
5f8d025f
JB
3533
3534%files -n vim-addon-efl
3535%defattr(644,root,root,755)
3536%doc data/edje/vim/plugin-info.txt
3537%{_datadir}/vim/autoload/edccomplete.vim
3538%{_datadir}/vim/vimfiles/ftdetect/edc.vim
3539%{_datadir}/vim/vimfiles/ftplugin/edc.vim
3540%{_datadir}/vim/vimfiles/indent/edc.vim
3541# owner?
3542%dir %{_datadir}/vim/vimfiles/snippets
3543%{_datadir}/vim/vimfiles/snippets/edc.snippets
3544%{_datadir}/vim/vimfiles/syntax/edc.vim
3545%{_datadir}/vim/vimfiles/syntax/embryo.vim
This page took 0.638679 seconds and 4 git commands to generate.