source: xfce/core/tumbler.xml@ 34fe2633

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.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 34fe2633 was 34fe2633, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Update to libmypaint-1.5.0.
Update to ModemManager-1.12.6.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@22715 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.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 &amp;&amp;
112make</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>is a D-Bus service for applications such as Thunar and
161 Ristretto to use thumbnail images.</para>
162 <indexterm zone="tumbler tumblerd">
163 <primary sortas="b-tumblerd">tumblerd</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
168 <varlistentry id="libtumbler-1">
169 <term><filename class="libraryfile">libtumbler-1.so</filename></term>
170 <listitem>
171 <para>
172 contains functions that the <application>Tumbler</application>
173 daemon uses to create thumbnail images.
174 </para>
175 <indexterm zone="tumbler libtumbler-1">
176 <primary sortas="c-libtumbler-1">libtumbler-1.so</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 </variablelist>
182
183 </sect2>
184
185</sect1>
Note: See TracBrowser for help on using the repository browser.