Changeset 7ea83d7 for x/lib/clutter.xml


Ignore:
Timestamp:
07/14/2013 09:00:25 PM (11 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:
b371476
Parents:
f0c1bb8
Message:

Package updates.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/clutter.xml

    rf0c1bb8 r7ea83d7  
    55  %general-entities;
    66
    7   <!ENTITY clutter-download-http "&gnome-download-http;/clutter/1.12/clutter-&clutter-version;.tar.xz">
    8   <!ENTITY clutter-download-ftp  "&gnome-download-ftp;/clutter/1.12/clutter-&clutter-version;.tar.xz">
    9   <!ENTITY clutter-md5sum        "dce7b3bf85b39ca822d068470e5f5abb">
    10   <!ENTITY clutter-size          "4.8 MB">
    11   <!ENTITY clutter-buildsize     "95 MB">
    12   <!ENTITY clutter-time          "1.0 SBU (aditional 0.8 SBU for the testsuite)">
     7  <!ENTITY clutter-download-http "&gnome-download-http;/clutter/1.14/clutter-&clutter-version;.tar.xz">
     8  <!ENTITY clutter-download-ftp  "&gnome-download-ftp;/clutter/1.14/clutter-&clutter-version;.tar.xz">
     9  <!ENTITY clutter-md5sum        "c072e4c27e69368f2b877ea4f6da2cdf">
     10  <!ENTITY clutter-size          "4.9 MB">
     11  <!ENTITY clutter-buildsize     "110 MB">
     12  <!ENTITY clutter-time          "1.4 SBU">
    1313]>
    1414
     
    3636    </para>
    3737
    38     &lfs72_checked;
     38    &lfs73_checked;
    3939
    4040    <note>
     
    9393    <bridgehead renderas="sect4">Recommended</bridgehead>
    9494    <para role="recommended">
    95       <xref linkend="gobject-introspection"/>
     95      <xref linkend="gobject-introspection"/> and
     96      <xref linkend="gtk3"/>
    9697    </para>
    9798
    9899    <bridgehead renderas="sect4">Optional</bridgehead>
    99100    <para role="optional">
    100       <xref linkend="gtk-doc"/>
     101      <xref linkend="gtk-doc"/>,
     102      <ulink url="http://xkbcommon.org/">libxkbcommon</ulink>,
     103      <ulink url="http://tslib.berlios.de/">Tslib</ulink>,
     104      <xref linkend="udev"/> or
     105      <xref linkend="udev-extras"/> (for GUdev) and
     106      <ulink url="http://wayland.freedesktop.org/">Wayland</ulink>
    101107    </para>
    102 
    103     <bridgehead renderas="sect4">
    104       Optional (to build the application developers manual)
    105     </bridgehead>
    106     <para role="optional">
    107       <xref linkend="docbook-utils"/>,
    108       <xref linkend="xmlto"/> and either
    109       <xref linkend="Links"/>,
    110       <xref linkend="lynx"/> or
    111       <xref linkend="w3m"/>
    112      </para>
    113108
    114109    <para condition="html" role="usernotes">User Notes:
     
    125120    </para>
    126121
    127 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     122<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --enable-egl-backend &amp;&amp;
    128123make</userinput></screen>
    129124
     
    145140
    146141    <para>
    147       <option>--enable-manual</option>: Use this parameter if
    148       <application>DocBook-utils</application>, <application>xmlto</application>,
    149       <application>JadeTeX</application>, and either
    150       <application>Links</application>, <application>Lynx</application>, or
    151       <application>W3m</application> are installed and you wish to build the
    152       application developers manual.
     142      <parameter>--enable-egl-backend</parameter>: This switch enables
     143      the experimental EGL windowing backend.
    153144    </para>
    154145
     
    162153
    163154    <segmentedlist>
     155      <segtitle>Installed Programs</segtitle>
    164156      <segtitle>Installed Library</segtitle>
    165157      <segtitle>Installed Directories</segtitle>
     
    167159      <seglistitem>
    168160        <seg>
     161          None
     162        </seg>
     163        <seg>
    169164          libclutter-1.0.so
    170165        </seg>
    171166        <seg>
    172           /usr/include/clutter-1.0,
    173           /usr/share/gtk-doc/html/cally and
    174           /usr/share/gtk-doc/html/clutter
     167          /usr/include/clutter-1.0 and
     168          /usr/share/gtk-doc/html/{cally,clutter}
    175169        </seg>
    176170      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.