source: archive/gnash.xml@ eede1a3

11.0 11.1 11.2 11.3 12.0 12.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 eede1a3 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 7.7 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 <date>$Date$</date>
22 </sect1info>
23
24 <title>gnash-&gnash-version;</title>
25
26 <indexterm zone="gnash">
27 <primary sortas="a-gnash">gnash</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to gnash</title>
32
33 <para>
34 <application>Gnash</application> is the GNU Flash movie player and browser
35 plugin. This is useful for watching YouTube videos or simple flash
36 animations.
37 </para>
38
39 &lfs76_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&gnash-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&gnash-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &gnash-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &gnash-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &gnash-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &gnash-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
76 <itemizedlist spacing="compact">
77 <listitem>
78 <para>
79 Required patch:
80 <ulink url="&patch-root;/gnash-&gnash-version;-CVE-2012-1175-1.patch"/>
81 </para>
82 </listitem>
83 </itemizedlist>
84
85 <bridgehead renderas="sect3">gnash Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <xref linkend="agg"/>,
90 <xref linkend="boost"/>,
91 <xref linkend="curl"/>,
92 <!-- <xref linkend="ffmpeg"/> or -->
93 <xref linkend="gst-ffmpeg"/>,
94 <xref linkend="npapi-sdk"/>, and
95 <xref linkend="giflib"/>
96 </para>
97
98 <bridgehead renderas="sect4">Optional</bridgehead>
99 <para role="optional">
100 <xref linkend="dejagnu"/>,
101 <xref linkend="GConf"/>,
102 <xref linkend="git"/>,
103 <xref linkend="kdelibs"/>,
104 <xref linkend="libogg"/>,
105 <xref linkend="libvorbis"/>,
106 <xref linkend="qt4"/>,
107 <xref linkend="speex"/>,
108 <xref linkend="wget"/>,
109 <ulink url="http://www.swftools.org/">SWFTools</ulink>,
110 <ulink url="http://swfmill.org/">Swfmill </ulink>,
111 <ulink url="http://www.mtasc.org/">Mtasc</ulink>,
112 <ulink url="http://netcat.sourceforge.net/">Netcat</ulink>,
113 <ulink url="http://csound.sourceforge.net/">Csound</ulink>,
114 <ulink url="https://launchpad.net/libgsm">LibGSM</ulink> and
115 <ulink url="http://sourceforge.net/projects/libdc1394/">Libdc1394</ulink>.
116 </para>
117
118 <para condition="html" role="usernotes">
119 User Notes: <ulink url="&blfs-wiki;/gnash"/>
120 </para>
121 </sect2>
122
123 <sect2 role="installation">
124 <title>Installation of gnash</title>
125
126 <para>
127 Install <application>gnash</application> by running the following
128 commands:
129 </para>
130
131<screen><userinput>patch -Np1 -i ../gnash-&gnash-version;-CVE-2012-1175-1.patch &amp;&amp;
132sed -i '/^LIBS/s/\(.*\)/\1 -lboost_system/' \
133 gui/Makefile.in utilities/Makefile.in &amp;&amp;
134sed -e '/DGifOpen/s:Data:&amp;, NULL:' \
135 -e '/DGifCloseFile/s:_gif:&amp;, NULL:' \
136 -i libbase/GnashImageGif.cpp &amp;&amp;
137sed -i '/#include &lt;csignal&gt;/a\#include &lt;unistd.h&gt;' plugin/klash4/klash_part.cpp &amp;&amp;
138
139./configure --prefix=/usr --sysconfdir=/etc \
140 --with-npapi-incl=/usr/include/npapi-sdk --enable-media=gst \
141 --with-npapi-plugindir=/usr/lib/mozilla/plugins \
142 --without-gconf &amp;&amp;
143make</userinput></screen>
144
145 <para>
146 To test the results issue <command>make check</command>.
147 </para>
148
149 <para>
150 Now, as the <systemitem class="username">root</systemitem> user:
151 </para>
152
153<screen role="root"><userinput>make install &amp;&amp;
154make install-plugin</userinput></screen>
155 </sect2>
156
157 <sect2 role="commands">
158 <title>Command Explanations</title>
159
160 <para>
161 <command>sed -i '/^LIBS/s/\(.*\)/\1 -lboost_system/' ...</command>:
162 This fixes linking to the current <application>boost</application> libraries.
163 </para>
164
165 <para>
166 <command>sed -e '/DGifOpen/s:Data:&amp;, NULL:' ...</command>:
167 This sed fixes building with recent versions of
168 <application>Giflib</application>.
169 </para>
170
171 <para>
172 <command>sed -i '/#include &lt;csignal&gt;/a\#include &lt;unistd.h&gt;' ...</command>:
173 This fixes building when <application>kdelibs</application> has been installed.
174 </para>
175
176 <para>
177 <option>--enable-media=gst</option>: This tells it to use Gstreamer for
178 to play video and audio (--enable-media=ffmpeg is broken with
179 FFmpeg-0.11.1).
180 </para>
181
182 <para>
183 <option>--with-npapi-incl=/usr/include/npapi-sdk</option>: This option tells
184 it where to find some Mozilla headers that it needs.
185 </para>
186
187 <para>
188 <option>--with-npapi-plugindir=/usr/lib/mozilla/plugins</option>: This
189 option tells it to install the Mozilla browser plugin into
190 /usr/lib/mozilla/plugins.
191 </para>
192
193 <para>
194 <option>--without-gconf</option>: Omit this switch if you have GConf
195 installed and wish gnash to use it.
196 </para>
197
198 <para>
199 <command>make install-plugin</command>: This command installs the Mozilla
200 browser plugin.
201 </para>
202 </sect2>
203
204 <sect2 role="content">
205 <title>Contents</title>
206
207 <segmentedlist>
208 <segtitle>Installed Program</segtitle>
209 <segtitle>Installed Libraries</segtitle>
210 <segtitle>Installed Directories</segtitle>
211
212 <seglistitem>
213 <seg>gnash-gtk-launcher</seg>
214 <seg>
215 2 private libraries in /usr/lib/gnash and
216 libgnashplugin.so.
217 </seg>
218 <seg>
219 /usr/lib/gnash and
220 /usr/share/gnash.
221 </seg>
222 </seglistitem>
223 </segmentedlist>
224
225 <variablelist>
226 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
227 <?dbfo list-presentation="list"?>
228 <?dbhtml list-presentation="table"?>
229
230 <varlistentry id="gnash-gtk-launcher">
231 <term><command>gnash-gtk-launcher</command></term>
232 <listitem>
233 <para>
234 launches Gnash.
235 </para>
236 <indexterm zone="gnash gnash-gtk-launcher">
237 <primary sortas="b-gnash-gtk-launcher">gnash-gtk-launcher</primary>
238 </indexterm>
239 </listitem>
240 </varlistentry>
241
242 <varlistentry id="libgnashplugin">
243 <term><filename class="libraryfile">libgnashplugin.so</filename></term>
244 <listitem>
245 <para>
246 is the Mozilla browser plugin.
247 </para>
248 <indexterm zone="gnash libgnashplugin">
249 <primary sortas="c-libgnashplugin">libgnashplugin.so</primary>
250 </indexterm>
251 </listitem>
252 </varlistentry>
253 </variablelist>
254 </sect2>
255</sect1>
Note: See TracBrowser for help on using the repository browser.