Changeset a27a478 for x


Ignore:
Timestamp:
01/21/2014 11:48:34 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
387a9cdd
Parents:
f3d174f
Message:

Update to cogl-1.16.2, DHCPCD 6.2.1, sshfs-fuse 2.5, Check 0.9.12, and dbus-1.8.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/cogl.xml

    rf3d174f ra27a478  
    77  <!ENTITY cogl-download-http "&gnome-download-http;/cogl/1.16/cogl-&cogl-version;.tar.xz">
    88  <!ENTITY cogl-download-ftp  "&gnome-download-ftp;/cogl/1.16/cogl-&cogl-version;.tar.xz">
    9   <!ENTITY cogl-md5sum        "611a61bed04354cbfffa3dc27feb6d4f">
     9  <!ENTITY cogl-md5sum        "aaf32bde135cf3815aa3221726bad71e">
    1010  <!ENTITY cogl-size          "1.6 MB">
    11   <!ENTITY cogl-buildsize     "63 MB">
    12   <!ENTITY cogl-time          "0.5 SBU">
     11  <!ENTITY cogl-buildsize     "56 MB">
     12  <!ENTITY cogl-time          "0.6 SBU">
    1313]>
    1414
     
    6969        <para>
    7070          Estimated build time: &cogl-time;
    71         </para>
    72       </listitem>
    73     </itemizedlist>
    74 
    75     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    76     <itemizedlist spacing="compact">
    77       <listitem>
    78         <para>
    79           Required patch:
    80           <ulink url="&patch-root;/cogl-&cogl-version;-wayland_server-1.patch"/>
    8171        </para>
    8272      </listitem>
     
    9989    <bridgehead renderas="sect4">Optional</bridgehead>
    10090    <para role="optional">
     91      <xref linkend="gst10-plugins-base"/>,
    10192      <xref linkend="gtk-doc"/>,
    10293      <xref linkend="sdl"/>,
     
    118109    </para>
    119110
    120 <screen><userinput>patch -Np1 -i ../cogl-&cogl-version;-wayland_server-1.patch     &amp;&amp;
    121 ./configure --prefix=/usr --enable-gles1 --enable-gles2 &amp;&amp;
     111<screen><userinput>./configure --prefix=/usr --enable-gles1 --enable-gles2 &amp;&amp;
    122112make</userinput></screen>
    123113
     
    147137      <parameter>--enable-gles2</parameter>: This switch enables support
    148138      for OpenGL ES 2.0.
     139    </para>
     140
     141    <para>
     142      <option>--enable-cogl-gst</option>: This switch enables gstreamer support.
    149143    </para>
    150144
     
    168162        <seg>
    169163          libcogl-gles2.so,
    170           libcogl-pango.so, and
    171           libcogl.so
     164          libcogl-pango.so and
     165          libcogl.so, and optional libraries
     166          libcogl-gst.so and /usr/lib/gstreamer-1.0/libgstcogl.so
    172167       </seg>
    173168        <seg>
Note: See TracChangeset for help on using the changeset viewer.