From: sooyeon.kim Date: Fri, 15 Jul 2016 04:36:30 +0000 (+0900) Subject: Update tts-engine-default X-Git-Tag: submit/tizen/20160721.060048^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9407067326f4656a51e3e70d756c1804b28bb5c0;p=platform%2Fcore%2Fuifw%2Ftts-engine-default.git Update tts-engine-default Change-Id: I53374a9cd0136fbd40f4430ef643bad55a8ceefc Signed-off-by: sooyeon.kim --- diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..929427a --- /dev/null +++ b/AUTHORS @@ -0,0 +1,3 @@ +Kwangyoun Kim +Sooyeon Kim +Wonnam Jang diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..75b8ca9 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,33 @@ +CMAKE_MINIMUM_REQUIRED(VERSION 2.6) +PROJECT(org.tizen.tts-engine-default C) + +SET(VERSION 0.0.1) +FIND_PROGRAM(UNAME NAMES uname) +EXEC_PROGRAM("${UNAME}" ARGS "-m" OUTPUT_VARIABLE "ARCH") +IF("${ARCH}" MATCHES "^arm.*") +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/armv7l/libsmt.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/armv7l/org.tizen.tts-engine-default DESTINATION ${APP_INSTALL_PREFIX}/bin/) +INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/armv7l/org.tizen.tts-engine-default-setting DESTINATION ${APP_INSTALL_PREFIX}/bin/) +ELSEIF("${ARCH}" MATCHES "^i586.*") +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libsmt.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/i586/org.tizen.tts-engine-default DESTINATION ${APP_INSTALL_PREFIX}/bin/) +INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/i586/org.tizen.tts-engine-default-setting DESTINATION ${APP_INSTALL_PREFIX}/bin/) +ELSEIF("${ARCH}" MATCHES "^i686.*") +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/i586/libsmt.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/i586/org.tizen.tts-engine-default DESTINATION ${APP_INSTALL_PREFIX}/bin/) +INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/i586/org.tizen.tts-engine-default-setting DESTINATION ${APP_INSTALL_PREFIX}/bin/) +ELSEIF("${ARCH}" MATCHES "^aarch64.*") +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/aarch64/libsmt.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/aarch64/org.tizen.tts-engine-default DESTINATION ${APP_INSTALL_PREFIX}/bin/) +INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/aarch64/org.tizen.tts-engine-default-setting DESTINATION ${APP_INSTALL_PREFIX}/bin/) +ELSEIF("${ARCH}" MATCHES "^x86_64.*") +INSTALL(FILES ${CMAKE_SOURCE_DIR}/lib/x86_64/libsmt.so DESTINATION ${APP_INSTALL_PREFIX}/lib/ COMPONENT RuntimeLibraries) +INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/x86_64/org.tizen.tts-engine-default DESTINATION ${APP_INSTALL_PREFIX}/bin/) +INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/x86_64/org.tizen.tts-engine-default-setting DESTINATION ${APP_INSTALL_PREFIX}/bin/) +ENDIF() + +INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/data/smt_vdata/ DESTINATION ${TZ_SYS_RO_SHARE}/voice/tts/smt_vdata) +INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/data/po/ DESTINATION ${APP_INSTALL_PREFIX}-setting/res/locale) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/org.tizen.tts-engine-default-info.xml DESTINATION ${TZ_SYS_RO_SHARE}/voice/tts/1.0/engine-info/) +INSTALL(FILES ${CMAKE_SOURCE_DIR}/org.tizen.tts-engine-default.xml DESTINATION ${APP_MANIFESTDIR}) + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..571fe79 --- /dev/null +++ b/LICENSE @@ -0,0 +1,206 @@ +Flora License + +Version 1.1, April, 2013 + +http://floralicense.org/license/ + +TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + +1. Definitions. + +"License" shall mean the terms and conditions for use, reproduction, +and distribution as defined by Sections 1 through 9 of this document. + +"Licensor" shall mean the copyright owner or entity authorized by +the copyright owner that is granting the License. + +"Legal Entity" shall mean the union of the acting entity and +all other entities that control, are controlled by, or are +under common control with that entity. For the purposes of +this definition, "control" means (i) the power, direct or indirect, +to cause the direction or management of such entity, +whether by contract or otherwise, or (ii) ownership of fifty percent (50%) +or more of the outstanding shares, or (iii) beneficial ownership of +such entity. + +"You" (or "Your") shall mean an individual or Legal Entity +exercising permissions granted by this License. + +"Source" form shall mean the preferred form for making modifications, +including but not limited to software source code, documentation source, +and configuration files. + +"Object" form shall mean any form resulting from mechanical +transformation or translation of a Source form, including but +not limited to compiled object code, generated documentation, +and conversions to other media types. + +"Work" shall mean the work of authorship, whether in Source or Object form, +made available under the License, as indicated by a copyright notice +that is included in or attached to the work (an example is provided +in the Appendix below). + +"Derivative Works" shall mean any work, whether in Source or Object form, +that is based on (or derived from) the Work and for which the editorial +revisions, annotations, elaborations, or other modifications represent, +as a whole, an original work of authorship. For the purposes of this License, +Derivative Works shall not include works that remain separable from, +or merely link (or bind by name) to the interfaces of, the Work and +Derivative Works thereof. + +"Contribution" shall mean any work of authorship, including the original +version of the Work and any modifications or additions to that Work or +Derivative Works thereof, that is intentionally submitted to Licensor +for inclusion in the Work by the copyright owner or by an individual or +Legal Entity authorized to submit on behalf of the copyright owner. +For the purposes of this definition, "submitted" means any form of +electronic, verbal, or written communication sent to the Licensor or +its representatives, including but not limited to communication on +electronic mailing lists, source code control systems, and issue +tracking systems that are managed by, or on behalf of, the Licensor +for the purpose of discussing and improving the Work, but excluding +communication that is conspicuously marked or otherwise designated +in writing by the copyright owner as "Not a Contribution." + +"Contributor" shall mean Licensor and any individual or Legal Entity +on behalf of whom a Contribution has been received by Licensor and +subsequently incorporated within the Work. + +"Tizen Certified Platform" shall mean a software platform that complies +with the standards set forth in the Tizen Compliance Specification +and passes the Tizen Compliance Tests as defined from time to time +by the Tizen Technical Steering Group and certified by the Tizen +Association or its designated agent. + +2. Grant of Copyright License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +copyright license to reproduce, prepare Derivative Works of, +publicly display, publicly perform, sublicense, and distribute the +Work and such Derivative Works in Source or Object form. + +3. Grant of Patent License. Subject to the terms and conditions of +this License, each Contributor hereby grants to You a perpetual, +worldwide, non-exclusive, no-charge, royalty-free, irrevocable +(except as stated in this section) patent license to make, have made, +use, offer to sell, sell, import, and otherwise transfer the Work +solely as incorporated into a Tizen Certified Platform, where such +license applies only to those patent claims licensable by such +Contributor that are necessarily infringed by their Contribution(s) +alone or by combination of their Contribution(s) with the Work solely +as incorporated into a Tizen Certified Platform to which such +Contribution(s) was submitted. If You institute patent litigation +against any entity (including a cross-claim or counterclaim +in a lawsuit) alleging that the Work or a Contribution incorporated +within the Work constitutes direct or contributory patent infringement, +then any patent licenses granted to You under this License for that +Work shall terminate as of the date such litigation is filed. + +4. Redistribution. You may reproduce and distribute copies of the +Work or Derivative Works thereof pursuant to the copyright license +above, in any medium, with or without modifications, and in Source or +Object form, provided that You meet the following conditions: + + 1. You must give any other recipients of the Work or Derivative Works + a copy of this License; and + 2. You must cause any modified files to carry prominent notices stating + that You changed the files; and + 3. You must retain, in the Source form of any Derivative Works that + You distribute, all copyright, patent, trademark, and attribution + notices from the Source form of the Work, excluding those notices + that do not pertain to any part of the Derivative Works; and + 4. If the Work includes a "NOTICE" text file as part of its distribution, + then any Derivative Works that You distribute must include a readable + copy of the attribution notices contained within such NOTICE file, + excluding those notices that do not pertain to any part of + the Derivative Works, in at least one of the following places: + within a NOTICE text file distributed as part of the Derivative Works; + within the Source form or documentation, if provided along with the + Derivative Works; or, within a display generated by the Derivative Works, + if and wherever such third-party notices normally appear. + The contents of the NOTICE file are for informational purposes only + and do not modify the License. You may add Your own attribution notices + within Derivative Works that You distribute, alongside or as an addendum + to the NOTICE text from the Work, provided that such additional attribution + notices cannot be construed as modifying the License. You may add Your own + copyright statement to Your modifications and may provide additional or + different license terms and conditions for use, reproduction, or + distribution of Your modifications, or for any such Derivative Works + as a whole, provided Your use, reproduction, and distribution of + the Work otherwise complies with the conditions stated in this License + and your own copyright statement or terms and conditions do not conflict + the conditions stated in the License including section 3. + +5. Submission of Contributions. Unless You explicitly state otherwise, +any Contribution intentionally submitted for inclusion in the Work +by You to the Licensor shall be under the terms and conditions of +this License, without any additional terms or conditions. +Notwithstanding the above, nothing herein shall supersede or modify +the terms of any separate license agreement you may have executed +with Licensor regarding such Contributions. + +6. Trademarks. This License does not grant permission to use the trade +names, trademarks, service marks, or product names of the Licensor, +except as required for reasonable and customary use in describing the +origin of the Work and reproducing the content of the NOTICE file. + +7. Disclaimer of Warranty. Unless required by applicable law or +agreed to in writing, Licensor provides the Work (and each +Contributor provides its Contributions) on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +implied, including, without limitation, any warranties or conditions +of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A +PARTICULAR PURPOSE. You are solely responsible for determining the +appropriateness of using or redistributing the Work and assume any +risks associated with Your exercise of permissions under this License. + +8. Limitation of Liability. In no event and under no legal theory, +whether in tort (including negligence), contract, or otherwise, +unless required by applicable law (such as deliberate and grossly +negligent acts) or agreed to in writing, shall any Contributor be +liable to You for damages, including any direct, indirect, special, +incidental, or consequential damages of any character arising as a +result of this License or out of the use or inability to use the +Work (including but not limited to damages for loss of goodwill, +work stoppage, computer failure or malfunction, or any and all +other commercial damages or losses), even if such Contributor +has been advised of the possibility of such damages. + +9. Accepting Warranty or Additional Liability. While redistributing +the Work or Derivative Works thereof, You may choose to offer, +and charge a fee for, acceptance of support, warranty, indemnity, +or other liability obligations and/or rights consistent with this +License. However, in accepting such obligations, You may act only +on Your own behalf and on Your sole responsibility, not on behalf +of any other Contributor, and only if You agree to indemnify, +defend, and hold each Contributor harmless for any liability +incurred by, or claims asserted against, such Contributor by reason +of your accepting any such warranty or additional liability. + +END OF TERMS AND CONDITIONS + +APPENDIX: How to apply the Flora License to your work + +To apply the Flora License to your work, attach the following +boilerplate notice, with the fields enclosed by brackets "[]" +replaced with your own identifying information. (Don't include +the brackets!) The text should be enclosed in the appropriate +comment syntax for the file format. We also recommend that a +file or class name and description of purpose be included on the +same "printed page" as the copyright notice for easier +identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Flora License, Version 1.1 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://floralicense.org/license/ + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..6022ad4 --- /dev/null +++ b/NOTICE @@ -0,0 +1,3 @@ +Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved. +Except as noted, this software is licensed under Flora License, Version 1.1 +Please, see the LICENSE file for Flora License, Version 1.1 terms and conditions. diff --git a/bin/aarch64/org.tizen.tts-engine-default b/bin/aarch64/org.tizen.tts-engine-default new file mode 100755 index 0000000..2aea165 Binary files /dev/null and b/bin/aarch64/org.tizen.tts-engine-default differ diff --git a/bin/aarch64/org.tizen.tts-engine-default-setting b/bin/aarch64/org.tizen.tts-engine-default-setting new file mode 100755 index 0000000..4ea1c9b Binary files /dev/null and b/bin/aarch64/org.tizen.tts-engine-default-setting differ diff --git a/bin/armv7l/org.tizen.tts-engine-default b/bin/armv7l/org.tizen.tts-engine-default new file mode 100755 index 0000000..f939c32 Binary files /dev/null and b/bin/armv7l/org.tizen.tts-engine-default differ diff --git a/bin/armv7l/org.tizen.tts-engine-default-setting b/bin/armv7l/org.tizen.tts-engine-default-setting new file mode 100755 index 0000000..d7d092a Binary files /dev/null and b/bin/armv7l/org.tizen.tts-engine-default-setting differ diff --git a/bin/i586/org.tizen.tts-engine-default b/bin/i586/org.tizen.tts-engine-default new file mode 100755 index 0000000..2c3343d Binary files /dev/null and b/bin/i586/org.tizen.tts-engine-default differ diff --git a/bin/i586/org.tizen.tts-engine-default-setting b/bin/i586/org.tizen.tts-engine-default-setting new file mode 100755 index 0000000..f573ffa Binary files /dev/null and b/bin/i586/org.tizen.tts-engine-default-setting differ diff --git a/bin/x86_64/org.tizen.tts-engine-default b/bin/x86_64/org.tizen.tts-engine-default new file mode 100755 index 0000000..98dc174 Binary files /dev/null and b/bin/x86_64/org.tizen.tts-engine-default differ diff --git a/bin/x86_64/org.tizen.tts-engine-default-setting b/bin/x86_64/org.tizen.tts-engine-default-setting new file mode 100755 index 0000000..75a4617 Binary files /dev/null and b/bin/x86_64/org.tizen.tts-engine-default-setting differ diff --git a/data/po/ar/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/ar/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..a878dcf Binary files /dev/null and b/data/po/ar/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/az/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/az/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..fcd1b9e Binary files /dev/null and b/data/po/az/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/bg/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/bg/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..e2c50d4 Binary files /dev/null and b/data/po/bg/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/bn/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/bn/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..cd72098 Binary files /dev/null and b/data/po/bn/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/ca/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/ca/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..a4d1f40 Binary files /dev/null and b/data/po/ca/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/cs/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/cs/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..87899ab Binary files /dev/null and b/data/po/cs/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/da/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/da/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..958b91c Binary files /dev/null and b/data/po/da/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/de/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/de/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..b5d9bfc Binary files /dev/null and b/data/po/de/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/el_GR/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/el_GR/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..2ea8f0d Binary files /dev/null and b/data/po/el_GR/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/en/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/en/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..a5318f1 Binary files /dev/null and b/data/po/en/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/en_PH/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/en_PH/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..a5318f1 Binary files /dev/null and b/data/po/en_PH/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/en_US/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/en_US/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..a5318f1 Binary files /dev/null and b/data/po/en_US/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/es_ES/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/es_ES/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..32515f3 Binary files /dev/null and b/data/po/es_ES/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/es_US/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/es_US/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..32515f3 Binary files /dev/null and b/data/po/es_US/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/et/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/et/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..9b5a15c Binary files /dev/null and b/data/po/et/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/eu/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/eu/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..98f7ce9 Binary files /dev/null and b/data/po/eu/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/fa/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/fa/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..07e66a5 Binary files /dev/null and b/data/po/fa/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/fi/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/fi/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..f13f8d2 Binary files /dev/null and b/data/po/fi/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/fr/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/fr/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..9e4f253 Binary files /dev/null and b/data/po/fr/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/fr_CA/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/fr_CA/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..7c1899a Binary files /dev/null and b/data/po/fr_CA/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/ga/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/ga/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..88e1c11 Binary files /dev/null and b/data/po/ga/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/gl/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/gl/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..9d5879c Binary files /dev/null and b/data/po/gl/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/gu/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/gu/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..d18aa77 Binary files /dev/null and b/data/po/gu/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/he/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/he/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..a6bb947 Binary files /dev/null and b/data/po/he/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/hi/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/hi/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..9876054 Binary files /dev/null and b/data/po/hi/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/hr/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/hr/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..138fdc4 Binary files /dev/null and b/data/po/hr/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/hu/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/hu/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..c46a19e Binary files /dev/null and b/data/po/hu/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/hy/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/hy/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..812cf43 Binary files /dev/null and b/data/po/hy/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/is/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/is/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..37561e6 Binary files /dev/null and b/data/po/is/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/it_IT/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/it_IT/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..fa1fb0d Binary files /dev/null and b/data/po/it_IT/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/ja_JP/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/ja_JP/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..313feb3 Binary files /dev/null and b/data/po/ja_JP/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/ka/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/ka/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..e26a11c Binary files /dev/null and b/data/po/ka/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/kk/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/kk/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..32ef72e Binary files /dev/null and b/data/po/kk/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/kn/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/kn/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..b90c3e9 Binary files /dev/null and b/data/po/kn/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/ko_KR/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/ko_KR/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..2489327 Binary files /dev/null and b/data/po/ko_KR/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/lt/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/lt/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..2cc0de4 Binary files /dev/null and b/data/po/lt/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/lv/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/lv/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..5c997cd Binary files /dev/null and b/data/po/lv/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/mk/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/mk/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..610653e Binary files /dev/null and b/data/po/mk/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/ml/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/ml/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..900062c Binary files /dev/null and b/data/po/ml/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/nb/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/nb/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..babeb0d Binary files /dev/null and b/data/po/nb/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/nl/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/nl/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..535c56e Binary files /dev/null and b/data/po/nl/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/pl/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/pl/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..411e77b Binary files /dev/null and b/data/po/pl/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/pt_BR/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/pt_BR/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..379c506 Binary files /dev/null and b/data/po/pt_BR/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/pt_PT/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/pt_PT/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..0a74ade Binary files /dev/null and b/data/po/pt_PT/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/ro/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/ro/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..4d1d02f Binary files /dev/null and b/data/po/ro/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/ru_RU/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/ru_RU/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..f273b6e Binary files /dev/null and b/data/po/ru_RU/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/si/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/si/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..9322511 Binary files /dev/null and b/data/po/si/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/sk/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/sk/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..5ba100d Binary files /dev/null and b/data/po/sk/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/sl/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/sl/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..c773979 Binary files /dev/null and b/data/po/sl/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/sr/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/sr/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..ce87374 Binary files /dev/null and b/data/po/sr/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/sv/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/sv/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..bbe5f4b Binary files /dev/null and b/data/po/sv/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/ta/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/ta/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..4b60fab Binary files /dev/null and b/data/po/ta/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/te/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/te/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..671c94a Binary files /dev/null and b/data/po/te/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/th/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/th/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..6677ee1 Binary files /dev/null and b/data/po/th/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/tr_TR/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/tr_TR/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..e9d9e47 Binary files /dev/null and b/data/po/tr_TR/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/uk/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/uk/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..aae5091 Binary files /dev/null and b/data/po/uk/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/uz/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/uz/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..a7a3540 Binary files /dev/null and b/data/po/uz/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/zh_CN/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/zh_CN/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..af9f61a Binary files /dev/null and b/data/po/zh_CN/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/zh_HK/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/zh_HK/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..327f838 Binary files /dev/null and b/data/po/zh_HK/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/po/zh_TW/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo b/data/po/zh_TW/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo new file mode 100644 index 0000000..9b49289 Binary files /dev/null and b/data/po/zh_TW/LC_MESSAGES/org.tizen.tts-engine-default-setting.mo differ diff --git a/data/smt_vdata/smt_de_DE.lng b/data/smt_vdata/smt_de_DE.lng new file mode 100644 index 0000000..f997f28 Binary files /dev/null and b/data/smt_vdata/smt_de_DE.lng differ diff --git a/data/smt_vdata/smt_de_DE_f00.am b/data/smt_vdata/smt_de_DE_f00.am new file mode 100644 index 0000000..4edf9c9 Binary files /dev/null and b/data/smt_vdata/smt_de_DE_f00.am differ diff --git a/data/smt_vdata/smt_de_DE_f00.cfg b/data/smt_vdata/smt_de_DE_f00.cfg new file mode 100644 index 0000000..8dc6bed Binary files /dev/null and b/data/smt_vdata/smt_de_DE_f00.cfg differ diff --git a/data/smt_vdata/smt_de_DE_f00.dt b/data/smt_vdata/smt_de_DE_f00.dt new file mode 100644 index 0000000..980cf48 Binary files /dev/null and b/data/smt_vdata/smt_de_DE_f00.dt differ diff --git a/data/smt_vdata/smt_de_DE_f00.qs b/data/smt_vdata/smt_de_DE_f00.qs new file mode 100644 index 0000000..4d0f97e Binary files /dev/null and b/data/smt_vdata/smt_de_DE_f00.qs differ diff --git a/data/smt_vdata/smt_en_US.lng b/data/smt_vdata/smt_en_US.lng new file mode 100644 index 0000000..bb7c985 Binary files /dev/null and b/data/smt_vdata/smt_en_US.lng differ diff --git a/data/smt_vdata/smt_en_US_f00.am b/data/smt_vdata/smt_en_US_f00.am new file mode 100644 index 0000000..cc39ad8 Binary files /dev/null and b/data/smt_vdata/smt_en_US_f00.am differ diff --git a/data/smt_vdata/smt_en_US_f00.cfg b/data/smt_vdata/smt_en_US_f00.cfg new file mode 100644 index 0000000..d2eefa6 Binary files /dev/null and b/data/smt_vdata/smt_en_US_f00.cfg differ diff --git a/data/smt_vdata/smt_en_US_f00.dt b/data/smt_vdata/smt_en_US_f00.dt new file mode 100644 index 0000000..fcec75a Binary files /dev/null and b/data/smt_vdata/smt_en_US_f00.dt differ diff --git a/data/smt_vdata/smt_en_US_f00.qs b/data/smt_vdata/smt_en_US_f00.qs new file mode 100644 index 0000000..29b259a Binary files /dev/null and b/data/smt_vdata/smt_en_US_f00.qs differ diff --git a/data/smt_vdata/smt_es_ES.lng b/data/smt_vdata/smt_es_ES.lng new file mode 100644 index 0000000..0000aa3 Binary files /dev/null and b/data/smt_vdata/smt_es_ES.lng differ diff --git a/data/smt_vdata/smt_es_ES_f00.am b/data/smt_vdata/smt_es_ES_f00.am new file mode 100644 index 0000000..e9f7a28 Binary files /dev/null and b/data/smt_vdata/smt_es_ES_f00.am differ diff --git a/data/smt_vdata/smt_es_ES_f00.cfg b/data/smt_vdata/smt_es_ES_f00.cfg new file mode 100644 index 0000000..29b74f9 Binary files /dev/null and b/data/smt_vdata/smt_es_ES_f00.cfg differ diff --git a/data/smt_vdata/smt_es_ES_f00.dt b/data/smt_vdata/smt_es_ES_f00.dt new file mode 100644 index 0000000..7ba3003 Binary files /dev/null and b/data/smt_vdata/smt_es_ES_f00.dt differ diff --git a/data/smt_vdata/smt_es_ES_f00.qs b/data/smt_vdata/smt_es_ES_f00.qs new file mode 100644 index 0000000..39be1c6 Binary files /dev/null and b/data/smt_vdata/smt_es_ES_f00.qs differ diff --git a/data/smt_vdata/smt_fr_FR.lng b/data/smt_vdata/smt_fr_FR.lng new file mode 100644 index 0000000..567c0d6 Binary files /dev/null and b/data/smt_vdata/smt_fr_FR.lng differ diff --git a/data/smt_vdata/smt_fr_FR_f00.am b/data/smt_vdata/smt_fr_FR_f00.am new file mode 100644 index 0000000..31dd1be Binary files /dev/null and b/data/smt_vdata/smt_fr_FR_f00.am differ diff --git a/data/smt_vdata/smt_fr_FR_f00.cfg b/data/smt_vdata/smt_fr_FR_f00.cfg new file mode 100644 index 0000000..c235763 Binary files /dev/null and b/data/smt_vdata/smt_fr_FR_f00.cfg differ diff --git a/data/smt_vdata/smt_fr_FR_f00.dt b/data/smt_vdata/smt_fr_FR_f00.dt new file mode 100644 index 0000000..ce66425 Binary files /dev/null and b/data/smt_vdata/smt_fr_FR_f00.dt differ diff --git a/data/smt_vdata/smt_fr_FR_f00.qs b/data/smt_vdata/smt_fr_FR_f00.qs new file mode 100644 index 0000000..1721bde Binary files /dev/null and b/data/smt_vdata/smt_fr_FR_f00.qs differ diff --git a/data/smt_vdata/smt_it_IT.lng b/data/smt_vdata/smt_it_IT.lng new file mode 100644 index 0000000..af35fec Binary files /dev/null and b/data/smt_vdata/smt_it_IT.lng differ diff --git a/data/smt_vdata/smt_it_IT_f00.am b/data/smt_vdata/smt_it_IT_f00.am new file mode 100644 index 0000000..a8de55b Binary files /dev/null and b/data/smt_vdata/smt_it_IT_f00.am differ diff --git a/data/smt_vdata/smt_it_IT_f00.cfg b/data/smt_vdata/smt_it_IT_f00.cfg new file mode 100644 index 0000000..9fd79fb Binary files /dev/null and b/data/smt_vdata/smt_it_IT_f00.cfg differ diff --git a/data/smt_vdata/smt_it_IT_f00.dt b/data/smt_vdata/smt_it_IT_f00.dt new file mode 100644 index 0000000..55da461 Binary files /dev/null and b/data/smt_vdata/smt_it_IT_f00.dt differ diff --git a/data/smt_vdata/smt_it_IT_f00.qs b/data/smt_vdata/smt_it_IT_f00.qs new file mode 100644 index 0000000..89d1e91 Binary files /dev/null and b/data/smt_vdata/smt_it_IT_f00.qs differ diff --git a/data/smt_vdata/smt_ko_KR.lng b/data/smt_vdata/smt_ko_KR.lng new file mode 100644 index 0000000..71ca419 Binary files /dev/null and b/data/smt_vdata/smt_ko_KR.lng differ diff --git a/data/smt_vdata/smt_ko_KR_f00.am b/data/smt_vdata/smt_ko_KR_f00.am new file mode 100644 index 0000000..7789f94 Binary files /dev/null and b/data/smt_vdata/smt_ko_KR_f00.am differ diff --git a/data/smt_vdata/smt_ko_KR_f00.cfg b/data/smt_vdata/smt_ko_KR_f00.cfg new file mode 100644 index 0000000..6875831 Binary files /dev/null and b/data/smt_vdata/smt_ko_KR_f00.cfg differ diff --git a/data/smt_vdata/smt_ko_KR_f00.dt b/data/smt_vdata/smt_ko_KR_f00.dt new file mode 100644 index 0000000..28a9de5 Binary files /dev/null and b/data/smt_vdata/smt_ko_KR_f00.dt differ diff --git a/data/smt_vdata/smt_ko_KR_f00.qs b/data/smt_vdata/smt_ko_KR_f00.qs new file mode 100644 index 0000000..83d3584 Binary files /dev/null and b/data/smt_vdata/smt_ko_KR_f00.qs differ diff --git a/lib/aarch64/libsmt.so b/lib/aarch64/libsmt.so new file mode 100644 index 0000000..78f0c3c Binary files /dev/null and b/lib/aarch64/libsmt.so differ diff --git a/lib/armv7l/libsmt.so b/lib/armv7l/libsmt.so new file mode 100644 index 0000000..2ca5bb1 Binary files /dev/null and b/lib/armv7l/libsmt.so differ diff --git a/lib/i586/libsmt.so b/lib/i586/libsmt.so new file mode 100644 index 0000000..47483a5 Binary files /dev/null and b/lib/i586/libsmt.so differ diff --git a/lib/x86_64/libsmt.so b/lib/x86_64/libsmt.so new file mode 100644 index 0000000..b2c3956 Binary files /dev/null and b/lib/x86_64/libsmt.so differ diff --git a/org.tizen.tts-engine-default-info.xml b/org.tizen.tts-engine-default-info.xml new file mode 100644 index 0000000..a9deed7 --- /dev/null +++ b/org.tizen.tts-engine-default-info.xml @@ -0,0 +1,14 @@ + + + Samsung TTS + 27F277E9-BBC4-4dca-B553-D9884A3CDAA0 + org.tizen.tts-engine-default-setting + + en_US + ko_KR + de_DE + fr_FR + it_IT + es_ES + + diff --git a/org.tizen.tts-engine-default.xml b/org.tizen.tts-engine-default.xml new file mode 100644 index 0000000..837cdb2 --- /dev/null +++ b/org.tizen.tts-engine-default.xml @@ -0,0 +1,20 @@ + + + + + + ttssmt.png + + + + + + + + + + http://tizen.org/privilege/internet + http://tizen.org/privilege/download + http://tizen.org/privilege/network.get + + diff --git a/packaging/org.tizen.tts-engine-default.manifest b/packaging/org.tizen.tts-engine-default.manifest new file mode 100644 index 0000000..fe28b53 --- /dev/null +++ b/packaging/org.tizen.tts-engine-default.manifest @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/packaging/org.tizen.tts-engine-default.spec b/packaging/org.tizen.tts-engine-default.spec new file mode 100644 index 0000000..579086f --- /dev/null +++ b/packaging/org.tizen.tts-engine-default.spec @@ -0,0 +1,90 @@ +%define _optdir /opt +%define _appdir %{_optdir}/apps + +Name: org.tizen.tts-engine-default +Summary: Text To Speech default engine library +Version: 0.0.1 +Release: 1 +Group: Graphics & UI Framework/Voice Framework +License: Flora-1.1 +Source0: %{name}-%{version}.tar.gz +Source1001: %{name}.manifest + +Requires(post): /sbin/ldconfig +Requires(postun): /sbin/ldconfig + +BuildRequires: cmake +BuildRequires: pkgconfig(libtzplatform-config) + +%description +Description: Text To Speech default engine library + +#### +# Preparation +#### +%prep +%setup -q +cp %{SOURCE1001} . + +%define APP_PREFIX %{TZ_SYS_RO_APP}/%{name} +export LD_LIBRARY_PATH=%{APP_PREFIX}/lib + +%define MANIFESTDIR %{TZ_SYS_RO_PACKAGES} + +cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DLIBDIR=%{_libdir} \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_EXPORT_COMPILE_COMMANDS=1 \ + -DTZ_SYS_RO_SHARE=%TZ_SYS_RO_SHARE \ + -DAPP_INSTALL_PREFIX=%{APP_PREFIX} \ + -DAPP_MANIFESTDIR=%{MANIFESTDIR} + +#### +# Build +#### +%build +%if 0%{?sec_build_binary_debug_enable} +export CFLAGS="$CFLAGS -DTIZEN_DEBUG_ENABLE" +export CXXFLAGS="$CXXFLAGS -DTIZEN_DEBUG_ENABLE" +export FFLAGS="$FFLAGS -DTIZEN_DEBUG_ENABLE" +%endif +make %{?jobs:-j%jobs} + +#### +# Installation +#### +%install +rm -rf %{buildroot} + +%make_install +mkdir -p %{buildroot}%{TZ_SYS_RO_SHARE}/license +cp LICENSE %{buildroot}%{TZ_SYS_RO_SHARE}/license/%{name} + +#### +# Post Install +#### +%post +/sbin/ldconfig +exit 0 + +#### +# Post Uninstall +#### +%postun +/sbin/ldconfig +exit 0 + +#### +# Files in Binary Packages +#### +%files +%manifest %{name}.manifest +%defattr(-,root,root,-) +%{TZ_SYS_RO_SHARE}/voice/tts/1.0/engine-info/org.tizen.tts-engine-default-info.xml +%{TZ_SYS_RO_SHARE}/license/%{name} +%{APP_PREFIX}/bin/* +%{APP_PREFIX}/lib/* +%{TZ_SYS_RO_SHARE}/voice/tts/smt_vdata/ +%{APP_PREFIX}-setting/res/locale/ +#%{APP_PREFIX}/data/smt_vdata/* +%{MANIFESTDIR}/org.tizen.tts-engine-default.xml +