Ignore:
Timestamp:
10/28/2014 08:29:21 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
krejzi/svn
Children:
44ed64ac
Parents:
70eab9cd
Message:

Updates to kde core section.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/krejzi@14778 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/core/phonon.xml

    r70eab9cd rdbdc2d7  
    1313]>
    1414
    15 <sect1 id="phonon" xreflabel="phonon-&phonon-version;">
     15<sect1 id="phonon" xreflabel="Phonon-&phonon-version;">
    1616  <?dbhtml filename="phonon.html"?>
    1717
     
    2424
    2525  <indexterm zone="phonon">
    26     <primary sortas="a-phonon">phonon</primary>
     26    <primary sortas="a-Phonon">Phonon</primary>
    2727  </indexterm>
    2828
     
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    6363    <para role="required">
    64       <!--<xref linkend="automoc4"/> and-->
    65       <xref linkend="glib2"/>
     64      <xref linkend="cmake"/>,
     65      <xref linkend="glib2"/> and
     66      <xref linkend="qt4"/>
    6667    </para>
    6768
     
    8485    a better implementation.</para>
    8586
    86     <note><para>If you have both Qt4 and Qt5 installed, be sure to run
    87     <userinput>source setqt4</userinput> before installing Phonon.
    88     </para></note>
    89  
     87    <para>
     88      First, silence a lot of warnings caused by using the latest toolchain
     89      by running the following command:
     90    </para>
     91
     92<screen><userinput>sed -i "s:BSD_SOURCE:DEFAULT_SOURCE:g" cmake/FindPhononInternal.cmake</userinput></screen>
     93
    9094    <para>Install <application>Phonon</application> by running the following
    9195    commands:</para>
     
    9599cd    build &amp;&amp;
    96100
    97 cmake -DCMAKE_INSTALL_PREFIX=&kde-dir;                               \
    98       -DCMAKE_BUILD_TYPE=Release                                 \
    99       -DCMAKE_INSTALL_LIBDIR=lib                                 \
    100       -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=FALSE        \
    101       -DDBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces \
     101cmake -DCMAKE_INSTALL_PREFIX=&kde-dir;                  \
     102      -DCMAKE_BUILD_TYPE=Release                          \
     103      -DCMAKE_INSTALL_LIBDIR=lib                          \
     104      -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=FALSE \
    102105      -Wno-dev .. &amp;&amp;
    103106make</userinput></screen>
     
    122125      the correct location.
    123126    </para>
    124 
    125     <para>
    126      <parameter>-DDBUS_INTERFACES_INSTALL_DIR=/usr/share/dbus-1/interfaces</parameter>:
    127       This switch sets the correct installation path for the
    128       <application>D-Bus</application> interfaces file.
    129     </para>
    130 
    131127<!--
    132128    <para>
Note: See TracChangeset for help on using the changeset viewer.