From: Vikas Agrawal Date: Fri, 23 Feb 2018 04:54:23 +0000 (+0900) Subject: [ABS] TFIVE-08-Removed media-content Depricated APIs (video_meta_get_played_position... X-Git-Tag: accepted/tizen/unified/20180223.162239^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=26ce823fad1fcc7bbdd7e2df30709b5891de7180;p=profile%2Fmobile%2Fapps%2Fnative%2Fvideo-player.git [ABS] TFIVE-08-Removed media-content Depricated APIs (video_meta_get_played_position, video_meta_set_player_position, video_meta_set_played_time) and crash fixed at mp_util_call_off Reference: submit/tizen/20180223.044729 Commit id: 55b18c572e44ede30269cb24ee503c6dc5f31897 Requested by: vikas.ag@samsung.com SDK rootstrap version: 20180222_2 --- diff --git a/org.tizen.videos-1.0.0-aarch64-debug.tpk b/org.tizen.videos-1.0.0-aarch64-debug.tpk deleted file mode 100644 index e20ee27..0000000 Binary files a/org.tizen.videos-1.0.0-aarch64-debug.tpk and /dev/null differ diff --git a/org.tizen.videos-1.0.0-aarch64.tpk b/org.tizen.videos-1.0.0-aarch64.tpk deleted file mode 100644 index a45f1bc..0000000 Binary files a/org.tizen.videos-1.0.0-aarch64.tpk and /dev/null differ diff --git a/org.tizen.videos-1.0.0-arm-debug.tpk b/org.tizen.videos-1.0.0-arm-debug.tpk index 1309a84..fedee0d 100644 Binary files a/org.tizen.videos-1.0.0-arm-debug.tpk and b/org.tizen.videos-1.0.0-arm-debug.tpk differ diff --git a/org.tizen.videos-1.0.0-arm.tpk b/org.tizen.videos-1.0.0-arm.tpk index e2194ea..2d870dc 100644 Binary files a/org.tizen.videos-1.0.0-arm.tpk and b/org.tizen.videos-1.0.0-arm.tpk differ diff --git a/org.tizen.videos-1.0.0-x86-debug.tpk b/org.tizen.videos-1.0.0-x86-debug.tpk index d0193a9..91dc6df 100644 Binary files a/org.tizen.videos-1.0.0-x86-debug.tpk and b/org.tizen.videos-1.0.0-x86-debug.tpk differ diff --git a/org.tizen.videos-1.0.0-x86.tpk b/org.tizen.videos-1.0.0-x86.tpk index 65faae3..4465478 100644 Binary files a/org.tizen.videos-1.0.0-x86.tpk and b/org.tizen.videos-1.0.0-x86.tpk differ diff --git a/org.tizen.videos-1.0.0-x86_64-debug.tpk b/org.tizen.videos-1.0.0-x86_64-debug.tpk deleted file mode 100644 index a4ffdd9..0000000 Binary files a/org.tizen.videos-1.0.0-x86_64-debug.tpk and /dev/null differ diff --git a/org.tizen.videos-1.0.0-x86_64.tpk b/org.tizen.videos-1.0.0-x86_64.tpk deleted file mode 100644 index e9c2ffb..0000000 Binary files a/org.tizen.videos-1.0.0-x86_64.tpk and /dev/null differ diff --git a/packaging/org.tizen.videos.spec b/packaging/org.tizen.videos.spec index 4b8568b..dd76a85 100644 --- a/packaging/org.tizen.videos.spec +++ b/packaging/org.tizen.videos.spec @@ -1,6 +1,6 @@ Name: org.tizen.videos -#VCS_FROM: profile/mobile/apps/native/video-player#7d2dd43219a63eaeb4782d19462aff99b43271fb -#RS_Ver: 20170320_2 +#VCS_FROM: profile/mobile/apps/native/video-player#55b18c572e44ede30269cb24ee503c6dc5f31897 +#RS_Ver: 20180222_2 Summary: video library & store Version: 1.0.0 Release: 1 @@ -8,13 +8,14 @@ Group: Applications License: Flora-1.1 Source0: %{name}-%{version}.tar.gz -ExclusiveArch: x86_64 i586 x86 aarch64 i486 i686 i386 armv7l arm +ExclusiveArch: i586 x86 i486 i686 i386 armv7l arm + BuildRequires: pkgconfig(libtzplatform-config) Requires(post): /usr/bin/tpk-backend %define internal_name org.tizen.videos -%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk +%define preload_tpk_path %{TZ_SYS_RO_APP}/.preload-tpk %define build_mode %{nil} @@ -30,8 +31,9 @@ Requires(post): /usr/bin/tpk-backend %ifarch i386 i486 i586 i686 %define target x86 %endif + %description -profile/mobile/apps/native/video-player#7d2dd43219a63eaeb4782d19462aff99b43271fb +profile/mobile/apps/native/video-player#55b18c572e44ede30269cb24ee503c6dc5f31897 This is a container package which have preload TPK files %prep @@ -49,3 +51,4 @@ install %{internal_name}-%{version}-%{target}%{build_mode}.tpk %{buildroot}/%{pr %files %defattr(-,root,root,-) %{preload_tpk_path}/* +