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