Changeset a78e0c4


Ignore:
Timestamp:
02/09/2013 04:51:01 PM (11 years ago)
Author:
Ragnar Thomsen <rthomsen@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
cd6d455
Parents:
9ef15dba
Message:

Added xcb-util-image and xcb-util-renderutil, new req. deps of kde-workspace-4.10.

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

Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9ef15dba ra78e0c4  
    44-->
    55
    6 <!ENTITY day          "07">                   <!-- Always 2 digits -->
     6<!ENTITY day          "09">                   <!-- Always 2 digits -->
    77<!ENTITY month        "02">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2013">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "February 7th, &year;">
     12<!ENTITY releasedate  "February 9th, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    553553<!ENTITY glu-version                  "9.0.0">
    554554<!ENTITY xcb-util-version             "0.3.9">
     555<!ENTITY xcb-util-image-version       "0.3.9">
     556<!ENTITY xcb-util-renderutil-version  "0.3.8">
    555557<!ENTITY printproto-version           "1.0.5">
    556558<!ENTITY libXp-version                "1.0.1">
  • introduction/welcome/changelog.xml

    r9ef15dba ra78e0c4  
    4646
    4747    <listitem>
     48      <para>February 9th, 2013</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[rthomsen] - Added xcb-util-image 0.3.9 and
     52          xcb-util-renderutil 0.3.8.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>February 7th, 2013</para>
    4959      <itemizedlist>
  • x/installing/installing.xml

    r9ef15dba ra78e0c4  
    6262  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="x7lib.xml"/>
    6363  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util.xml"/>
     64  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util-image.xml"/>
     65  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xcb-util-renderutil.xml"/>
    6466  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mesalib.xml"/>
    6567  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xbitmaps.xml"/>
  • x/installing/xcb-util.xml

    r9ef15dba ra78e0c4  
    9494    </para>
    9595
    96 <screen><userinput>./configure $XORG_CONFIG &amp;&amp;
     96<screen><userinput>./configure $XORG_CONFIG \
     97            --disable-static &amp;&amp;
    9798make</userinput></screen>
    9899
     
    109110  </sect2>
    110111
     112  <sect2 role="commands">
     113    <title>Command Explanations</title>
     114
     115    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     116    href="../../xincludes/static-libraries.xml"/>   
     117
     118  </sect2>
     119 
    111120  <sect2 role="content">
    112121    <title>Contents</title>
     
    116125
    117126      <seglistitem>
    118         <seg>libxcb-util.{a,so}</seg>
     127        <seg>libxcb-util.so</seg>
    119128      </seglistitem>
    120129    </segmentedlist>
     
    126135
    127136      <varlistentry id="libxcb-util">
    128         <term><filename class='libraryfile'>libxcb-util.{so,a}</filename></term>
     137        <term><filename class='libraryfile'>libxcb-util.so</filename></term>
    129138        <listitem>
    130139          <para>
     
    132141          </para>
    133142          <indexterm zone="xcb-util libxcb-util">
    134             <primary sortas="c-xcb-util">libxcb-util.{so,a}</primary>
     143            <primary sortas="c-libxcb-util">libxcb-util.so</primary>
    135144          </indexterm>
    136145        </listitem>
Note: See TracChangeset for help on using the changeset viewer.