glfs/kde/phonon-backend-vlc.xml
Bruce Dubbs b60f1cebb0 Preliminry update to kf6-6.0.0.
This update replaces kf5.  In doing so there are several packages
in BLFS that are broken, notably the LXQt packages that reference
kf5 packages.

Trying to maintain kf5 and kf6 in the book is more effort than it
is worth.  For those that want the kf5 based elements, blfs-12.1
still works.

Several packages were updated to build with qt6 so they are not available
for packages that need the qt5 versions,  These include qca, polkit-qt, and
phonon.  A couple of packages that are no longer needed for kf6 are still
in the book: kuserfeedback and libdbusmenuqt.

Many filenames still need to be changed, e.g. kf5-frameworks.xml, as
well as xml defined identifiers.

Later when LXQt releases their qt6/kf6 based packages, then we will
do a scrub of all the book internals to make names consistent.
2024-03-04 18:38:49 -06:00

152 lines
4.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!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;/phonon-backend-vlc-&phonon-backend-vlc-version;.tar.xz">
<!ENTITY phonon-backend-vlc-download-ftp " ">
<!ENTITY phonon-backend-vlc-md5sum "2a27b5d249f97a15040481008fb16e1b">
<!ENTITY phonon-backend-vlc-size "72 KB">
<!ENTITY phonon-backend-vlc-buildsize "6.6 MB">
<!ENTITY phonon-backend-vlc-time "0.2 SBU">
]>
<sect1 id="phonon-backend-vlc" xreflabel="phonon-backend-vlc-&phonon-backend-vlc-version;">
<?dbhtml filename="phonon-backend-vlc.html"?>
<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.
</para>
&lfs121_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>
</sect2>
<sect2 role="installation">
<title>Installation of Phonon-backend-vlc</title>
<para>
Install <application>Phonon-backend-vlc</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_QT5=OFF \
.. &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 compiler optimizations.
</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_qt5.so</seg>
<seg>/usr/lib/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>
placeholder
</para>
<indexterm zone="a-phonon phonon">
<primary sortas="b-phonon">phonon</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
-->
</sect2>
</sect1>