[ABS] [TSAM-9362] Avoid delay in relaunch of video in audio only accepted/tizen/mobile/20161111.002925 submit/tizen_mobile_tpk/20161110.113651
authorRahul Dadhich <r.dadhich@samsung.com>
Thu, 10 Nov 2016 11:45:22 +0000 (20:45 +0900)
committerRahul Dadhich <r.dadhich@samsung.com>
Thu, 10 Nov 2016 11:45:22 +0000 (20:45 +0900)
During playview realize, if audio only mode is enabled it means
playview is never unrealized. Hence, just return without
re-realizing it

Reference: submit/tizen_mobile/20161110.113651
Commit id: 044f09602c8d05c40aaace6d06a48a834e737196
Requested by: r.dadhich@samsung.com
SDK rootstrap version: 20161110_3

org.tizen.videos-1.0.0-aarch64-debug.tpk [new file with mode: 0644]
org.tizen.videos-1.0.0-aarch64.tpk [new file with mode: 0644]
org.tizen.videos-1.0.0-arm-debug.tpk
org.tizen.videos-1.0.0-arm.tpk
org.tizen.videos-1.0.0-i386-debug.tpk
org.tizen.videos-1.0.0-i386.tpk
org.tizen.videos-1.0.0-x86_64-debug.tpk [new file with mode: 0644]
org.tizen.videos-1.0.0-x86_64.tpk [new file with mode: 0644]
packaging/org.tizen.videos.spec

diff --git a/org.tizen.videos-1.0.0-aarch64-debug.tpk b/org.tizen.videos-1.0.0-aarch64-debug.tpk
new file mode 100644 (file)
index 0000000..cdf28a3
Binary files /dev/null and b/org.tizen.videos-1.0.0-aarch64-debug.tpk differ
diff --git a/org.tizen.videos-1.0.0-aarch64.tpk b/org.tizen.videos-1.0.0-aarch64.tpk
new file mode 100644 (file)
index 0000000..bad365c
Binary files /dev/null and b/org.tizen.videos-1.0.0-aarch64.tpk differ
index 84f8a8d..6a8fac6 100644 (file)
Binary files a/org.tizen.videos-1.0.0-arm-debug.tpk and b/org.tizen.videos-1.0.0-arm-debug.tpk differ
index 67556bd..40a8f9e 100644 (file)
Binary files a/org.tizen.videos-1.0.0-arm.tpk and b/org.tizen.videos-1.0.0-arm.tpk differ
index 3f9ab62..61b1944 100644 (file)
Binary files a/org.tizen.videos-1.0.0-i386-debug.tpk and b/org.tizen.videos-1.0.0-i386-debug.tpk differ
index 94af6b9..9f05e06 100644 (file)
Binary files a/org.tizen.videos-1.0.0-i386.tpk and b/org.tizen.videos-1.0.0-i386.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
new file mode 100644 (file)
index 0000000..e7f689c
Binary files /dev/null and b/org.tizen.videos-1.0.0-x86_64-debug.tpk differ
diff --git a/org.tizen.videos-1.0.0-x86_64.tpk b/org.tizen.videos-1.0.0-x86_64.tpk
new file mode 100644 (file)
index 0000000..976b708
Binary files /dev/null and b/org.tizen.videos-1.0.0-x86_64.tpk differ
index f808269..9516a0e 100644 (file)
@@ -1,6 +1,6 @@
 Name:       org.tizen.videos
-#VCS_FROM:   profile/mobile/apps/native/video-player#2ec5eef37e1a0b47b1ce1531b20a713b0b01ae74
-#RS_Ver:    20161101_3 
+#VCS_FROM:   profile/mobile/apps/native/video-player#044f09602c8d05c40aaace6d06a48a834e737196
+#RS_Ver:    20161110_3 
 Summary:    video library & store
 Version:    1.0.0
 Release:    1
@@ -8,7 +8,7 @@ Group:      Applications
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 
-ExcludeArch:  aarch64 x86_64
+
 BuildRequires:  pkgconfig(libtzplatform-config)
 Requires(post):  /usr/bin/tpk-backend
 
@@ -17,18 +17,20 @@ Requires(post):  /usr/bin/tpk-backend
 
 %define build_mode %{nil}
 
-%ifarch i386 i486 i586 i686 x86_64
-%define target i386
-%else
-%ifarch arm armv7l aarch64
+%ifarch arm armv7l
 %define target arm
-%else
-%define target noarch
 %endif
+%ifarch aarch64
+%define target aarch64
+%endif
+%ifarch x86_64
+%define target x86_64
+%endif
+%ifarch i386 i486 i586 i686
+%define target i386
 %endif
-
 %description
-profile/mobile/apps/native/video-player#2ec5eef37e1a0b47b1ce1531b20a713b0b01ae74
+profile/mobile/apps/native/video-player#044f09602c8d05c40aaace6d06a48a834e737196
 This is a container package which have preload TPK files
 
 %prep