Changeset c2421a0d
- Timestamp:
- 04/21/2012 10:02:52 AM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9e7fa16
- Parents:
- a0c3cfb
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
ra0c3cfb rc2421a0d 184 184 <!ENTITY glibmm-version "2.32.0"> 185 185 <!ENTITY libidl-version "0.8.14"> 186 <!ENTITY libcroco-version "0.6. 2">186 <!ENTITY libcroco-version "0.6.5"> 187 187 <!ENTITY libgsf-version "1.14.21"> 188 188 <!ENTITY libglade-version "2.6.4"> … … 218 218 <!ENTITY gobject-introspection-version "1.32.1"> 219 219 <!ENTITY gsl-version "1.15"> 220 <!ENTITY libgee-version "0.6. 0">220 <!ENTITY libgee-version "0.6.4"> 221 221 <!ENTITY libical-version "0.48"> 222 222 <!ENTITY libelf-version "0.8.13"> … … 276 276 <!ENTITY pixman-version "0.24.4"> 277 277 <!ENTITY clutter-version "1.10.2"> 278 <!ENTITY clutter-gst-version "1. 4.4">279 <!ENTITY clutter-gtk-version "1. 0.4">278 <!ENTITY clutter-gst-version "1.5.4"> 279 <!ENTITY clutter-gtk-version "1.2.0"> 280 280 <!ENTITY mx-version "1.4.5"> 281 281 <!ENTITY babl-version "0.1.6"> … … 652 652 <!ENTITY notification-daemon-version "0.7.4"> 653 653 <!ENTITY gtk-vnc-version "0.5.0"> 654 <!ENTITY cogl-version "1.10. 0">654 <!ENTITY cogl-version "1.10.2"> 655 655 656 656 <!-- Chapter 25 --> -
general/genlib/json-glib.xml
ra0c3cfb rc2421a0d 34 34 Object Notation (JSON) format described by RFC 4627.</para> 35 35 36 &lfs70_ built;36 &lfs70_checked; 37 37 38 38 <bridgehead renderas="sect3">Package Information</bridgehead> … … 61 61 62 62 <bridgehead renderas="sect4">Required</bridgehead> 63 <para role="required"><xref linkend="pkgconfig"/></para> 63 <para role="required"> 64 <xref linkend="pkgconfig"/> 65 </para> 64 66 65 67 <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> 68 73 69 74 <para condition="html" role="usernotes">User Notes: … … 101 106 102 107 <segmentedlist> 103 <segtitle>Installed Programs</segtitle>104 108 <segtitle>Installed Library</segtitle> 105 109 <segtitle>Installed Directories</segtitle> 106 110 107 111 <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> 112 119 </seglistitem> 113 120 </segmentedlist> -
general/genlib/libcroco.xml
ra0c3cfb rc2421a0d 5 5 %general-entities; 6 6 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 "4 06KB">11 <!ENTITY libcroco-buildsize "1 0MB">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"> 12 12 <!ENTITY libcroco-time "0.2 SBU"> 13 13 ]> … … 30 30 <title>Introduction to libcroco</title> 31 31 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> 35 34 36 &lfs70_ built;35 &lfs70_checked; 37 36 38 37 <bridgehead renderas="sect3">Package Information</bridgehead> … … 61 60 62 61 <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> 65 71 66 72 <para condition="html" role="usernotes">User Notes: … … 75 81 commands:</para> 76 82 77 <screen><userinput>./configure --prefix=/usr &&83 <screen><userinput>./configure --prefix=/usr --disable-static && 78 84 make</userinput></screen> 79 85 … … 88 94 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 89 95 90 <screen role="root"><userinput>make install && 91 install -v -m755 -d /usr/share/doc/libcroco-&libcroco-version;/examples && 92 install -v -m644 README docs/usage.txt \ 93 /usr/share/doc/libcroco-&libcroco-version; && 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"/> 96 108 97 109 </sect2> … … 106 118 107 119 <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> 112 130 </seglistitem> 113 131 </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> 114 163 115 164 </sect2> -
general/genlib/libgee.xml
ra0c3cfb rc2421a0d 5 5 %general-entities; 6 6 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 "4 66KB">11 <!ENTITY libgee-buildsize "1 7MB">12 <!ENTITY libgee-time "0. 2SBU">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"> 13 13 ]> 14 14 … … 34 34 structures.</para> 35 35 36 &lfs70_ built;36 &lfs70_checked; 37 37 38 38 <bridgehead renderas="sect3">Package Information</bridgehead> … … 61 61 62 62 <bridgehead renderas="sect4">Required</bridgehead> 63 <para role="required"><xref linkend="pkgconfig"/></para> 63 <para role="required"> 64 <xref linkend="pkgconfig"/> 65 </para> 64 66 65 67 <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> 67 76 68 77 <para condition="html" role="usernotes">User Notes: … … 92 101 93 102 <segmentedlist> 94 <segtitle>Installed Programs</segtitle>95 103 <segtitle>Installed Library</segtitle> 96 104 <segtitle>Installed Directory</segtitle> 97 105 98 106 <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> 102 113 </seglistitem> 103 114 </segmentedlist> -
general/graphlib/clutter-gst.xml
ra0c3cfb rc2421a0d 5 5 %general-entities; 6 6 7 <!ENTITY clutter-gst-download-http "&gnome-download-http;/clutter-gst/1.4/clutter-gst-&clutter-gst-version;.tar.xz"> 8 <!ENTITY clutter-gst-download-ftp "&gnome-download-ftp;/clutter-gst/1.4/clutter-gst-&clutter-gst-version;.tar.xz"> 9 <!ENTITY clutter-gst-md5sum "051df024908bce6a7bb037bb72c868e2"> 10 <!ENTITY clutter-gst-size "330 KB"> 11 <!ENTITY clutter-gst-buildsize "5.7 MB"> 7 <!ENTITY clutter-gst-download-http 8 "&gnome-download-http;/clutter-gst/1.5/clutter-gst-&clutter-gst-version;.tar.xz"> 9 <!ENTITY clutter-gst-download-ftp 10 "&gnome-download-ftp;/clutter-gst/1.5/clutter-gst-&clutter-gst-version;.tar.xz"> 11 <!ENTITY clutter-gst-md5sum "ab75f92e36bdd6b6bbb7cd0d44a18da5"> 12 <!ENTITY clutter-gst-size "344 KB"> 13 <!ENTITY clutter-gst-buildsize "6.0 MB"> 12 14 <!ENTITY clutter-gst-time "0.4 SBU"> 13 15 ]> … … 30 32 <title>Introduction to clutter-gst</title> 31 33 32 <para> <application>Clutter-GStreamer (clutter-gst)</application> is an33 integration library for using GStreamer with Clutter. 34 <para>The <application>clutter-gst</application> is an 35 integration library for using GStreamer with Clutter. Its purpose is to 34 36 implement the ClutterMedia interface using GStreamer.</para> 35 37 36 &lfs70_ built;38 &lfs70_checked; 37 39 38 40 <bridgehead renderas="sect3">Package Information</bridgehead> … … 61 63 62 64 <bridgehead renderas="sect4">Required</bridgehead> 63 <para role="required"><xref linkend="clutter"/>, 64 <xref linkend="gstreamer"/>, and 65 <xref linkend="gst-plugins-base"/></para> 65 <para role="required"> 66 <xref linkend="clutter"/> and 67 <xref linkend="gst-plugins-base"/> 68 </para> 66 69 67 <bridgehead renderas="sect4">Recommended</bridgehead> 68 <para role="recommended"><xref linkend="gobject-introspection"/></para> 70 <bridgehead renderas="sect4">Optional</bridgehead> 71 <para role="optional"> 72 <xref linkend="gobject-introspection"/> and 73 <xref linkend="gtk-doc"/> 74 </para> 69 75 70 76 <para condition="html" role="usernotes">User Notes: … … 94 100 95 101 <segmentedlist> 96 <segtitle>Installed Programs</segtitle>97 102 <segtitle>Installed Library</segtitle> 98 103 <segtitle>Installed Directories</segtitle> 99 104 100 105 <seglistitem> 101 <seg>None</seg> 102 <seg>libclutter-gst-1.0.so</seg> 103 <seg>/usr/{include/clutter-1.0/clutter-gst,share/gtk-doc/html/clutter-gst}</seg> 106 <seg> 107 libclutter-gst-1.0.so 108 </seg> 109 <seg> 110 /usr/include/clutter-1.0/clutter-gst and 111 /usr/share/gtk-doc/html/clutter-gst 112 </seg> 104 113 </seglistitem> 105 114 </segmentedlist> … … 113 122 <term><filename class='libraryfile'>libclutter-gst-1.0.so</filename></term> 114 123 <listitem> 115 <para>contains functions that .....</para>124 <para>contains the clutter-gst API functions.</para> 116 125 <indexterm zone="clutter-gst libclutter-gst-1"> 117 126 <primary sortas="c-libclutter-gst-1">libclutter-gst-1.0.so</primary> -
general/graphlib/clutter-gtk.xml
ra0c3cfb rc2421a0d 5 5 %general-entities; 6 6 7 <!ENTITY clutter-gtk-download-http "&gnome-download-http;/clutter-gtk/1.0/clutter-gtk-&clutter-gtk-version;.tar.xz"> 8 <!ENTITY clutter-gtk-download-ftp "&gnome-download-ftp;/clutter-gtk/1.0/clutter-gtk-&clutter-gtk-version;.tar.xz"> 9 <!ENTITY clutter-gtk-md5sum "e85705bdd9a74ae12d4c2713e98d421b"> 7 <!ENTITY clutter-gtk-download-http 8 "&gnome-download-http;/clutter-gtk/1.2/clutter-gtk-&clutter-gtk-version;.tar.xz"> 9 <!ENTITY clutter-gtk-download-ftp 10 "&gnome-download-ftp;/clutter-gtk/1.2/clutter-gtk-&clutter-gtk-version;.tar.xz"> 11 <!ENTITY clutter-gtk-md5sum "cf56b6c33393d7fff8ad037b789c0db1"> 10 12 <!ENTITY clutter-gtk-size "299 KB"> 11 <!ENTITY clutter-gtk-buildsize " 5.5MB">13 <!ENTITY clutter-gtk-buildsize "6.0 MB"> 12 14 <!ENTITY clutter-gtk-time "0.3 SBU"> 13 15 ]> … … 32 34 <para>The <application>clutter-gtk</application> package is a library 33 35 providing facilities to integrate <application>Clutter</application> into 34 <application>GTK+</application> applications. It provides a 35 <application>GTK+</application> widget, GtkClutterEmbed, for embedding the 36 default ClutterStage into any GtkContainer.</para> 36 <application>GTK+</application> applications.</para> 37 37 38 &lfs70_ built;38 &lfs70_checked; 39 39 40 40 <bridgehead renderas="sect3">Package Information</bridgehead> … … 63 63 64 64 <bridgehead renderas="sect4">Required</bridgehead> 65 <para role="required"><xref linkend="clutter"/> and 66 <xref linkend="gtk3"/></para> 65 <para role="required"> 66 <xref linkend="clutter"/> and 67 <xref linkend="gtk2"/> 68 </para> 67 69 68 70 <bridgehead renderas="sect4">Optional</bridgehead> 69 <para role="optional"><xref linkend="gtk-doc"/></para> 71 <para role="optional"> 72 <xref linkend="gobject-introspection"/> and 73 <xref linkend="gtk-doc"/> 74 </para> 70 75 71 76 <para condition="html" role="usernotes">User Notes: … … 103 108 104 109 <segmentedlist> 105 <segtitle>Installed Programs</segtitle>106 110 <segtitle>Installed Library</segtitle> 107 111 <segtitle>Installed Directories</segtitle> 108 112 109 113 <seglistitem> 110 <seg>None</seg> 111 <seg>libclutter-gtk-1.0.so</seg> 112 <seg>/usr/{include/clutter-gtk-1.0/clutter-gtk, 113 share/gtk-doc/html/clutter-gtk-1.0}</seg> 114 <seg> 115 libclutter-gtk-1.0.so 116 </seg> 117 <seg> 118 /usr/include/clutter-gtk-1.0 and 119 /usr/share/gtk-doc/html/clutter-gtk-1.0 120 </seg> 114 121 </seglistitem> 115 122 </segmentedlist> -
gnome/add/libgda.xml
ra0c3cfb rc2421a0d 8 8 <!ENTITY libgda-download-ftp "&gnome-download-ftp;/libgda/5.0/libgda-&libgda-version;.tar.xz"> 9 9 <!ENTITY libgda-md5sum "58efdf8f727b5a0b1e5fb35d19ee76a7"> 10 <!ENTITY libgda-size "1 2MB">10 <!ENTITY libgda-size "11 MB"> 11 11 <!ENTITY libgda-buildsize "196 MB"> 12 12 <!ENTITY libgda-time "3.8 SBU"> -
gnome/core/libgtop.xml
ra0c3cfb rc2421a0d 33 33 <application>GNOME</application> top libraries.</para> 34 34 35 &lfs70_ built;35 &lfs70_checked; 36 36 37 37 <bridgehead renderas="sect3">Package Information</bridgehead> … … 60 60 61 61 <bridgehead renderas="sect4">Required</bridgehead> 62 <para role="required"><xref linkend="intltool"/> and 63 <xref linkend="pkgconfig"/></para> 62 <para role="required"> 63 <xref linkend="intltool"/> and 64 <xref linkend="pkgconfig"/> 65 </para> 66 67 <bridgehead renderas="sect4">Recommended</bridgehead> 68 <para role="recommended"> 69 <xref linkend="gobject-introspection"/> 70 (Required if building GNOME) 71 </para> 64 72 65 73 <bridgehead renderas="sect4">Optional</bridgehead> 66 <para role="optional"><!-- <xref linkend="gdbm"/>, --> 67 <xref linkend="gtk-doc"/> and 68 <xref linkend="x-window-system"/></para> 74 <para role="optional"> 75 <xref linkend="gtk-doc"/> and 76 <xref linkend="xorg7-lib"/> 77 </para> 69 78 70 79 <para condition="html" role="usernotes">User Notes: … … 76 85 <title>Installation of LibGTop</title> 77 86 78 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"79 href="../../xincludes/without-gnome.xml"/>80 81 87 <para>Install <application>LibGTop</application> by running the following 82 88 commands:</para> 83 89 84 <screen><userinput>./configure --prefix= $GNOME_PREFIX&&90 <screen><userinput>./configure --prefix=/usr --disable-static && 85 91 make</userinput></screen> 86 92 … … 91 97 <screen role="root"><userinput>make install</userinput></screen> 92 98 93 <para>If you would like to install the example programs, issue the following94 commands as the <systemitem class="username">root</systemitem> user:</para>95 96 <screen role="root"><userinput>install -v -m755 -d $GNOME_PREFIX/lib/libgtop/examples &&97 install -v -m755 examples/.libs/* $GNOME_PREFIX/lib/libgtop/examples</userinput></screen>98 99 99 </sect2> 100 100 … … 102 102 <title>Command Explanations</title> 103 103 104 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 105 href="../../xincludes/gnome-prefix.xml"/> --> 106 104 107 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 105 href="../../xincludes/gnome-prefix.xml"/> 106 107 <!-- this DOES install an info file, but in $datarootdir/info which is 108 $prefix/share/info : adding the directory is covered in configuring 109 110 <para><parameter>\-\-infodir=$GNOME_PREFIX/share/info</parameter>: 111 This switch installs the info documentation in 112 <filename class='directory'>$GNOME_PREFIX/share/info</filename> instead of 113 <filename class='directory'>$GNOME_PREFIX/info</filename>. You may need to 114 add this directory to your <envar>$INFOPATH</envar> environment variable if 115 your <application>GNOME</application> installation prefix is anything other 116 than <filename class='directory'>/usr</filename>.</para>--> 117 118 <para><option>--enable-static=no</option>: This switch prevents the static 119 libraries being installed.</para> 108 href="../../xincludes/static-libraries.xml"/> 120 109 121 110 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 124 113 </sect2> 125 114 126 <sect2 role="configuration">115 <!-- <sect2 role="configuration"> 127 116 <title>Configuring LibGTop</title> 128 117 … … 139 128 </sect3> 140 129 141 </sect2> 130 </sect2> --> 142 131 143 132 <sect2 role="content"> … … 145 134 146 135 <segmentedlist> 147 <segtitle>Installed Programs</segtitle>148 136 <segtitle>Installed Library</segtitle> 149 137 <segtitle>Installed Directories</segtitle> 150 138 151 139 <seglistitem> 152 <seg> affinity, df, first, mem, mountlist, netlist, netload, openfiles,153 pprint, procargs, proclist, procmap, second, smp, sysdeps, timings, and154 wd (examples programs)</seg>155 <seg> libgtop-2.0.{so,a}</seg>156 <seg><envar>$GNOME_PREFIX</envar>/{include/libgtop-2.0/glibtop,157 share/{gtk-doc/html/libgtop,locale/la/LC_MESSAGES},158 lib/libgtop/examples}</seg>140 <seg> 141 libgtop-2.0.so 142 </seg> 143 <seg> 144 /usr/include/libgtop-2.0 and 145 /usr/share/gtk-doc/html/libgtop 146 </seg> 159 147 </seglistitem> 160 148 </segmentedlist> … … 166 154 167 155 <varlistentry id="libgtop-2"> 168 <term><filename class='libraryfile'>libgtop-2.0. {so,a}</filename></term>156 <term><filename class='libraryfile'>libgtop-2.0.so</filename></term> 169 157 <listitem> 170 158 <para>contains the functions that allow access to system 171 159 performance data.</para> 172 160 <indexterm zone="libgtop libgtop-2"> 173 <primary sortas="c-libgtop-2">libgtop-2.0. {so,a}</primary>161 <primary sortas="c-libgtop-2">libgtop-2.0.so</primary> 174 162 </indexterm> 175 163 </listitem> -
introduction/welcome/changelog.xml
ra0c3cfb rc2421a0d 51 51 <para>[krejzi] - tracker 0.14.0.</para> 52 52 </listitem> 53 <listitem> 54 <para>[krejzi] - libgee 0.6.4.</para> 55 </listitem> 56 <listitem> 57 <para>[krejzi] - Cogl 1.10.2.</para> 58 </listitem> 59 <listitem> 60 <para>[krejzi] - libcroco 0.6.5.</para> 61 </listitem> 62 <listitem> 63 <para>[krejzi] - clutter-gtk 1.2.0.</para> 64 </listitem> 65 <listitem> 66 <para>[krejzi] - clutter-gst 1.5.4.</para> 67 </listitem> 53 68 </itemizedlist> 54 69 </listitem> -
x/lib/cogl.xml
ra0c3cfb rc2421a0d 7 7 <!ENTITY cogl-download-http "&gnome-download-http;/cogl/1.10/cogl-&cogl-version;.tar.xz"> 8 8 <!ENTITY cogl-download-ftp "&gnome-download-ftp;/cogl/1.10/cogl-&cogl-version;.tar.xz"> 9 <!ENTITY cogl-md5sum " b36f5f3522bb2561f6199bc484341694">9 <!ENTITY cogl-md5sum "c5414188a64a6e68ed6f7c07e4e105c4"> 10 10 <!ENTITY cogl-size "1.2 MB"> 11 <!ENTITY cogl-buildsize " 45MB">11 <!ENTITY cogl-buildsize "50 MB"> 12 12 <!ENTITY cogl-time "0.5 SBU"> 13 13 ]>
Note:
See TracChangeset
for help on using the changeset viewer.