Changeset b8dff090 for x


Ignore:
Timestamp:
09/08/2015 04:31:29 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 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:
08fcbaa1
Parents:
e665520
Message:
  • Update to libtasn1.
  • Update to php-5.6.13.
  • Update to dhcpcd-6.9.3.
  • Update to clutter-gst-3.0.10.
  • Update to LVM2.2.02.130.
  • Update to xfsprogs-4.2.0.
  • Update to libxcb-1.11.1.
  • xcb-util-keysyms-0.4.0 and xcb-util-wm-0.4.1: there is no test suites.

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

Location:
x
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • x/installing/libxcb.xml

    re665520 rb8dff090  
    77  <!ENTITY libxcb-download-http "http://xcb.freedesktop.org/dist/libxcb-&libxcb-version;.tar.bz2">
    88  <!ENTITY libxcb-download-ftp  " ">
    9   <!ENTITY libxcb-md5sum        "5a873ebd383d1a60612dd6ec6b42c781">
    10   <!ENTITY libxcb-size          "506 KB">
    11   <!ENTITY libxcb-buildsize     "41 MB (124 MB with doxygen
    12                                  generated documentation)">
    13   <!ENTITY libxcb-time          "0.2 SBU (additional 0.1 to generate
    14                                  API documentation)">
     9  <!ENTITY libxcb-md5sum        "f97a65e6158775de518ac391935634c2">
     10  <!ENTITY libxcb-size          "508 KB">
     11  <!ENTITY libxcb-buildsize     "42 MB, with tests (124 MB with doxygen generated documentation)">
     12  <!ENTITY libxcb-time          "0.2 SBU, with tests (0.3 SBU with doxygen generated documentation)">
    1513]>
    1614
     
    9492<screen><userinput>sed -i "s/pthread-stubs//" configure &amp;&amp;
    9593
    96 ./configure $XORG_CONFIG    \
    97             --enable-xinput \
     94./configure $XORG_CONFIG      \
     95            --enable-xinput   \
     96            --without-doxygen \
    9897            --docdir='${datadir}'/doc/libxcb-&libxcb-version; &amp;&amp;
    9998make</userinput></screen>
     
    117116    extension.</para>
    118117
    119     <para><option>--without-doxygen</option>: This switch can be used
    120     to disable the API documentation if <xref linkend="doxygen"/> is
    121     installed.</para>
     118    <para><parameter>--without-doxygen</parameter>: Do not use doxygen to
     119    generate API documentation (default: auto). Without it, if
     120    <xref linkend="doxygen"/> is installed, the API documentation will be
     121    generated and installed.</para>
    122122
    123123  </sect2>
     
    132132
    133133      <seglistitem>
    134         <seg>None</seg>
    135         <seg>libxcb.so and libxcb-*.so</seg>
    136         <seg><envar>$XORG_PREFIX</envar>/include/xcb and
    137         <envar>$XORG_PREFIX</envar>/share/doc/libxcb-&libxcb-version;</seg>
     134        <seg>
     135          None
     136        </seg>
     137        <seg>
     138          libxcb.so, libxcb-composite.so, libxcb-damage.so, libxcb-dpms.so,
     139          libxcb-dri2.so, libxcb-dri3.so, libxcb-glx.so, libxcb-present.so,
     140          libxcb-randr.so, libxcb-record.so, libxcb-render.so, libxcb-res.so,
     141          libxcb-screensaver.so, libxcb-shape.so, libxcb-shm.so, libxcb-sync.so,
     142          libxcb-xevie.so, libxcb-xf86dri.so, libxcb-xfixes.so,
     143          libxcb-xinerama.so, libxcb-xinput.so, libxcb-xkb.so,
     144          libxcb-xprint.so, libxcb-xtest.so, libxcb-xvmc.so, and libxcb-xv.so
     145        </seg>
     146        <seg>
     147          <envar>$XORG_PREFIX</envar>/include/xcb and
     148          <envar>$XORG_PREFIX</envar>/share/doc/libxcb-&libxcb-version;
     149        </seg>
    138150      </seglistitem>
    139151    </segmentedlist>
  • x/installing/xcb-util-keysyms.xml

    re665520 rb8dff090  
    9696
    9797    <para>
    98       To test the results, issue:
    99       <command>LD_LIBRARY_PATH=$XORG_PREFIX/lib make check</command>.
     98      This package does not come with a test suite.
     99      <!--To test the results, issue:
     100      <command>LD_LIBRARY_PATH=$XORG_PREFIX/lib make check</command>.-->
    100101    </para>
    101102
  • x/installing/xcb-util-wm.xml

    re665520 rb8dff090  
    101101
    102102    <para>
    103       To test the results, issue:
    104       <command>LD_LIBRARY_PATH=$XORG_PREFIX/lib make check</command>.
     103      This package does not come with a test suite.
     104      <!--To test the results, issue:
     105      <command>LD_LIBRARY_PATH=$XORG_PREFIX/lib make check</command>.-->
    105106    </para>
    106107
  • x/lib/clutter-gst.xml

    re665520 rb8dff090  
    99  <!ENTITY clutter-gst-download-ftp
    1010           "&gnome-download-ftp;/clutter-gst/3.0/clutter-gst-&clutter-gst-version;.tar.xz">
    11   <!ENTITY clutter-gst-md5sum        "f7d97f96e7cca82f38317d1734d5dadb">
     11  <!ENTITY clutter-gst-md5sum        "dbba4246ad1be53c190c237c19633453">
    1212  <!ENTITY clutter-gst-size          "384 KB">
    1313  <!ENTITY clutter-gst-buildsize     "9.8 MB">
    14   <!ENTITY clutter-gst-time          "0.2 SBU">
     14  <!ENTITY clutter-gst-time          "0.1 SBU">
    1515]>
    1616
Note: See TracChangeset for help on using the changeset viewer.