Changeset 137f3d8


Ignore:
Timestamp:
09/08/2012 02:39:46 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:
dc2b407
Parents:
6fb66277
Message:

Fix farstream compilation with newer gobject introspection, check telepathy farstream.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r6fb66277 r137f3d8  
    713713<!ENTITY clutter-version              "1.10.8">
    714714<!ENTITY clutter-gst-version          "1.6.0">
     715<!ENTITY clutter-gst2-version         "1.9.90">
    715716<!ENTITY clutter-gtk-version          "1.2.0">
    716717<!ENTITY freeglut-version             "2.8.0">
  • general/genlib/telepathy-farstream.xml

    r6fb66277 r137f3d8  
    3838    </para>
    3939
    40     &lfs70_checked;
     40    &lfs72_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    123123
    124124    <para>
    125       <option>--disable-python</option>: This parameter disables
     125      <option>--disable-python</option>: This switch disables
    126126      building of the <application>Python</application> bindings.
    127127      Remove if you have optional <application>Python</application>
  • gnome/applications/applications.xml

    r6fb66277 r137f3d8  
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="empathy.xml"/>
    3030  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="eog.xml"/>
     31  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="epiphany.xml"/>
    3132  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="epiphany-extensions.xml"/>
    32   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="epiphany.xml"/>
    3333  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="evince.xml"/>
    3434  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="evolution.xml"/>
  • multimedia/libdriv/farstream.xml

    r6fb66277 r137f3d8  
    7373    </itemizedlist>
    7474
     75    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     76    <itemizedlist spacing="compact">
     77      <listitem>
     78        <para>
     79          Required patch:
     80          <ulink url="&patch-root;/farstream-&farstream-version;-gir_fixes-1.patch"/>
     81        </para>
     82      </listitem>
     83    </itemizedlist>
     84
    7585    <bridgehead renderas="sect3">Farstream Dependencies</bridgehead>
    7686
     
    115125    </para>
    116126
    117 <screen><userinput>./configure --prefix=/usr \
     127<screen><userinput>patch -Np1 -i ../farstream-&farstream-version;-gir_fixes-1.patch &amp;&amp;
     128./configure --prefix=/usr \
    118129            --disable-python \
    119130            --disable-static &amp;&amp;
  • x/lib/lib.xml

    r6fb66277 r137f3d8  
    3434  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cogl.xml"/>
    3535  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter.xml"/>
     36  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter-gst.xml"/>
     37<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter-gst2.xml"/> -->
    3638  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter-gtk.xml"/>
    37   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clutter-gst.xml"/>
    3839  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="freeglut.xml"/>
    3940  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdk-pixbuf.xml"/>
Note: See TracChangeset for help on using the changeset viewer.