source: xfce/core/tumbler.xml@ 88e2920

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules 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 88e2920 was 88e2920, checked in by Bruce Dubbs <bdubbs@…>, 7 years ago

Update to tumbler-0.1.32.
Update to nghttp2-1.22.1.
Update to gnutls-3.5.13.
Update to frei0r-plugins-1.6.0.
Update to sane-backends-1.0.27.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18812 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 "f0842c8c450d8c0776038e81cadd08cf">
11 <!ENTITY tumbler-size "524 KB">
12 <!ENTITY tumbler-buildsize "10.8 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 &lfs80_checked;
41 &gcc7_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&tumbler-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&tumbler-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &tumbler-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &tumbler-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &tumbler-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &tumbler-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Tumbler Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="dbus-glib"/>
82 </para>
83
84 <bridgehead renderas="sect4">Optional</bridgehead>
85 <para role="optional">
86 <xref linkend="curl"/>,
87 <xref linkend="freetype2"/>,
88 <xref linkend="gdk-pixbuf"/>,
89 <xref linkend="gst10-plugins-base"/>,
90 <xref linkend="gtk-doc"/>,
91 <xref linkend="libjpeg"/>,
92 <xref linkend="libgsf"/>,
93 <xref linkend="libpng"/>,
94 <xref linkend="poppler"/>,
95 <ulink url="http://code.google.com/p/ffmpegthumbnailer/">FFmpegThumbnailer</ulink>, and
96 <ulink url="http://libopenraw.freedesktop.org/">libopewnraw</ulink>
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 /etc/xdg/tumbler
145 /usr/include/tumbler-1,
146 /usr/lib/tumbler-1 and
147 /usr/share/gtk-doc/html/tumbler
148
149 </seg>
150 </seglistitem>
151 </segmentedlist>
152
153 <variablelist>
154 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
155 <?dbfo list-presentation="list"?>
156 <?dbhtml list-presentation="table"?>
157
158 <varlistentry id="tumblerd">
159 <term><command>tumblerd</command></term>
160 <listitem>
161 <para>is a daemon D-Bus service for applications such as Thunar and
162 Ristretto to use thumbnail images..</para>
163 <indexterm zone="tumbler tumblerd">
164 <primary sortas="b-tumblerd">tumblerd</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 <varlistentry id="libtumbler-1">
170 <term><filename class="libraryfile">libtumbler-1.so</filename></term>
171 <listitem>
172 <para>
173 contains functions that the <application>Tumbler</application>
174 daemon uses to create thumbnail images.
175 </para>
176 <indexterm zone="tumbler libtumbler-1">
177 <primary sortas="c-libtumbler-1">libtumbler-1.so</primary>
178 </indexterm>
179 </listitem>
180 </varlistentry>
181
182 </variablelist>
183
184 </sect2>
185
186</sect1>
Note: See TracBrowser for help on using the repository browser.