From: Amritanshu Date: Fri, 5 Jun 2020 15:29:46 +0000 (+0900) Subject: [ABS] Added initial code for iot video player X-Git-Tag: submit/tizen_mobile_tpk/20200605.152112^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5590331c18e685cce0b49943797f3fb2df887d8f;p=profile%2Fiot%2Fapps%2Fnative%2Fvideo-player.git [ABS] Added initial code for iot video player Reference: submit/tizen/20200605.152112 Commit id: 80712d7d3f0fb3afc80f8199d31847cc67c3a016 Requested by: a.pandia1@samsung.com SDK rootstrap version: 20200605_1 --- 5590331c18e685cce0b49943797f3fb2df887d8f 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..03486e9 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..6aec677 Binary files /dev/null and b/org.tizen.videos_common-1.0.0-arm.tpk differ diff --git a/org.tizen.videos_common-1.0.0-i586-debug.tpk b/org.tizen.videos_common-1.0.0-i586-debug.tpk new file mode 100644 index 0000000..d7aeb33 Binary files /dev/null and b/org.tizen.videos_common-1.0.0-i586-debug.tpk differ diff --git a/org.tizen.videos_common-1.0.0-i586.tpk b/org.tizen.videos_common-1.0.0-i586.tpk new file mode 100644 index 0000000..d0201ee Binary files /dev/null and b/org.tizen.videos_common-1.0.0-i586.tpk differ diff --git a/packaging/org.tizen.videos_common.spec b/packaging/org.tizen.videos_common.spec new file mode 100644 index 0000000..4a8030d --- /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#80712d7d3f0fb3afc80f8199d31847cc67c3a016 +#RS_Ver: 20200605_1 +Summary: video library & store +Version: 1.0.0 +Release: 1 +Group: Applications +License: Apache-2.0 +Source0: %{name}-%{version}.tar.gz + +ExclusiveArch: i586 x86 i486 i686 i386 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 i586 +%endif + +%description +profile/iot/apps/native/video-player#80712d7d3f0fb3afc80f8199d31847cc67c3a016 +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}/* +