Changeset b9a819c8


Ignore:
Timestamp:
03/30/2012 06:19:40 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:
26047b6e
Parents:
932a778
Message:

cogl 1.10.0

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r932a778 rb9a819c8  
    632632<!ENTITY notification-daemon-version  "0.7.3">
    633633<!ENTITY gtk-vnc-version              "0.4.3">
    634 <!ENTITY cogl-version                 "1.8.2">
     634<!ENTITY cogl-version                 "1.10.0">
    635635
    636636<!-- Chapter 25 -->
  • introduction/welcome/changelog.xml

    r932a778 rb9a819c8  
    5757          <para>[krejzi] - gmime 2.4.32.</para>
    5858        </listitem>
     59        <listitem>
     60          <para>[krejzi] - cogl 1.10.0.</para>
     61        </listitem>
    5962      </itemizedlist>
    6063    </listitem>
  • x/lib/cogl.xml

    r932a778 rb9a819c8  
    55  %general-entities;
    66
    7   <!ENTITY cogl-download-http "&gnome-download-http;/cogl/1.8/cogl-&cogl-version;.tar.xz">
    8   <!ENTITY cogl-download-ftp  "&gnome-download-ftp;/cogl/1.8/cogl-&cogl-version;.tar.xz">
    9   <!ENTITY cogl-md5sum        "db2cbaef8c9719b03ef454ebd0351eeb">
    10   <!ENTITY cogl-size          "1 MB">
    11   <!ENTITY cogl-buildsize     "29 MB">
    12   <!ENTITY cogl-time          "0.4 SBU">
     7  <!ENTITY cogl-download-http "&gnome-download-http;/cogl/1.10/cogl-&cogl-version;.tar.xz">
     8  <!ENTITY cogl-download-ftp  "&gnome-download-ftp;/cogl/1.10/cogl-&cogl-version;.tar.xz">
     9  <!ENTITY cogl-md5sum        "b36f5f3522bb2561f6199bc484341694">
     10  <!ENTITY cogl-size          "1.2 MB">
     11  <!ENTITY cogl-buildsize     "45 MB">
     12  <!ENTITY cogl-time          "0.5 SBU">
    1313]>
    1414
     
    3535    of OpenGL. </para>
    3636
    37     &lfs70_built;
     37    &lfs70_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6262
    6363    <bridgehead renderas="sect4">Required</bridgehead>
    64     <para role="required"><xref linkend="pkgconfig"/></para>
     64    <para role="required"><xref linkend="gdk-pixbuf"/>,
     65    <xref linkend="mesalib"/> and <xref linkend="pango"/>.</para>
    6566
    6667    <bridgehead renderas="sect4">Recommended</bridgehead>
    67     <para role="recommended"><xref linkend="gobject-introspection"/></para>
     68    <para role="recommended"><xref linkend="gobject-introspection"/>
     69    (Required if building GNOME)</para>
     70
     71    <bridgehead renderas="sect4">Optional</bridgehead>
     72    <para role="optional"><xref linkend="gtk-doc"/></para>
    6873
    6974    <para condition="html" role="usernotes">User Notes:
     
    8994  </sect2>
    9095
     96  <sect2 role="commands">
     97    <title>Command Explanations</title>
     98
     99    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     100    href="../../xincludes/gtk-doc-rebuild.xml"/>
     101
     102  </sect2>
     103
    91104  <sect2 role="content">
    92105    <title>Contents</title>
     
    100113        <seg>None</seg>
    101114        <seg>libcogl-pango.so and libcogl.so</seg>
    102         <seg>/usr/include/cogl/cogl-pango</seg>
     115        <seg>/usr/{include/cogl/{cogl,cogl-pango},
     116        share/{cogl/examples-data,gtk-doc/html/
     117        {cogl,cogl-2.0-experimental}}}</seg>
    103118      </seglistitem>
    104119    </segmentedlist>
     
    112127        <term><filename class='libraryfile'>libcogl-pango.so</filename></term>
    113128        <listitem>
    114           <para>contains functions that .....</para>
     129          <para>is Pango integration library for Cogl.</para>
    115130          <indexterm zone="cogl libcogl-pango">
    116131            <primary sortas="c-libcogl-pango">libcogl-pango.so</primary>
     
    122137        <term><filename class='libraryfile'>libcogl.so</filename></term>
    123138        <listitem>
    124           <para>contains functions that .....</para>
     139          <para>is an object oriented GL/GLES Abstraction/Utility Layer library.</para>
    125140          <indexterm zone="cogl libcogl">
    126141            <primary sortas="c-libcogl">libcogl.so</primary>
Note: See TracChangeset for help on using the changeset viewer.