source: xfce/core/tumbler.xml@ 87c90cd

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 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 87c90cd was 87c90cd, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Update to xfce4-power-manager-1.6.2.
Update to tumbler-0.2.4.

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

  • Property mode set to 100644
File size: 5.2 KB
RevLine 
[17bcb81]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
[a9c87c7]8 "http://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-&tumbler-version;.tar.bz2">
[17bcb81]9 <!ENTITY tumbler-download-ftp " ">
[87c90cd]10 <!ENTITY tumbler-md5sum "1f9d37e1178a0953c46eda1b6f2b6483">
11 <!ENTITY tumbler-size "548 KB">
[bd9092e]12 <!ENTITY tumbler-buildsize "13 MB">
[17bcb81]13 <!ENTITY tumbler-time "0.2 SBU">
14]>
15
[dcd16c6]16<sect1 id="tumbler" xreflabel="Tumbler-&tumbler-version;">
[17bcb81]17 <?dbhtml filename="tumbler.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
[dcd16c6]24 <title>Tumbler-&tumbler-version;</title>
[17bcb81]25
26 <indexterm zone="tumbler">
[dcd16c6]27 <primary sortas="a-Tumbler">Tumbler</primary>
[17bcb81]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
[0891321]40 &lfs84_checked;
[17bcb81]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">
[a9c87c7]80 <xref linkend="glib2"/>
[17bcb81]81 </para>
82
83 <bridgehead renderas="sect4">Optional</bridgehead>
84 <para role="optional">
[dcd16c6]85 <xref linkend="curl"/>,
[17bcb81]86 <xref linkend="freetype2"/>,
87 <xref linkend="gdk-pixbuf"/>,
[e9cdbc56]88 <xref linkend="gst10-plugins-base"/>,
[17bcb81]89 <xref linkend="gtk-doc"/>,
90 <xref linkend="libjpeg"/>,
[dcd16c6]91 <xref linkend="libgsf"/>,
[3e15277]92 <xref linkend="libpng"/>,
93 <xref linkend="poppler"/>,
[9b21a7a]94 <ulink url="https://github.com/dirkvdb/ffmpegthumbnailer">FFmpegThumbnailer</ulink>, and
95 <ulink url="http://libopenraw.freedesktop.org/">libopenraw</ulink>
[17bcb81]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
[dcd16c6]111<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
[17bcb81]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>
[c3c56b2]130 <segtitle>Installed Programs</segtitle>
[dcd16c6]131 <segtitle>Installed Library</segtitle>
[17bcb81]132 <segtitle>Installed Directories</segtitle>
133
134 <seglistitem>
[c3c56b2]135 <seg>
[88136e4d]136 tumblerd
[c3c56b2]137 </seg>
[17bcb81]138 <seg>
[88136e4d]139 libtumbler-1.so and
140 several under /usr/lib/tumbler-1/plugins/
[17bcb81]141 </seg>
142 <seg>
[71fcd95e]143 /etc/xdg/tumbler
[17bcb81]144 /usr/include/tumbler-1,
145 /usr/lib/tumbler-1 and
[dcd16c6]146 /usr/share/gtk-doc/html/tumbler
[71fcd95e]147
[17bcb81]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
[28370fe]157 <varlistentry id="tumblerd">
[88136e4d]158 <term><command>tumblerd</command></term>
159 <listitem>
[cdc1afd]160 <para>is a D-Bus service for applications such as Thunar and
161 Ristretto to use thumbnail images.</para>
[28370fe]162 <indexterm zone="tumbler tumblerd">
[88136e4d]163 <primary sortas="b-tumblerd">tumblerd</primary>
164 </indexterm>
165 </listitem>
166 </varlistentry>
167
[17bcb81]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>
[dcd16c6]182
[17bcb81]183 </sect2>
[dcd16c6]184
[17bcb81]185</sect1>
Note: See TracBrowser for help on using the repository browser.