]> git.pld-linux.org Git - packages/efl.git/blobdiff - efl.spec
- fix internal deps
[packages/efl.git] / efl.spec
index c12598587bbc112538bd2a79dd8f766eb3bdb490..827b8b5db5fd1d62ab6a7d5e49600cf1091d2f5a 100644 (file)
--- a/efl.spec
+++ b/efl.spec
@@ -17,7 +17,7 @@
 %bcond_without scim            # SCIM input module
 %bcond_without sdl             # SDL support
 %bcond_with    systemd         # systemd journal support in Eina, daemon support in Ecore
-%bcond_with    wayland         # Wayland display server support
+%bcond_without wayland         # Wayland display server support
 %bcond_with    wayland_egl     # Wayland display server support [only with GLES instead of GL]
 %bcond_with    xcb             # use XCB API instead of Xlib
 %bcond_without xine            # Xine support
@@ -31,7 +31,7 @@ Summary:      EFL - The Enlightenment Foundation Libraries
 Summary(pl.UTF-8):     EFL (Enlightenment Foundation Libraries) - biblioteki tworzące Enlightment
 Name:          efl
 Version:       1.10.3
-Release:       1
+Release:       5
 License:       LGPL v2.1+, BSD (depends on component)
 Group:         Libraries
 Source0:       https://download.enlightenment.org/rel/libs/efl/%{name}-%{version}.tar.bz2
@@ -576,7 +576,9 @@ Requires:   ecore-evas = %{version}-%{release}
 Requires:      ecore-input-evas = %{version}-%{release}
 Requires:      ecore-wayland = %{version}-%{release}
 # ?
+%if %{with wayland_egl}
 Requires:      evas-engine-wayland_egl = %{version}-%{release}
+%endif
 Requires:      evas-engine-wayland_shm = %{version}-%{release}
 
 %description -n ecore-evas-engine-wayland
@@ -913,6 +915,7 @@ License:    BSD
 Group:         Development/Libraries
 URL:           http://trac.enlightenment.org/e/wiki/Ecore
 Requires:      ecore-input-devel = %{version}-%{release}
+Requires:      ecore-input-evas = %{version}-%{release}
 Requires:      evas-devel = %{version}-%{release}
 
 %description -n ecore-input-evas-devel
@@ -1002,6 +1005,7 @@ License:  BSD
 Group:         Development/Libraries
 URL:           http://trac.enlightenment.org/e/wiki/Ecore
 Requires:      ecore-input-devel = %{version}-%{release}
+Requires:      ecore-sdl = %{version}-%{release}
 Requires:      SDL-devel >= 1.2.0
 
 %description -n ecore-sdl-devel
@@ -1045,6 +1049,7 @@ Summary(pl.UTF-8):        Plik nagłówkowy biblioteki Ecore Wayland
 Group:         Development/Libraries
 Requires:      ecore-devel = %{version}-%{release}
 Requires:      ecore-input-devel = %{version}-%{release}
+Requires:      ecore-wayland = %{version}-%{release}
 Requires:      wayland-devel >= 1.3.0
 Requires:      xorg-lib-libxkbcommon-devel >= 0.3.0
 
@@ -1730,6 +1735,7 @@ Requires: eio = %{version}-%{release}
 Requires:      evas = %{version}-%{release}
 # for edje module
 Requires:      edje-libs = %{version}-%{release}
+Obsoletes:     emotion-decoder-vlc
 
 %description -n emotion
 Emotion is a library to easily integrate media playback into EFL
@@ -1917,7 +1923,7 @@ Summary(pl.UTF-8):        API języka C++ do biblioteki Eolian
 Group:         Development/Libraries
 Requires:      eo-devel = %{version}-%{release}
 Requires:      eolian-devel = %{version}-%{release}
-Requires:      libstdc++-devel = %{version}-%{release}
+Requires:      libstdc++-devel
 
 %description -n eolian-cxx-devel
 C++ API for Eolian library.
This page took 0.071719 seconds and 4 git commands to generate.