]> git.pld-linux.org Git - packages/efl.git/blobdiff - efl.spec
- release 6 (by relup.sh)
[packages/efl.git] / efl.spec
index 04675a06634b92083912bbd275bb1d1e8dd7cae3..f8713a6ad77843fa5cd2f0c9830fd3687cccb523 100644 (file)
--- a/efl.spec
+++ b/efl.spec
 %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
 %bcond_with    gnutls          # use GnuTLS as crypto library (default is OpenSSL)
 %bcond_without static_libs     # static libraries build
 #
+%ifnarch %{ix86} %{x8664} arm mips ppc
+%undefine      with_luajit
+%endif
 Summary:       EFL - The Enlightenment Foundation Libraries
 Summary(pl.UTF-8):     EFL (Enlightenment Foundation Libraries) - biblioteki tworzące Enlightment
 Name:          efl
-Version:       1.10.2
-Release:       1
+Version:       1.10.3
+Release:       6
 License:       LGPL v2.1+, BSD (depends on component)
 Group:         Libraries
-Source0:       http://download.enlightenment.org/rel/libs/efl/%{name}-%{version}.tar.bz2
-# Source0-md5: a99ea8c50537c4362c7e380656af20d8
+Source0:       https://download.enlightenment.org/rel/libs/efl/%{name}-%{version}.tar.bz2
+# Source0-md5: 6b3d88134d3d27dd9b41a4a46d718a19
 Patch0:                %{name}-pc.patch
 Patch1:                %{name}-wayland.patch
 Patch2:                %{name}-am.patch
-URL:           https://trac.enlightenment.org/e/wiki/EFL
+URL:           https://www.enlightenment.org/docs/efl/start
 %{?with_egl:BuildRequires:     EGL-devel}
 BuildRequires: OpenGL-GLX-devel
 %{?with_sdl:BuildRequires:     SDL-devel >= 1.2.0}
@@ -49,7 +52,7 @@ BuildRequires:        doxygen
 BuildRequires: fontconfig-devel >= 2.5.0
 BuildRequires: freetype-devel >= 1:2.2
 BuildRequires: fribidi-devel >= 0.19.2
-BuildRequires: gettext-devel >= 0.17
+BuildRequires: gettext-tools >= 0.17
 BuildRequires: giflib-devel
 BuildRequires: glib2-devel >= 2.0
 %{?with_gnutls:BuildRequires:  gnutls-devel >= 2.12.16}
@@ -573,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
@@ -910,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
@@ -999,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
@@ -1042,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
 
@@ -1727,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
@@ -1914,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.076314 seconds and 4 git commands to generate.