// EXTERNAL INCLUDES
#include <dali/integration-api/debug.h>
#include <dali/public-api/object/type-registry.h>
-#include <efl_assist_theme.h>
// INTERNAL INCLUDES
#include <singleton-service-impl.h>
bool ColorController::RetrieveColor( const std::string& colorCode, Vector4& colorValue )
{
- int R = 0;
- int G = 0;
- int B = 0;
- int A = 0;
-
- if( ea_theme_color_get(colorCode.c_str(), &R, &G, &B, &A, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL) )
- {
- colorValue.r = (float) (R) / 255.0f;
- colorValue.g = (float) (G) / 255.0f;
- colorValue.b = (float) (B) / 255.0f;
- colorValue.a = (float) (A) / 255.0f;
-
- return true;
- }
-
return false;
}
bool ColorController::RetrieveColor( const std::string& colorCode , Vector4& textColor, Vector4& textOutlineColor, Vector4& textShadowColor)
{
- int R = 0;
- int G = 0;
- int B = 0;
- int A = 0;
-
- int outlineR = 0;
- int outlineG = 0;
- int outlineB = 0;
- int outlineA = 0;
-
- int shadowR = 0;
- int shadowG = 0;
- int shadowB = 0;
- int shadowA = 0;
-
- if( ea_theme_color_get(colorCode.c_str(), &R, &G, &B, &A, &outlineR, &outlineG, &outlineB, &outlineA, &shadowR, &shadowG, &shadowB, &shadowA) )
- {
- textColor.r = (float) (R) / 255.0f;
- textColor.g = (float) (G) / 255.0f;
- textColor.b = (float) (B) / 255.0f;
- textColor.a = (float) (A) / 255.0f;
-
- textOutlineColor.r = (float) (outlineR) / 255.0f;
- textOutlineColor.g = (float) (outlineG) / 255.0f;
- textOutlineColor.b = (float) (outlineB) / 255.0f;
- textOutlineColor.a = (float) (outlineA) / 255.0f;
-
- textShadowColor.r = (float) (shadowR) / 255.0f;
- textShadowColor.g = (float) (shadowG) / 255.0f;
- textShadowColor.b = (float) (shadowB) / 255.0f;
- textShadowColor.a = (float) (shadowA) / 255.0f;
-
- return true;
- }
-
return false;
}
# should not disable features. This allows the developer to override
# features through the command line.
-if test "x$enable_profile" = "xCOMMON"; then
PKG_CHECK_MODULES(OPENGLES20, glesv2 egl)
-fi
-
-if test "x$enable_profile" = "xMOBILE"; then
-PKG_CHECK_MODULES(OPENGLES20, opengl-es-20)
-fi
-
-if test "x$enable_profile" = "xLITE"; then
-PKG_CHECK_MODULES(OPENGLES20, gles20)
-fi
-
-if test "x$enable_profile" = "xWEARABLE"; then
-PKG_CHECK_MODULES(OPENGLES20, gles20)
-fi
-
-if test "x$enable_profile" = "xTV"; then
-PKG_CHECK_MODULES(OPENGLES20, gles20)
-fi
-if test "x$enable_profile" = "xUBUNTU"; then
-PKG_CHECK_MODULES(OPENGLES20, glesv2 egl)
-else
+if test "x$enable_profile" != "xUBUNTU"; then
PKG_CHECK_MODULES(CAPI_APPFW_APPLICATION, capi-appfw-application)
PKG_CHECK_MODULES(DLOG, dlog)
PKG_CHECK_MODULES(SENSOR, sensor)
PKG_CHECK_MODULES(CAPI_SYSTEM_SYSTEM_SETTINGS, capi-system-system-settings)
fi
-if test "x$enable_profile" != "xTV" && test "x$enable_profile" != "xUBUNTU"; then
-PKG_CHECK_MODULES(EFL_ASSIST, efl-assist)
-fi
-
if test "x$enable_wayland" = "xyes"; then
PKG_CHECK_MODULES(WAYLAND, [ecore-wayland egl wayland-egl wayland-client >= 1.2.0 xkbcommon],
[DALI_HAS_ECOREWL=yes],
--- /dev/null
+%bcond_with wayland
+
+Name: dali-adaptor
+Summary: The DALi Tizen Adaptor
+Version: 1.0.27
+Release: 1
+Group: System/Libraries
+License: Apache-2.0
+URL: https://review.tizen.org/git/?p=platform/core/uifw/dali-adaptor.git;a=summary
+Source0: %{name}-%{version}.tar.gz
+
+%define dali_feedback_plugin 0
+%define dali_bullet_plugin 0
+%define dali_assimp_plugin 0
+
+Requires(post): /sbin/ldconfig
+Requires(postun): /sbin/ldconfig
+Requires: boost-thread
+Requires: giflib
+BuildRequires: pkgconfig
+BuildRequires: gawk
+BuildRequires: pkgconfig(sensor)
+BuildRequires: pkgconfig(aul)
+BuildRequires: boost-devel
+BuildRequires: giflib-devel
+BuildRequires: pkgconfig(fontconfig)
+BuildRequires: pkgconfig(elementary)
+BuildRequires: pkgconfig(capi-appfw-application)
+BuildRequires: libjpeg-turbo-devel
+BuildRequires: pkgconfig(evas)
+BuildRequires: dali-devel
+BuildRequires: dali-integration-devel
+BuildRequires: libxml2-devel
+BuildRequires: pkgconfig(vconf)
+BuildRequires: tts-devel
+BuildRequires: pkgconfig(dlog)
+BuildRequires: libdrm-devel
+BuildRequires: pkgconfig(libexif)
+BuildRequires: pkgconfig(capi-system-system-settings)
+BuildRequires: pkgconfig(efl-assist)
+BuildRequires: pkgconfig(libpng)
+%if %{with wayland}
+BuildRequires: pkgconfig(glesv2)
+BuildRequires: pkgconfig(egl)
+BuildRequires: pkgconfig(ecore-wayland)
+BuildRequires: pkgconfig(wayland-egl)
+BuildRequires: pkgconfig(wayland-client)
+%else
+BuildRequires: pkgconfig(xi)
+BuildRequires: pkgconfig(xfixes)
+BuildRequires: pkgconfig(xdamage)
+BuildRequires: pkgconfig(utilX)
+BuildRequires: pkgconfig(gles20)
+%endif
+
+%if 0%{?dali_assimp_plugin}
+BuildRequires: pkgconfig(assimp)
+%endif
+
+%description
+The DALi Tizen Adaptor provides a Tizen specific implementation of the dali-core
+platform abstraction and application shell
+
+##############################
+# devel
+##############################
+%package devel
+Summary: Development components for the DALi Tizen Adaptor
+Group: Development/Building
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+Development components for the DALi Tizen Adaptor - public headers and package configs
+
+##############################
+# Dali Feedback Plugin
+##############################
+%package dali-feedback-plugin
+Summary: Plugin to play haptic and audio feedback for Dali
+Group: System/Libraries
+%if 0%{?dali_feedback_plugin}
+#Requires: libdeviced
+BuildRequires: pkgconfig(mm-sound)
+BuildRequires: pkgconfig(haptic)
+BuildRequires: libfeedback-devel
+%endif
+
+%description dali-feedback-plugin
+Feedback plugin to play haptic and audio feedback for Dali
+
+##############################
+# Dali Dynamics/Bullet Plugin
+##############################
+%package dali-bullet-plugin
+Summary: Plugin to provide physics
+Group: System/Libraries
+%if 0%{?dali_bullet_plugin}
+BuildRequires: pkgconfig(bullet)
+%endif
+
+%description dali-bullet-plugin
+Dynamics plugin to wrap the libBulletDynamics libraries
+
+##############################
+# Preparation
+##############################
+%prep
+%setup -q
+%define dali_data_rw_dir /usr/share/dali/
+%define dali_data_ro_dir /usr/share/dali/
+%define user_font_cache_dir %{dali_data_rw_dir}/glyphcache/
+%define user_shader_cache_dir %{dali_data_rw_dir}/core/shaderbin/
+%define font_preloaded_path /usr/share/fonts/
+%define font_downloaded_path /opt/share/fonts/
+%define font_application_path /usr/share/app_fonts/
+%define font_configuration_file /opt/etc/fonts/conf.avail/99-slp.conf
+%define dali_plugin_sound_files %{dali_data_ro_dir}/plugins/sounds/
+%define dali_plugin_theme_files %{dali_data_ro_dir}/themes/feedback-themes/
+
+%define dev_include_path %{_includedir}
+
+##############################
+# Build
+##############################
+%build
+PREFIX+="/usr"
+CXXFLAGS+=" -Wall -g -Os -fPIC -fvisibility-inlines-hidden -fdata-sections -ffunction-sections "
+LDFLAGS+=" -Wl,--rpath=%{_libdir} -Wl,--as-needed -Wl,--gc-sections "
+
+%ifarch %{arm}
+CXXFLAGS+=" -D_ARCH_ARM_ -lgcc"
+%endif
+
+%if %{with wayland}
+CFLAGS+=" -DWAYLAND"
+CXXFLAGS+=" -DWAYLAND"
+configure_flags="--enable-wayland"
+%endif
+
+libtoolize --force
+cd %{_builddir}/%{name}-%{version}/build/tizen && autoreconf --install
+cd %{_builddir}/%{name}-%{version}/build/tizen && CXXFLAGS=$CXXFLAGS LDFLAGS=$LDFLAGS DALI_DATA_RW_DIR="%{dali_data_rw_dir}" DALI_DATA_RO_DIR="%{dali_data_ro_dir}" FONT_PRELOADED_PATH="%{font_preloaded_path}" FONT_DOWNLOADED_PATH="%{font_downloaded_path}" FONT_APPLICATION_PATH="%{font_application_path}" FONT_CONFIGURATION_FILE="%{font_configuration_file}"
+
+%configure --prefix=$PREFIX --with-jpeg-turbo --enable-gles=20 --enable-profile=COMMON \
+%if 0%{?dali_feedback_plugin}
+ --enable-feedback \
+%endif
+%if 0%{?dali_bullet_plugin}
+ --enable-bullet \
+%endif
+%if 0%{?dali_assimp_plugin}
+ --enable-assimp \
+%endif
+ $configure_flags --libdir=%{_libdir}
+
+make %{?jobs:-j%jobs}
+
+##############################
+# Installation
+##############################
+%install
+rm -rf %{buildroot}
+cd build/tizen
+%make_install DALI_DATA_RW_DIR="%{dali_data_rw_dir}" DALI_DATA_RO_DIR="%{dali_data_ro_dir}"
+
+# LICENSE
+mkdir -p %{buildroot}/usr/share/license
+cp -af %{_builddir}/%{name}-%{version}/LICENSE %{buildroot}/usr/share/license/%{name}
+
+##############################
+# Upgrade order:
+# 1 - Pre Install new package
+# 2 - Install new package
+# 3 - Post install new package
+# 4 - Pre uninstall old package
+# 5 - Remove files not overwritten by new package
+# 6 - Post uninstall old package
+##############################
+
+%pre
+rm -f %{user_font_cache_dir}/*
+rm -f %{user_shader_cache_dir}/*
+exit 0
+
+##############################
+# Post Install new package
+##############################
+%post
+/sbin/ldconfig
+chown 5000:5000 %{user_font_cache_dir}
+chown 5000:5000 %{user_shader_cache_dir}
+exit 0
+
+%if 0%{?dali_feedback_plugin}
+%post dali-feedback-plugin
+/sbin/ldconfig
+exit 0
+%endif
+
+%if 0%{?dali_bullet_plugin}
+%post dali-bullet-plugin
+/sbin/ldconfig
+exit 0
+%endif
+
+##############################
+# Pre Uninstall old package
+##############################
+%preun
+rm -f %{user_font_cache_dir}/*
+rm -f %{user_shader_cache_dir}/*
+exit 0
+
+##############################
+# Post Uninstall old package
+##############################
+%postun
+/sbin/ldconfig
+exit 0
+
+%if 0%{?dali_feedback_plugin}
+%postun dali-feedback-plugin
+/sbin/ldconfig
+exit 0
+%endif
+
+%if 0%{?dali_bullet_plugin}
+%postun dali-bullet-plugin
+/sbin/ldconfig
+exit 0
+%endif
+
+##############################
+# Files in Binary Packages
+##############################
+
+%files
+%manifest dali-adaptor.manifest
+%defattr(-,root,root,-)
+%{_libdir}/libdali-adap*.so*
+%defattr(-,app,app,-)
+%dir %{user_font_cache_dir}
+%dir %{user_shader_cache_dir}
+%{_bindir}/*
+%{_datadir}/license/%{name}
+
+%files devel
+%defattr(-,root,root,-)
+%{dev_include_path}/dali/*
+%{_libdir}/pkgconfig/dali*.pc
+
+%if 0%{?dali_feedback_plugin}
+%files dali-feedback-plugin
+%defattr(-,root,root,-)
+%{_libdir}/libdali-feedback-plugin.so*
+%{dali_plugin_sound_files}/*
+%{dali_plugin_theme_files}/*
+%endif
+
+%if 0%{?dali_bullet_plugin}
+%files dali-bullet-plugin
+%defattr(-,root,root,-)
+%{_libdir}/libdali-bullet-plugin.so*
+%endif
URL: https://review.tizen.org/git/?p=platform/core/uifw/dali-adaptor.git;a=summary
Source0: %{name}-%{version}.tar.gz
+%if "%{profile}" == "mobile"
+%define dali_profile MOBILE
%define dali_feedback_plugin 0
%define dali_bullet_plugin 0
%define dali_assimp_plugin 0
+%endif
+
+%if "%{profile}" == "tv"
+%define dali_profile TV
+%define dali_feedback_plugin 0
+%define dali_bullet_plugin 0
+%define dali_assimp_plugin 0
+%endif
+
+%if "%{profile}" == "wearable"
+%define dali_profile WEARABLE
+%define dali_feedback_plugin 0
+%define dali_bullet_plugin 0
+%define dali_assimp_plugin 0
+%endif
+
+%if "%{profile}" == "common"
+%define dali_profile COMMON
+%define dali_feedback_plugin 0
+%define dali_bullet_plugin 0
+%define dali_assimp_plugin 0
+%endif
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
BuildRequires: libdrm-devel
BuildRequires: pkgconfig(libexif)
BuildRequires: pkgconfig(capi-system-system-settings)
-BuildRequires: pkgconfig(efl-assist)
BuildRequires: pkgconfig(libpng)
-%if %{with wayland}
BuildRequires: pkgconfig(glesv2)
BuildRequires: pkgconfig(egl)
+
+%if %{with wayland}
BuildRequires: pkgconfig(ecore-wayland)
BuildRequires: pkgconfig(wayland-egl)
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(xfixes)
BuildRequires: pkgconfig(xdamage)
BuildRequires: pkgconfig(utilX)
-BuildRequires: pkgconfig(gles20)
%endif
%if 0%{?dali_assimp_plugin}
cd %{_builddir}/%{name}-%{version}/build/tizen && autoreconf --install
cd %{_builddir}/%{name}-%{version}/build/tizen && CXXFLAGS=$CXXFLAGS LDFLAGS=$LDFLAGS DALI_DATA_RW_DIR="%{dali_data_rw_dir}" DALI_DATA_RO_DIR="%{dali_data_ro_dir}" FONT_PRELOADED_PATH="%{font_preloaded_path}" FONT_DOWNLOADED_PATH="%{font_downloaded_path}" FONT_APPLICATION_PATH="%{font_application_path}" FONT_CONFIGURATION_FILE="%{font_configuration_file}"
-%configure --prefix=$PREFIX --with-jpeg-turbo --enable-gles=20 --enable-profile=COMMON \
+%configure --prefix=$PREFIX --with-jpeg-turbo --enable-gles=20 --enable-profile=%{dali_profile} \
%if 0%{?dali_feedback_plugin}
--enable-feedback \
%endif
##############################
%files
+
+%if "%{profile}" == "mobile" || "%{profile}" == "wearable"
+%manifest dali-adaptor.manifest-mobile
+%endif
+
+%if "%{profile}" == "tv"
+%manifest dali-adaptor.manifest-tv
+%endif
+
+%if "%{profile}" == "common"
%manifest dali-adaptor.manifest
+%endif
+
%defattr(-,root,root,-)
%{_libdir}/libdali-adap*.so*
%defattr(-,app,app,-)