From: alone Date: Mon, 2 Nov 2020 11:06:48 +0000 (+0900) Subject: [ABS] [TIZENIOT-1903] fixed volume popup sliding issue X-Git-Tag: submit/tizen_6.0_hotfix_tizeniot_tpk/20201102.192904^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=708ae5f529b1cd0b57942e7725dc8a07c4233c5f;p=profile%2Fiot%2Fapps%2Fnative%2Fvideo-player.git [ABS] [TIZENIOT-1903] fixed volume popup sliding issue Reference: submit/tizen_6.0_hotfix/20201102.192904 Commit id: 5a8a0bb9f257e43de35ad7f5634b5d678938dd5b Requested by: None SDK rootstrap version: 20201028_1 --- 708ae5f529b1cd0b57942e7725dc8a07c4233c5f 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..58eaacf 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..06e4fcb 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..e1ae2ae 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..879d7a2 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}/* +