X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fdali-adaptor.spec;h=2f9dc9afc6427dc60a1347b35cab42947deb968a;hb=42a87676ee90611c5f6085187919fb11e10b19f5;hp=64235fca235817d44b29c7b83b39f508b7e4409f;hpb=14290640441bec8e986c9311745ec2dd4e4911cd;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/packaging/dali-adaptor.spec b/packaging/dali-adaptor.spec index 64235fc..2f9dc9a 100644 --- a/packaging/dali-adaptor.spec +++ b/packaging/dali-adaptor.spec @@ -19,7 +19,7 @@ Name: dali-adaptor Summary: The DALi Tizen Adaptor -Version: 1.2.55 +Version: 1.2.60 Release: 1 Group: System/Libraries License: Apache-2.0 and BSD-3-Clause and MIT @@ -126,6 +126,7 @@ BuildRequires: pkgconfig(capi-appfw-app-common) BuildRequires: pkgconfig(capi-appfw-app-control) BuildRequires: pkgconfig(ecore-imf) %endif + BuildRequires: pkgconfig(capi-system-system-settings) # for feedback plugin @@ -134,9 +135,11 @@ BuildRequires: pkgconfig(mm-sound) BuildRequires: pkgconfig(feedback) %endif -# for videoplayer Plugin -BuildRequires: pkgconfig(capi-media-player) - +# for Web Engine Lite Plugin +%if 0%{?enable_web_engine_lite} +BuildRequires: lightweight-web-engine +BuildRequires: lightweight-web-engine-devel +%endif # for multiprofile Requires: %{name}-compat = %{version}-%{release} @@ -369,16 +372,14 @@ Requires: %{name} = %{version}-%{release} Feedback plugin to play haptic and audio feedback for Dali ############################## -# Dali VideoPlayer Plugin +# Dali WebEngineLite Plugin ############################## -%if %{with wayland} -%package dali-video-player-plugin -Summary: Plugin to play a video file for Dali +%package dali-web-engine-lite-plugin +Summary: Plugin WebEngineLite for Dali Group: System/Libraries -%description dali-video-player-plugin -VideoPlayer plugin to play a video file for Dali -%endif +%description dali-web-engine-lite-plugin +WebEngineLite plugin for Dali %if !0%{?disable_cxx03_build} ############################## @@ -393,16 +394,14 @@ Requires: %{name}-cxx03 = %{version}-%{release} Feedback plugin to play haptic and audio feedback for Dali ############################## -# Dali VideoPlayer Plugin +# Dali WebEngineLite Plugin ############################## -%if %{with wayland} -%package dali-video-player-plugin-cxx03 -Summary: Plugin to play a video file for Dali with cxx03 abi +%package dali-web-engine-lite-plugin-cxx03 +Summary: Plugin WebEngineLite for Dali with cxx03 abi Group: System/Libraries -%description dali-video-player-plugin-cxx03 -VideoPlayer plugin to play a video file for Dali -%endif +%description dali-web-engine-lite-plugin-cxx03 +WebEngineLite plugin for Dali %endif ############################## @@ -491,7 +490,6 @@ TIZEN_PLATFORM_CONFIG_SUPPORTED="%{tizen_platform_config_supported}" ; export TI %if 0%{?tizen_version_major} >= 3 --enable-feedback \ %endif - --enable-videoplayer \ %if 0%{?tizen_2_2_compatibility} --with-tizen-2-2-compatibility \ %endif @@ -500,6 +498,9 @@ TIZEN_PLATFORM_CONFIG_SUPPORTED="%{tizen_platform_config_supported}" ; export TI %else --enable-efl=yes \ %endif +%if 0%{?enable_web_engine_lite} + --enable-web-engine-lite \ +%endif %if 0%{?enable_debug} --enable-debug \ %endif @@ -534,7 +535,6 @@ make clean %if 0%{?tizen_version_major} >= 3 --enable-feedback \ %endif - --enable-videoplayer \ %if 0%{?tizen_2_2_compatibility} --with-tizen-2-2-compatibility \ %endif @@ -543,6 +543,9 @@ make clean %else --enable-efl=yes \ %endif +%if 0%{?enable_web_engine_lite} + --enable-web-engine-lite \ +%endif %if 0%{?enable_debug} --enable-debug \ %endif @@ -576,7 +579,6 @@ make clean %if 0%{?tizen_version_major} >= 3 --enable-feedback \ %endif - --enable-videoplayer \ %if 0%{?tizen_2_2_compatibility} --with-tizen-2-2-compatibility \ %endif @@ -585,6 +587,9 @@ make clean %else --enable-efl=yes \ %endif +%if 0%{?enable_web_engine_lite} + --enable-web-engine-lite \ +%endif %if 0%{?enable_debug} --enable-debug \ %endif @@ -618,7 +623,6 @@ make clean %if 0%{?tizen_version_major} >= 3 --enable-feedback \ %endif - --enable-videoplayer \ %if 0%{?tizen_2_2_compatibility} --with-tizen-2-2-compatibility \ %endif @@ -627,6 +631,9 @@ make clean %else --enable-efl=yes \ %endif +%if 0%{?enable_web_engine_lite} + --enable-web-engine-lite \ +%endif %if 0%{?enable_debug} --enable-debug \ %endif @@ -652,7 +659,7 @@ make clean %endif ####################################################################### -# common ( build dali_videoplayer_plugin for common uses ) +# common # This is for backward-compatibility. This does not deteriorate 4.0 Configurability # if common ||"undefined" %if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" @@ -662,7 +669,6 @@ make clean %if 0%{?tizen_version_major} >= 3 --enable-feedback \ %endif - --enable-videoplayer \ %if 0%{?tizen_2_2_compatibility} --with-tizen-2-2-compatibility \ %endif @@ -671,6 +677,9 @@ make clean %else --enable-efl=yes \ %endif +%if 0%{?enable_web_engine_lite} + --enable-web-engine-lite \ +%endif %if 0%{?enable_debug} --enable-debug \ %endif @@ -713,7 +722,6 @@ make clean %if 0%{?tizen_version_major} >= 3 --enable-feedback \ %endif - --enable-videoplayer \ --enable-cxx03-abi=yes \ %if 0%{?tizen_2_2_compatibility} --with-tizen-2-2-compatibility \ @@ -723,6 +731,9 @@ make clean %else --enable-efl=yes \ %endif +%if 0%{?enable_web_engine_lite} + --enable-web-engine-lite \ +%endif %if 0%{?enable_debug} --enable-debug \ %endif @@ -757,7 +768,6 @@ make clean %if 0%{?tizen_version_major} >= 3 --enable-feedback \ %endif - --enable-videoplayer \ --enable-cxx03-abi=yes \ %if 0%{?tizen_2_2_compatibility} --with-tizen-2-2-compatibility \ @@ -767,6 +777,9 @@ make clean %else --enable-efl=yes \ %endif +%if 0%{?enable_web_engine_lite} + --enable-web-engine-lite \ +%endif %if 0%{?enable_debug} --enable-debug \ %endif @@ -800,7 +813,6 @@ make clean %if 0%{?tizen_version_major} >= 3 --enable-feedback \ %endif - --enable-videoplayer \ --enable-cxx03-abi=yes \ %if 0%{?tizen_2_2_compatibility} --with-tizen-2-2-compatibility \ @@ -810,6 +822,9 @@ make clean %else --enable-efl=yes \ %endif +%if 0%{?enable_web_engine_lite} + --enable-web-engine-lite \ +%endif %if 0%{?enable_debug} --enable-debug \ %endif @@ -843,7 +858,6 @@ make clean %if 0%{?tizen_version_major} >= 3 --enable-feedback \ %endif - --enable-videoplayer \ --enable-cxx03-abi=yes \ %if 0%{?tizen_2_2_compatibility} --with-tizen-2-2-compatibility \ @@ -853,6 +867,9 @@ make clean %else --enable-efl=yes \ %endif +%if 0%{?enable_web_engine_lite} + --enable-web-engine-lite \ +%endif %if 0%{?enable_debug} --enable-debug \ %endif @@ -876,7 +893,7 @@ make clean %endif ####################################################################### -# common ( build dali_videoplayer_plugin for common uses ) +# common # This is for backward-compatibility. This does not deteriorate 4.0 Configurability # if common ||"undefined" %if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" @@ -887,7 +904,6 @@ make clean %if 0%{?tizen_version_major} >= 3 --enable-feedback \ %endif - --enable-videoplayer \ --enable-cxx03-abi=yes \ %if 0%{?tizen_2_2_compatibility} --with-tizen-2-2-compatibility \ @@ -897,6 +913,9 @@ make clean %else --enable-efl=yes \ %endif +%if 0%{?enable_web_engine_lite} + --enable-web-engine-lite \ +%endif %if 0%{?enable_debug} --enable-debug \ %endif @@ -1023,18 +1042,11 @@ exit 0 /sbin/ldconfig exit 0 -%if %{with wayland} -%post dali-video-player-plugin -/sbin/ldconfig -exit 0 -%endif - -%if %{with wayland} -%postun dali-video-player-plugin +#%if %{with wayland} +%post dali-web-engine-lite-plugin /sbin/ldconfig exit 0 -%endif - +#%endif ############################## @@ -1209,7 +1221,7 @@ exit 0 %license LICENSE # This is for backward-compatibility. This does not deteriorate 4.0 Configurability # if common ||"undefined" -%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" +#%if "%{?profile}" != "wearable" && "%{?profile}" != "tv" && "%{?profile}" != "ivi" && "%{?profile}" != "mobile" %defattr(-,root,root,-) %{_libdir}/libdali-adaptor.so.0* %{_libdir}/libdali-adaptor-cxx03.so @@ -1217,17 +1229,17 @@ exit 0 %exclude %{_libdir}/libdali-adap*.so*.wearable %exclude %{_libdir}/libdali-adap*.so*.tv %exclude %{_libdir}/libdali-adap*.so*.ivi -%endif +#%endif -%if %{with wayland} -%files dali-video-player-plugin-cxx03 +%if 0%{?tizen_version_major} >= 3 +%if 0%{?enable_web_engine_lite} +%files dali-web-engine-lite-plugin-cxx03 %manifest dali-adaptor.manifest %defattr(-,root,root,-) -%{_libdir}/libdali-video-player-plugin.so* +%{_libdir}/libdali-web-engine-lite-plugin.so* %license LICENSE %endif -%if 0%{?tizen_version_major} >= 3 %files dali-feedback-plugin-cxx03 %manifest dali-adaptor.manifest %defattr(-,root,root,-) @@ -1238,15 +1250,15 @@ exit 0 ################################################# -%if %{with wayland} -%files dali-video-player-plugin +%if 0%{?tizen_version_major} >= 3 +%if 0%{?enable_web_engine_lite} +%files dali-web-engine-lite-plugin %manifest dali-adaptor.manifest %defattr(-,root,root,-) -%{_libdir}/libdali-video-player-plugin-cxx11.so* +%{_libdir}/libdali-web-engine-lite-plugin-cxx11.so* %license LICENSE %endif -%if 0%{?tizen_version_major} >= 3 %files dali-feedback-plugin %manifest dali-adaptor.manifest %defattr(-,root,root,-)