glfs/kde/phonon.xml
Bruce Dubbs 7f5826e7a4 Update to sshfs-3.3.2.
Update to fuse-3.2.3.  
Update to libfm and libfm-extra-1.3.0.2.  
Update to phonon-4.10.1.  
Update to xfsprogs-4.16.1.  



git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@20157 af4574ff-66df-0310-9fd7-8a98e5e911e0
2018-05-20 19:57:46 +00:00

148 lines
4.2 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../general.ent">
%general-entities;
<!ENTITY phonon-download-http "&kde-download-http;phonon/&phonon-version;/phonon-&phonon-version;.tar.xz">
<!ENTITY phonon-download-ftp " ">
<!ENTITY phonon-md5sum "edb9ab608c7b74b4f0f10ebcf53e050d">
<!ENTITY phonon-size "316 KB">
<!ENTITY phonon-buildsize "8.9 MB">
<!ENTITY phonon-time "0.2 SBU (Using parallelism=4)">
]>
<sect1 id="phonon" xreflabel="phonon-&phonon-version;">
<?dbhtml filename="phonon.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Phonon-&phonon-version;</title>
<indexterm zone="phonon">
<primary sortas="a-phonon">phonon</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Phonon</title>
<para><application>Phonon</application> is the multimedia API for KDE.
It replaces the old <application>aRts</application> package.
Phonon needs either the GStreamer or VLC backend.</para>
&lfs82_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&phonon-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&phonon-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &phonon-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &phonon-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &phonon-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &phonon-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Phonon Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="cmake"/>,
<xref linkend="extra-cmake-modules"/>,
<xref linkend="glib2"/>, and
<xref linkend="qt5"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="pulseaudio"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/phonon"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of Phonon</title>
<para>Install <application>Phonon</application> by
running the following commands:</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DPHONON_BUILD_PHONON4QT5=ON \
-Wno-dev .. &amp;&amp;
make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
to apply higher level of the compiler optimizations.
</para>
<!--
<para>
<parameter>-DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=FALSE</parameter>:
This switch ensures that the plugins and mkspecs files get installed in
the correct location.
</para>
-->
<para>
<parameter>-DPHONON_BUILD_PHONON4QT5=ON</parameter>: This switch is used to
ensure that Qt5 version of the library is built even if Qt4 is present.
</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>
None
</seg>
<seg>
libphonon4qt5.so
libphonon4qt5experimental.so
</seg>
<seg>
/usr/include/phonon4qt5,
/usr/lib/cmake/phonon4qt5, and
/usr/share/phonon4qt5
</seg>
</seglistitem>
</segmentedlist>
</sect2>
</sect1>