source: xfce/core/tumbler.xml@ 33f44cf

10.1 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 33f44cf was 33f44cf, checked in by Thomas Trepl <thomas@…>, 3 years ago

Tag mainly XFCE4

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

  • Property mode set to 100644
File size: 5.3 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/&xfce4-version;/tumbler-&tumbler-version;.tar.bz2">
9 <!ENTITY tumbler-download-ftp " ">
10 <!ENTITY tumbler-md5sum "3ab8fc5ea03e975c6df2ac1c81fbfc68">
11 <!ENTITY tumbler-size "596 KB">
12 <!ENTITY tumbler-buildsize "13 MB">
13 <!ENTITY tumbler-time "0.1 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 &lfs101_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>,
95 <ulink url="&gnome-download-http;/libgepub/">libgepub</ulink>, and
96 <ulink url="http://libopenraw.freedesktop.org/">libopenraw</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 </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>
Note: See TracBrowser for help on using the repository browser.