From: sungrae jo Date: Mon, 1 Jul 2019 09:34:01 +0000 (+0900) Subject: Update boost lib X-Git-Tag: submit/tizen/20190627.232050^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57bc7ecc7cd8a7e6799c6f4d71081abbda1b4cd8;p=platform%2Fcore%2Fuifw%2Fstt-engine-embedded.git Update boost lib Change-Id: Id508ff0d1c17a004948716943dacc4e572879009 Signed-off-by: sungrae jo --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b8ff41..1307d6d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,6 +15,11 @@ INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/armv7l/libopus.so DESTINATION ${APP_INSTAL INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/armv7l/libopus.so.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/armv7l/libopus.so.0.6.1 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/armv7l/libboost_iostreams.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/armv7l/libboost_iostreams.so.1.58.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/armv7l/libboost_system.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/armv7l/libboost_system.so.1.58.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/armv7l/libboost_thread.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/armv7l/libboost_thread.so.1.58.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/armv7l/libSR_FE.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/armv7l/libepd.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/armv7l/libkaldi-base.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) @@ -46,7 +51,11 @@ INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libvoice-transport.so DESTINATION ${A INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libopus.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libopus.so.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libopus.so.0.6.1 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) -INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libboost_iostreams.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libboost_iostreams.so.1.58.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libboost_system.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libboost_system.so.1.58.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libboost_thread.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libboost_thread.so.1.58.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/i586/org.tizen.stt-engine-default DESTINATION ${APP_INSTALL_PREFIX}/bin/) ELSEIF("${ARCH}" MATCHES "^i686.*") INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libn66asrdll.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) @@ -58,7 +67,11 @@ INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libvoice-transport.so DESTINATION ${A INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libopus.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libopus.so.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libopus.so.0.6.1 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) -INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libboost_iostreams.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libboost_iostreams.so.1.58.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libboost_system.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libboost_system.so.1.58.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libboost_thread.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libboost_thread.so.1.58.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/i586/org.tizen.stt-engine-default DESTINATION ${APP_INSTALL_PREFIX}/bin/) ELSEIF("${ARCH}" MATCHES "^aarch64.*") INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/aarch64/libn66asrdll.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) @@ -70,7 +83,11 @@ INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/aarch64/libvoice-transport.so DESTINATION INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/aarch64/libopus.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/aarch64/libopus.so.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/aarch64/libopus.so.0.6.1 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) -INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/aarch64/libboost_iostreams.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/aarch64/libboost_iostreams.so.1.58.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/aarch64/libboost_system.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/aarch64/libboost_system.so.1.58.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/aarch64/libboost_thread.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/aarch64/libboost_thread.so.1.58.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/aarch64/org.tizen.stt-engine-default DESTINATION ${APP_INSTALL_PREFIX}/bin/) ELSEIF("${ARCH}" MATCHES "^x86_64.*") INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libn66asrdll.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) @@ -82,7 +99,11 @@ INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libvoice-transport.so DESTINATION $ INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libopus.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libopus.so.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libopus.so.0.6.1 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) -INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libboost_iostreams.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libboost_iostreams.so.1.58.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libboost_system.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libboost_system.so.1.58.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libboost_thread.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libboost_thread.so.1.58.0 DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/x86_64/org.tizen.stt-engine-default DESTINATION ${APP_INSTALL_PREFIX}/bin/) ENDIF() diff --git a/bin/armv7l/org.tizen.stt-engine-embedded b/bin/armv7l/org.tizen.stt-engine-embedded index 95f0be4..6c58c6c 100755 Binary files a/bin/armv7l/org.tizen.stt-engine-embedded and b/bin/armv7l/org.tizen.stt-engine-embedded differ diff --git a/lib/aarch64/libboost_iostreams.so b/lib/aarch64/libboost_iostreams.so deleted file mode 100644 index 4378c64..0000000 Binary files a/lib/aarch64/libboost_iostreams.so and /dev/null differ diff --git a/lib/aarch64/libboost_iostreams.so b/lib/aarch64/libboost_iostreams.so new file mode 120000 index 0000000..c429723 --- /dev/null +++ b/lib/aarch64/libboost_iostreams.so @@ -0,0 +1 @@ +libboost_iostreams.so.1.58.0 \ No newline at end of file diff --git a/lib/aarch64/libboost_iostreams.so.1.58.0 b/lib/aarch64/libboost_iostreams.so.1.58.0 new file mode 100644 index 0000000..4378c64 Binary files /dev/null and b/lib/aarch64/libboost_iostreams.so.1.58.0 differ diff --git a/lib/aarch64/libboost_system.so b/lib/aarch64/libboost_system.so new file mode 120000 index 0000000..bbaab15 --- /dev/null +++ b/lib/aarch64/libboost_system.so @@ -0,0 +1 @@ +libboost_system.so.1.58.0 \ No newline at end of file diff --git a/lib/aarch64/libboost_system.so.1.58.0 b/lib/aarch64/libboost_system.so.1.58.0 new file mode 100755 index 0000000..78105b6 Binary files /dev/null and b/lib/aarch64/libboost_system.so.1.58.0 differ diff --git a/lib/aarch64/libboost_thread.so b/lib/aarch64/libboost_thread.so new file mode 120000 index 0000000..6d94bff --- /dev/null +++ b/lib/aarch64/libboost_thread.so @@ -0,0 +1 @@ +libboost_thread.so.1.58.0 \ No newline at end of file diff --git a/lib/aarch64/libboost_thread.so.1.58.0 b/lib/aarch64/libboost_thread.so.1.58.0 new file mode 100755 index 0000000..d34dcc9 Binary files /dev/null and b/lib/aarch64/libboost_thread.so.1.58.0 differ diff --git a/lib/armv7l/libboost_iostreams.so b/lib/armv7l/libboost_iostreams.so deleted file mode 100644 index b87cc02..0000000 Binary files a/lib/armv7l/libboost_iostreams.so and /dev/null differ diff --git a/lib/armv7l/libboost_iostreams.so b/lib/armv7l/libboost_iostreams.so new file mode 120000 index 0000000..c429723 --- /dev/null +++ b/lib/armv7l/libboost_iostreams.so @@ -0,0 +1 @@ +libboost_iostreams.so.1.58.0 \ No newline at end of file diff --git a/lib/armv7l/libboost_iostreams.so.1.58.0 b/lib/armv7l/libboost_iostreams.so.1.58.0 new file mode 100644 index 0000000..b87cc02 Binary files /dev/null and b/lib/armv7l/libboost_iostreams.so.1.58.0 differ diff --git a/lib/armv7l/libboost_system.so b/lib/armv7l/libboost_system.so new file mode 120000 index 0000000..bbaab15 --- /dev/null +++ b/lib/armv7l/libboost_system.so @@ -0,0 +1 @@ +libboost_system.so.1.58.0 \ No newline at end of file diff --git a/lib/armv7l/libboost_system.so.1.58.0 b/lib/armv7l/libboost_system.so.1.58.0 new file mode 100755 index 0000000..fb0adf3 Binary files /dev/null and b/lib/armv7l/libboost_system.so.1.58.0 differ diff --git a/lib/armv7l/libboost_thread.so b/lib/armv7l/libboost_thread.so new file mode 120000 index 0000000..6d94bff --- /dev/null +++ b/lib/armv7l/libboost_thread.so @@ -0,0 +1 @@ +libboost_thread.so.1.58.0 \ No newline at end of file diff --git a/lib/armv7l/libboost_thread.so.1.58.0 b/lib/armv7l/libboost_thread.so.1.58.0 new file mode 100755 index 0000000..2613847 Binary files /dev/null and b/lib/armv7l/libboost_thread.so.1.58.0 differ diff --git a/lib/i586/libboost_iostreams.so b/lib/i586/libboost_iostreams.so deleted file mode 100644 index 2da0ba0..0000000 Binary files a/lib/i586/libboost_iostreams.so and /dev/null differ diff --git a/lib/i586/libboost_iostreams.so b/lib/i586/libboost_iostreams.so new file mode 120000 index 0000000..c429723 --- /dev/null +++ b/lib/i586/libboost_iostreams.so @@ -0,0 +1 @@ +libboost_iostreams.so.1.58.0 \ No newline at end of file diff --git a/lib/i586/libboost_iostreams.so.1.58.0 b/lib/i586/libboost_iostreams.so.1.58.0 new file mode 100644 index 0000000..2da0ba0 Binary files /dev/null and b/lib/i586/libboost_iostreams.so.1.58.0 differ diff --git a/lib/i586/libboost_system.so b/lib/i586/libboost_system.so new file mode 120000 index 0000000..bbaab15 --- /dev/null +++ b/lib/i586/libboost_system.so @@ -0,0 +1 @@ +libboost_system.so.1.58.0 \ No newline at end of file diff --git a/lib/i586/libboost_system.so.1.58.0 b/lib/i586/libboost_system.so.1.58.0 new file mode 100755 index 0000000..4dc7e87 Binary files /dev/null and b/lib/i586/libboost_system.so.1.58.0 differ diff --git a/lib/i586/libboost_thread.so b/lib/i586/libboost_thread.so new file mode 120000 index 0000000..6d94bff --- /dev/null +++ b/lib/i586/libboost_thread.so @@ -0,0 +1 @@ +libboost_thread.so.1.58.0 \ No newline at end of file diff --git a/lib/i586/libboost_thread.so.1.58.0 b/lib/i586/libboost_thread.so.1.58.0 new file mode 100755 index 0000000..01ee08d Binary files /dev/null and b/lib/i586/libboost_thread.so.1.58.0 differ diff --git a/lib/x86_64/libboost_iostreams.so b/lib/x86_64/libboost_iostreams.so deleted file mode 100644 index dc5e357..0000000 Binary files a/lib/x86_64/libboost_iostreams.so and /dev/null differ diff --git a/lib/x86_64/libboost_iostreams.so b/lib/x86_64/libboost_iostreams.so new file mode 120000 index 0000000..c429723 --- /dev/null +++ b/lib/x86_64/libboost_iostreams.so @@ -0,0 +1 @@ +libboost_iostreams.so.1.58.0 \ No newline at end of file diff --git a/lib/x86_64/libboost_iostreams.so.1.58.0 b/lib/x86_64/libboost_iostreams.so.1.58.0 new file mode 100644 index 0000000..dc5e357 Binary files /dev/null and b/lib/x86_64/libboost_iostreams.so.1.58.0 differ diff --git a/lib/x86_64/libboost_system.so b/lib/x86_64/libboost_system.so new file mode 120000 index 0000000..bbaab15 --- /dev/null +++ b/lib/x86_64/libboost_system.so @@ -0,0 +1 @@ +libboost_system.so.1.58.0 \ No newline at end of file diff --git a/lib/x86_64/libboost_system.so.1.58.0 b/lib/x86_64/libboost_system.so.1.58.0 new file mode 100755 index 0000000..bc1ae2c Binary files /dev/null and b/lib/x86_64/libboost_system.so.1.58.0 differ diff --git a/lib/x86_64/libboost_thread.so b/lib/x86_64/libboost_thread.so new file mode 120000 index 0000000..6d94bff --- /dev/null +++ b/lib/x86_64/libboost_thread.so @@ -0,0 +1 @@ +libboost_thread.so.1.58.0 \ No newline at end of file diff --git a/lib/x86_64/libboost_thread.so.1.58.0 b/lib/x86_64/libboost_thread.so.1.58.0 new file mode 100755 index 0000000..b607ee7 Binary files /dev/null and b/lib/x86_64/libboost_thread.so.1.58.0 differ diff --git a/packaging/org.tizen.stt-engine-embedded.spec b/packaging/org.tizen.stt-engine-embedded.spec index c776b31..04753f3 100644 --- a/packaging/org.tizen.stt-engine-embedded.spec +++ b/packaging/org.tizen.stt-engine-embedded.spec @@ -63,9 +63,6 @@ rm -rf %{buildroot} # Post Install #### %post -mv %{APP_PREFIX}/lib/libboost_iostreams.so %{APP_PREFIX}/lib/libboost_iostreams.so.1.58.0 -ln -s %{APP_PREFIX}/lib/libboost_iostreams.so.1.58.0 %{APP_PREFIX}/lib/libboost_iostreams.so - /sbin/ldconfig exit 0