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 tumbler-download-http
|
---|
8 | "http://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-&tumbler-version;.tar.bz2">
|
---|
9 | <!ENTITY tumbler-download-ftp " ">
|
---|
10 | <!ENTITY tumbler-md5sum "5d541608b3962fd2b16e23a266fd7a10">
|
---|
11 | <!ENTITY tumbler-size "580 KB">
|
---|
12 | <!ENTITY tumbler-buildsize "13 MB">
|
---|
13 | <!ENTITY tumbler-time "0.2 SBU">
|
---|
14 | ]>
|
---|
15 |
|
---|
16 | <sect1 id="tumbler" xreflabel="Tumbler-&tumbler-version;">
|
---|
17 | <?dbhtml filename="tumbler.html"?>
|
---|
18 |
|
---|
19 | <sect1info>
|
---|
20 | <othername>$LastChangedBy$</othername>
|
---|
21 | <date>$Date$</date>
|
---|
22 | </sect1info>
|
---|
23 |
|
---|
24 | <title>Tumbler-&tumbler-version;</title>
|
---|
25 |
|
---|
26 | <indexterm zone="tumbler">
|
---|
27 | <primary sortas="a-Tumbler">Tumbler</primary>
|
---|
28 | </indexterm>
|
---|
29 |
|
---|
30 | <sect2 role="package">
|
---|
31 | <title>Introduction to Tumbler</title>
|
---|
32 |
|
---|
33 | <para>
|
---|
34 | The <application>Tumbler</application> package contains a
|
---|
35 | <application>D-Bus</application> thumbnailing service based on the
|
---|
36 | thumbnail management <application>D-Bus</application> specification.
|
---|
37 | This is useful for generating thumbnail images of files.
|
---|
38 | </para>
|
---|
39 |
|
---|
40 | &lfs91_checked;
|
---|
41 |
|
---|
42 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
43 | <itemizedlist spacing="compact">
|
---|
44 | <listitem>
|
---|
45 | <para>
|
---|
46 | Download (HTTP): <ulink url="&tumbler-download-http;"/>
|
---|
47 | </para>
|
---|
48 | </listitem>
|
---|
49 | <listitem>
|
---|
50 | <para>
|
---|
51 | Download (FTP): <ulink url="&tumbler-download-ftp;"/>
|
---|
52 | </para>
|
---|
53 | </listitem>
|
---|
54 | <listitem>
|
---|
55 | <para>
|
---|
56 | Download MD5 sum: &tumbler-md5sum;
|
---|
57 | </para>
|
---|
58 | </listitem>
|
---|
59 | <listitem>
|
---|
60 | <para>
|
---|
61 | Download size: &tumbler-size;
|
---|
62 | </para>
|
---|
63 | </listitem>
|
---|
64 | <listitem>
|
---|
65 | <para>
|
---|
66 | Estimated disk space required: &tumbler-buildsize;
|
---|
67 | </para>
|
---|
68 | </listitem>
|
---|
69 | <listitem>
|
---|
70 | <para>
|
---|
71 | Estimated build time: &tumbler-time;
|
---|
72 | </para>
|
---|
73 | </listitem>
|
---|
74 | </itemizedlist>
|
---|
75 |
|
---|
76 | <bridgehead renderas="sect3">Tumbler Dependencies</bridgehead>
|
---|
77 |
|
---|
78 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
79 | <para role="required">
|
---|
80 | <xref linkend="glib2"/>
|
---|
81 | </para>
|
---|
82 |
|
---|
83 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
84 | <para role="optional">
|
---|
85 | <xref linkend="curl"/>,
|
---|
86 | <xref linkend="freetype2"/>,
|
---|
87 | <xref linkend="gdk-pixbuf"/>,
|
---|
88 | <xref linkend="gst10-plugins-base"/>,
|
---|
89 | <xref linkend="gtk-doc"/>,
|
---|
90 | <xref linkend="libjpeg"/>,
|
---|
91 | <xref linkend="libgsf"/>,
|
---|
92 | <xref linkend="libpng"/>,
|
---|
93 | <xref linkend="poppler"/>,
|
---|
94 | <ulink url="https://github.com/dirkvdb/ffmpegthumbnailer">FFmpegThumbnailer</ulink>, and
|
---|
95 | <ulink url="http://libopenraw.freedesktop.org/">libopenraw</ulink>
|
---|
96 | </para>
|
---|
97 |
|
---|
98 | <para condition="html" role="usernotes">
|
---|
99 | User Notes: <ulink url="&blfs-wiki;/tumbler"/>
|
---|
100 | </para>
|
---|
101 | </sect2>
|
---|
102 |
|
---|
103 | <sect2 role="installation">
|
---|
104 | <title>Installation of Tumbler</title>
|
---|
105 |
|
---|
106 | <para>
|
---|
107 | Install <application>Tumbler</application> by running the following
|
---|
108 | commands:
|
---|
109 | </para>
|
---|
110 |
|
---|
111 | <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &&
|
---|
112 | make</userinput></screen>
|
---|
113 |
|
---|
114 | <para>
|
---|
115 | This package does not come with a test suite.
|
---|
116 | </para>
|
---|
117 |
|
---|
118 | <para>
|
---|
119 | Now, as the <systemitem class="username">root</systemitem> user:
|
---|
120 | </para>
|
---|
121 |
|
---|
122 | <screen role="root"><userinput>make install</userinput></screen>
|
---|
123 |
|
---|
124 | </sect2>
|
---|
125 |
|
---|
126 | <sect2 role="content">
|
---|
127 | <title>Contents</title>
|
---|
128 |
|
---|
129 | <segmentedlist>
|
---|
130 | <segtitle>Installed Programs</segtitle>
|
---|
131 | <segtitle>Installed Library</segtitle>
|
---|
132 | <segtitle>Installed Directories</segtitle>
|
---|
133 |
|
---|
134 | <seglistitem>
|
---|
135 | <seg>
|
---|
136 | tumblerd
|
---|
137 | </seg>
|
---|
138 | <seg>
|
---|
139 | libtumbler-1.so and
|
---|
140 | several under /usr/lib/tumbler-1/plugins/
|
---|
141 | </seg>
|
---|
142 | <seg>
|
---|
143 | /etc/xdg/tumbler
|
---|
144 | /usr/include/tumbler-1,
|
---|
145 | /usr/lib/tumbler-1 and
|
---|
146 | /usr/share/gtk-doc/html/tumbler
|
---|
147 |
|
---|
148 | </seg>
|
---|
149 | </seglistitem>
|
---|
150 | </segmentedlist>
|
---|
151 |
|
---|
152 | <variablelist>
|
---|
153 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
154 | <?dbfo list-presentation="list"?>
|
---|
155 | <?dbhtml list-presentation="table"?>
|
---|
156 |
|
---|
157 | <varlistentry id="tumblerd">
|
---|
158 | <term><command>tumblerd</command></term>
|
---|
159 | <listitem>
|
---|
160 | <para>
|
---|
161 | is a D-Bus service for applications such as Thunar and
|
---|
162 | Ristretto to use thumbnail images.
|
---|
163 | </para>
|
---|
164 | <indexterm zone="tumbler tumblerd">
|
---|
165 | <primary sortas="b-tumblerd">tumblerd</primary>
|
---|
166 | </indexterm>
|
---|
167 | </listitem>
|
---|
168 | </varlistentry>
|
---|
169 |
|
---|
170 | <varlistentry id="libtumbler-1">
|
---|
171 | <term><filename class="libraryfile">libtumbler-1.so</filename></term>
|
---|
172 | <listitem>
|
---|
173 | <para>
|
---|
174 | contains functions that the <application>Tumbler</application>
|
---|
175 | daemon uses to create thumbnail images.
|
---|
176 | </para>
|
---|
177 | <indexterm zone="tumbler libtumbler-1">
|
---|
178 | <primary sortas="c-libtumbler-1">libtumbler-1.so</primary>
|
---|
179 | </indexterm>
|
---|
180 | </listitem>
|
---|
181 | </varlistentry>
|
---|
182 |
|
---|
183 | </variablelist>
|
---|
184 |
|
---|
185 | </sect2>
|
---|
186 |
|
---|
187 | </sect1>
|
---|