source: kde/phonon-backend-gstreamer.xml@ 4a2b534

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 4a2b534 was c0f1ac2, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Update to phonon-backend-vlc-4.11.0.
Update to phonon-backend-gstreamer-4.10.0.
Update to phonon-4.11.0.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22095 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.8 KB
RevLine 
[0e25c32]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[632bfad]4 <!ENTITY % general-entities SYSTEM "../general.ent">
[0e25c32]5 %general-entities;
6
[b291709]7 <!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">
8 <!ENTITY phonon-backend-gstreamer-download-ftp " ">
[c0f1ac2]9 <!ENTITY phonon-backend-gstreamer-md5sum "60abf634e961160cd1772d486f4a7097">
10 <!ENTITY phonon-backend-gstreamer-size "100 KB">
11 <!ENTITY phonon-backend-gstreamer-buildsize "7.2 MB">
12 <!ENTITY phonon-backend-gstreamer-time "0.1 SBU (Using paraleleism=4)">
[0e25c32]13]>
14
15<sect1 id="phonon-backend-gstreamer" xreflabel="phonon-backend-gstreamer-&phonon-backend-gstreamer-version;">
16 <?dbhtml filename="phonon-backend-gstreamer.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[09adf3d]23 <title>Phonon-backend-gstreamer-&phonon-backend-gstreamer-version;</title>
[0e25c32]24
25 <indexterm zone="phonon-backend-gstreamer">
26 <primary sortas="a-phonon-backend-gstreamer">phonon-backend-gstreamer</primary>
27 </indexterm>
28
29 <sect2 role="package">
[09adf3d]30 <title>Introduction to the Phonon-backend-gstreamer</title>
[0e25c32]31
[632bfad]32 <para>This package provides a <application>Phonon</application> backend
33 which utilizes the <application>GStreamer</application> media framework.
[b291709]34 </para>
[0e25c32]35
[6fe89264]36 &lfs90_checked;
[0e25c32]37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&phonon-backend-gstreamer-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&phonon-backend-gstreamer-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &phonon-backend-gstreamer-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &phonon-backend-gstreamer-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &phonon-backend-gstreamer-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &phonon-backend-gstreamer-time;</para>
57 </listitem>
58 </itemizedlist>
59
[09adf3d]60 <bridgehead renderas="sect3">Phonon-backend-gstreamer Dependencies</bridgehead>
[0e25c32]61
62 <bridgehead renderas="sect4">Required</bridgehead>
63 <para role="required">
[d591de4]64 <xref linkend="gstreamer10"/>,
[8e6f4f8]65 <xref linkend="libxml2"/>, and
[d591de4]66 <xref linkend="phonon"/>
[0e25c32]67 </para>
[0d7900a]68
[a1dcfe0]69 <bridgehead renderas="sect4">Recommended</bridgehead>
70 <para role="recommended">
[5884838]71 <xref linkend="gst10-plugins-base"/> (needed for output to ALSA),
72 <xref linkend="gst10-plugins-good"/> (needed for output to PulseAudio),
[8e6f4f8]73 <xref linkend="gst10-plugins-bad"/> (needed for AAC/M4A support), and
[d591de4]74 <xref linkend="gst10-plugins-ugly"/> (needed for MP3 support)
[2aae58ff]75 </para>
76
[0e25c32]77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/phonon-backend-gstreamer"/></para>
[0d7900a]79
[0e25c32]80 </sect2>
81
82 <sect2 role="installation">
[09adf3d]83 <title>Installation of Phonon-backend-gstreamer</title>
[0e25c32]84
[b291709]85 <para>Install <application>Phonon-backend-gstreamer</application> by
86 running the following commands:</para>
[632bfad]87
[08f422e]88<screen><userinput>mkdir build &amp;&amp;
[632bfad]89cd build &amp;&amp;
90
91cmake -DCMAKE_INSTALL_PREFIX=/usr \
92 -DCMAKE_BUILD_TYPE=Release \
[c0f1ac2]93 .. &amp;&amp;
[0e25c32]94make</userinput></screen>
95
96 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
97
98<screen role="root"><userinput>make install</userinput></screen>
99
[fad29ed]100 </sect2>
[f3429309]101
[0e25c32]102 <sect2 role="commands">
103 <title>Command Explanations</title>
104
[7830c481]105 <para><parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is
106 used to apply higher level of compiler optimizations.</para>
[0e25c32]107
108 </sect2>
[f3429309]109
[0e25c32]110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
[2cfb44a4]114 <segtitle>Installed Programs</segtitle>
[0e25c32]115 <segtitle>Installed Libraries</segtitle>
[2cfb44a4]116 <segtitle>Installed Directories</segtitle>
[0e25c32]117
118 <seglistitem>
[e9f7761]119 <seg>none</seg>
[9e04432]120 <seg>phonon_gstreamer.so</seg>
121 <seg>/usr/lib/qt5/plugins/phonon4qt5_backend</seg>
[0e25c32]122 </seglistitem>
123 </segmentedlist>
124<!--
125 <variablelist>
126 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
127 <?dbfo list-presentation="list"?>
128 <?dbhtml list-presentation="table"?>
129
130 <varlistentry id="a-phonon">
131 <term><command>phonon</command></term>
132 <listitem>
[b291709]133 <para>is placeholder.</para>
[0e25c32]134 <indexterm zone="a-phonon phonon">
135 <primary sortas="b-phonon">phonon</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 </variablelist>
141-->
142 </sect2>
143
144</sect1>
Note: See TracBrowser for help on using the repository browser.