glfs/kde/phonon-backend-vlc.xml
Bruce Dubbs 9e04432142 Remove KDE4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17157 af4574ff-66df-0310-9fd7-8a98e5e911e0
2016-03-24 00:23:12 +00:00

173 lines
5.8 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-backend-vlc-download-http "&kde-download-http;phonon/phonon-backend-vlc/&phonon-backend-vlc-version;/src/phonon-backend-vlc-&phonon-backend-vlc-version;.tar.xz">
<!ENTITY phonon-backend-vlc-download-ftp "&kde-download-ftp;phonon/phonon-backend-vlc/&phonon-backend-vlc-version;/src/phonon-backend-vlc-&phonon-backend-vlc-version;.tar.xz">
<!ENTITY phonon-backend-vlc-md5sum "3937517ce4929dea4398ad9834507f97">
<!ENTITY phonon-backend-vlc-size "60 KB">
<!ENTITY phonon-backend-vlc-buildsize "3.1 MB">
<!ENTITY phonon-backend-vlc-time "0.1 SBU">
]>
<sect1 id="phonon-backend-vlc" xreflabel="phonon-backend-vlc-&phonon-backend-vlc-version;">
<?dbhtml filename="phonon-backend-vlc.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Phonon-backend-vlc-&phonon-backend-vlc-version;</title>
<indexterm zone="phonon-backend-vlc">
<primary sortas="a-phonon-backend-vlc">phonon-backend-vlc</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to the Phonon-backend-vlc</title>
<para>This package provides a <application>Phonon</application> backend
which utilizes the <application>VLC</application> media framework. <!--Its
library is used by both KDE4 and KF5, but they must be linked to <xref
linkend='qt4'/> and <xref linkend='qt5'/> respectively. The two versions do
not conflict with each other.--></para>
&lfs79_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&phonon-backend-vlc-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&phonon-backend-vlc-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &phonon-backend-vlc-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &phonon-backend-vlc-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &phonon-backend-vlc-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &phonon-backend-vlc-time;</para>
</listitem>
</itemizedlist>
<bridgehead renderas="sect3">Phonon-backend-vlc Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="phonon"/> and
<xref linkend="vlc"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/phonon-backend-vlc"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of Phonon-backend-vlc</title>
<!--
<para>Install the qt4 based version of
<application>Phonon-backend-vlc</application> by running the following
commands:</para>
<screen><userinput>source /usr/bin/setqt4 &amp;&amp;
mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \
-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>
-->
<para>Install i<!--the qt5 based version of-->
<application>Phonon-backend-vlc</application> by running the following
commands:</para>
<screen><userinput>source /usr/bin/setqt5 &amp;&amp;
mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=Release \
-DPHONON_BUILD_PHONON4QT5=ON \
-D__KDE_HAVE_GCC_VISIBILITY=NO \
-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><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to apply
higher level of compiler optimizations.</para>
<para><option>-DCMAKE_INSTALL_LIBDIR=lib</option>: This switch is used to
get libraries to install to /usr/lib instead of /usr/lib64 on a 64 bit
system.</para>
<para><option>-DPHONON_BUILD_PHONON4QT5=ON</option>: This switch is used to
ensure that Qt5 version of the backend is built even if Qt4 is present.</para>
<para><option>-D__KDE_HAVE_GCC_VISIBILITY=NO</option>: This switch is used to
disable a check that would cause cmake to fail when using Qt-5.4.2 or later.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>none</seg>
<seg>phonon_vlc.so</seg>
<seg>/usr/lib/qt5/plugins/phonon4qt5_backend</seg>
</seglistitem>
</segmentedlist>
<!--
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="a-phonon">
<term><command>phonon</command></term>
<listitem>
<para>is a testing utility for phonon-backend-vlc-generated build trees.</para>
<indexterm zone="a-phonon phonon">
<primary sortas="b-phonon">phonon</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
-->
</sect2>
</sect1>