Author: bdubbs
Date: Tue Jul 7 17:35:57 2015
New Revision: 16219
Log:
Archive gstreamer-0.x
Added:
trunk/BOOK/archive/gst-ffmpeg.xml
- copied unchanged from r16218,
trunk/BOOK/multimedia/libdriv/gst-ffmpeg.xml
trunk/BOOK/archive/gst-plugins-bad.xml
- copied unchanged from r16218,
trunk/BOOK/multimedia/libdriv/gst-plugins-bad.xml
trunk/BOOK/archive/gst-plugins-base.xml
- copied unchanged from r16218,
trunk/BOOK/multimedia/libdriv/gst-plugins-base.xml
trunk/BOOK/archive/gst-plugins-good.xml
- copied unchanged from r16218,
trunk/BOOK/multimedia/libdriv/gst-plugins-good.xml
trunk/BOOK/archive/gst-plugins-ugly.xml
- copied unchanged from r16218,
trunk/BOOK/multimedia/libdriv/gst-plugins-ugly.xml
trunk/BOOK/archive/gstreamer.xml
- copied, changed from r16218, trunk/BOOK/multimedia/libdriv/gstreamer.xml
trunk/BOOK/archive/xfce4-mixer.xml
- copied unchanged from r16218, trunk/BOOK/xfce/apps/xfce4-mixer.xml
Deleted:
trunk/BOOK/multimedia/libdriv/gst-ffmpeg.xml
trunk/BOOK/multimedia/libdriv/gst-plugins-bad.xml
trunk/BOOK/multimedia/libdriv/gst-plugins-base.xml
trunk/BOOK/multimedia/libdriv/gst-plugins-good.xml
trunk/BOOK/multimedia/libdriv/gst-plugins-ugly.xml
trunk/BOOK/multimedia/libdriv/gstreamer.xml
trunk/BOOK/xfce/apps/xfce4-mixer.xml
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/libdriv/libdriv.xml
trunk/BOOK/x/lib/qt4.xml
trunk/BOOK/xfce/apps/apps.xml
trunk/BOOK/xfce/apps/parole.xml
trunk/BOOK/xsoft/graphweb/firefox.xml
trunk/BOOK/xsoft/graphweb/seamonkey.xml
trunk/BOOK/xsoft/office/libreoffice.xml
trunk/BOOK/xsoft/other/pidgin.xml
trunk/BOOK/xsoft/other/thunderbird.xml
Copied: trunk/BOOK/archive/gst-ffmpeg.xml (from r16218,
trunk/BOOK/multimedia/libdriv/gst-ffmpeg.xml)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/BOOK/archive/gst-ffmpeg.xml Tue Jul 7 17:35:57 2015
(r16219, copy of r16218, trunk/BOOK/multimedia/libdriv/gst-ffmpeg.xml)
@@ -0,0 +1,141 @@
+<?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 gst-ffmpeg-download-http
"http://gstreamer.freedesktop.org/src/gst-ffmpeg/gst-ffmpeg-&gst-ffmpeg-version;.tar.bz2">
+ <!ENTITY gst-ffmpeg-download-ftp " ">
+ <!ENTITY gst-ffmpeg-md5sum "7f5beacaf1312db2db30a026b36888c4">
+ <!ENTITY gst-ffmpeg-size "4.6 MB">
+ <!ENTITY gst-ffmpeg-buildsize "272 MB">
+ <!ENTITY gst-ffmpeg-time "2.9 SBU">
+]>
+
+<sect1 id="gst-ffmpeg" xreflabel="gst-ffmpeg-&gst-ffmpeg-version;">
+ <?dbhtml filename="gst-ffmpeg.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>gst-ffmpeg-&gst-ffmpeg-version;</title>
+
+ <indexterm zone="gst-ffmpeg">
+ <primary sortas="a-gst-ffmpeg">gst-ffmpeg</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to Gst FFMpeg</title>
+
+ <para>
+ The <application>Gst FFMpeg</application> contains GStreamer plugins
+ for <application>FFMpeg</application>.
+ </para>
+
+ &lfs77_checked;
+
+ &gst-compat;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&gst-ffmpeg-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&gst-ffmpeg-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &gst-ffmpeg-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &gst-ffmpeg-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &gst-ffmpeg-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &gst-ffmpeg-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Required patch:
+ <ulink
url="&patch-root;/gst-ffmpeg-&gst-ffmpeg-version;-gcc-4.7-1.patch"/>
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Gst FFMpeg Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="gst-plugins-base"/> and
+ <xref linkend="yasm"/>
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>
+ </para>
+
+ <para condition="html" role="usernotes">User Notes:
+ <ulink url="&blfs-wiki;/gst-ffmpeg"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Gst FFMpeg</title>
+
+ <para>
+ Install <application>Gst FFMpeg</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>patch -p1 <
../gst-ffmpeg-&gst-ffmpeg-version;-gcc-4.7-1.patch &&
+./configure --prefix=/usr &&
+make</userinput></screen>
+
+ <para>
+ To test the results, issue: <command>make check</command>.
+ </para>
+
+ <para>
+ Now, as the <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed GStreamer Plugins</segtitle>
+
+ <seglistitem>
+ <seg>
+ libgstffmpeg.so, libgstffmpegscale.so and libgstpostproc.so
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ </sect2>
+
+</sect1>
Copied: trunk/BOOK/archive/gst-plugins-bad.xml (from r16218,
trunk/BOOK/multimedia/libdriv/gst-plugins-bad.xml)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/BOOK/archive/gst-plugins-bad.xml Tue Jul 7 17:35:57 2015
(r16219, copy of r16218, trunk/BOOK/multimedia/libdriv/gst-plugins-bad.xml)
@@ -0,0 +1,234 @@
+<?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 gst-plugins-bad-download-http
"http://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-&gst-plugins-bad-version;.tar.xz">
+ <!ENTITY gst-plugins-bad-download-ftp " ">
+ <!ENTITY gst-plugins-bad-md5sum "e4822fa2cc933768e2998311a1565979">
+ <!ENTITY gst-plugins-bad-size "3.1 MB">
+ <!ENTITY gst-plugins-bad-buildsize "140 MB (depending on which optional
dependencies are fulfilled)">
+ <!ENTITY gst-plugins-bad-time "2.0 SBU">
+]>
+
+<sect1 id="gst-plugins-bad"
xreflabel="gst-plugins-bad-&gst-plugins-bad-version;">
+ <?dbhtml filename="gst-plugins-bad.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>gst-plugins-bad-&gst-plugins-bad-version;</title>
+
+ <indexterm zone="gst-plugins-bad">
+ <primary sortas="a-GStreamer-Bad-Plug-ins">GStreamer Bad Plug-ins</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to Gstreamer Bad Plug-ins</title>
+
+ <para>
+ The <application>GStreamer Bad Plug-ins</application> package contains a
set
+ a set of plug-ins that aren't up to par compared to the rest. They might
be
+ close to being good quality, but they're missing something - be it a good
+ code review, some documentation, a set of tests, a real live maintainer,
+ or some actual wide use. Also see the <xref
linkend="gst-plugins-good"/>,
+ <xref linkend="gst-plugins-ugly"/> and <xref linkend="gst-ffmpeg"/>
packages.
+ </para>
+
+ &lfs77_checked;
+
+ &gst-compat;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&gst-plugins-bad-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&gst-plugins-bad-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &gst-plugins-bad-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &gst-plugins-bad-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &gst-plugins-bad-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &gst-plugins-bad-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">GStreamer Bad Plug-ins
Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="gst-plugins-base"/>
+ </para>
+
+ <bridgehead renderas="sect4">Recommended</bridgehead>
+ <para role="recommended">
+ <xref linkend="faac"/>,
+ <xref linkend="libpng"/>,
+ <xref linkend="libvpx"/>,
+ <xref linkend="llvm"/>,
+ <xref linkend="openssl"/> and
+ <xref linkend="xvid"/>
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="curl"/>,
+ <xref linkend="faad2"/>,
+ <xref linkend="jasper"/>,
+ <xref linkend="libass"/>,
+ <xref linkend="libmusicbrainz"/>,
+ <xref linkend="librsvg"/>,
+ <xref linkend="libsndfile"/>,
+ <xref linkend="libvdpau"/>,
+ <xref linkend="neon"/>,
+ <xref linkend="sdl"/>,
+ <xref linkend="soundtouch"/>,
+ <ulink url="http://www.celt-codec.org/">celt</ulink>,
+ <ulink url="http://diracvideo.org/">Dirac</ulink>,
+ <ulink url="http://www.directfb.org/">DirectFB</ulink>,
+ <ulink url="http://www.speech.cs.cmu.edu/flite/">Flite</ulink>,
+ <ulink url="http://code.google.com/p/game-music-emu/">Game Music
Emu</ulink>,
+ <ulink url="http://libgsm.sourcearchive.com/">GSM</ulink>,
+ <ulink url="http://www.ladspa.org/">LADSPA</ulink>,
+ <ulink url="http://libcdaudio.sourceforge.net/">libcdaudio</ulink>,
+ <ulink url="http://sourceforge.net/projects/libdc1394">libdc1394</ulink>,
+ <ulink
url="http://www.videolan.org/developers/libdca.html">libdca</ulink>,
+ <ulink url="http://libiptcdata.sourceforge.net/">libiptcdata</ulink>,
+ <ulink url="http://code.google.com/p/libkate/">libkate</ulink>,
+ <ulink
url="http://sourceforge.net/projects/farsight/files/libmimic/">libmimic</ulink>,
+ <ulink url="http://sourceforge.net/projects/libmms">libmms</ulink>,
+ <ulink
url="http://sourceforge.net/projects/modplug-xmms/">libmodplug</ulink>,
+ <ulink url="http://www.musepack.net/">libmpcdec</ulink>,
+ <ulink url="http://code.google.com/p/musicip-libofa/">libofa</ulink>,
+ <ulink url="http://mjpeg.sourceforge.net/">MJPEG Tools</ulink>,
+ <ulink url="http://kcat.strangesoft.net/openal.html">OpenAL</ulink>,
+ <ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>,
+ <ulink url="http://rtmpdump.mplayerhq.hu/">rtmpdump</ulink>,
+ <ulink url="http://diracvideo.org/">Schroedinger</ulink>,
+ <ulink url="http://www.soft-switch.org/">SpanDSP</ulink>,
+ <ulink url="http://sourceforge.net/projects/opencore-amr/">VO
AACENC</ulink>,
+ <ulink url="http://sourceforge.net/projects/opencore-amr/">VO
AMRWBENC</ulink>,
+ <ulink url="http://wildmidi.sourceforge.net/">WildMidi</ulink>,
+ <ulink url="http://zbar.sourceforge.net/">ZBAR</ulink> and
+ <ulink url="http://zapping.sourceforge.net/ZVBI/index.html">ZVBI</ulink>
+ </para>
+
+ <bridgehead renderas="sect4">Optional, for the unit regression
tests</bridgehead>
+ <para>
+ <xref linkend="valgrind"/>
+ </para>
+
+ <para condition="html" role="usernotes">User Notes:
+ <ulink url="&blfs-wiki;/gst-plugins-bad"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of GStreamer Bad Plug-ins</title>
+
+ <note><para>If you need a plugin for a given dependency, that dependency
+ needs to be installed before this application.
+ </para></note>
+
+ <para>Fix some code when building with libvpx-1.4.0 and later:</para>
+
+<screen><userinput>sed -e '/Some compatibility/ s:*/::' \
+ -e '/const char/ i*/' \
+ -i ext/vp8/gstvp8utils.h</userinput></screen>
+
+ <para>Prevent a miscompilation caused by a change in the output from
+ <application>cpp in gcc-5</application> which leads to crashes.</para>
+
+<screen><userinput>sed -i -e 's/ GST_CHECK_FAAD_VERSION / /' \
+ -e '/"GST_CHECK_FAAD_VERSION/{
+ s/GST_CHECK_FAAD_VERSION //
+ s/""/"$"/ }' configure</userinput></screen>
+
+ <para>
+ Install <application>Gstreamer Bad Plug-ins</application> by running the
following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr --with-gtk=3.0 --disable-examples
&&
+make</userinput></screen>
+
+ <para>
+ To test the results, issue: <command>make check</command>. Note that
+ tests for some of the items may fail.
+ </para>
+
+ <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>--with-gtk=3.0</parameter>: Build against <application>GTK+
3</application>
+ instead of the default <application>GTK+ 2</application>; recommended
for a
+ <application>GNOME</application> Desktop.
+ </para>
+
+ <para>
+ <parameter>--disable-examples</parameter>: If the dependencies for the
camera
+ driver have been satisfied, the associated example code fails to build.
+ </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>
+ libgstbasecamerabinsrc-0.10.so, libgstbasevideo-0.10.so,
+ libgstcodecparsers-0.10.so, libgstphotography-0.10.so,
+ libgstsignalprocessor-0.10.so and libgstvdp-0.10.so
+ </seg>
+ <seg>
+
/usr/include/gstreamer-0.10/gst/{basecamerabinsrc,codecparsers,interfaces},
+ /usr/include/gstreamer-0.10/gst/{signalprocessor,vdpau,video} and
+ /usr/share/gtk-doc/gst-plugins-bad-libs-0.10
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ </sect2>
+
+</sect1>
Copied: trunk/BOOK/archive/gst-plugins-base.xml (from r16218,
trunk/BOOK/multimedia/libdriv/gst-plugins-base.xml)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/BOOK/archive/gst-plugins-base.xml Tue Jul 7 17:35:57 2015
(r16219, copy of r16218, trunk/BOOK/multimedia/libdriv/gst-plugins-base.xml)
@@ -0,0 +1,238 @@
+<?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 gst-plugins-base-download-http
"&gnome-download-http;/gst-plugins-base/0.10/gst-plugins-base-&gst-plugins-base-version;.tar.xz">
+ <!ENTITY gst-plugins-base-download-ftp
"&gnome-download-ftp;/gst-plugins-base/0.10/gst-plugins-base-&gst-plugins-base-version;.tar.xz">
+ <!ENTITY gst-plugins-base-md5sum "3d2337841b132fe996e5eb2396ac9438">
+ <!ENTITY gst-plugins-base-size "2.3 MB">
+ <!ENTITY gst-plugins-base-buildsize "105 MB">
+ <!ENTITY gst-plugins-base-time "1.7 SBU">
+]>
+
+<sect1 id="gst-plugins-base"
+ xreflabel="gst-plugins-base-&gst-plugins-base-version;">
+ <?dbhtml filename="gst-plugins-base.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>gst-plugins-base-&gst-plugins-base-version;</title>
+
+ <indexterm zone="gst-plugins-base">
+ <primary sortas="a-GStreamer-Base-Plug-ins">GStreamer Base
Plug-ins</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to GStreamer Base Plug-ins</title>
+
+ <para>
+ The <application>GStreamer Base Plug-ins</application> is a
+ well-groomed and well-maintained collection of
+ <application>GStreamer</application> plug-ins and elements, spanning the
+ range of possible types of elements one would want to write for
+ <application>GStreamer</application>. It also contains helper libraries
+ and base classes useful for writing elements. A wide range of video and
+ audio decoders, encoders, and filters are included. Also see the
+ <xref linkend="gst-plugins-bad"/>, <xref linkend="gst-plugins-good"/>,
+ <xref linkend="gst-plugins-ugly"/>, and <xref linkend="gst-ffmpeg"/>
+ packages.
+ </para>
+
+ &lfs77_checked;
+
+ &gst-compat;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&gst-plugins-base-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&gst-plugins-base-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &gst-plugins-base-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &gst-plugins-base-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &gst-plugins-base-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &gst-plugins-base-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Optional patch :
+ <ulink
url="&patch-root;/gst-plugins-base-&gst-plugins-base-version;-gcc_4_9_0_i686-1.patch"/>
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">GStreamer Base Plug-ins
Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="gstreamer"/> and
+ <xref linkend="pango"/>
+ </para>
+
+ <bridgehead renderas="sect4">Recommended</bridgehead>
+ <para role="recommended">
+ <xref linkend="alsa-lib"/>,
+ <xref linkend="libgudev"/>,
+ <xref linkend="libogg"/>,
+ <xref linkend="libtheora"/>,
+ <xref linkend="libvorbis"/>, and
+ <xref linkend="xorg7-lib"/>
+ </para>
+
+ <bridgehead renderas="sect4">Optional (Required if building
GNOME)</bridgehead>
+ <para role="optional">
+ <xref linkend="gobject-introspection"/>
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="cdparanoia"/>,
+ <xref linkend="gtk3"/> (required to build the examples),
+ <ulink
url="http://sourceforge.net/projects/libvisual/">libvisual</ulink>,
+ <ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>,
+ <xref linkend="check"/> (required to run the unit regression tests), and
+ <xref linkend="valgrind"/>
+ (optionaly used during the unit regression tests)
+ </para>
+
+ <bridgehead renderas="sect4">Optional (Required to Rebuild the API
+ Documentation)</bridgehead>
+ <para role="optional">
+ <xref linkend="gtk-doc"/> and
+ <xref linkend="python2"/>
+ </para>
+
+ <para condition="html" role="usernotes">User Notes:
+ <ulink url="&blfs-wiki;/gst-plugins-base"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of GStreamer Base Plug-ins</title>
+
+ <note><para>If you need a plugin for a given dependency, that dependency
+ needs to be installed before this application.
+ </para></note>
+
+ <para>
+ First, if you are using i686, fix a compile problem inroduced by
+ <application>&gcc-490;</application>:
+ </para>
+
+<screen role="nodump"><userinput>patch -Np1 -i
../gst-plugins-base-&gst-plugins-base-version;-gcc_4_9_0_i686-1.patch</userinput></screen>
+
+ <para>
+ Install <application>GStreamer Base Plug-ins</application> by running
+ the following commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr --disable-static &&
+make</userinput></screen>
+
+ <para>
+ To run the unit regression tests, issue: <command>make check</command>.
+ There are many other <filename>Makefile</filename> targets you can
specify
+ for running the tests, issue <command>make -C tests/check help</command>
+ to see the complete list.
+ </para>
+
+ <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>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../xincludes/static-libraries.xml"/>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../xincludes/gtk-doc-rebuild.xml"/>
+
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>
+ gst-visualise-0.10
+ </seg>
+ <seg>
+ libgstapp-0.10.so, libgstaudio-0.10.so, libgstcdda-0.10.so,
libgstfft-0.10.so,
+ libgstinterfaces-0.10.so, libgstnetbuffer-0.10.so,
libgstpbutils-0.10.so,
+ libgstriff-0.10.so, libgstrtp-0.10.so, libgstrtsp-0.10.so,
libgstsdp-0.10.so,
+ libgsttag-0.10.so and libgstvideo-0.10.so
+ </seg>
+ <seg>
+
/usr/include/gstreamer-0.10/gst/{app,audio,cdda,fft,floatcast,interfaces,netbuffer}
+
/usr/include/gstreamer-0.10/gst/{pbutils,riff,rtp,rtsp,sdp,tag,video},
+ /usr/share/gst-plugins-base,
+ /usr/share/gtk-doc/html/gst-plugins-base-libs-0.10 and
+ /usr/share/gtk-doc/html/gst-plugins-base-plugins-0.10
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="gst-visualise">
+ <term><command>gst-visualise-0.10</command></term>
+ <listitem>
+ <para>
+ is used to run a basic <application>GStreamer</application>
+ pipeline to display a graphical visualisation of an audio stream.
+ </para>
+ <indexterm zone="gst-plugins-base gst-visualise">
+ <primary sortas="b-gst-visualise">gst-visualise-0.10</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </sect2>
+
+</sect1>
Copied: trunk/BOOK/archive/gst-plugins-good.xml (from r16218,
trunk/BOOK/multimedia/libdriv/gst-plugins-good.xml)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/BOOK/archive/gst-plugins-good.xml Tue Jul 7 17:35:57 2015
(r16219, copy of r16218, trunk/BOOK/multimedia/libdriv/gst-plugins-good.xml)
@@ -0,0 +1,222 @@
+<?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 gst-plugins-good-download-http
+
"&gnome-download-http;/gst-plugins-good/0.10/gst-plugins-good-&gst-plugins-good-version;.tar.xz">
+ <!ENTITY gst-plugins-good-download-ftp
+
"&gnome-download-ftp;/gst-plugins-good/0.10/gst-plugins-good-&gst-plugins-good-version;.tar.xz">
+ <!ENTITY gst-plugins-good-md5sum "555845ceab722e517040bab57f9ace95">
+ <!ENTITY gst-plugins-good-size "2.6 MB">
+ <!ENTITY gst-plugins-good-buildsize "110 MB">
+ <!ENTITY gst-plugins-good-time "1.2 SBU">
+]>
+
+<sect1 id="gst-plugins-good"
xreflabel="gst-plugins-good-&gst-plugins-good-version;">
+ <?dbhtml filename="gst-plugins-good.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>gst-plugins-good-&gst-plugins-good-version;</title>
+
+ <indexterm zone="gst-plugins-good">
+ <primary sortas="a-GStreamer-Good-Plug-ins">GStreamer Good
Plug-ins</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to GStreamer Good Plug-ins</title>
+
+ <para>
+ The <application>GStreamer Good Plug-ins</application> is a set of
+ plug-ins considered by the <application>GStreamer</application>
developers
+ to have good quality code, correct functionality, and the preferred
+ license (LGPL for the plug-in code, LGPL or LGPL-compatible for the
+ supporting library). A wide range of video and audio decoders, encoders,
+ and filters are included. Also see the <xref
linkend="gst-plugins-ugly"/>,
+ <xref linkend="gst-plugins-bad"/> and <xref linkend="gst-ffmpeg"/>
+ packages.
+ </para>
+
+ &lfs77_checked;
+
+ &gst-compat;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&gst-plugins-good-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&gst-plugins-good-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &gst-plugins-good-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &gst-plugins-good-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &gst-plugins-good-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &gst-plugins-good-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">GStreamer Good Plug-ins
Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="gst-plugins-base"/>
+ </para>
+
+ <bridgehead renderas="sect4">Recommended</bridgehead>
+ <para role="recommended">
+ <xref linkend="cairo"/>,
+ <xref linkend="flac"/>,
+ <xref linkend="libjpeg"/>,
+ <xref linkend="libpng"/> and
+ <xref linkend="xorg7-lib"/>
+ </para>
+
+ <bridgehead renderas="sect4">Optional (Required if building
GNOME)</bridgehead>
+ <para role="optional">
+ <xref linkend="GConf"/> and
+ <xref linkend="libsoup"/>
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="aalib"/>,
+ <xref linkend="gtk3"/> (required to build the examples),
+ <xref linkend="libdv"/>,
+ <xref linkend="pulseaudio"/>,
+ <xref linkend="speex"/>,
+ <xref linkend="taglib"/>,
+ <xref linkend="v4l-utils"/>,
+ <ulink url="http://www.jackaudio.org">JACK</ulink>,
+ <ulink
url="http://sourceforge.net/projects/libavc1394/">libavc1394</ulink>
+ (requires
+ <ulink url="http://www.kernel.org/pub/linux/libs/ieee1394/">
libraw1394</ulink>),
+ <ulink url="http://sam.zoy.org/projects/libcaca/">libcaca</ulink>,
+ <ulink
url="http://www.kernel.org/pub/linux/libs/ieee1394/">libiec61883</ulink>,
+ <ulink
url="http://downloads.us.xiph.org/releases/libshout/">libshout</ulink>,
+ <ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>, and
+ <ulink url="http://www.wavpack.com/">WavPack</ulink>
+ </para>
+
+ <bridgehead renderas="sect4">Optional, for the unit regression
tests</bridgehead>
+ <para>
+ <xref linkend="valgrind"/>
+ </para>
+
+ <bridgehead renderas="sect4">
+ Optional (Required to Rebuild the API Documentation)
+ </bridgehead>
+ <para role="optional">
+ <xref linkend="gtk-doc"/> and
+ <xref linkend="python2"/>
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/gst-plugins-good"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of GStreamer Good Plug-ins</title>
+
+ <note><para>If you need a plugin for a given dependency, that dependency
+ needs to be installed before this application.
+ </para></note>
+
+ <para>
+ Install <application>GStreamer Good Plug-ins</application> by running the
+ following commands:
+ </para>
+
+<screen><userinput>sed -i -e "/input:/d" sys/v4l2/gstv4l2bufferpool.c
&&
+sed -i -e "/case V4L2_CID_HCENTER/d" -e "/case V4L2_CID_VCENTER/d"
sys/v4l2/v4l2_calls.c &&
+./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --with-gtk=3.0 &&
+make</userinput></screen>
+
+ <para>
+ To run the unit regression tests, issue: <command>make check</command>.
+ There are many other <filename>Makefile</filename> targets you can
specify
+ for running the tests, issue <command>make -C tests/check help</command>
+ to see the complete list.
+ </para>
+
+ <para>
+ Now, as the <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+ <para>
+ If you did not rebuild the API documentation by passing
+ <option>--enable-gtk-doc</option> to the <command>configure</command>
+ script and you wish to install the pre-built documentation, issue the
+ following command as the <systemitem class="username">root</systemitem>
+ user:
+ </para>
+
+<screen role="root"><userinput>make -C docs/plugins
install-data</userinput></screen>
+ </sect2>
+
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <para>
+ <command>sed -i -e "..."</command>: These <command>sed</command>
+ commands fix building with recent kernels.
+ </para>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../xincludes/gtk-doc-rebuild.xml"/>
+
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directory</segtitle>
+
+ <seglistitem>
+ <seg>
+ None
+ </seg>
+ <seg>
+ None
+ </seg>
+ <seg>
+ /usr/share/gtk-doc/html/gst-plugins-good-plugins-0.10
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ </sect2>
+
+</sect1>
Copied: trunk/BOOK/archive/gst-plugins-ugly.xml (from r16218,
trunk/BOOK/multimedia/libdriv/gst-plugins-ugly.xml)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/BOOK/archive/gst-plugins-ugly.xml Tue Jul 7 17:35:57 2015
(r16219, copy of r16218, trunk/BOOK/multimedia/libdriv/gst-plugins-ugly.xml)
@@ -0,0 +1,206 @@
+<?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 gst-plugins-ugly-download-http
+
"http://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-&gst-plugins-ugly-version;.tar.xz">
+ <!ENTITY gst-plugins-ugly-download-ftp " ">
+ <!ENTITY gst-plugins-ugly-md5sum "ba26045c8c8c91f0d48d327ccf53ac0c">
+ <!ENTITY gst-plugins-ugly-size "864 KB">
+ <!ENTITY gst-plugins-ugly-buildsize "20 MB">
+ <!ENTITY gst-plugins-ugly-time "0.3 SBU">
+]>
+
+<sect1 id="gst-plugins-ugly"
xreflabel="gst-plugins-ugly-&gst-plugins-ugly-version;">
+ <?dbhtml filename="gst-plugins-ugly.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>gst-plugins-ugly-&gst-plugins-ugly-version;</title>
+
+ <indexterm zone="gst-plugins-ugly">
+ <primary sortas="a-GStreamer-Ugly-Plug-ins">GStreamer Ugly
Plug-ins</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to GStreamer Ugly Plug-ins</title>
+
+ <para>
+ The <application>GStreamer Ugly Plug-ins</application> is a set of
plug-ins
+ considered by the <application>GStreamer</application> developers to
have
+ good quality and correct functionality, but distributing them might pose
+ problems. The license on either the plug-ins or the supporting libraries
+ might not be how the <application>GStreamer</application> developers
would
+ like. The code might be widely known to present patent problems. Also see
+ the <xref linkend="gst-plugins-bad"/>, <xref linkend="gst-plugins-good"/>
+ and <xref linkend="gst-ffmpeg"/> packages.
+ </para>
+
+ &lfs77_checked;
+
+ &gst-compat;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&gst-plugins-ugly-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&gst-plugins-ugly-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &gst-plugins-ugly-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &gst-plugins-ugly-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &gst-plugins-ugly-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &gst-plugins-ugly-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Required patch:
+ <ulink
url="&patch-root;/gst-plugins-ugly-&gst-plugins-ugly-version;-libcdio_fixes-1.patch"/>
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">GStreamer Ugly Plug-ins
Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="gst-plugins-base"/>
+ </para>
+
+ <bridgehead renderas="sect4">Recommended</bridgehead>
+ <para role="recommended">
+ <xref linkend="lame"/>,
+ <xref linkend="libdvdnav"/> and
+ <xref linkend="libdvdread"/>
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="liba52"/>,
+ <xref linkend="libcdio"/>,
+ <xref linkend="libmad"/>,
+ <xref linkend="libmpeg2"/>,
+ <xref linkend="x264"/>,
+ <ulink
url="http://packages.debian.org/source/sid/libsidplay">libsidplay</ulink>,
+ <ulink url="http://sourceforge.net/projects/opencore-amr/">OpenCore
AMR</ulink>,
+ <ulink url="http://code.entropywave.com/projects/orc/">ORC</ulink>, and
+ <ulink url="http://sourceforge.net/projects/twolame/">TwoLAME</ulink>
+ </para>
+
+ <bridgehead renderas="sect4">Optional, for the unit regression
tests</bridgehead>
+ <para>
+ <xref linkend="valgrind"/>
+ </para>
+
+ <bridgehead renderas="sect4">
+ Optional (Required to Rebuild the API Documentation)
+ </bridgehead>
+ <para role="optional">
+ <xref linkend="gtk-doc"/> and
+ <xref linkend="python2"/>
+ </para>
+
+ <para condition="html" role="usernotes">User Notes:
+ <ulink url="&blfs-wiki;/gst-plugins-ugly"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of GStreamer Ugly Plug-ins</title>
+
+ <note><para>If you need a plugin for a given dependency, that dependency
+ needs to be installed before this application.
+ </para></note>
+
+ <para>
+ Install <application>GStreamer Ugly Plug-ins</application> by running
+ the following commands:
+ </para>
+
+<screen><userinput>patch -Np1 -i
../gst-plugins-ugly-&gst-plugins-ugly-version;-libcdio_fixes-1.patch &&
+./configure --prefix=/usr &&
+make</userinput></screen>
+
+ <para>
+ To run the unit regression tests, issue: <command>make check</command>.
+ </para>
+
+ <para>
+ Now, as the <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+ <para>
+ If you did not rebuild the API documentation by passing
+ <option>--enable-gtk-doc</option> to the <command>configure</command>
+ script and you wish to install the pre-built documentation, issue the
+ following command as the <systemitem class="username">root</systemitem>
+ user:
+ </para>
+
+<screen role="root"><userinput>make -C docs/plugins
install-data</userinput></screen>
+
+ </sect2>
+
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../xincludes/gtk-doc-rebuild.xml"/>
+
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directory</segtitle>
+
+ <seglistitem>
+ <seg>
+ None
+ </seg>
+ <seg>
+ None
+ </seg>
+ <seg>
+ /usr/share/gtk-doc/html/gst-plugins-ugly-plugins-0.10
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ </sect2>
+
+</sect1>
Copied and modified: trunk/BOOK/archive/gstreamer.xml (from r16218,
trunk/BOOK/multimedia/libdriv/gstreamer.xml)
==============================================================================
--- trunk/BOOK/multimedia/libdriv/gstreamer.xml Sun Jul 5 11:31:25 2015
(r16218, copy source)
+++ trunk/BOOK/archive/gstreamer.xml Tue Jul 7 17:35:57 2015 (r16219)
@@ -28,7 +28,7 @@
<sect2 role="package">
<title>Introduction to GStreamer</title>
-
+<!--
<para>
<application>GStreamer</application> is a streaming media framework that
enables applications to share a common set of plugins for things like
@@ -41,7 +41,7 @@
<xref linkend="gst-plugins-good"/>, <xref linkend="gst-plugins-ugly"/>
and
<xref linkend="gst-ffmpeg"/> packages.
</para>
-
+-->
&lfs77_checked;
&gst-compat;
Copied: trunk/BOOK/archive/xfce4-mixer.xml (from r16218,
trunk/BOOK/xfce/apps/xfce4-mixer.xml)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/BOOK/archive/xfce4-mixer.xml Tue Jul 7 17:35:57 2015
(r16219, copy of r16218, trunk/BOOK/xfce/apps/xfce4-mixer.xml)
@@ -0,0 +1,161 @@
+<?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 xfce4-mixer-download-http
+
"http://archive.xfce.org/src/apps/xfce4-mixer/4.10/xfce4-mixer-&xfce4-mixer-version;.tar.bz2">
+ <!ENTITY xfce4-mixer-download-ftp " ">
+ <!ENTITY xfce4-mixer-md5sum "e47d5b3e873fdee3fa80d309a5f53e9c">
+ <!ENTITY xfce4-mixer-size "452 KB">
+ <!ENTITY xfce4-mixer-buildsize "9.3 MB">
+ <!ENTITY xfce4-mixer-time "0.2 SBU">
+]>
+
+<sect1 id="xfce4-mixer" xreflabel="xfce4-mixer-&xfce4-mixer-version;">
+ <?dbhtml filename="xfce4-mixer.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>xfce4-mixer-&xfce4-mixer-version;</title>
+
+ <indexterm zone="xfce4-mixer">
+ <primary sortas="a-xfce4-mixer">xfce4-mixer</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to Xfce4 Mixer</title>
+
+ <para>
+ <application>Xfce4 Mixer</application> is a volume control
+ application for the <application>Xfce</application> desktop
+ based on <application>GStreamer</application>.
+ </para>
+
+ &lfs77_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&xfce4-mixer-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&xfce4-mixer-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &xfce4-mixer-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &xfce4-mixer-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &xfce4-mixer-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &xfce4-mixer-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Xfce4 Mixer Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="gst-plugins-base"/>,
+ <xref linkend="libunique"/> and
+ <xref linkend="xfce4-panel"/>
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="keybinder2"/>
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/xfce4-mixer"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Xfce4 Mixer</title>
+
+ <para>
+ Install <application>Xfce4 Mixer</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr &&
+make</userinput></screen>
+
+ <para>
+ This package does not come with a test suite.
+ </para>
+
+ <para>
+ Now, as the <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Program</segtitle>
+ <segtitle>Installed Libraries</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>
+ xfce4-mixer
+ </seg>
+ <seg>
+ None
+ </seg>
+ <seg>
+ /usr/share/pixmaps/xfce4-mixer and
+ /usr/share/xfce4-mixer
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="xfce4-mixer-prog">
+ <term><command>xfce4-mixer</command></term>
+ <listitem>
+ <para>
+ is an audio mixer which allows you to adjust input
+ and output volume levels on your sound cards.
+ </para>
+ <indexterm zone="xfce4-mixer xfce4-mixer-prog">
+ <primary sortas="b-xfce4-mixer">xfce4-mixer</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </sect2>
+
+</sect1>
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sun Jul 5 11:31:25 2015 (r16218)
+++ trunk/BOOK/general.ent Tue Jul 7 17:35:57 2015 (r16219)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "04"> <!-- Always 2 digits -->
+<!ENTITY day "07"> <!-- Always 2 digits -->
<!ENTITY month "07"> <!-- Always 2 digits -->
<!ENTITY year "2015">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "July 4th &year;">
+<!ENTITY releasedate "July 7th &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development] -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sun Jul 5 11:31:25
2015 (r16218)
+++ trunk/BOOK/introduction/welcome/changelog.xml Tue Jul 7 17:35:57
2015 (r16219)
@@ -45,6 +45,17 @@
-->
<listitem>
+ <para>July 7th, 2015</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Remove gstreamer-0.x. Includes archiving
+ xfce4-mixer. Fixes
+ <ulink url="&blfs-ticket-root;6688">#6688</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>July 4th, 2015</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/multimedia/libdriv/libdriv.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/libdriv.xml Sun Jul 5 11:31:25 2015
(r16218)
+++ trunk/BOOK/multimedia/libdriv/libdriv.xml Tue Jul 7 17:35:57 2015
(r16219)
@@ -35,12 +35,6 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="flac.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="frei0r.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gavl.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gstreamer.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="gst-plugins-base.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="gst-plugins-good.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="gst-plugins-bad.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="gst-plugins-ugly.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="gst-ffmpeg.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="gstreamer10.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="gst10-plugins-base.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="gst10-plugins-good.xml"/>
Modified: trunk/BOOK/x/lib/qt4.xml
==============================================================================
--- trunk/BOOK/x/lib/qt4.xml Sun Jul 5 11:31:25 2015 (r16218)
+++ trunk/BOOK/x/lib/qt4.xml Tue Jul 7 17:35:57 2015 (r16219)
@@ -4,8 +4,11 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
- <!ENTITY qt4-major "4.8">
- <!ENTITY qt4-url
"http://download.qt-project.org/official_releases/qt/&qt4-major;">
+ <!ENTITY qt4-major "4.8">
+ <!ENTITY wk-major "2.3">
+ <!ENTITY wk-version "2.3.4">
+ <!ENTITY qt4-url
"http://download.qt-project.org/official_releases/qt/&qt4-major;">
+ <!ENTITY webkit-url
"http://http://download.kde.org/stable/qtwebkit-&wk-major;">
<!ENTITY qt4-download-http
"&qt4-url;/&qt4-version;/qt-everywhere-opensource-src-&qt4-version;.tar.gz">
<!ENTITY qt4-download-ftp " ">
@@ -13,6 +16,10 @@
<!ENTITY qt4-size "230 MB">
<!ENTITY qt4-buildsize "2.3 GB">
<!ENTITY qt4-time "12 SBU, using parallelism=4">
+
+ <!ENTITY qtwebkit-download
"&webkit-url;/&wk-version;/src/qtwebkit-&wk-version;.tar.gz">
+ <!ENTITY qtwebkit-md5sum "42ef76d0cf7d0c611ef83418e9f297ff">
+ <!ENTITY qtwebkit-size "50 MB">
]>
<sect1 id="qt4" xreflabel="Qt-&qt4-version;">
@@ -77,6 +84,30 @@
</listitem>
</itemizedlist>
+ <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Recommended package: <ulink url="&qtwebkit-download;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &qtwebkit-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &qtwebkit-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Recommended patch: <ulink
url="&patch-root;/qtwebkit-&wk-version;-gcc5-1.patch"/>
+ </para>
+ </listitem>
+ </itemizedlist>
+
<bridgehead renderas="sect3">Qt Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@@ -104,7 +135,7 @@
<para role="optional">
<xref linkend="cups"/>,
<xref linkend="gtk2"/> (GTK+ 2 theme support),
- <xref linkend="gst-plugins-base"/> (For QtWebKit HTML5 Video),
+ <xref linkend="gst10-plugins-base"/> (For QtWebKit HTML5 Video),
<xref linkend="mariadb"/> or <ulink
url="http://www.mysql.com/">MySQL</ulink>,
<xref linkend="postgresql"/>,
<xref linkend="pulseaudio"/>, and
@@ -222,6 +253,7 @@
-system-sqlite \
-no-phonon \
-no-phonon-backend \
+ -no-webkit \
-no-openvg \
-nomake demos \
-nomake examples \
@@ -259,6 +291,40 @@
-i $file
done</userinput></screen>
+ <bridgehead renderas="sect3">Building Qtwebkit</bridgehead>
+
+ <para>
+ The bundled version of qtwebkit in the main package requires an
+ obsolete version of the <application>gstreamer</application> package.
+ To overcome this, we use a more recent version available separately.
+ </para>
+
+ <para>To start, the upstream package is unusual in that it does not
+ come in a direcctory, so we have to create one before unpacking the
+ tarball. After that, we need to make the package compatable with the
+ latest version of gcc and use an included script to actually complete
+ the build. To do this, run the following instructions:</para>
+
+<screen><userinput>mkdir qtwebkit-&wk-version; &&
+cd qtwebkit-&wk-version; &&
+
+tar -xf ../../qtwebkit-&wk-version;.tar.gz &&
+patch -Np1 -i ../../qtwebkit-&wk-version;-gcc5-1.patch &&
+
+Tools/Scripts/build-webkit --qt --no-webkit2
--prefix=$QT4PREFIX</userinput></screen>
+
+ <para>If desired, the build process can use parallel processors by
+ adding the option <option>--makeargs=-j<number></option> to
+ the <command>build-webkit</command> instruction above.</para>
+
+ <para>
+ To install the package, as the <systemitem
class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>make INSTALL_ROOT=/tmp/webkitqt -C
WebKitBuild/Release install</userinput></screen>
+
+ <bridgehead renderas="sect3">Installing Auxillary Files</bridgehead>
+
<para>
Install images and create the menu entries for installed applications.
The <envar>QT4BINDIR</envar> variable is used here to point to the
Modified: trunk/BOOK/xfce/apps/apps.xml
==============================================================================
--- trunk/BOOK/xfce/apps/apps.xml Sun Jul 5 11:31:25 2015 (r16218)
+++ trunk/BOOK/xfce/apps/apps.xml Tue Jul 7 17:35:57 2015 (r16219)
@@ -29,7 +29,6 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="xfburn.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ristretto.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libunique.xml"/>
- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="xfce4-mixer.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="xfce4-notifyd.xml"/>
</chapter>
Modified: trunk/BOOK/xfce/apps/parole.xml
==============================================================================
--- trunk/BOOK/xfce/apps/parole.xml Sun Jul 5 11:31:25 2015 (r16218)
+++ trunk/BOOK/xfce/apps/parole.xml Tue Jul 7 17:35:57 2015 (r16219)
@@ -76,7 +76,6 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
- <xref linkend="gst-plugins-base"/> or
<xref linkend="gst10-plugins-base"/> and
<xref linkend="libxfce4ui"/>
</para>
@@ -120,8 +119,7 @@
<para>
<parameter>--with-gstreamer=1.0</parameter>: Use this switch if
- you want to use <xref linkend="gst10-plugins-base"/> instead of
- <xref linkend="gst-plugins-base"/>.
+ the deprecated gstreamer-0.x is installed.
</para>
</sect2>
Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml Sun Jul 5 11:31:25 2015
(r16218)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml Tue Jul 7 17:35:57 2015
(r16219)
@@ -121,9 +121,6 @@
<xref linkend="curl"/>,
<xref linkend="dbus-glib"/>,
<xref linkend="doxygen"/>,
- <xref linkend="gst-plugins-base"/> (with
- <xref linkend="gst-plugins-good"/> and
- <xref linkend="gst-ffmpeg"/> at runtime), or
<xref linkend="gst10-plugins-base"/> (with
<xref linkend="gst10-plugins-good"/> and
<xref linkend="gst10-libav"/> at runtime),
@@ -177,9 +174,7 @@
# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
-# in about:config. If you have GStreamer 0.x.y, comment out this line:
-ac_add_options --disable-gstreamer
-# or uncomment this line, if you have GStreamer 1.x.y
+# in about:config. If you have GStreamer 1.x.y, uncomment this line:
#ac_add_options --enable-gstreamer=1.0
# Uncomment these lines if you have installed optional dependencies:
Modified: trunk/BOOK/xsoft/graphweb/seamonkey.xml
==============================================================================
--- trunk/BOOK/xsoft/graphweb/seamonkey.xml Sun Jul 5 11:31:25 2015
(r16218)
+++ trunk/BOOK/xsoft/graphweb/seamonkey.xml Tue Jul 7 17:35:57 2015
(r16219)
@@ -131,9 +131,6 @@
<xref linkend="curl"/>,
<xref linkend="dbus-glib"/>,
<xref linkend="doxygen"/>,
- <xref linkend="gst-plugins-base"/> (with
- <xref linkend="gst-plugins-good"/> and
- <xref linkend="gst-ffmpeg"/> at runtime), or
<xref linkend="gst10-plugins-base"/> (with
<xref linkend="gst10-plugins-good"/> and
<xref linkend="gst10-libav"/> at runtime),
@@ -186,9 +183,7 @@
# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
-# in about:config. If you do *not* have GStreamer 0.x.y, uncomment this line:
-ac_add_options --disable-gstreamer
-# or uncomment this line, if you have GStreamer 1.x.y
+# in about:config. If you have GStreamer 1.x.y, uncomment this line:
#ac_add_options --enable-gstreamer=1.0
# Uncomment these lines if you have installed optional dependencies:
Modified: trunk/BOOK/xsoft/office/libreoffice.xml
==============================================================================
--- trunk/BOOK/xsoft/office/libreoffice.xml Sun Jul 5 11:31:25 2015
(r16218)
+++ trunk/BOOK/xsoft/office/libreoffice.xml Tue Jul 7 17:35:57 2015
(r16219)
@@ -191,7 +191,6 @@
<xref linkend="libjpeg"/>,
<xref linkend="glu"/>,
<xref linkend="graphite2"/>,
- <xref linkend="gst-plugins-base"/> or
<xref linkend="gst10-plugins-base"/>,
<xref linkend="gtk2"/>,
<xref linkend="harfbuzz"/>,
@@ -608,12 +607,6 @@
</para>
<para>
- <option>--enable-gstreamer-0-10</option>: Use this switch if you want to
- use <xref linkend="gst-plugins-base"/> instead of
- <xref linkend="gst10-plugins-base"/> for the avmedia module.
- </para>
-
- <para>
<option>--disable-gstreamer-1-0</option>: Use this switch if you have not
installed <xref linkend="gst10-plugins-base"/>.
</para>
Modified: trunk/BOOK/xsoft/other/pidgin.xml
==============================================================================
--- trunk/BOOK/xsoft/other/pidgin.xml Sun Jul 5 11:31:25 2015 (r16218)
+++ trunk/BOOK/xsoft/other/pidgin.xml Tue Jul 7 17:35:57 2015 (r16219)
@@ -71,6 +71,16 @@
</listitem>
</itemizedlist>
+ <bridgehead renderas="sect3">Additional Downloads</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Recommended patch:
+ <ulink url="&patch-root;/pidgin-&gimp-version;-gstreamer1-1.patch"/>
+ </para>
+ </listitem>
+ </itemizedlist>
+
<bridgehead renderas="sect3">Pidgin Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@@ -80,7 +90,8 @@
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
- <xref linkend="libgcrypt"/> and
+ <xref linkend="libgcrypt"/>,
+ <xref linkend="gstreamer10"/> (required for audio support), and
<xref linkend="gnutls"/> or
<xref linkend="nss"/>
</para>
@@ -101,7 +112,6 @@
<xref linkend="GConf"/>,
<xref linkend="libidn"/> (required, if you wish to run the test suite),
<xref linkend="NetworkManager"/>,
- <xref linkend="gstreamer"/> (required for audio support),
<xref linkend="sqlite"/> (required for the Contact Availability
Prediction
plugin),
<xref linkend="startup-notification"/>,
@@ -137,22 +147,30 @@
<title>Installation of Pidgin</title>
<para>
+ First apply a patch to allow the package to build with the current
+ <application>gstreamer</application> framework:
+ </para>
+
+<screen><userinput>patch -Np1 -i ../pidgin-&pidgin-version;-gstreamer1-1.patch
&&
+autoreconf -fi</userinput></screen>
+
+ <para>
If you wish to run the test suite, make sure that <xref
linkend="libidn"/> is installed and remove the switch
<quote>--disable-idn</quote>. Compile <application>Pidgin</application>
by running the following commands:
</para>
-<screen><userinput>./configure --prefix=/usr \
- --sysconfdir=/etc \
- --disable-avahi \
- --disable-gtkspell \
- --disable-gstreamer \
- --disable-meanwhile \
- --disable-idn \
- --disable-nm \
- --disable-vv \
- --disable-tcl &&
+<screen><userinput>./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --with-gstreamer=1.0 \
+ --disable-avahi \
+ --disable-gtkspell \
+ --disable-meanwhile \
+ --disable-idn \
+ --disable-nm \
+ --disable-vv \
+ --disable-tcl &&
make</userinput></screen>
<para>
@@ -191,6 +209,12 @@
<title>Command Explanations</title>
<para>
+ <option>--with-gstreamer=1.0</option>: Remove this switch
+ and add <option>--disable-gstreamer</option>
+ if you've not installed <xref linkend="gstreamer10"/>.
+ </para>
+
+ <para>
<option>--disable-avahi</option>: Remove this switch if you've
installed <xref linkend="avahi"/>.
</para>
@@ -202,11 +226,6 @@
</para>
<para>
- <option>--disable-gstreamer</option>: Sounds. Remove this switch if
you've
- installed <xref linkend="gstreamer"/>.
- </para>
-
- <para>
<option>--disable-meanwhile</option>: Remove this switch if you've
installed <ulink
url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>.
</para>
Modified: trunk/BOOK/xsoft/other/thunderbird.xml
==============================================================================
--- trunk/BOOK/xsoft/other/thunderbird.xml Sun Jul 5 11:31:25 2015
(r16218)
+++ trunk/BOOK/xsoft/other/thunderbird.xml Tue Jul 7 17:35:57 2015
(r16219)
@@ -136,9 +136,6 @@
<xref linkend="cyrus-sasl"/>,
<xref linkend="dbus-glib"/>,
<xref linkend="doxygen"/>,
- <xref linkend="gst-plugins-base"/> (with
- <xref linkend="gst-plugins-good"/> and
- <xref linkend="gst-ffmpeg"/> at runtime), or
<xref linkend="gst10-plugins-base"/> (with
<xref linkend="gst10-plugins-good"/> and
<xref linkend="gst10-libav"/> at runtime),
@@ -187,9 +184,7 @@
# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
-# in about:config. If you have installed GStreamer 0.x.y, comment out this
line:
-ac_add_options --disable-gstreamer
-# or uncomment this line, if you have installed GStreamer 1.x.y
+# in about:config. If you have installed GStreamer 1.x.y, uncomment this line:
#ac_add_options --enable-gstreamer=1.0
# Uncomment these lines if you have installed optional dependencies:
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page