Changeset 0098ddeb for x


Ignore:
Timestamp:
03/12/2016 02:03:51 AM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
75ad443
Parents:
f7b80c39
Message:

Update to xterm-324.
Update to libvdpau_va_gl-0.3.6.
Update to libinput-1.2.1.
Update to talloc-2.1.6.
Update to libass-1.13.2.

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

Location:
x/installing
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libinput.xml

    rf7b80c39 r0098ddeb  
    55  %general-entities;
    66
    7   <!ENTITY libinput-version "1.1.8">
     7  <!ENTITY libinput-version "1.2.1">
    88
    99  <!ENTITY libinput-download-http "http://www.freedesktop.org/software/libinput/libinput-&libinput-version;.tar.xz">
    1010  <!ENTITY libinput-download-ftp  " ">
    11   <!ENTITY libinput-md5sum        "3dda3e6dd7d0e865896dfe67f4fa0346">
    12   <!ENTITY libinput-size          "792 KB">
    13   <!ENTITY libinput-buildsize     "14 MB">
    14   <!ENTITY libinput-time          "0.1 SBU">
     11  <!ENTITY libinput-md5sum        "2b36d32362111c3e99f19c83bc535332">
     12  <!ENTITY libinput-size          "844 KB">
     13  <!ENTITY libinput-buildsize     "31 MB (with documentation)">
     14  <!ENTITY libinput-time          "0.3 SBU (with documentation)">
    1515]>
    1616
     
    8989      <xref linkend="doxygen"/> and
    9090      <xref linkend="graphviz"/> (to build the documentation)
    91       <xref linkend="gtk3"/> (to build the GUI event viewer) and
    92       <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>
     91      <xref linkend="gtk3"/> (to build the GUI event viewer),
     92      <ulink url="http://www.nongnu.org/libunwind/">libunwind</ulink>, and
     93      <ulink url="https://sourceforge.net/projects/linuxwacom/files/libwacom/">libwacom</ulink>
    9394    </para>
    9495
     
    106107    </para>
    107108
    108 <screen><userinput>./configure --prefix=/usr    \
    109             --disable-static \
     109<screen><userinput>./configure $XORG_CONFIG       \
     110            --disable-libwacom \
    110111            --with-udev-dir=/lib/udev &amp;&amp;
    111112make</userinput></screen>
     
    137138    </para>
    138139
    139 <screen role="root"><userinput>install -v -dm755 /usr/share/doc/libinput-&libinput-version; &amp;&amp;
    140 cp -rv doc/html/* /usr/share/doc/libinput-&libinput-version;</userinput></screen>
     140<screen role="root"><userinput>install -v -dm755 $XORG_PREFIX/share/doc/libinput-&libinput-version; &amp;&amp;
     141cp -rv doc/html/* $XORG_PREFIX/share/doc/libinput-&libinput-version;</userinput></screen>
    141142
    142143  </sect3>
     
    145146    <title>Command Explanations</title>
    146147
    147     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    148       href="../../xincludes/static-libraries.xml"/>
     148    <para>
     149      <parameter>--disable-libwacom</parameter>: Remove this
     150      option if you ahve the external library libwacom installed.
     151    </para>
    149152
    150153    <para>
     
    171174        </seg>
    172175        <seg>
    173           /usr/share/doc/libinput-&libinput-version;
     176          $XORG_PREFIX/share/doc/libinput-&libinput-version;
    174177        </seg>
    175178      </seglistitem>
  • x/installing/libvdpau-va-gl.xml

    rf7b80c39 r0098ddeb  
    77  <!ENTITY libvdpau-va-gl-download-http "https://github.com/i-rinat/libvdpau-va-gl/releases/download/v&libvdpau-va-gl-version;/libvdpau-va-gl-&libvdpau-va-gl-version;.tar.gz">
    88  <!ENTITY libvdpau-va-gl-download-ftp  " ">
    9   <!ENTITY libvdpau-va-gl-md5sum        "09ceb2f75eafccc9b002d35ede0de6a5">
     9  <!ENTITY libvdpau-va-gl-md5sum        "77ce5937c94c9a6747e15646fe5c4bb3">
    1010  <!ENTITY libvdpau-va-gl-size          "100 KB">
    11   <!ENTITY libvdpau-va-gl-buildsize     "4.0 MB">
     11  <!ENTITY libvdpau-va-gl-buildsize     "2.8 MB">
    1212  <!ENTITY libvdpau-va-gl-time          "less than 0.1 SBU">
    1313]>
  • x/installing/xterm.xml

    rf7b80c39 r0098ddeb  
    77  <!ENTITY xterm-download-http " ">
    88  <!ENTITY xterm-download-ftp  "ftp://invisible-island.net/xterm/xterm-&xterm-version;.tgz">
    9   <!ENTITY xterm-md5sum        "9ea4c83ac7275fdecf39fde9db781fac">
     9  <!ENTITY xterm-md5sum        "7c325c29d67637cf7ff8e904a23c222e">
    1010  <!ENTITY xterm-size          "1.2 MB">
    11   <!ENTITY xterm-buildsize     "15 MB">
    12   <!ENTITY xterm-time          "0.1 SBU">
     11  <!ENTITY xterm-buildsize     "11.8 MB">
     12  <!ENTITY xterm-time          "0.2 SBU">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.