From: alone Date: Thu, 29 Oct 2020 13:39:01 +0000 (+0900) Subject: [ABS] [TIZENIOT-1903] fixed volume popup sliding issue X-Git-Tag: submit/tizen_6.0_tizeniot_tpk/20201029.205504^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3576fbeee99ef73394cf15033636c7ff00bf74ba;p=profile%2Fiot%2Fapps%2Fnative%2Fvideo-player.git [ABS] [TIZENIOT-1903] fixed volume popup sliding issue Reference: submit/tizen_6.0/20201029.205504 Commit id: 5a8a0bb9f257e43de35ad7f5634b5d678938dd5b Requested by: None SDK rootstrap version: 20201028_1 --- 3576fbeee99ef73394cf15033636c7ff00bf74ba diff --git a/org.tizen.videos_common-1.0.0-aarch64-debug.tpk b/org.tizen.videos_common-1.0.0-aarch64-debug.tpk new file mode 100644 index 0000000..f9fc439 Binary files /dev/null and b/org.tizen.videos_common-1.0.0-aarch64-debug.tpk differ diff --git a/org.tizen.videos_common-1.0.0-aarch64.tpk b/org.tizen.videos_common-1.0.0-aarch64.tpk new file mode 100644 index 0000000..16eefae Binary files /dev/null and b/org.tizen.videos_common-1.0.0-aarch64.tpk differ diff --git a/org.tizen.videos_common-1.0.0-arm-debug.tpk b/org.tizen.videos_common-1.0.0-arm-debug.tpk new file mode 100644 index 0000000..5d27a91 Binary files /dev/null and b/org.tizen.videos_common-1.0.0-arm-debug.tpk differ diff --git a/org.tizen.videos_common-1.0.0-arm.tpk b/org.tizen.videos_common-1.0.0-arm.tpk new file mode 100644 index 0000000..5bc6c6a Binary files /dev/null and b/org.tizen.videos_common-1.0.0-arm.tpk differ diff --git a/packaging/org.tizen.videos_common.spec b/packaging/org.tizen.videos_common.spec new file mode 100644 index 0000000..8e76386 --- /dev/null +++ b/packaging/org.tizen.videos_common.spec @@ -0,0 +1,54 @@ +Name: org.tizen.videos_common +#VCS_FROM: profile/iot/apps/native/video-player#5a8a0bb9f257e43de35ad7f5634b5d678938dd5b +#RS_Ver: 20201028_1 +Summary: video library & store +Version: 1.0.0 +Release: 1 +Group: Applications +License: Apache-2.0 +Source0: %{name}-%{version}.tar.gz + +ExclusiveArch: aarch64 armv7l arm + + +BuildRequires: pkgconfig(libtzplatform-config) +Requires(post): /usr/bin/tpk-backend + +%define internal_name org.tizen.videos_common +%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk + +%define build_mode %{nil} + +%ifarch arm armv7l +%define target arm +%endif +%ifarch aarch64 +%define target aarch64 +%endif +%ifarch x86_64 +%define target x86_64 +%endif +%ifarch i386 i486 i586 i686 +%define target x86 +%endif + +%description +profile/iot/apps/native/video-player#5a8a0bb9f257e43de35ad7f5634b5d678938dd5b +This is a container package which have preload TPK/WGT files + +%prep +%setup -q + +%build + +%install +rm -rf %{buildroot} +mkdir -p %{buildroot}/%{preload_tpk_path} +install %{internal_name}-%{version}-%{target}%{build_mode}.tpk %{buildroot}/%{preload_tpk_path}/ + +%post + +%files +%defattr(-,root,root,-) +%{preload_tpk_path}/* +