Replace capi-meida-player with deamon 95/45695/2 accepted/tizen/mobile/20150812.112606 accepted/tizen/tv/20150812.112611 accepted/tizen/wearable/20150812.112622 submit/tizen/20150812.014234 submit/tizen/20150812.060832
authorHyongtaek Lim <hyongtaek.lim@samsung.com>
Mon, 10 Aug 2015 11:46:40 +0000 (20:46 +0900)
committerHyongtaek Lim <hyongtaek.lim@samsung.com>
Wed, 12 Aug 2015 01:39:11 +0000 (10:39 +0900)
Signed-off-by: Hyongtaek Lim <hyongtaek.lim@samsung.com>
Change-Id: I9337f0cb666c5f9e2971776ba85006ccaeff94c5

CMakeLists.txt
legacy-capi-media-player.pc.in [moved from capi-media-player.pc.in with 91% similarity]
packaging/legacy-capi-media-player.changes [moved from packaging/capi-media-player.changes with 100% similarity]
packaging/legacy-capi-media-player.manifest [moved from packaging/capi-media-player.manifest with 100% similarity]
packaging/legacy-capi-media-player.spec [moved from packaging/capi-media-player.spec with 86% similarity]
test/CMakeLists.txt
test/legacy_player_es_push_test.c [moved from test/player_es_push_test.c with 100% similarity]
test/legacy_player_media_packet_test.c [moved from test/player_media_packet_test.c with 100% similarity]
test/legacy_player_test.c [moved from test/player_test.c with 100% similarity, mode: 0644]

index d65315c..faacc27 100644 (file)
@@ -1,6 +1,6 @@
 
 CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
-SET(fw_name "capi-media-player")
+SET(fw_name "legacy-capi-media-player")
 
 PROJECT(${fw_name})
 
similarity index 91%
rename from capi-media-player.pc.in
rename to legacy-capi-media-player.pc.in
index 1997d91..1508489 100644 (file)
@@ -9,7 +9,7 @@ includedir=/usr/include/media
 Name: @PC_NAME@
 Description: @PACKAGE_DESCRIPTION@
 Version: @VERSION@
-Requires: @PC_REQUIRED@ 
+Requires: @PC_REQUIRED@
 Libs: -L${libdir} @PC_LDFLAGS@
 Cflags: -I${includedir}
 
similarity index 86%
rename from packaging/capi-media-player.spec
rename to packaging/legacy-capi-media-player.spec
index ff38704..a227474 100644 (file)
@@ -1,14 +1,14 @@
 %bcond_with wayland
 %bcond_with x
 
-Name:       capi-media-player
+Name:       legacy-capi-media-player
 Summary:    A Media Player library in Tizen Native API
 Version:    0.2.5
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
-Source1001:    capi-media-player.manifest
+Source1001:    legacy-capi-media-player.manifest
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(gstreamer-1.0)
 BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
@@ -85,9 +85,9 @@ rm -rf %{buildroot}
 mkdir -p %{buildroot}/usr/share/license
 mkdir -p %{buildroot}/usr/bin
 cp LICENSE.APLv2 %{buildroot}/usr/share/license/%{name}
-cp test/player_test %{buildroot}/usr/bin
-cp test/player_media_packet_test %{buildroot}/usr/bin
-cp test/player_es_push_test %{buildroot}/usr/bin
+cp test/legacy_player_test %{buildroot}/usr/bin
+cp test/legacy_player_media_packet_test %{buildroot}/usr/bin
+cp test/legacy_player_es_push_test %{buildroot}/usr/bin
 
 %make_install
 
@@ -99,8 +99,8 @@ cp test/player_es_push_test %{buildroot}/usr/bin
 %files
 %manifest %{name}.manifest
 %license LICENSE.APLv2
-%manifest capi-media-player.manifest
-%{_libdir}/libcapi-media-player.so.*
+%manifest legacy-capi-media-player.manifest
+%{_libdir}/liblegacy-capi-media-player.so.*
 %{_datadir}/license/%{name}
 %{_bindir}/*
 
@@ -108,6 +108,6 @@ cp test/player_es_push_test %{buildroot}/usr/bin
 %manifest %{name}.manifest
 %{_includedir}/media/*.h
 %{_libdir}/pkgconfig/*.pc
-%{_libdir}/libcapi-media-player.so
+%{_libdir}/liblegacy-capi-media-player.so
 
 
index 880560d..bb93d6a 100644 (file)
@@ -34,7 +34,7 @@ FOREACH(src ${sources})
     GET_FILENAME_COMPONENT(src_name ${src} NAME_WE)
     MESSAGE("${src_name}")
     ADD_EXECUTABLE(${src_name} ${src})
-    TARGET_LINK_LIBRARIES(${src_name} capi-media-player ${${fw_test}_LDFLAGS})
+    TARGET_LINK_LIBRARIES(${src_name} legacy-capi-media-player ${${fw_test}_LDFLAGS})
     INSTALL(TARGETS ${src_name} DESTINATION bin)
 ENDFOREACH()
 
old mode 100755 (executable)
new mode 100644 (file)
similarity index 100%
rename from test/player_test.c
rename to test/legacy_player_test.c