Changeset c2421a0d for general/genlib


Ignore:
Timestamp:
04/21/2012 10:02:52 AM (12 years ago)
Author:
Krejzi <krejzi@…>
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:
9e7fa16
Parents:
a0c3cfb
Message:

cogl 1.10.2, clutter-gtk 1.2.0, clutter-gst 1.5.4, libcroco 0.6.5, libgee 0.6.4, modified libgtop and json-glib xml files

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

Location:
general/genlib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/json-glib.xml

    ra0c3cfb rc2421a0d  
    3434    Object Notation (JSON) format described by RFC 4627.</para>
    3535
    36     &lfs70_built;
     36    &lfs70_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6161
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    63     <para role="required"><xref linkend="pkgconfig"/></para>
     63    <para role="required">
     64      <xref linkend="pkgconfig"/>
     65    </para>
    6466
    6567    <bridgehead renderas="sect4">Optional</bridgehead>
    66     <para role="optional"><xref linkend="gobject-introspection"/> and
    67     <xref linkend="gtk-doc"/></para>
     68    <para role="optional">
     69      <xref linkend="gobject-introspection"/>
     70      (Required if building GNOME) and
     71      <xref linkend="gtk-doc"/>
     72    </para>
    6873
    6974    <para condition="html" role="usernotes">User Notes:
     
    101106
    102107    <segmentedlist>
    103       <segtitle>Installed Programs</segtitle>
    104108      <segtitle>Installed Library</segtitle>
    105109      <segtitle>Installed Directories</segtitle>
    106110
    107111      <seglistitem>
    108         <seg>None</seg>
    109         <seg>libjson-glib-1.0.so</seg>
    110         <seg>/usr/{include/json-glib-1.0/json-glib,
    111         share/gtk-doc/html/json-glib}</seg>
     112        <seg>
     113          libjson-glib-1.0.so
     114        </seg>
     115        <seg>
     116          /usr/include/json-glib-1.0 and
     117          /usr/share/gtk-doc/html/json-glib
     118        </seg>
    112119      </seglistitem>
    113120    </segmentedlist>
  • general/genlib/libcroco.xml

    ra0c3cfb rc2421a0d  
    55  %general-entities;
    66
    7   <!ENTITY libcroco-download-http "&gnome-download-http;/libcroco/0.6/libcroco-&libcroco-version;.tar.bz2">
    8   <!ENTITY libcroco-download-ftp  "&gnome-download-ftp;/libcroco/0.6/libcroco-&libcroco-version;.tar.bz2">
    9   <!ENTITY libcroco-md5sum        "1429c597aa4b75fc610ab3a542c99209">
    10   <!ENTITY libcroco-size          "406 KB">
    11   <!ENTITY libcroco-buildsize     "10 MB">
     7  <!ENTITY libcroco-download-http "&gnome-download-http;/libcroco/0.6/libcroco-&libcroco-version;.tar.xz">
     8  <!ENTITY libcroco-download-ftp  "&gnome-download-ftp;/libcroco/0.6/libcroco-&libcroco-version;.tar.xz">
     9  <!ENTITY libcroco-md5sum        "d4d6313dd1c347d8a22addb240300338">
     10  <!ENTITY libcroco-size          "452 KB">
     11  <!ENTITY libcroco-buildsize     "13 MB">
    1212  <!ENTITY libcroco-time          "0.2 SBU">
    1313]>
     
    3030    <title>Introduction to libcroco</title>
    3131
    32     <para>The <application>libcroco</application> package contains
    33     <filename class="libraryfile">libcroco</filename> libraries. This is
    34     useful for providing a CSS API.</para>
     32    <para>The <application>libcroco</application> package contains
     33    a standalone CSS2 parsing and manipulation library.</para>
    3534
    36     &lfs70_built;
     35    &lfs70_checked;
    3736
    3837    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6160
    6261    <bridgehead renderas="sect4">Required</bridgehead>
    63     <para role="required"><xref linkend="libxml2"/> and
    64     <xref linkend="pkgconfig"/></para>
     62    <para role="required">
     63      <xref linkend="libxml2"/> and
     64      <xref linkend="pkgconfig"/>
     65    </para>
     66
     67    <bridgehead renderas="sect4">Optional</bridgehead>
     68    <para role="optional">
     69      <xref linkend="gtk-doc"/>
     70    </para>
    6571
    6672    <para condition="html" role="usernotes">User Notes:
     
    7581    commands:</para>
    7682
    77 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     83<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    7884make</userinput></screen>
    7985
     
    8894    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8995
    90 <screen role="root"><userinput>make install &amp;&amp;
    91 install -v -m755 -d /usr/share/doc/libcroco-&libcroco-version;/examples &amp;&amp;
    92 install -v -m644 README docs/usage.txt \
    93     /usr/share/doc/libcroco-&libcroco-version; &amp;&amp;
    94 install -v -m644 docs/examples/*.c \
    95     /usr/share/doc/libcroco-&libcroco-version;/examples</userinput></screen>
     96<screen role="root"><userinput>make install</userinput></screen>
     97
     98  </sect2>
     99
     100  <sect2 role="commands">
     101    <title>Command Explanations</title>
     102
     103    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     104    href="../../xincludes/static-libraries.xml"/>
     105
     106    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     107    href="../../xincludes/gtk-doc-rebuild.xml"/>
    96108
    97109  </sect2>
     
    106118
    107119      <seglistitem>
    108         <seg>croco-0.6-config and csslint-0.6</seg>
    109         <seg>libcroco-0.6.{so,a}</seg>
    110         <seg>/usr/include/libcroco-&libcroco-version; and
    111         /usr/share/doc/libcroco-&libcroco-version;</seg>
     120        <seg>
     121          croco-0.6-config and csslint-0.6
     122        </seg>
     123        <seg>
     124          libcroco-0.6.so
     125        </seg>
     126        <seg>
     127          /usr/include/libcroco-0.6 and
     128          /usr/share/gtk-doc/html/libcroco
     129        </seg>
    112130      </seglistitem>
    113131    </segmentedlist>
     132
     133    <variablelist>
     134      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     135      <?dbfo list-presentation="list"?>
     136      <?dbhtml list-presentation="table"?>
     137
     138      <varlistentry id="csslint-0.6">
     139        <term><command>csslint-0.6</command></term>
     140        <listitem>
     141          <para>
     142            is used to parse one or more CSS files specified on
     143            the command line.
     144          </para>
     145          <indexterm zone="libcroco csslint-0.6">
     146            <primary sortas="b-csslint-0.6">csslint-0.6</primary>
     147          </indexterm>
     148        </listitem>
     149      </varlistentry>
     150
     151      <varlistentry id="libcroco-0.6">
     152        <term><filename class="libraryfile">libcroco-0.6.so</filename></term>
     153        <listitem>
     154          <para>
     155            contains the API functions for CSS2 parsing and manipulation.
     156          </para>
     157          <indexterm zone="libcroco libcroco-0.6">
     158            <primary sortas="c-libcroco-0.6">libcroco-0.6.so</primary>
     159          </indexterm>
     160        </listitem>
     161      </varlistentry>
     162    </variablelist>
    114163
    115164  </sect2>
  • general/genlib/libgee.xml

    ra0c3cfb rc2421a0d  
    55  %general-entities;
    66
    7   <!ENTITY libgee-download-http "&gnome-download-http;/libgee/0.6/libgee-&libgee-version;.tar.bz2">
    8   <!ENTITY libgee-download-ftp  "&gnome-download-ftp;/libgee/0.6/libgee-&libgee-version;.tar.bz2">
    9   <!ENTITY libgee-md5sum        "4eb513b23ab6ea78884989518a4acf6f">
    10   <!ENTITY libgee-size          "466 KB">
    11   <!ENTITY libgee-buildsize     "17 MB">
    12   <!ENTITY libgee-time          "0.2 SBU">
     7  <!ENTITY libgee-download-http "&gnome-download-http;/libgee/0.6/libgee-&libgee-version;.tar.xz">
     8  <!ENTITY libgee-download-ftp  "&gnome-download-ftp;/libgee/0.6/libgee-&libgee-version;.tar.xz">
     9  <!ENTITY libgee-md5sum        "a32bf498cf33d5e3417823a7b252ad22">
     10  <!ENTITY libgee-size          "424 KB">
     11  <!ENTITY libgee-buildsize     "15 MB">
     12  <!ENTITY libgee-time          "0.3 SBU">
    1313]>
    1414
     
    3434    structures.</para>
    3535
    36     &lfs70_built;
     36    &lfs70_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6161
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    63     <para role="required"><xref linkend="pkgconfig"/></para>
     63    <para role="required">
     64      <xref linkend="pkgconfig"/>
     65    </para>
    6466
    6567    <bridgehead renderas="sect4">Recommended</bridgehead>
    66     <para role="recommended"><xref linkend="gobject-introspection"/></para>
     68    <para role="recommended">
     69      <xref linkend="gobject-introspection"/>
     70    </para>
     71
     72    <bridgehead renderas="sect4">Optional</bridgehead>
     73    <para role="optional">
     74      <xref linkend="vala"/>
     75    </para>
    6776
    6877    <para condition="html" role="usernotes">User Notes:
     
    92101
    93102    <segmentedlist>
    94       <segtitle>Installed Programs</segtitle>
    95103      <segtitle>Installed Library</segtitle>
    96104      <segtitle>Installed Directory</segtitle>
    97105
    98106      <seglistitem>
    99         <seg>None</seg>
    100         <seg>libgee.so</seg>
    101         <seg>/usr/include/gee-1.0</seg>
     107        <seg>
     108          libgee.so
     109        </seg>
     110        <seg>
     111          /usr/include/gee-1.0
     112        </seg>
    102113      </seglistitem>
    103114    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.