Changeset 8e6f4f8 for kde/core/phonon.xml
- Timestamp:
- 06/24/2015 11:03:07 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- f594857
- Parents:
- 1b0d0188
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/core/phonon.xml
r1b0d0188 r8e6f4f8 31 31 32 32 <para><application>Phonon</application> is the multimedia API for KDE4. 33 It replaces the old <application>aRts</application> , that is no longer34 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> 35 35 36 36 &lfs77_checked; &gcc5_checked; … … 62 62 <bridgehead renderas="sect4">Required</bridgehead> 63 63 <para role="required"> 64 <!--<xref linkend="automoc4"/> and-->65 64 <xref linkend="cmake"/>, 66 <xref linkend="glib2"/> and67 <xref linkend="qt4"/> 65 <xref linkend="glib2"/>, and 66 <xref linkend="qt4"/> 68 67 </para> 69 68 70 69 <bridgehead renderas="sect4">Optional</bridgehead> 71 70 <para role="optional"> 72 <xref linkend="pulseaudio"/>, 73 <xref linkend="qt5"/> and 71 <xref linkend="pulseaudio"/> and 74 72 <ulink url="http://projects.kde.org/projects/kdesupport/libqzeitgeist/">QZeitgeist</ulink> 75 73 </para> … … 83 81 <title>Installation of Phonon</title> 84 82 85 <para>Make sure that <xref linkend="qt4"/> is compiledwithout the bundled83 <para>Make sure <xref linkend="qt4"/> has been built without the bundled 86 84 <application>Phonon</application> library. This package provides 87 85 a better implementation.</para> 88 86 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> 92 94 93 95 <para>Install <application>Phonon</application> by running the following 94 96 commands:</para> 95 97 96 <!-- CMAKE_INSTALL_LIBDIR is used so the package doesn't write over lib64 symlink on 64 bit system --> 97 <screen><userinput>mkdir build && 98 <screen><userinput>sed -i "s:BSD_SOURCE:DEFAULT_SOURCE:g" cmake/FindPhononInternal.cmake && 99 100 mkdir build && 98 101 cd build && 99 102 … … 116 119 117 120 <para> 121 <command>sed ... cmake/FindPhononInternal.cmake</command>: Silence 122 a lot of warnings caused by the latest toolchain. 123 </para> 124 125 <para> 118 126 <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used 119 127 to apply higher level of the compiler optimizations. … … 131 139 <application>D-Bus</application> interfaces file. 132 140 </para> 133 134 <!--135 <para>136 <option>-DPHONON_BUILD_PHONON4QT5=ON</option>: Use this switch if you want to137 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 -->142 141 143 142 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.