source: xfce/core/tumbler.xml@ 12e9c76

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 12e9c76 was 12e9c76, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Fix tumbler-0.1.30 md5sum.

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

  • Property mode set to 100644
File size: 5.2 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 tumbler-download-http
8 "http://archive.xfce.org/src/xfce/tumbler/0.1/tumbler-&tumbler-version;.tar.bz2">
9 <!ENTITY tumbler-download-ftp " ">
10 <!ENTITY tumbler-md5sum "2524e39439c13238565160da0b6fed2d">
11 <!ENTITY tumbler-size "504 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 &lfs75_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="dbus-glib"/> and
81 <xref linkend="intltool"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="curl"/>,
87 <ulink url="http://code.google.com/p/ffmpegthumbnailer/">FFmpegThumbnailer</ulink>,
88 <xref linkend="freetype2"/>,
89 <xref linkend="gdk-pixbuf"/>,
90 <xref linkend="gst-plugins-base"/>,
91 <xref linkend="gtk-doc"/>,
92 <xref linkend="libjpeg"/>,
93 <xref linkend="libgsf"/>,
94 <ulink url="http://libopenraw.freedesktop.org/">libopewnraw</ulink>,
95 <xref linkend="libpng"/> and
96 <xref linkend="poppler"/>
97 </para>
98
99 <para condition="html" role="usernotes">
100 User Notes: <ulink url="&blfs-wiki;/tumbler"/>
101 </para>
102 </sect2>
103
104 <sect2 role="installation">
105 <title>Installation of Tumbler</title>
106
107 <para>
108 Install <application>Tumbler</application> by running the following
109 commands:
110 </para>
111
112<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
113make</userinput></screen>
114
115 <para>
116 This package does not come with a test suite.
117 </para>
118
119 <para>
120 Now, as the <systemitem class="username">root</systemitem> user:
121 </para>
122
123<screen role="root"><userinput>make install</userinput></screen>
124
125 </sect2>
126
127 <sect2 role="content">
128 <title>Contents</title>
129
130 <segmentedlist>
131 <segtitle>Installed Programs</segtitle>
132 <segtitle>Installed Library</segtitle>
133 <segtitle>Installed Directories</segtitle>
134
135 <seglistitem>
136 <seg>
137 tumblerd
138 </seg>
139 <seg>
140 libtumbler-1.so and
141 several under /usr/lib/tumbler-1/plugins/
142 </seg>
143 <seg>
144 /usr/include/tumbler-1,
145 /usr/lib/tumbler-1 and
146 /usr/share/gtk-doc/html/tumbler
147 </seg>
148 </seglistitem>
149 </segmentedlist>
150
151 <variablelist>
152 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
153 <?dbfo list-presentation="list"?>
154 <?dbhtml list-presentation="table"?>
155
156 <varlistentry id="libtumbler-prog">
157 <term><command>tumblerd</command></term>
158 <listitem>
159 <para>is a daemon D-Bus service for applications such as Thunar and
160 Ristretto to use thumbnail images..</para>
161 <indexterm zone="tumbler libtumbler-prog">
162 <primary sortas="b-tumblerd">tumblerd</primary>
163 </indexterm>
164 </listitem>
165 </varlistentry>
166
167 <varlistentry id="libtumbler-1">
168 <term><filename class="libraryfile">libtumbler-1.so</filename></term>
169 <listitem>
170 <para>
171 contains functions that the <application>Tumbler</application>
172 daemon uses to create thumbnail images.
173 </para>
174 <indexterm zone="tumbler libtumbler-1">
175 <primary sortas="c-libtumbler-1">libtumbler-1.so</primary>
176 </indexterm>
177 </listitem>
178 </varlistentry>
179
180 </variablelist>
181
182 </sect2>
183
184</sect1>
Note: See TracBrowser for help on using the repository browser.