Changeset 03bb997
- Timestamp:
- 08/09/2018 04:31:22 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
- c82398b2
- Parents:
- 88191d22
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/gobject-introspection.xml
r88191d22 r03bb997 115 115 <para> 116 116 To test the results, issue: <command>make check</command>. 117 <!-- One test, Regress-1.0.gir, is known to fail with glibc-2.26. --> 117 One test, Regress-1.0.gir, is known to fail with glibc-2.28. 118 <!-- This worked fine in 2.27, but is broken again in 2.28. --> 118 119 </para> 119 120 -
general/genlib/talloc.xml
r88191d22 r03bb997 7 7 <!ENTITY talloc-download-http "https://www.samba.org/ftp/talloc/talloc-&talloc-version;.tar.gz"> 8 8 <!ENTITY talloc-download-ftp " "> 9 <!ENTITY talloc-md5sum " 8d7ecc93a4bffb686e0dc00b12b6954d">9 <!ENTITY talloc-md5sum "7478da02e309316231a497a9f17a980d"> 10 10 <!ENTITY talloc-size "436 KB"> 11 <!ENTITY talloc-buildsize " 7.4MB (with tests)">11 <!ENTITY talloc-buildsize "8.0 MB (with tests)"> 12 12 <!ENTITY talloc-time "0.3 SBU (with tests)"> 13 13 ]> … … 77 77 <xref linkend="DocBook"/>, 78 78 <xref linkend="docbook-xsl"/> and 79 <xref linkend="libxslt"/> (To generate man pages), and 80 <xref linkend="python2"/> (To build Python-2 module) 79 <xref linkend="libxslt"/> (To generate man pages), 80 <xref linkend="python2"/> (To build Python-2 module), 81 <xref linkend="gdb"/>, 82 <xref linkend="git"/>, 83 <xref linkend="xfsprogs"/>, 84 <xref linkend="libtirpc"/>, and 85 <xref linkend="valgrind"/> 86 <!-- These are all looked for at build time, but might not actually be used.--> 81 87 </para> 82 88 -
general/genlib/yaml.xml
r88191d22 r03bb997 7 7 <!ENTITY yaml-download-http "http://pyyaml.org/download/libyaml/yaml-&yaml-version;.tar.gz"> 8 8 <!ENTITY yaml-download-ftp " "> 9 <!ENTITY yaml-md5sum " 1abf45bd3a96374fa55ca63b32f9f2f9">10 <!ENTITY yaml-size "5 16KB">11 <!ENTITY yaml-buildsize "6. 1MB">9 <!ENTITY yaml-md5sum "72724b9736923c517e5a8fc6757ef03d"> 10 <!ENTITY yaml-size "588 KB"> 11 <!ENTITY yaml-buildsize "6.7 MB"> 12 12 <!ENTITY yaml-time "0.1 SBU"> 13 13 ]> -
general/genutils/shared-mime-info.xml
r88191d22 r03bb997 8 8 "https://people.freedesktop.org/~hadess/shared-mime-info-&shared-mime-info-version;.tar.xz"> 9 9 <!ENTITY shared-mime-info-download-ftp " "> 10 <!ENTITY shared-mime-info-md5sum "4 5103889b91242850aa47f09325e798b">11 <!ENTITY shared-mime-info-size " 596KB">12 <!ENTITY shared-mime-info-buildsize " 11MB">10 <!ENTITY shared-mime-info-md5sum "418c2ced9dc4dd5ca8b06a755e6d64e9"> 11 <!ENTITY shared-mime-info-size "604 KB"> 12 <!ENTITY shared-mime-info-buildsize "22 MB"> 13 13 <!ENTITY shared-mime-info-time "0.2 SBU (on a minimal system, up to 0.4 SBU on a fully loaded desktop)"> 14 14 ]> -
general/prog/vala.xml
r88191d22 r03bb997 9 9 <!ENTITY vala-md5sum "734a14b7dcffa8628d7e22742c513c0a"> 10 10 <!ENTITY vala-size "3.2 MB"> 11 <!ENTITY vala-buildsize "1 10 MB (add 2 MB fortests)">12 <!ENTITY vala-time " 0.4 SBU (Using parallelism=4; add 0.5 SBU fortests)">11 <!ENTITY vala-buildsize "164 MB (with tests)"> 12 <!ENTITY vala-time "1.0 SBU (with tests)"> 13 13 ]> 14 14 … … 73 73 </listitem> 74 74 </itemizedlist> 75 <!--76 <bridgehead renderas="sect3">Additional Downloads</bridgehead>77 <itemizedlist spacing="compact">78 <listitem>79 <para>80 Required patch:81 <ulink url="&patch-root;/vala-&vala-version;-upstream_fixes-2.patch"/>82 </para>83 </listitem>84 </itemizedlist>-->85 75 86 76 <bridgehead renderas="sect3">Vala Dependencies</bridgehead> … … 95 85 <xref linkend="dbus"/> (Required for the tests), 96 86 <xref linkend="graphviz"/> (Required for valadoc), 97 <xref linkend="libxslt"/> (Required for generating the documentation), and 98 <ulink url="https://ftp.gnu.org/gnu/help2man/">help2man</ulink> 87 <xref linkend="libxslt"/> (Required for generating the documentation), 88 <ulink url="https://ftp.gnu.org/gnu/help2man/">help2man</ulink>, and 89 <ulink url="https://weasyprint.org/">weasyprint</ulink> 99 90 </para> 100 91 -
introduction/welcome/changelog.xml
r88191d22 r03bb997 45 45 <para>August 9th, 2018</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[renodr] - Update to talloc-2.1.14. Fixes 49 <ulink url="&blfs-ticket-root;10942">#10942</ulink>.</para> 50 </listitem> 51 <listitem> 52 <para>[renodr] - Update to vala-0.40.8. Fixes 53 <ulink url="&blfs-ticket-root;10668">#10668</ulink>.</para> 54 </listitem> 55 <listitem> 56 <para>[renodr] - Update to yaml-0.2.1. Fixes 57 <ulink url="&blfs-ticket-root;10923">#10923</ulink>.</para> 58 </listitem> 59 <listitem> 60 <para>[renodr] - Update to shared-mime-info-1.10. Fixes 61 <ulink url="&blfs-ticket-root;10905">#10905</ulink>.</para> 62 </listitem> 47 63 <listitem> 48 64 <para>[timtas] - Update to audacious-3.10. Fixes -
packages.ent
r88191d22 r03bb997 186 186 <!ENTITY qjson-version "0.8.1"> 187 187 <!ENTITY sbc-version "1.3"> 188 <!ENTITY talloc-version "2.1.1 3">188 <!ENTITY talloc-version "2.1.14"> 189 189 <!ENTITY telepathy-glib-version "0.24.1"> 190 190 <!ENTITY wayland-version "1.15.0"> … … 192 192 <!ENTITY wv-version "1.2.9"> 193 193 <!ENTITY xapian-version "1.4.5"> 194 <!ENTITY yaml-version "0. 1.7">194 <!ENTITY yaml-version "0.2.1"> 195 195 196 196 <!-- Chapter 10 --> … … 344 344 <!ENTITY tk-version "8.6.8"> 345 345 <!ENTITY vala-major-version "0.40"> <!-- even minors only --> 346 <!ENTITY vala-version "&vala-major-version;. 3">346 <!ENTITY vala-version "&vala-major-version;.8"> 347 347 <!ENTITY valgrind-version "3.13.0"> 348 348 <!ENTITY yasm-version "1.3.0"> … … 588 588 <!ENTITY qtwebkit-version "5.9.0"> 589 589 <!ENTITY qscintilla-version "2.10.4"> 590 <!ENTITY shared-mime-info-version "1. 9">590 <!ENTITY shared-mime-info-version "1.10"> 591 591 <!ENTITY startup-notification-version "0.12"> 592 592 <!ENTITY webkitgtk-version "2.20.2"> <!-- Even minors only -->
Note:
See TracChangeset
for help on using the changeset viewer.