mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
bac7c05d12
Update to kuserfeedback-1.3.0. Update to phonon-backend-vlc-0.12.0. Archive phonon-backend-gstreamer.
160 lines
4.8 KiB
XML
160 lines
4.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-gstreamer-download-http "&kde-download-http;phonon/phonon-backend-gstreamer/&phonon-backend-gstreamer-version;/phonon-backend-gstreamer-&phonon-backend-gstreamer-version;.tar.xz">
|
|
<!ENTITY phonon-backend-gstreamer-download-ftp " ">
|
|
<!ENTITY phonon-backend-gstreamer-md5sum "60abf634e961160cd1772d486f4a7097">
|
|
<!ENTITY phonon-backend-gstreamer-size "100 KB">
|
|
<!ENTITY phonon-backend-gstreamer-buildsize "7.2 MB">
|
|
<!ENTITY phonon-backend-gstreamer-time "0.1 SBU (Using parallelism=4)">
|
|
]>
|
|
|
|
<sect1 id="phonon-backend-gstreamer" xreflabel="phonon-backend-gstreamer-&phonon-backend-gstreamer-version;">
|
|
<?dbhtml filename="phonon-backend-gstreamer.html"?>
|
|
|
|
|
|
<title>Phonon-backend-gstreamer-&phonon-backend-gstreamer-version;</title>
|
|
|
|
<indexterm zone="phonon-backend-gstreamer">
|
|
<primary sortas="a-phonon-backend-gstreamer">phonon-backend-gstreamer</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to the Phonon-backend-gstreamer</title>
|
|
|
|
<para>
|
|
This package provides a <application>Phonon</application> backend
|
|
which utilizes the <application>GStreamer</application> media framework.
|
|
</para>
|
|
|
|
&lfs120_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&phonon-backend-gstreamer-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&phonon-backend-gstreamer-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &phonon-backend-gstreamer-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &phonon-backend-gstreamer-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &phonon-backend-gstreamer-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &phonon-backend-gstreamer-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Phonon-backend-gstreamer Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Required</bridgehead>
|
|
<para role="required">
|
|
<xref linkend="gstreamer10"/>,
|
|
<xref linkend="libxml2"/>, and
|
|
<xref linkend="phonon"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="gst10-plugins-base"/> (needed for output to ALSA),
|
|
<xref linkend="gst10-plugins-good"/> (needed for output to PulseAudio),
|
|
<xref linkend="gst10-plugins-bad"/> (needed for AAC/M4A support), and
|
|
<xref linkend="gst10-plugins-ugly"/> (needed for MP3 support)
|
|
</para>
|
|
|
|
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Phonon-backend-gstreamer</title>
|
|
|
|
<para>
|
|
Install <application>Phonon-backend-gstreamer</application> by
|
|
running the following commands:
|
|
</para>
|
|
|
|
<screen><userinput>mkdir build &&
|
|
cd build &&
|
|
|
|
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
|
-DCMAKE_BUILD_TYPE=Release \
|
|
.. &&
|
|
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 Programs</segtitle>
|
|
<segtitle>Installed Libraries</segtitle>
|
|
<segtitle>Installed Directories</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>none</seg>
|
|
<seg>phonon_gstreamer.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>
|
|
is placeholder.
|
|
</para>
|
|
<indexterm zone="a-phonon phonon">
|
|
<primary sortas="b-phonon">phonon</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
-->
|
|
</sect2>
|
|
|
|
</sect1>
|