source: xsoft/other/gnash.xml@ 2b89e0a

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 2b89e0a was 2b89e0a, checked in by Andrew Benton <andy@…>, 12 years ago

Made some links from the Gnash page to the Firefox and Seamonkey pages

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

  • Property mode set to 100644
File size: 6.3 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 <xref linkend="gst-plugins-base"/>,
83 <xref linkend="firefox"/> or <xref linkend="seamonkey"/>,
84 <xref linkend="GConf"/> and
85 <xref linkend="giflib"/>.
86 </para>
87
88 <bridgehead renderas="sect4">Optional</bridgehead>
89 <para role="optional">
90 <xref linkend="curl"/>,
91 <xref linkend="dejagnu"/>,
92 <xref linkend="git"/>,
93 <xref linkend="libogg"/>,
94 <xref linkend="libvorbis"/>,
95 <xref linkend="qt4"/>,
96 <xref linkend="speex"/>,
97 <xref linkend="wget"/>,
98 <ulink url="http://www.swftools.org/">SWFTools</ulink>,
99 <ulink url="http://swfmill.org/">Swfmill </ulink>,
100 <ulink url="http://www.mtasc.org/">Mtasc</ulink>,
101 <ulink url="http://netcat.sourceforge.net/">Netcat</ulink>,
102 <ulink url="http://csound.sourceforge.net/">Csound</ulink>,
103 <ulink url="https://launchpad.net/libgsm">LibGSM</ulink> and
104 <ulink url="http://sourceforge.net/projects/libdc1394/">Libdc1394</ulink>.
105 </para>
106
107 <para condition="html" role="usernotes">
108 User Notes: <ulink url="&blfs-wiki;/gnash"/>
109 </para>
110 </sect2>
111
112 <sect2 role="installation">
113 <title>Installation of gnash</title>
114
115 <para>
116 Install <application>gnash</application> by running the following
117 commands:
118 </para>
119
120<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
121 --with-npapi-incl=/usr/include/npapi \
122 --with-npapi-plugindir=/usr/lib/mozilla/plugins &amp;&amp;
123make</userinput></screen>
124
125 <para>
126 To test the results issue <command>make check</command>.
127 </para>
128
129 <para>
130 Now, as the <systemitem class="username">root</systemitem> user:
131 </para>
132
133<screen role="root"><userinput>make install &amp;&amp;
134make install-plugin</userinput></screen>
135 </sect2>
136
137 <sect2 role="commands">
138 <title>Command Explanations</title>
139
140 <para>
141 <option>--enable-media=ffmpeg</option>: This tells it to use FFmpeg
142 instead of Gstreamer to render video.
143 </para>
144
145 <para>
146 <option>--with-npapi-incl=/usr/include/npapi</option>: This option tells
147 it where to find some Mozilla headers that it needs. You should have
148 installed these headers when you installed <xref linkend="npapi-firefox"/>
149 or <xref linkend="npapi-seamonkey"/>.
150 </para>
151
152 <para>
153 <option>--with-npapi-plugindir=/usr/lib/mozilla/plugins</option>: This
154 option tells it to install the Mozilla browser plugin into
155 /usr/lib/mozilla/plugins.
156 </para>
157
158 <para>
159 <command>make install-plugin</command>: This command installs the Mozilla
160 browser plugin.
161 </para>
162 </sect2>
163
164 <sect2 role="content">
165 <title>Contents</title>
166
167 <segmentedlist>
168 <segtitle>Installed Program</segtitle>
169 <segtitle>Installed Libraries</segtitle>
170 <segtitle>Installed Directories</segtitle>
171
172 <seglistitem>
173 <seg>gnash-gtk-launcher</seg>
174 <seg>
175 2 private libraries in /usr/lib/gnash and
176 libgnashplugin.so.
177 </seg>
178 <seg>
179 /usr/lib/gnash and
180 /usr/share/gnash.
181 </seg>
182 </seglistitem>
183 </segmentedlist>
184
185 <variablelist>
186 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
187 <?dbfo list-presentation="list"?>
188 <?dbhtml list-presentation="table"?>
189
190 <varlistentry id="gnash-gtk-launcher">
191 <term><command>gnash-gtk-launcher</command></term>
192 <listitem>
193 <para>
194 launches Gnash.
195 </para>
196 <indexterm zone="gnash gnash-gtk-launcher">
197 <primary sortas="b-gnash-gtk-launcher">gnash-gtk-launcher</primary>
198 </indexterm>
199 </listitem>
200 </varlistentry>
201
202 <varlistentry id="libgnashplugin">
203 <term><filename class="libraryfile">libgnashplugin.so</filename></term>
204 <listitem>
205 <para>
206 is the Mozilla browser plugin.
207 </para>
208 <indexterm zone="gnash libgnashplugin">
209 <primary sortas="c-libgnashplugin">libgnashplugin.so</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213 </variablelist>
214 </sect2>
215</sect1>
Note: See TracBrowser for help on using the repository browser.