Changeset c7918a9
- Timestamp:
- 03/10/2019 09:07:29 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, 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:
- a1108958
- Parents:
- 5bf32c0
- Files:
-
- 1 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r5bf32c0 rc7918a9 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day " 08"> <!-- Always 2 digits -->3 <!ENTITY day "10"> <!-- Always 2 digits --> 4 4 <!ENTITY month "03"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "March 8th, &year;">9 <!ENTITY releasedate "March 10th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/genlib/js52.xml
r5bf32c0 rc7918a9 111 111 --with-system-nspr \ 112 112 --with-system-icu \ 113 --enable-threadsafe \114 113 --enable-readline && 115 114 make</userinput></screen> … … 140 139 support in the JS shell. 141 140 </para> 142 143 <para> 144 <parameter>- -enable-threadsafe</parameter>: This switch enables support141 <!-- 142 <para> 143 <parameter>- -enable-threadsafe</parameter>: This switch enables support 145 144 for multiple threads at one time. This increases performance as well as 146 145 stability. 147 146 </para> 148 147 --> 149 148 </sect2> 150 149 -
general/graphlib/sassc.xml
r5bf32c0 rc7918a9 79 79 </itemizedlist> 80 80 81 <bridgehead renderas="sect3"> AdditionalPackage Information</bridgehead>81 <bridgehead renderas="sect3">Library Package Information</bridgehead> 82 82 <itemizedlist spacing="compact"> 83 83 <listitem> -
general/prog/prog.xml
r5bf32c0 rc7918a9 45 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="llvm.xml"/> 46 46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lua.xml"/> 47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lua52.xml"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mercurial.xml"/> 48 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nasm.xml"/> -
general/sysutils/colord.xml
r5bf32c0 rc7918a9 7 7 <!ENTITY colord-download-http "https://www.freedesktop.org/software/colord/releases/colord-&colord-version;.tar.xz"> 8 8 <!ENTITY colord-download-ftp " "> 9 <!ENTITY colord-md5sum " f032ecac927e9078c41fff97800441e8">9 <!ENTITY colord-md5sum "32c2709a6002d9ee750483aaed6379c8"> 10 10 <!ENTITY colord-size "1.8 MB"> 11 <!ENTITY colord-buildsize "2 2MB (with tests)">12 <!ENTITY colord-time "0. 2SBU (with tests)">11 <!ENTITY colord-buildsize "23 MB (with tests)"> 12 <!ENTITY colord-time "0.1 SBU (with tests)"> 13 13 ]> 14 14 … … 97 97 <bridgehead renderas="sect4">Optional</bridgehead> 98 98 <para role="optional"> 99 <xref linkend="docbook-utils"/>,100 99 <xref linkend="gnome-desktop"/> and 101 100 <xref linkend="colord-gtk"/> (to build the example tools), 102 <xref linkend="gtk-doc"/>,103 101 <xref linkend="libxslt"/>, 104 102 <xref linkend="sane"/>, -
introduction/welcome/changelog.xml
r5bf32c0 rc7918a9 42 42 </listitem> 43 43 --> 44 <listitem> 45 <para>March 10th, 2019</para> 46 <itemizedlist> 47 <listitem> 48 <para>[bdubbs] - Add lua-5.2.4. Supports wireshark.</para> 49 </listitem> 50 <listitem> 51 <para>[bdubbs] - Update to colord-1.4.4. Fixes 52 <ulink url="&blfs-ticket-root;11776">#11776</ulink>.</para> 53 </listitem> 54 <listitem> 55 <para>[bdubbs] - Update to gdk-pixbuf-2.38.1. Fixes 56 <ulink url="&blfs-ticket-root;11729">#11729</ulink>.</para> 57 </listitem> 58 </itemizedlist> 59 </listitem> 60 44 61 <listitem> 45 62 <para>March 8th, 2019</para> -
packages.ent
r5bf32c0 rc7918a9 270 270 <!ENTITY bluez-version "5.50"> 271 271 <!ENTITY bubblewrap-version "0.3.1"> 272 <!ENTITY colord-version "1.4. 3">272 <!ENTITY colord-version "1.4.4"> 273 273 <!ENTITY cpio-version "2.12"> 274 274 <!ENTITY cups-pk-helper-version "0.2.6"> … … 330 330 <!ENTITY llvm-old-version "3.9.1"> 331 331 <!ENTITY lua-version "5.3.5"> 332 <!ENTITY lua52-version "5.2.4"> 332 333 <!ENTITY mercurial-version "4.9"> 333 334 <!ENTITY nasm-version "2.14.02"> … … 687 688 <!ENTITY fltk-version "1.3.5"> 688 689 <!ENTITY freeglut-version "3.0.0"> 689 <!ENTITY gdk-pixbuf-version "2.38. 0">690 <!ENTITY gdk-pixbuf-version "2.38.1"> 690 691 <!ENTITY glu-version "9.0.0"> 691 692 <!ENTITY goffice010-version "0.10.44"> -
x/lib/gdk-pixbuf.xml
r5bf32c0 rc7918a9 9 9 <!ENTITY gdk-pixbuf-download-ftp 10 10 "&gnome-download-ftp;/gdk-pixbuf/2.38/gdk-pixbuf-&gdk-pixbuf-version;.tar.xz"> 11 <!ENTITY gdk-pixbuf-md5sum " 77765f24496dc8c90c6e0cbe10fd8f0e">12 <!ENTITY gdk-pixbuf-size " 4.9MB">13 <!ENTITY gdk-pixbuf-buildsize " 60MB (with tests)">14 <!ENTITY gdk-pixbuf-time "0.4 SBU ( with tests)">11 <!ENTITY gdk-pixbuf-md5sum "f6ba2195acd18c5c9555421f30c31cc1"> 12 <!ENTITY gdk-pixbuf-size "5.3 MB"> 13 <!ENTITY gdk-pixbuf-buildsize "37 MB (with tests)"> 14 <!ENTITY gdk-pixbuf-time "0.4 SBU (Using parallelism=4; with tests)"> 15 15 ]> 16 16
Note:
See TracChangeset
for help on using the changeset viewer.