Ignore:
Timestamp:
03/11/2019 02:19:25 AM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a35a09f
Parents:
a1108958
Message:

Update to vala-0.44.0.
Update to fuse3-3.4.2.
Update to nghttp2-1.37.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21297 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/vala.xml

    ra1108958 r565321fe  
    77  <!ENTITY vala-download-http "&gnome-download-http;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
    88  <!ENTITY vala-download-ftp  "&gnome-download-ftp;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
    9   <!ENTITY vala-md5sum        "4439111cd733c9205b54a701c331fa3b">
     9  <!ENTITY vala-md5sum        "9ed477d245aa9e2b0a4dee4a85dc24e2">
    1010  <!ENTITY vala-size          "3.2 MB">
    11   <!ENTITY vala-buildsize     "135 MB (with tests)">
    12   <!ENTITY vala-time          "1.0 SBU (Using parallelism=4; with tests)">
     11  <!ENTITY vala-buildsize     "169 MB (add 9 MB for tests)">
     12  <!ENTITY vala-time          "0.5 SBU (Using parallelism=4; add 1.5 SBU for tests)">
    1313]>
    1414
     
    7373      </listitem>
    7474    </itemizedlist>
    75 
     75<!--
    7676    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7777    <itemizedlist spacing="compact">
     
    8383      </listitem>
    8484    </itemizedlist>
    85 
     85-->
    8686    <bridgehead renderas="sect3">Vala Dependencies</bridgehead>
    8787
     
    114114    <para>Install <application>Vala</application> by running the following
    115115    commands:</para>
    116 
     116<!--
    117117    <note>
    118118      <para>If the recommended dependency <xref linkend="graphviz"/> is not
     
    125125ACLOCAL= autoreconf -fiv</userinput></screen>
    126126    </note>
    127 
     127-->
    128128<screen><userinput>./configure --prefix=/usr &amp;&amp;
    129129make</userinput></screen>
     
    138138
    139139<screen role="root"><userinput>make install</userinput></screen>
     140
     141  </sect2>
     142
     143  <sect2 role="commands">
     144    <title>Command Explanations</title>
     145
     146    <para>
     147      <option>--disable-valadoc</option>: This option is
     148      required if <xref linkend="graphviz"/> is not installed.
     149    </para>
    140150
    141151  </sect2>
Note: See TracChangeset for help on using the changeset viewer.