Changeset c341539 for general/graphlib


Ignore:
Timestamp:
04/19/2012 09:24:31 PM (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:
0d6b2b9
Parents:
826ddf4
Message:

gtk-vnc 0.5.0, libatasmart 0.18, udisks2 1.94.0, upower 0.9.15, colord 0.1.19, telepathy-glib 0.18.0, telepathy-logger 0.4.0, telepathy-mission-control 5.12.0, mx 1.4.5. Added farstream 0.1.2 and telepathy-farstream 0.4.0

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

Location:
general/graphlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/colord.xml

    r826ddf4 rc341539  
    55  %general-entities;
    66
    7   <!ENTITY colord-download-http "http://www.freedesktop.org/software/colord/releases/colord-&colord-version;.tar.xz">
     7  <!ENTITY colord-download-http
     8           "http://www.freedesktop.org/software/colord/releases/colord-&colord-version;.tar.xz">
    89  <!ENTITY colord-download-ftp  " ">
    9   <!ENTITY colord-md5sum        "b230ba65a3834d1ee67085d62aa81a16">
    10   <!ENTITY colord-size          "437 KB">
    11   <!ENTITY colord-buildsize     "19 MB">
     10  <!ENTITY colord-md5sum        "38f04d3882826d403f03a971bb54148a">
     11  <!ENTITY colord-size          "472 KB">
     12  <!ENTITY colord-buildsize     "16 MB">
    1213  <!ENTITY colord-time          "0.2 SBU">
    1314]>
     
    6263
    6364    <bridgehead renderas="sect4">Required</bridgehead>
    64     <para role="required"><xref linkend="dbus"/>,
    65     <xref linkend="lcms2"/>
    66     <xref linkend="pkgconfig"/>,
    67     <xref linkend="sqlite"/>, and
    68     <xref linkend="udev"/></para>
    69 
    70     <bridgehead renderas="sect4">Recommended</bridgehead>
    71     <para role="recommended"><xref linkend="polkit"/></para>
     65    <para role="required">
     66      <xref linkend="dbus"/>,
     67      <xref linkend="lcms2"/>,
     68      <xref linkend="sqlite"/> and
     69      <xref linkend="udev"/>
     70    </para>
     71
     72    <bridgehead renderas="sect4">Recommended (Required if building GNOME)</bridgehead>
     73    <para role="recommended">
     74      <xref linkend="gobject-introspection"/> and
     75      <xref linkend="polkit"/>
     76    </para>
    7277
    7378    <bridgehead renderas="sect4">optional</bridgehead>
    74     <para role="optional"><xref linkend="gobject-introspection"/></para>
     79    <para role="optional">
     80      <xref linkend="gtk-doc"/> and
     81      <xref linkend="sane"/>
     82    </para>
    7583
    7684    <para condition="html" role="usernotes">User Notes:
     
    8896            --sysconfdir=/etc \
    8997            --libexecdir=/usr/lib/colord \
    90             --localstatedir=/var &amp;&amp;
     98            --localstatedir=/var \
     99            --disable-static &amp;&amp;
    91100make</userinput></screen>
    92101
     
    102111    <title>Command Explanations</title>
    103112
    104     <para><option>--disable-examples</option>: This option disables the DBus
    105     example code.</para>
     113    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     114    href="../../xincludes/static-libraries.xml"/>
     115
     116    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     117    href="../../xincludes/gtk-doc-rebuild.xml"/>
    106118
    107119  </sect2>
     
    112124    <segmentedlist>
    113125      <segtitle>Installed Programs</segtitle>
    114       <segtitle>Installed Libraries</segtitle>
     126      <segtitle>Installed Librariy</segtitle>
    115127      <segtitle>Installed Directories</segtitle>
    116128
    117129      <seglistitem>
    118         <seg>cd-create-profile, cd-fix-profile, colord, and colormgr</seg>
    119         <seg>libcolord.{so,a}, libcolord_sensor_dummy.{so,a},
    120         libcolord_sensor_huey.{so,a}, and libcolord_sensor_munki.{so,a}</seg>
    121         <seg>/usr/{include/colord-1/colord,lib/colord-sensors,
    122         share/{color/icc/colord,dbus-1/interfaces,locale/it_IT/LC_MESSAGES}},
    123         /var/lib/colord</seg>
     130        <seg>
     131          cd-create-profile, cd-fix-profile, colord,
     132          colord-sane and colormgr
     133        </seg>
     134        <seg>
     135          libcolord.so
     136        </seg>
     137        <seg>
     138          /usr/include/colord-1, /usr/lib/colord,
     139          /usr/lib/colord-sensors, /usr/share/color,
     140          /usr/share/gtk-doc/html/colord and
     141          /var/lib/colord
     142        </seg>
    124143      </seglistitem>
    125144    </segmentedlist>
     
    153172        <term><command>colord</command></term>
    154173        <listitem>
    155           <para>is the daemon.</para>
     174          <para>is the color daemon.</para>
    156175          <indexterm zone="colord colord-prog">
    157176            <primary sortas="b-colord-prog">colord-prog</primary>
     
    172191
    173192      <varlistentry id="libcolord">
    174         <term><filename class='libraryfile'>libcolord.{so,a}</filename></term>
     193        <term><filename class='libraryfile'>libcolord.so</filename></term>
    175194        <listitem>
    176195          <para>contains the <application>colord</application> API
    177196          functions.</para>
    178197          <indexterm zone="colord libcolord">
    179             <primary sortas="c-libcolord">libcolord.{so,a}</primary>
    180           </indexterm>
    181         </listitem>
    182       </varlistentry>
    183 
    184       <!--<varlistentry id="libcolord_sensor_dummy">
    185         <term><filename class='libraryfile'>libcolord_sensor_dummy.{so,a}</filename></term>
    186         <listitem>
    187           <para>contains functions that .....</para>
    188           <indexterm zone="colord libcolord_sensor_dummy">
    189             <primary sortas="c-libcolord_sensor_dummy">libcolord_sensor_dummy.{so,a}</primary>
    190           </indexterm>
    191         </listitem>
    192       </varlistentry>
    193 
    194       <varlistentry id="libcolord_sensor_huey">
    195         <term><filename class='libraryfile'>libcolord_sensor_huey.{so,a}</filename></term>
    196         <listitem>
    197           <para>contains functions that .....</para>
    198           <indexterm zone="colord libcolord_sensor_huey">
    199             <primary sortas="c-libcolord_sensor_huey">libcolord_sensor_huey.{so,a}</primary>
    200           </indexterm>
    201         </listitem>
    202       </varlistentry>
    203 
    204       <varlistentry id="libcolord_sensor_munki">
    205         <term><filename class='libraryfile'>libcolord_sensor_munki.{so,a}</filename></term>
    206         <listitem>
    207           <para>contains functions that .....</para>
    208           <indexterm zone="colord libcolord_sensor_munki">
    209             <primary sortas="c-libcolord_sensor_munki">libcolord_sensor_munki.{so,a}</primary>
    210           </indexterm>
    211         </listitem>
    212       </varlistentry>-->
     198            <primary sortas="c-libcolord">libcolord.so</primary>
     199          </indexterm>
     200        </listitem>
     201      </varlistentry>
    213202
    214203    </variablelist>
  • general/graphlib/mx.xml

    r826ddf4 rc341539  
    55  %general-entities;
    66
    7   <!ENTITY mx-download-http "http://source.clutter-project.org/sources/mx/1.2/mx-&mx-version;.tar.bz2">
     7  <!ENTITY mx-download-http "http://source.clutter-project.org/sources/mx/1.4/mx-&mx-version;.tar.xz">
    88  <!ENTITY mx-download-ftp  " ">
    9   <!ENTITY mx-md5sum        "1d7f9764c6e79cadf9f1cae3bcbe0eef">
    10   <!ENTITY mx-size          "1.2 MB">
     9  <!ENTITY mx-md5sum        "fda6be1b5818e5b04150ef4fde3b4762">
     10  <!ENTITY mx-size          "932 KB">
    1111  <!ENTITY mx-buildsize     "33 MB">
    1212  <!ENTITY mx-time          "0.8 SBU">
     
    3030    <title>Introduction to mx</title>
    3131
    32     <para><application>Mx</application> is a traditional GUI toolkit, built upon
    33     Clutter technology. This enables smooth animations and special effects through
     32    <para><application>Mx</application> is a traditional GUI toolkit built upon
     33    Clutter technology. It enables smooth animations and special effects through
    3434    hardware accelerated graphics (OpenGL).</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="clutter"/>,
    64     <xref linkend="gdk-pixbuf"/>,
    65     <xref linkend="dbus"/>,
    66     <xref linkend="startup-notification"/>,
    67     <xref linkend="gobject-introspection"/>, and
    68     <xref linkend="gtk2"/></para>
     63    <para role="required">
     64      <xref linkend="clutter"/>,
     65      <xref linkend="dbus"/>,
     66      <xref linkend="gtk2"/>,
     67      <xref linkend="intltool"/> and
     68      <xref linkend="startup-notification"/>
     69    </para>
     70
     71    <bridgehead renderas="sect4">Recommended</bridgehead>
     72    <para role="recommended">
     73      <xref linkend="gobject-introspection"/>
     74      (Required if building GNOME)
     75    </para>
     76
     77    <bridgehead renderas="sect4">Optional</bridgehead>
     78    <para role="optional">
     79      <xref linkend="gtk-doc"/>
     80    </para>
    6981
    7082    <para condition="html" role="usernotes">User Notes:
     
    8294make</userinput></screen>
    8395
    84     <para>This package's testsuite is only intended to be used by the
    85     maintainer to check i18n files.</para>
     96    <para>This package does not come with a test suite. </para>
    8697
    8798    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8899
    89100<screen role="root"><userinput>make install</userinput></screen>
     101
     102  </sect2>
     103
     104  <sect2 role="commands">
     105    <title>Command Explanations</title>
     106
     107    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     108      href="../../xincludes/gtk-doc-rebuild.xml"/>
    90109
    91110  </sect2>
     
    100119
    101120      <seglistitem>
    102         <seg>mx-create-image-cache</seg>
    103         <seg>libmx-1.0.so and libmx-gtk-1.0.so</seg>
    104         <seg>/usr/{include/mx-1.0/mx-gtk,share/{gtk-doc/html/mx-gtk,mx/style}}</seg>
     121        <seg>
     122          mx-create-image-cache
     123        </seg>
     124        <seg>
     125          libmx-1.0.so and libmx-gtk-1.0.so
     126        </seg>
     127        <seg>
     128          /usr/include/mx-1.0,
     129          /usr/share/gtk-doc/html/{mx,mx-gtk} and
     130          /usr/share/mx/style
     131        </seg>
    105132      </seglistitem>
    106133    </segmentedlist>
     
    111138      <?dbhtml list-presentation="table"?>
    112139
    113       <varlistentry id="mx-create-image-cache">
    114         <term><command>mx-create-image-cache</command></term>
    115         <listitem>
    116           <para>does this .....</para>
    117           <indexterm zone="mx mx-create-image-cache">
    118             <primary sortas="b-mx-create-image-cache">mx-create-image-cache</primary>
    119           </indexterm>
    120         </listitem>
    121       </varlistentry>
    122 
    123140      <varlistentry id="libmx-1">
    124141        <term><filename class='libraryfile'>libmx-1.0.so</filename></term>
    125142        <listitem>
    126           <para>contains functions that .....</para>
     143          <para>contains the MX API functions.</para>
    127144          <indexterm zone="mx libmx-1">
    128145            <primary sortas="c-libmx-1">libmx-1.0.so</primary>
     
    134151        <term><filename class='libraryfile'>libmx-gtk-1.0.so</filename></term>
    135152        <listitem>
    136           <para>contains functions that .....</para>
     153          <para>contains the GTK+ Bindings to MX.</para>
    137154          <indexterm zone="mx libmx-gtk-1">
    138155            <primary sortas="c-libmx-gtk-1">libmx-gtk-1.0.so</primary>
Note: See TracChangeset for help on using the changeset viewer.