X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=packaging%2Fdali-adaptor.spec;h=ab74bbf5dcdfbe7c7066637dab98b7b395abc5b1;hb=3409137ad4c9984680c05fab4d1b65ca84428ef0;hp=8eaedb12ee5a05f3fb60e2ab6a3634db57a8c326;hpb=168e9e557223fffdaf73214a749d3f850092f054;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/packaging/dali-adaptor.spec b/packaging/dali-adaptor.spec index 8eaedb1..ab74bbf 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.56 +Version: 1.2.61.2 Release: 1 Group: System/Libraries License: Apache-2.0 and BSD-3-Clause and MIT @@ -115,18 +115,15 @@ BuildRequires: pkgconfig(utilX) %endif # for dali-adaptor -BuildRequires: pkgconfig(evas) - %if 0%{?tizen_version_major} == 3 BuildRequires: pkgconfig(capi-appfw-application) BuildRequires: pkgconfig(elementary) %else BuildRequires: pkgconfig(bundle) BuildRequires: pkgconfig(appcore-ui) -BuildRequires: pkgconfig(appcore-multiwindow) +BuildRequires: pkgconfig(appcore-widget-base) BuildRequires: pkgconfig(capi-appfw-app-common) BuildRequires: pkgconfig(capi-appfw-app-control) -BuildRequires: pkgconfig(screen_connector_provider) BuildRequires: pkgconfig(ecore-imf) %endif @@ -138,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} @@ -373,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} ############################## @@ -397,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 ############################## @@ -495,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 @@ -504,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 @@ -538,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 @@ -547,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 @@ -580,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 @@ -589,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 @@ -622,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 @@ -631,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 @@ -656,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" @@ -666,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 @@ -675,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 @@ -717,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 \ @@ -727,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 @@ -761,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 \ @@ -771,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 @@ -804,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 \ @@ -814,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 @@ -847,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 \ @@ -857,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 @@ -880,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" @@ -891,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 \ @@ -901,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 @@ -1027,18 +1042,11 @@ exit 0 /sbin/ldconfig exit 0 -%if %{with wayland} -%post dali-video-player-plugin +#%if %{with wayland} +%post dali-web-engine-lite-plugin /sbin/ldconfig exit 0 -%endif - -%if %{with wayland} -%postun dali-video-player-plugin -/sbin/ldconfig -exit 0 -%endif - +#%endif ############################## @@ -1213,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 @@ -1221,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,-) @@ -1242,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,-)