Ignore:
Timestamp:
06/24/2015 11:03:07 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f594857
Parents:
1b0d0188
Message:

Reorganize KDE4 and put in placeholders for KF5 and Phonon 5.
Oxygen Icons are now put in /usr.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/core/phonon.xml

    r1b0d0188 r8e6f4f8  
    3131
    3232    <para><application>Phonon</application> is the multimedia API for KDE4.
    33     It replaces the old <application>aRts</application>, that is no longer
    34     supported by KDE. Phonon needs either the GStreamer or VLC backend.</para>
     33    It replaces the old <application>aRts</application> package.
     34    Phonon needs either the GStreamer or VLC backend.</para>
    3535
    3636    &lfs77_checked; &gcc5_checked;
     
    6262    <bridgehead renderas="sect4">Required</bridgehead>
    6363    <para role="required">
    64       <!--<xref linkend="automoc4"/> and-->
    6564      <xref linkend="cmake"/>,
    66       <xref linkend="glib2"/> and
    67       <xref linkend="qt4"/>
     65      <xref linkend="glib2"/>, and
     66      <xref linkend="qt4"/> 
    6867    </para>
    6968
    7069    <bridgehead renderas="sect4">Optional</bridgehead>
    7170    <para role="optional">
    72       <xref linkend="pulseaudio"/>,
    73       <xref linkend="qt5"/> and
     71      <xref linkend="pulseaudio"/> and
    7472      <ulink url="http://projects.kde.org/projects/kdesupport/libqzeitgeist/">QZeitgeist</ulink>
    7573    </para>
     
    8381    <title>Installation of Phonon</title>
    8482
    85     <para>Make sure that <xref linkend="qt4"/> is compiled without the bundled
     83    <para>Make sure <xref linkend="qt4"/> has been built without the bundled
    8684    <application>Phonon</application> library. This package provides
    8785    a better implementation.</para>
    8886
    89     <note><para>If you have both Qt4 and Qt5 installed, be sure to run
    90     <userinput>source setqt4</userinput> before installing Phonon.
    91     </para></note>
     87    <note>
     88      <para>
     89        If you have both Qt4 and Qt5 installed, be sure to run
     90        <userinput>source setqt4</userinput> before installing Phonon.
     91      </para>
     92
     93    </note>
    9294 
    9395    <para>Install <application>Phonon</application> by running the following
    9496    commands:</para>
    9597
    96 <!-- CMAKE_INSTALL_LIBDIR is used so the package doesn't write over lib64 symlink on 64 bit system -->
    97 <screen><userinput>mkdir build &amp;&amp;
     98<screen><userinput>sed -i "s:BSD_SOURCE:DEFAULT_SOURCE:g" cmake/FindPhononInternal.cmake &amp;&amp;
     99
     100mkdir build &amp;&amp;
    98101cd    build &amp;&amp;
    99102
     
    116119
    117120    <para>
     121      <command>sed ... cmake/FindPhononInternal.cmake</command>: Silence
     122      a lot of warnings caused by the latest toolchain.
     123    </para>
     124
     125    <para>
    118126      <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
    119127      to apply higher level of the compiler optimizations.
     
    131139      <application>D-Bus</application> interfaces file.
    132140    </para>
    133 
    134 <!--
    135     <para>
    136       <option>-DPHONON_BUILD_PHONON4QT5=ON</option>: Use this switch if you want to
    137       build <application>Phonon</application> against <application>Qt5</application>.
    138       Note that both <application>Qt4</application> and <application>Qt5</application>
    139       versions can be installed at the same time without any conflicts.
    140     </para>
    141 -->
    142141
    143142  </sect2>
Note: See TracChangeset for help on using the changeset viewer.