pkgconfig.po 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. # SOME DESCRIPTIVE TITLE
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  11. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  12. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  13. "Language-Team: LANGUAGE <LL@li.org>\n"
  14. "Language: \n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #. type: Content of: <sect1><sect1info><address>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:14
  20. #, no-wrap
  21. msgid "&pkgconfig-url;"
  22. msgstr ""
  23. #. type: Content of: <sect1><sect1info>
  24. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:12
  25. msgid ""
  26. "<productname>pkg-config</productname> "
  27. "<productnumber>&pkgconfig-version;</productnumber> <placeholder "
  28. "type=\"address\" id=\"0\"/>"
  29. msgstr ""
  30. #. type: Content of: <sect1><title>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:17
  32. msgid "Pkg-config-&pkgconfig-version;"
  33. msgstr ""
  34. #. type: Content of: <sect1><indexterm><primary>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:20
  36. msgid "Pkgconfig"
  37. msgstr ""
  38. #. type: Content of: <sect1><sect2><para>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:26
  40. msgid ""
  41. "The pkg-config package contains a tool for passing the include path and/or "
  42. "library paths to build tools during the configure and make phases of package "
  43. "installations."
  44. msgstr ""
  45. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  46. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:31
  47. msgid "&buildtime;"
  48. msgstr ""
  49. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  50. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:32
  51. msgid "&diskspace;"
  52. msgstr ""
  53. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:35
  55. msgid "&pkgconfig-fin-sbu;"
  56. msgstr ""
  57. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  58. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:36
  59. msgid "&pkgconfig-fin-du;"
  60. msgstr ""
  61. #. type: Content of: <sect1><sect2><title>
  62. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:43
  63. msgid "Installation of Pkg-config"
  64. msgstr ""
  65. #. type: Content of: <sect1><sect2><para>
  66. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:45
  67. msgid "Prepare Pkg-config for compilation:"
  68. msgstr ""
  69. #. type: Content of: <sect1><sect2><screen>
  70. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:47
  71. #, no-wrap
  72. msgid ""
  73. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  74. " --with-internal-glib \\\n"
  75. " --disable-host-tool \\\n"
  76. " "
  77. "--docdir=/usr/share/doc/pkg-config-&pkgconfig-version;</userinput>"
  78. msgstr ""
  79. #. type: Content of: <sect1><sect2><variablelist><title>
  80. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:53
  81. msgid "The meaning of the new configure options:"
  82. msgstr ""
  83. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  84. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:56
  85. msgid "<parameter>--with-internal-glib</parameter>"
  86. msgstr ""
  87. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  88. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:58
  89. msgid ""
  90. "This will allow pkg-config to use its internal version of Glib because an "
  91. "external version is not available in LFS."
  92. msgstr ""
  93. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:64
  95. msgid "<parameter>--disable-host-tool</parameter>"
  96. msgstr ""
  97. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:66
  99. msgid ""
  100. "This option disables the creation of an undesired hard link to the "
  101. "pkg-config program."
  102. msgstr ""
  103. #. type: Content of: <sect1><sect2><para>
  104. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:73
  105. msgid "Compile the package:"
  106. msgstr ""
  107. #. type: Content of: <sect1><sect2><screen>
  108. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:75
  109. #, no-wrap
  110. msgid "<userinput remap=\"make\">make</userinput>"
  111. msgstr ""
  112. #. type: Content of: <sect1><sect2><para>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:77
  114. msgid "To test the results, issue:"
  115. msgstr ""
  116. #. type: Content of: <sect1><sect2><screen>
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:79
  118. #, no-wrap
  119. msgid "<userinput remap=\"test\">make check</userinput>"
  120. msgstr ""
  121. #. type: Content of: <sect1><sect2><para>
  122. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:81
  123. msgid "Install the package:"
  124. msgstr ""
  125. #. type: Content of: <sect1><sect2><screen>
  126. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:83
  127. #, no-wrap
  128. msgid "<userinput remap=\"install\">make install</userinput>"
  129. msgstr ""
  130. #. type: Content of: <sect1><sect2><title>
  131. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:88
  132. msgid "Contents of Pkg-config"
  133. msgstr ""
  134. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  135. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:91
  136. msgid "Installed program"
  137. msgstr ""
  138. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  139. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:92
  140. msgid "Installed directory"
  141. msgstr ""
  142. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  143. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:95
  144. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:112
  145. msgid "pkg-config"
  146. msgstr ""
  147. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:96
  149. msgid "/usr/share/doc/pkg-config-&pkgconfig-version;"
  150. msgstr ""
  151. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:101
  153. msgid "Short Descriptions"
  154. msgstr ""
  155. #. type: Content of: <sect1><sect2><variablelist>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:102
  157. msgid "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  158. msgstr ""
  159. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  160. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:107
  161. msgid "<command>pkg-config </command>"
  162. msgstr ""
  163. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  164. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/pkgconfig.xml:109
  165. msgid "Returns meta information for the specified library or package"
  166. msgstr ""