Changeset df013c7f
- Timestamp:
- 10/31/2019 05:16:06 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.1, 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:
- 9a887c2a
- Parents:
- 53d3217
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libxml2.xml
r53d3217 rdf013c7f 8 8 <!ENTITY libxml2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz"> 9 9 <!ENTITY libxml2-download-ftp "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz"> 10 <!ENTITY libxml2-md5sum " c04a5a0a042eaa157e8e8c9eabe76bd6">11 <!ENTITY libxml2-size "5. 2MB">12 <!ENTITY libxml2-buildsize "8 6 MB (add 16MB for tests)">10 <!ENTITY libxml2-md5sum "10942a1dc23137a8aa07f0639cbfece5"> 11 <!ENTITY libxml2-size "5.4 MB"> 12 <!ENTITY libxml2-buildsize "87 MB (add 15 MB for tests)"> 13 13 <!ENTITY libxml2-time "0.2 SBU (add 0.3 SBU for tests)"> 14 14 <!ENTITY testsuite-version "20130923"> … … 145 145 <screen><userinput>sed -i '/_PyVerify_fd/,+1d' python/types.c</userinput></screen> 146 146 --> 147 <para> 148 If you are going to run the tests, disable one test that prevents the 149 tests from completing: 150 </para> 151 152 <screen><userinput>sed -i 's/test.test/#&/' python/tests/tstLastError.py</userinput></screen> 153 147 154 <para> 148 155 Install <application>libxml2</application> by running the following -
general/genlib/libxslt.xml
r53d3217 rdf013c7f 7 7 <!ENTITY libxslt-download-http "http://xmlsoft.org/sources/libxslt-&libxslt-version;.tar.gz"> 8 8 <!ENTITY libxslt-download-ftp "ftp://xmlsoft.org/libxslt/libxslt-&libxslt-version;.tar.gz"> 9 <!ENTITY libxslt-md5sum " b3bd254a03e46d58f8ad1e4559cd2c2f">10 <!ENTITY libxslt-size "3. 3MB">9 <!ENTITY libxslt-md5sum "db8765c8d076f1b6caafd9f2542a304a"> 10 <!ENTITY libxslt-size "3.4 MB"> 11 11 <!ENTITY libxslt-buildsize "36 MB (with tests)"> 12 12 <!ENTITY libxslt-time "0.3 SBU (with tests)"> … … 72 72 </listitem> 73 73 </itemizedlist> 74 74 <!-- 75 75 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 76 76 <itemizedlist spacing="compact"> … … 82 82 </listitem> 83 83 </itemizedlist> 84 84 --> 85 85 <bridgehead renderas="sect3">libxslt Dependencies</bridgehead> 86 86 … … 125 125 <sect2 role="installation"> 126 126 <title>Installation of libxslt</title> 127 127 <!-- 128 128 <para> 129 129 First, install a security patch to fix a security framework bypass: … … 131 131 132 132 <screen><userinput remap="pre">patch -Np1 -i ../libxslt-&libxslt-version;-security_fix-1.patch</userinput></screen> 133 133 --> 134 134 <para> 135 135 Install <application>libxslt</application> by running the following -
general/prog/libxml2py2.xml
r53d3217 rdf013c7f 8 8 <!ENTITY libxml2py2-download-http "http://xmlsoft.org/sources/libxml2-&libxml2-version;.tar.gz"> 9 9 <!ENTITY libxml2py2-download-ftp "ftp://xmlsoft.org/libxml2/libxml2-&libxml2-version;.tar.gz"> 10 <!ENTITY libxml2py2-md5sum " c04a5a0a042eaa157e8e8c9eabe76bd6">11 <!ENTITY libxml2py2-size "5. 2MB">12 <!ENTITY libxml2py2-buildsize "5 4MB (2.3 MB installed)">10 <!ENTITY libxml2py2-md5sum "10942a1dc23137a8aa07f0639cbfece5"> 11 <!ENTITY libxml2py2-size "5.4 MB"> 12 <!ENTITY libxml2py2-buildsize "53 MB (2.3 MB installed)"> 13 13 <!ENTITY libxml2py2-time "less than 0.1 SBU"> 14 14 ]> -
introduction/welcome/changelog.xml
r53d3217 rdf013c7f 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Update to libxml2-2.9.10. Fixes 49 <ulink url="&blfs-ticket-root;12713">#12713</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to libxslt-1.1.34. Fixes 53 <ulink url="&blfs-ticket-root;12715">#12715</ulink>.</para> 54 </listitem> 55 <listitem> 48 56 <para>[renodr] - Add libhandy (for gnome-tweaks). Fixes 49 57 <ulink url="&blfs-ticket-root;12663">#12663</ulink>.</para> -
packages.ent
r53d3217 rdf013c7f 164 164 which is built separately after libxml2.so has been installed, 165 165 to avoid building libxml2 twice, which is slow with all deps --> 166 <!ENTITY libxml2-version "2.9. 9">167 <!ENTITY libxslt-version "1.1.3 3">166 <!ENTITY libxml2-version "2.9.10"> 167 <!ENTITY libxslt-version "1.1.34"> 168 168 <!ENTITY libwacom-version "0.29"> 169 169 <!ENTITY lzo-version "2.10">
Note:
See TracChangeset
for help on using the changeset viewer.