Changeset 177d84bd
- Timestamp:
- 01/05/2019 11:18:15 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- fdbc7875
- Parents:
- 8763787f
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libxml2.xml
r8763787f r177d84bd 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 " b786e353e2aa1b872d70d5d1ca0c740d">10 <!ENTITY libxml2-md5sum "c04a5a0a042eaa157e8e8c9eabe76bd6"> 11 11 <!ENTITY libxml2-size "5.2 MB"> 12 <!ENTITY libxml2-buildsize "8 3 MB (add 15MB for tests)">12 <!ENTITY libxml2-buildsize "86 MB (add 16 MB for tests)"> 13 13 <!ENTITY libxml2-time "0.2 SBU (add 0.3 SBU for tests)"> 14 14 <!ENTITY testsuite-version "20130923"> … … 82 82 </para> 83 83 </listitem> 84 84 <!-- 85 85 <listitem> 86 86 <para> … … 88 88 <ulink url="&patch-root;/libxml2-&libxml2-version;-python3_hack-1.patch"/> 89 89 </para> 90 </listitem> 90 </listitem> --> 91 91 </itemizedlist> 92 92 … … 130 130 <sect2 role="installation"> 131 131 <title>Installation of libxml2</title> 132 132 <!-- 133 133 <para> 134 134 First apply a patch, which prevents segfaults in the Python module, when … … 144 144 145 145 <screen><userinput>sed -i '/_PyVerify_fd/,+1d' python/types.c</userinput></screen> 146 146 --> 147 147 <para> 148 148 Install <application>libxml2</application> by running the following … … 194 194 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 195 195 href="../../xincludes/static-libraries.xml"/> 196 196 <!-- 197 197 <para> 198 198 <parameter>sed -i '/_PyVerify_fd/,+1d' python/types.c</parameter>: This … … 200 200 <application>gcc-7</application>. 201 201 </para> 202 202 --> 203 203 <para> 204 204 <parameter>--with-history</parameter>: This switch enables … … 208 208 209 209 <para> 210 <parameter>--with-python=/usr/bin/python3</parameter>: Allows to build210 <parameter>--with-python=/usr/bin/python3</parameter>: Allows building 211 211 the libxml2 module with Python3 instead of Python2. 212 212 </para> … … 234 234 <seglistitem> 235 235 <seg> 236 xml2-config, xmlcatalog, xmllint and the 236 xml2-config, 237 xmlcatalog, and 238 xmllint <!--and the 237 239 drv_libxml2.py and libxml2.py <application>Python3</application> 238 modules. 240 modules. These are pythin modules, not programs --> 239 241 </seg> 240 242 <seg> 241 libxml2.so and optionally, the libxml2mod.so242 <application>Python3</application> module243 libxml2.so and 244 libxml2mod.so (<application>Python3</application> module) 243 245 </seg> 244 246 <seg> … … 295 297 </listitem> 296 298 </varlistentry> 297 299 <!-- 298 300 <varlistentry id="drv_libxml2.py3"> 299 301 <term><command>drv_libxml2.py</command></term> … … 319 321 </listitem> 320 322 </varlistentry> 321 323 --> 322 324 <varlistentry id="libxml2-lib"> 323 325 <term><filename class="libraryfile">libxml2.so</filename></term> -
general/genlib/libxslt.xml
r8763787f r177d84bd 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 " 1fc72f98e98bf4443f1651165f3aa146">9 <!ENTITY libxslt-md5sum "b3bd254a03e46d58f8ad1e4559cd2c2f"> 10 10 <!ENTITY libxslt-size "3.3 MB"> 11 <!ENTITY libxslt-buildsize "3 7MB (with tests)">12 <!ENTITY libxslt-time "0. 1SBU (with tests)">11 <!ENTITY libxslt-buildsize "36 MB (with tests)"> 12 <!ENTITY libxslt-time "0.3 SBU (with tests)"> 13 13 ]> 14 14 -
general/prog/libxml2py2.xml
r8763787f r177d84bd 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 " b786e353e2aa1b872d70d5d1ca0c740d">10 <!ENTITY libxml2py2-md5sum "c04a5a0a042eaa157e8e8c9eabe76bd6"> 11 11 <!ENTITY libxml2py2-size "5.2 MB"> 12 12 <!ENTITY libxml2py2-buildsize "54 MB (2.3 MB installed)"> -
introduction/welcome/changelog.xml
r8763787f r177d84bd 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[bdubbs] - Update to libxslt-1.1.33. Fixes 49 <ulink url="&blfs-ticket-root;11509">#11509</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to libxml2-2.9.9. Fixes 53 <ulink url="&blfs-ticket-root;11508">#11508</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[bdubbs] - Update to audacious{,-plugins}-3.10.1. Fixes 57 <ulink url="&blfs-ticket-root;11486">#11486</ulink>.</para> 58 </listitem> 59 <listitem> 48 60 <para>[bdubbs] - Update to xscreensaver-5.42. Fixes 49 61 <ulink url="&blfs-ticket-root;11489">#11489</ulink>.</para> -
multimedia/audioutils/audacious.xml
r8763787f r177d84bd 8 8 "https://distfiles.audacious-media-player.org/audacious-&audacious-version;.tar.bz2"> 9 9 <!ENTITY audacious-download-ftp " "> 10 <!ENTITY audacious-md5sum "9 5c79e14c412f274624c6979236a3840">11 <!ENTITY audacious-size "55 1KB">12 <!ENTITY audacious-buildsize "2 0MB (with Gtk user interface)">10 <!ENTITY audacious-md5sum "9dfcf0290f766d91b0e195a232d4e4bf"> 11 <!ENTITY audacious-size "552 KB"> 12 <!ENTITY audacious-buildsize "22 MB (with Gtk user interface)"> 13 13 <!ENTITY audacious-time "0.3 SBU (with Gtk user interface)"> 14 14 15 15 <!ENTITY audacious-plugins-download 16 16 "https://distfiles.audacious-media-player.org/audacious-plugins-&audacious-plugins-version;.tar.bz2"> 17 <!ENTITY audacious-plugins-md5sum " 26268359f4f21171de35cc10d0545733">18 <!ENTITY audacious-plugins-size "1. 7MB">19 <!ENTITY audacious-plugins-buildsize "4 6MB (with Gtk user interface)">20 <!ENTITY audacious-plugins-time "0. 9SBU (with Gtk user interface)">17 <!ENTITY audacious-plugins-md5sum "c54e49a3a32c0df2beaf4fdf14a4bd75"> 18 <!ENTITY audacious-plugins-size "1.6 MB"> 19 <!ENTITY audacious-plugins-buildsize "49 MB (with Gtk user interface)"> 20 <!ENTITY audacious-plugins-time "0.7 SBU (with Gtk user interface)"> 21 21 ]> 22 22 -
packages.ent
r8763787f r177d84bd 171 171 which is built separately after libxml2.so has been installed, 172 172 to avoid building libxml2 twice, which is slow with all deps --> 173 <!ENTITY libxml2-version "2.9. 8">174 <!ENTITY libxslt-version "1.1.3 2">173 <!ENTITY libxml2-version "2.9.9"> 174 <!ENTITY libxslt-version "1.1.33"> 175 175 <!ENTITY libwacom-version "0.29"> 176 176 <!ENTITY libzeitgeist-version "0.3.18"> … … 959 959 <!ENTITY CDParanoia-version "III-10.2"> 960 960 <!ENTITY freetts-version "1.2.2"> 961 <!ENTITY audacious-version "3.10 ">962 <!ENTITY audacious-plugins-version "3.10 ">961 <!ENTITY audacious-version "3.10.1"> 962 <!ENTITY audacious-plugins-version "3.10.1"> 963 963 <!ENTITY amarok-version "2.8.0"> 964 964 <!ENTITY pnmixer-version "0.7.2">
Note:
See TracChangeset
for help on using the changeset viewer.