source: xsoft/other/gnash.xml@ d99d728

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since d99d728 was d99d728, checked in by Ragnar Thomsen <rthomsen@…>, 12 years ago

Change Qt4 to just Qt in xml filename and references.

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

  • Property mode set to 100644
File size: 6.4 KB
Line 
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
7 <!ENTITY gnash-download-http
8 "http://ftp.gnu.org/pub/gnu/gnash/&gnash-version;/gnash-&gnash-version;.tar.bz2">
9 <!ENTITY gnash-download-ftp
10 "ftp://ftp.gnu.org/pub/gnu/gnash/&gnash-version;/gnash-&gnash-version;.tar.bz2">
11 <!ENTITY gnash-md5sum "63e9f79c41d93d48c5a2fa94856548c4">
12 <!ENTITY gnash-size "4.1 MB">
13 <!ENTITY gnash-buildsize "758 MB">
14 <!ENTITY gnash-time "11.1 SBU">
15]>
16
17<sect1 id="gnash" xreflabel="gnash-&gnash-version;">
18 <?dbhtml filename="gnash.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>gnash-&gnash-version;</title>
26
27 <indexterm zone="gnash">
28 <primary sortas="a-gnash">gnash</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to gnash</title>
33
34 <para>
35 <application>Gnash</application> is the GNU Flash movie player and browser
36 plugin. This is useful for watching YouTube videos or simple flash
37 animations.
38 </para>
39
40 &lfs71_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&gnash-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&gnash-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &gnash-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &gnash-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &gnash-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &gnash-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">gnash Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="agg"/>,
81 <xref linkend="boost"/>,
82 <!-- <xref linkend="ffmpeg"/> or -->
83 <xref linkend="gst-ffmpeg"/>,
84 <xref linkend="firefox"/> or <xref linkend="seamonkey"/>,
85 <xref linkend="GConf"/> and
86 <xref linkend="giflib"/>.
87 </para>
88
89 <bridgehead renderas="sect4">Optional</bridgehead>
90 <para role="optional">
91 <xref linkend="curl"/>,
92 <xref linkend="dejagnu"/>,
93 <xref linkend="git"/>,
94 <xref linkend="libogg"/>,
95 <xref linkend="libvorbis"/>,
96 <xref linkend="qt"/>,
97 <xref linkend="speex"/>,
98 <xref linkend="wget"/>,
99 <ulink url="http://www.swftools.org/">SWFTools</ulink>,
100 <ulink url="http://swfmill.org/">Swfmill </ulink>,
101 <ulink url="http://www.mtasc.org/">Mtasc</ulink>,
102 <ulink url="http://netcat.sourceforge.net/">Netcat</ulink>,
103 <ulink url="http://csound.sourceforge.net/">Csound</ulink>,
104 <ulink url="https://launchpad.net/libgsm">LibGSM</ulink> and
105 <ulink url="http://sourceforge.net/projects/libdc1394/">Libdc1394</ulink>.
106 </para>
107
108 <para condition="html" role="usernotes">
109 User Notes: <ulink url="&blfs-wiki;/gnash"/>
110 </para>
111 </sect2>
112
113 <sect2 role="installation">
114 <title>Installation of gnash</title>
115
116 <para>
117 Install <application>gnash</application> by running the following
118 commands:
119 </para>
120
121<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
122 --with-npapi-incl=/usr/include/npapi --enable-media=gst \
123 --with-npapi-plugindir=/usr/lib/mozilla/plugins &amp;&amp;
124make</userinput></screen>
125
126 <para>
127 To test the results issue <command>make check</command>.
128 </para>
129
130 <para>
131 Now, as the <systemitem class="username">root</systemitem> user:
132 </para>
133
134<screen role="root"><userinput>make install &amp;&amp;
135make install-plugin</userinput></screen>
136 </sect2>
137
138 <sect2 role="commands">
139 <title>Command Explanations</title>
140
141 <para>
142 <option>--enable-media=gst</option>: This tells it to use Gstreamer for
143 to play video and audio (--enable-media=ffmpeg is broken with
144 FFmpeg-0.11.1).
145 </para>
146
147 <para>
148 <option>--with-npapi-incl=/usr/include/npapi</option>: This option tells
149 it where to find some Mozilla headers that it needs. You should have
150 installed these headers when you installed <xref linkend="npapi-firefox"/>
151 or <xref linkend="npapi-seamonkey"/>.
152 </para>
153
154 <para>
155 <option>--with-npapi-plugindir=/usr/lib/mozilla/plugins</option>: This
156 option tells it to install the Mozilla browser plugin into
157 /usr/lib/mozilla/plugins.
158 </para>
159
160 <para>
161 <command>make install-plugin</command>: This command installs the Mozilla
162 browser plugin.
163 </para>
164 </sect2>
165
166 <sect2 role="content">
167 <title>Contents</title>
168
169 <segmentedlist>
170 <segtitle>Installed Program</segtitle>
171 <segtitle>Installed Libraries</segtitle>
172 <segtitle>Installed Directories</segtitle>
173
174 <seglistitem>
175 <seg>gnash-gtk-launcher</seg>
176 <seg>
177 2 private libraries in /usr/lib/gnash and
178 libgnashplugin.so.
179 </seg>
180 <seg>
181 /usr/lib/gnash and
182 /usr/share/gnash.
183 </seg>
184 </seglistitem>
185 </segmentedlist>
186
187 <variablelist>
188 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
189 <?dbfo list-presentation="list"?>
190 <?dbhtml list-presentation="table"?>
191
192 <varlistentry id="gnash-gtk-launcher">
193 <term><command>gnash-gtk-launcher</command></term>
194 <listitem>
195 <para>
196 launches Gnash.
197 </para>
198 <indexterm zone="gnash gnash-gtk-launcher">
199 <primary sortas="b-gnash-gtk-launcher">gnash-gtk-launcher</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 <varlistentry id="libgnashplugin">
205 <term><filename class="libraryfile">libgnashplugin.so</filename></term>
206 <listitem>
207 <para>
208 is the Mozilla browser plugin.
209 </para>
210 <indexterm zone="gnash libgnashplugin">
211 <primary sortas="c-libgnashplugin">libgnashplugin.so</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
215 </variablelist>
216 </sect2>
217</sect1>
Note: See TracBrowser for help on using the repository browser.