Changeset 7ea83d7 for x/lib/cogl.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/cogl.xml

    rf0c1bb8 r7ea83d7  
    55  %general-entities;
    66
    7   <!ENTITY cogl-download-http "&gnome-download-http;/cogl/1.12/cogl-&cogl-version;.tar.xz">
    8   <!ENTITY cogl-download-ftp  "&gnome-download-ftp;/cogl/1.12/cogl-&cogl-version;.tar.xz">
    9   <!ENTITY cogl-md5sum        "439fd7aa2195d76b5cd8ee393f0112b4">
    10   <!ENTITY cogl-size          "1.3 MB">
    11   <!ENTITY cogl-buildsize     "50 MB">
    12   <!ENTITY cogl-time          "0.5 SBU">
     7  <!ENTITY cogl-download-http "&gnome-download-http;/cogl/1.14/cogl-&cogl-version;.tar.xz">
     8  <!ENTITY cogl-download-ftp  "&gnome-download-ftp;/cogl/1.14/cogl-&cogl-version;.tar.xz">
     9  <!ENTITY cogl-md5sum        "7eabaf4241c0b87cc9e3b0fa23fd0315">
     10  <!ENTITY cogl-size          "1.6 MB">
     11  <!ENTITY cogl-buildsize     "60 MB">
     12  <!ENTITY cogl-time          "0.8 SBU">
    1313]>
    1414
     
    3737    </para>
    3838
    39     &lfs72_checked;
     39    &lfs73_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8989    <bridgehead renderas="sect4">Optional</bridgehead>
    9090    <para role="optional">
    91       <xref linkend="gtk-doc"/>
     91      <xref linkend="gtk-doc"/>,
     92      <xref linkend="sdl"/>,
     93      <ulink url="http://www.libsdl.org/tmp/release/">SDL2</ulink> and
     94      <ulink url="http://wayland.freedesktop.org/">Wayland</ulink>
    9295    </para>
    9396
     
    105108    </para>
    106109
    107 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     110<screen><userinput>./configure --prefix=/usr --enable-gles1 --enable-gles2 &amp;&amp;
    108111make</userinput></screen>
    109112
    110113    <para>
    111       To test the results, issue: <command>make check</command>.
     114      To test the results, issue: <command>make check</command>. The
     115      tests should be ran from an X terminal running on the hardware
     116      accelerated Xorg Server.
    112117    </para>
    113118
     
    123128    <title>Command Explanations</title>
    124129
     130    <para>
     131      <parameter>--enable-gles1</parameter>: This switch enables support
     132      for OpenGL ES 1.1.
     133    </para>
     134
     135    <para>
     136      <parameter>--enable-gles2</parameter>: This switch enables support
     137      for OpenGL ES 2.0.
     138    </para>
     139
    125140    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    126141      href="../../xincludes/gtk-doc-rebuild.xml"/>
     
    132147
    133148    <segmentedlist>
     149      <segtitle>Installed Programs</segtitle>
    134150      <segtitle>Installed Libraries</segtitle>
    135151      <segtitle>Installed Directories</segtitle>
     
    137153      <seglistitem>
    138154        <seg>
    139           libcogl-pango.so and libcogl.so
     155          None
     156        </seg>
     157        <seg>
     158          libcogl-gles2, libcogl-pango.so and libcogl.so
    140159       </seg>
    141160        <seg>
     
    150169      <?dbfo list-presentation="list"?>
    151170      <?dbhtml list-presentation="table"?>
     171
     172      <varlistentry id="libcogl-gles2">
     173        <term><filename class="libraryfile">libcogl-gles2.so</filename></term>
     174        <listitem>
     175          <para>
     176            is the OpenGL ES 2.0 integration library for
     177            <application>Cogl</application>.
     178          </para>
     179          <indexterm zone="cogl libcogl-gles2">
     180            <primary sortas="c-libcogl-gles2">libcogl-gles2.so</primary>
     181          </indexterm>
     182        </listitem>
     183      </varlistentry>
    152184
    153185      <varlistentry id="libcogl-pango">
Note: See TracChangeset for help on using the changeset viewer.