Changeset ba49f54
- Timestamp:
- 04/20/2020 08:58:55 AM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- b8ea58f
- Parents:
- bb229d9f
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rbb229d9f rba49f54 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 19"> <!-- Always 2 digits -->3 <!ENTITY day "20"> <!-- Always 2 digits --> 4 4 <!ENTITY month "04"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2020"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "April 19th, &year;">9 <!ENTITY releasedate "April 20th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/json-c.xml
rbb229d9f rba49f54 7 7 <!ENTITY json-c-download-http "https://s3.amazonaws.com/json-c_releases/releases/json-c-&json-c-version;.tar.gz"> 8 8 <!ENTITY json-c-download-ftp " "> 9 <!ENTITY json-c-md5sum " 04969ad59cc37bddd83741a08b98f350">10 <!ENTITY json-c-size " 620KB">11 <!ENTITY json-c-buildsize " 5.0 MB (add 6.0 MB for tests)">12 <!ENTITY json-c-time "less than 0.1 SBU (add 1.7 SBU for tests)">9 <!ENTITY json-c-md5sum "72cbb065b43376d825cd521d115ae1f6"> 10 <!ENTITY json-c-size "314 KB"> 11 <!ENTITY json-c-buildsize "264 KB"> 12 <!ENTITY json-c-time "less than 0.1 SBU"> 13 13 14 14 ]> … … 74 74 </itemizedlist> 75 75 76 <bridgehead renderas="sect3">JSON-C Dependencies</bridgehead> 77 78 <bridgehead renderas="sect4">Required</bridgehead> 79 <para role="required"> 80 <xref linkend="cmake"/> 81 </para> 82 <!-- 83 <bridgehead renderas="sect4">Optional</bridgehead> 84 <para role="Optional"> 85 <xref linkend="doxygen"/> and 86 <xref linkend="graphviz"/> (for dot tool) 87 </para> 88 --> 76 89 <para condition="html" role="usernotes"> 77 90 User Notes: <ulink url="&blfs-wiki;/json-c"/> … … 93 106 </para> 94 107 95 <screen><userinput>./configure --prefix=/usr --disable-static && 108 <screen><userinput>mkdir build && 109 cd build && 110 111 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 112 -DCMAKE_BUILD_TYPE=Release \ 113 .. && 96 114 make</userinput></screen> 97 115 98 116 <para> 99 To test the results, issue: <command>make check</command>.117 To test the results, issue: <command>make test</command>. 100 118 </para> 101 119 … … 110 128 <title>Command Explanations</title> 111 129 112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 113 href="../../xincludes/static-libraries.xml"/> 130 <para> 131 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is 132 used to apply a higher level of compiler optimizations. 133 </para> 114 134 115 135 </sect2> … … 128 148 </seg> 129 149 <seg> 130 libjson-c.so and libjson.so150 libjson-c.so 131 151 </seg> 132 152 <seg> 133 /usr/include/json and134 153 /usr/include/json-c 135 154 </seg> … … 141 160 <?dbfo list-presentation="list"?> 142 161 <?dbhtml list-presentation="table"?> 143 144 <varlistentry id="libjson">145 <term><filename class="libraryfile">libjson.so</filename></term>146 <listitem>147 <para>148 contains the <application>JSON-C</application> API functions.149 </para>150 <indexterm zone="json-c libjson">151 <primary sortas="c-libjson">libjson.so</primary>152 </indexterm>153 </listitem>154 </varlistentry>155 162 156 163 <varlistentry id="libjson-c"> -
introduction/welcome/changelog.xml
rbb229d9f rba49f54 44 44 45 45 <listitem> 46 <para>April 20th, 2020</para> 47 <itemizedlist> 48 <listitem> 49 <para>[thomas] - Update to json-c-0.14. Fixes 50 <ulink url="&blfs-ticket-root;13429">#13429</ulink>.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 55 <listitem> 46 56 <para>April 19th, 2020</para> 47 57 <itemizedlist> -
packages.ent
rbb229d9f rba49f54 121 121 <!-- JS68 uses the firefox tarball 122 122 <!ENTITY JS68-version --> 123 <!ENTITY json-c-version "0.1 3.1">123 <!ENTITY json-c-version "0.14"> 124 124 <!ENTITY json-glib-version "1.4.4"> 125 125 <!ENTITY keyutils-version "1.6.1">
Note:
See TracChangeset
for help on using the changeset viewer.