source: gnome/applications/sushi.xml@ ee80ba4

gnome
Last change on this file since ee80ba4 was ee80ba4, checked in by Christopher Gregory <cjg@…>, 10 years ago

Added new pages sushi and sound-theme-freedesktop updated dependencies for uhttpmock

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/gnome@13385 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.1 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 sushi-download-http "&gnome-download-http;/sushi/3.12/sushi-&sushi-version;.tar.xz">
8 <!ENTITY sushi-download-ftp "&gnome-download-ftp;/sushi/3.12/sushi-&sushi-version;.tar.xz">
9 <!ENTITY sushi-md5sum "97bb127c9a66dfc38d72ba6c9f04d33f">
10 <!ENTITY sushi-size "276 KB">
11 <!ENTITY sushi-buildsize "5.5 MB">
12 <!ENTITY sushi-time "0.3 SBU">
13]>
14
15<sect1 id="sushi" xreflabel="Sushi-&sushi-version;">
16 <?dbhtml filename="sushi.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Sushi-&sushi-version;</title>
24
25 <indexterm zone="sushi">
26 <primary sortas="a-Sushi">Sushi</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Sushi</title>
31
32 <para>
33 The <application>Sushi</application> package contains a quick file previewer
34 for <application>Nautilus</application>.
35 </para>
36
37 &lfs75_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&sushi-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&sushi-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &sushi-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &sushi-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &sushi-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &sushi-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Sushi Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Required</bridgehead>
76 <para role="required">
77 <xref linkend="clutter-gtk"/>,
78 <xref linkend="gtk3"/>,
79 <xref linkend="glib2"/>,
80 <xref linkend="clutter"/>,
81 <xref linkend="gdk-pixbuf"/>, and
82 <xref linkend="gjs"/>
83 </para>
84
85
86 <bridgehead renderas="sect4">Recommended</bridgehead>
87 <para role="recommended">
88 <xref linkend="evince"/>,
89 <xref linkend="gtksourceview"/>,
90 <xref linkend="freetype2"/>,
91 <xref linkend="clutter-gst2"/>,
92 <xref linkend="libmusicbrainz5"/>,
93 <xref linkend="gobject-introspection"/>,
94 <xref linkend="webkitgtk2"/>,
95 <xref linkend="gstreamer10"/>, and
96 <xref linkend="gst10-plugins-base"/>
97 </para>
98
99 <para condition="html" role="usernotes">User Notes:
100 <ulink url="&blfs-wiki;/sushi"/>
101 </para>
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of Sushi</title>
106
107 <para>
108 Install <application>Sushi</application> by running the following
109 commands:
110 </para>
111
112<screen><userinput>./configure --prefix=/usr \
113 --libexecdir=/usr/lib/sushi &amp;&amp;
114make</userinput></screen>
115
116 <para>
117 To test the results, issue: <command>make check</command>.
118 </para>
119
120 <para>
121 Now, as the <systemitem class="username">root</systemitem> user:
122 </para>
123
124<screen role="root"><userinput>make install</userinput></screen>
125
126 </sect2>
127
128 <sect2 role="commands">
129 <title>Command Explanations</title>
130
131 <para>
132 <parameter>--libexecdir=/usr/lib/sushi</parameter>: This parameter
133 ensures <filename>sushi-start</filename> is installed in a FHS-compliant
134 location.
135 </para>
136
137 </sect2>
138
139 <sect2 role="content">
140 <title>Contents</title>
141
142 <segmentedlist>
143 <segtitle>Installed Program</segtitle>
144 <segtitle>Installed Library</segtitle>
145 <segtitle>Installed Directories</segtitle>
146
147 <seglistitem>
148 <seg>
149 sushi
150 </seg>
151 <seg>
152 libsushi-1.0.so
153 </seg>
154 <seg>
155 /usr/lib/sushi and
156 /usr/share/sushi
157 </seg>
158 </seglistitem>
159 </segmentedlist>
160
161 <variablelist>
162 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
163 <?dbfo list-presentation="list"?>
164 <?dbhtml list-presentation="table"?>
165
166 <varlistentry id="sushi-prog">
167 <term><command>sushi</command></term>
168 <listitem>
169 <para>
170 is a graphical file viewer.
171 </para>
172 <indexterm zone="sushi sushi-prog">
173 <primary sortas="b-sushi-prog">sushi</primary>
174 </indexterm>
175 </listitem>
176 </varlistentry>
177
178 <varlistentry id="libsushi-1">
179 <term><filename class='libraryfile'>libsushi-1.0.so</filename></term>
180 <listitem>
181 <para>
182 contains the <application>Sushi</application> API functions.
183 </para>
184 <indexterm zone="sushi libsushi-1">
185 <primary sortas="c-libsushi-1">libsushi-1.0.so</primary>
186 </indexterm>
187 </listitem>
188 </varlistentry>
189
190 </variablelist>
191
192 </sect2>
193
194</sect1>
Note: See TracBrowser for help on using the repository browser.