source: kde/core/phonon-backend-gstreamer.xml@ f7412376

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules 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 f7412376 was f7412376, checked in by Ken Moffat <ken@…>, 9 years ago

My final tags for the moment - for some of these, I'm happy to treat them as a build dep, but for many others they seem to have functionality which I haven't explored, so only 'built'.

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

  • Property mode set to 100644
File size: 5.2 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" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[5bebacd]7 <!ENTITY phonon-backend-gstreamer-download-http "&kde-download-http;phonon/phonon-backend-gstreamer/&phonon-backend-gstreamer-version;/src/phonon-backend-gstreamer-&phonon-backend-gstreamer-version;.tar.xz">
8 <!ENTITY phonon-backend-gstreamer-download-ftp "&kde-download-ftp;phonon/phonon-backend-gstreamer/&phonon-backend-gstreamer-version;/src/phonon-backend-gstreamer-&phonon-backend-gstreamer-version;.tar.xz">
[2aae58ff]9 <!ENTITY phonon-backend-gstreamer-md5sum "ce441035dc5a00ffaac9a64518ab5c62">
[5bebacd]10 <!ENTITY phonon-backend-gstreamer-size "76 KB">
[2aae58ff]11 <!ENTITY phonon-backend-gstreamer-buildsize "4.1 MB">
[5bebacd]12 <!ENTITY phonon-backend-gstreamer-time "0.2 SBU">
[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
32 <para>This package provides a <application>Phonon</application> backend which
33 utilizes the <application>GStreamer</application> media framework.</para>
34
[f7412376]35 &lfs77_checked; &gcc5_checked;
[0e25c32]36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&phonon-backend-gstreamer-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&phonon-backend-gstreamer-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &phonon-backend-gstreamer-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &phonon-backend-gstreamer-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &phonon-backend-gstreamer-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &phonon-backend-gstreamer-time;</para>
56 </listitem>
57 </itemizedlist>
58
[09adf3d]59 <bridgehead renderas="sect3">Phonon-backend-gstreamer Dependencies</bridgehead>
[0e25c32]60
61 <bridgehead renderas="sect4">Required</bridgehead>
62 <para role="required">
[d591de4]63 <xref linkend="gstreamer10"/>,
64 <xref linkend="libxml2"/> and
65 <xref linkend="phonon"/>
[0e25c32]66 </para>
[0d7900a]67
[a1dcfe0]68 <bridgehead renderas="sect4">Recommended</bridgehead>
69 <para role="recommended">
[5884838]70 <xref linkend="gst10-plugins-base"/> (needed for output to ALSA),
71 <xref linkend="gst10-plugins-good"/> (needed for output to PulseAudio),
[d591de4]72 <xref linkend="gst10-plugins-bad"/> (needed for AAC/M4A support), and
73 <xref linkend="gst10-plugins-ugly"/> (needed for MP3 support)
[2aae58ff]74 </para>
75
76 <bridgehead renderas="sect4">Optional</bridgehead>
77 <para role="optional">
78 <xref linkend="qt5"/>
[a1dcfe0]79 </para>
[0d7900a]80
[0e25c32]81 <para condition="html" role="usernotes">User Notes:
82 <ulink url="&blfs-wiki;/phonon-backend-gstreamer"/></para>
[0d7900a]83
[0e25c32]84 </sect2>
85
86 <sect2 role="installation">
[09adf3d]87 <title>Installation of Phonon-backend-gstreamer</title>
[0e25c32]88
[09adf3d]89 <para>Install <application>Phonon-backend-gstreamer</application> by running the following
[0e25c32]90 commands:</para>
91
92<screen><userinput>mkdir build &amp;&amp;
[18c9ee54]93cd build &amp;&amp;
94
[fad29ed]95cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \
[ba1e8dd]96 -DCMAKE_INSTALL_LIBDIR=lib \
[18c9ee54]97 -DCMAKE_BUILD_TYPE=Release \
[97c713e]98 -Wno-dev .. &amp;&amp;
[0e25c32]99make</userinput></screen>
100
101 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
102
103<screen role="root"><userinput>make install</userinput></screen>
104
[fad29ed]105 </sect2>
106
[0e25c32]107 <sect2 role="commands">
108 <title>Command Explanations</title>
109
[fad29ed]110 <para><option>-DCMAKE_BUILD_TYPE=Release</option>: This switch is used to apply
111 higher level of compiler optimizations.</para>
[0e25c32]112
113 </sect2>
[fad29ed]114
[0e25c32]115 <sect2 role="content">
116 <title>Contents</title>
117
118 <segmentedlist>
[2cfb44a4]119 <segtitle>Installed Programs</segtitle>
[0e25c32]120 <segtitle>Installed Libraries</segtitle>
[2cfb44a4]121 <segtitle>Installed Directories</segtitle>
[0e25c32]122
123 <seglistitem>
[e9f7761]124 <seg>none</seg>
125 <seg>phonon_gstreamer.so</seg>
[fad29ed]126 <seg>&kde-dir;/lib/kde4/plugins/phonon_backend and
127 &kde-dir;/share/kde4/services/phononbackends</seg>
[0e25c32]128 </seglistitem>
129 </segmentedlist>
130<!--
131 <variablelist>
132 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
133 <?dbfo list-presentation="list"?>
134 <?dbhtml list-presentation="table"?>
135
136 <varlistentry id="a-phonon">
137 <term><command>phonon</command></term>
138 <listitem>
139 <para>is a testing utility for phonon-backend-gstreamer-generated build trees.</para>
140 <indexterm zone="a-phonon phonon">
141 <primary sortas="b-phonon">phonon</primary>
142 </indexterm>
143 </listitem>
144 </varlistentry>
145
146 </variablelist>
147-->
148 </sect2>
149
150</sect1>
Note: See TracBrowser for help on using the repository browser.