Changeset 5944fc1
- Timestamp:
- 01/01/2018 07:26:38 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 79af6e0
- Parents:
- b642036d
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rb642036d r5944fc1 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 1"> <!-- Always 2 digits -->3 <!ENTITY day "02"> <!-- Always 2 digits --> 4 4 <!ENTITY month "01"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "January 1st, &year;">9 <!ENTITY releasedate "January 2nd, &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
rb642036d r5944fc1 81 81 <sect2 role="installation"> 82 82 <title>Installation of JSON-C</title> 83 83 <!-- 84 84 <note> 85 85 <para> … … 87 87 </para> 88 88 </note> 89 89 --> 90 90 <para> 91 91 Install <application>JSON-C</application> by running the following … … 93 93 </para> 94 94 95 <screen><userinput>./configure --prefix=/usr --disable-static 96 make -j1</userinput></screen>95 <screen><userinput>./configure --prefix=/usr --disable-static && 96 make</userinput></screen> 97 97 98 98 <para> -
introduction/welcome/changelog.xml
rb642036d r5944fc1 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>January 2nd, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Add a patch to docbook-xsl to fix potential 49 problems with stack overflows during recursion.</para> 50 </listitem> 51 <listitem> 52 <para>[bdubbs] - Update to libcdio-2.0.0. Fixes 53 <ulink url="&blfs-ticket-root;10224">#10224</ulink>.</para> 54 </listitem> 55 </itemizedlist> 56 </listitem> 57 44 58 <listitem> 45 59 <para>January 1st, 2018</para> -
multimedia/libdriv/libcdio.xml
rb642036d r5944fc1 7 7 <!ENTITY libcdio-download-http "&gnu-http;/libcdio/libcdio-&libcdio-version;.tar.gz"> 8 8 <!ENTITY libcdio-download-ftp "&gnu-ftp;/libcdio/libcdio-&libcdio-version;.tar.gz"> 9 <!ENTITY libcdio-md5sum " 87867d41b807c73a11d368a346a26a68">9 <!ENTITY libcdio-md5sum "0cb25905113b930e4539d2f4eb6574b0"> 10 10 <!ENTITY libcdio-size "2.2 MB"> 11 11 <!ENTITY libcdio-buildsize "39 MB (both packages, including checks)"> -
packages.ent
rb642036d r5944fc1 788 788 <!ENTITY libcanberra-version "0.30"> 789 789 <!ENTITY libcddb-version "1.3.2"> 790 <!ENTITY libcdio-version " 1.1.0">790 <!ENTITY libcdio-version "2.0.0"> 791 791 <!ENTITY libdiscid-version "0.6.2"> 792 792 <!ENTITY libdvdcss-version "1.4.0"> -
pst/xml/docbook-xsl.xml
rb642036d r5944fc1 67 67 68 68 <bridgehead renderas="sect3">Additional Downloads</bridgehead> 69 <itemizedlist spacing='compact'> 70 <listitem> 71 <para>Required patch: <ulink 72 url="&patch-root;/docbook-xsl-&docbook-xsl-version;-stack_fix-1.patch"/> 73 </para> 74 </listitem> 75 </itemizedlist> 76 69 77 <itemizedlist spacing="compact"> 70 78 <title>Optional documentation</title> … … 87 95 <bridgehead renderas="sect4">Optional (all used at runtime)</bridgehead> 88 96 <para role="optional"> 89 <xref role="runtime" linkend="apache-ant"/> (to produce <quote>webhelp</quote> documents), 90 <xref role="runtime" linkend="libxslt"/> (or any other XSLT processor), to process 91 Docbook documents - the <application>Python2</application> modules 92 libxml2 and libxslt can be used, 97 <xref role="runtime" linkend="apache-ant"/> 98 (to produce <quote>webhelp</quote> documents), 99 <xref role="runtime" linkend="libxslt"/> 100 (or any other XSLT processor), to process 101 Docbook documents - the <application>Python2</application> modules 102 libxml2 and libxslt can be used, 93 103 <xref role="runtime" linkend="python2"/> (at runtime), 94 <xref role="runtime" linkend="ruby"/> (to utilize the <quote>epub</quote> stylesheets), 95 <xref role="runtime" linkend="zip"/> (to produce <quote>epub3</quote> documents), and 104 <xref role="runtime" linkend="ruby"/> 105 (to utilize the <quote>epub</quote> stylesheets), 106 <xref role="runtime" linkend="zip"/> 107 (to produce <quote>epub3</quote> documents), and 96 108 <ulink url="http://sourceforge.net/projects/saxon/files/saxon6/"> 97 109 Saxon6 98 110 </ulink> and 99 111 <ulink url="http://xerces.apache.org/xerces2-j/">Xerces2 Java</ulink> 100 (used with <xref role="runtime" linkend="apache-ant"/> to produce <quote>webhelp</quote>101 documents)112 (used with <xref role="runtime" linkend="apache-ant"/> 113 to produce <quote>webhelp</quote> documents) 102 114 </para> 103 115 … … 109 121 <sect2 role="installation"> 110 122 <title>Installation of DocBook XSL Stylesheets</title> 123 124 <para>First, fix a problem that causes stack overflows when doing recursion:</para> 125 126 <screen><userinput>patch -Np1 -i ../docbook-xsl-&docbook-xsl-version;-stack_fix-1.patch</userinput></screen> 111 127 112 128 <para>If you downloaded the optional documentation tarball, unpack it
Note:
See TracChangeset
for help on using the changeset viewer.