annotate web/installing.html @ 2916:ae6cdcd69d9f default tip

Merge with upstream/master.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 May 2019 11:46:50 +0300
parents 99245ee344a9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2658
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd" >
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
2 <html>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
3 <head>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
4 <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.2.0" />
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
5 <title>Installing Geeqie</title>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
6 </head>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
7 <body>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
8 <div id="downloading">
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
9 <h2>Downloading</h2>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
10 <p>Geeqie is available as a package with some distributions.</p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
11 <p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
12 The source tar of the latest formal release may be downloaded:
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
13 <a href="http://geeqie.org/geeqie-1.3.tar.xz">http://geeqie.org/geeqie-1.3.tar.xz</a>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
14 </p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
15 <p>However Geeqie is stable, and you may download the latest version (if you have installed git) from here:</p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
16 <p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
17 Either:
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
18 <code>git clone git://www.geeqie.org/geeqie.git</code>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
19 </p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
20 <p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
21 Or:
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
22 <code>git clone http://www.geeqie.org/git/geeqie.git</code>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
23 </p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
24 <h2>Installation</h2>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
25 <p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
26 List compile options:
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
27 <code>./autogen.sh --help</code>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
28 </p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
29 <p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
30 Common options:
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
31 <code>./autogen.sh --disable-gtk3</code>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
32 ,
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
33 </p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
34 <p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
35 Compilation:
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
36 <code>./autogen.sh [options]; make -j&lt;no. of cpu cores&gt;</code>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
37 </p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
38 <p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
39 Install:
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
40 <code>[sudo] make install</code>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
41 </p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
42 <p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
43 Removal:
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
44 <code>[sudo] make uninstall</code>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
45 </p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
46 <h4>Note:</h4>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
47 <p>The zip and gzip files at geeqie.org and GitHub contain only the sources - they cannot, by themselves, be used to install Geeqie.</p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
48 <p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
49 It is recommended to always use
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
50 <code>git clone git://www.geeqie.org/geeqie.git</code>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
51 to download Geeqie. After installing Geeqie you may delete the folder you have cloned Geeqie into.
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
52 </p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
53 <p>However if you leave the folder intact, whenever new features or patches are available, execute:</p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
54 <p>
2667
07fe0499a310 Fix #542: About window shows old commit
Colin Clark <colin.clark@cclark.uk>
parents: 2658
diff changeset
55 <code>git pull; sudo make uninstall; sudo make maintainer-clean; ./autogen.sh; make -j&lt;no. of cpu cores&gt;; sudo make install</code>
2658
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
56 </p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
57 <p>Only the changed sources are downloaded, which makes this a quick operation.</p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
58 <p>Your configuration file, history file and desktop files are not affected by this process.</p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
59 <h2>Notes and changes for the latest release</h2>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
60 <p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
61 See the NEWS file in the installation folder, or
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
62 <a href="https://github.com/BestImageViewer/geeqie/blob/master/NEWS">Geeqie News at GitHub</a>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
63 </p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
64 <p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
65 And either the ChangeLog file or
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
66 <a href="http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=shortlog">Geeqie ChangeLog</a>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
67 </p>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
68 <h2>Requirements</h2>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
69 <h3>Required libraries:</h3>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
70 <pre>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
71 <code>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
72 GTK+ 3.00
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
73 www.gtk.org
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
74 enabled by default
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
75 disable with configure option: --disable-gtk3
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
76 or
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
77 GTK+ 2.20
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
78 disabled by default when GTK+3 libraries are found.
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
79 enable with configure option: --disable-gtk3
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
80 optional items map display and GPU acceleration are not available
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
81 with GTK2
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
82
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
83 Note: GTK+3 is still somehow experimental. It is needed for some
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
84 features but we have several complains about the GTK+3 usability.
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
85
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
86 So if you need a stable version, you are advised to compile it
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
87 with GTK+2. If you want to play with the cool new features, use
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
88 GTK+3.
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
89 </code>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
90 </pre>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
91 <h3>Optional libraries:</h3>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
92 <pre>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
93 <code>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
94 lcms2 2.0
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
95 or
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
96 lcms 1.14
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
97 www.littlecms.com
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
98 for color management support
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
99 enabled by default
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
100 disable with configure option: --disable-lcms
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
101
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
102 exiv2 0.11
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
103 www.exiv2.org
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
104 for enhanced exif support
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
105 enabled by default
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
106 disable with configure option: --disable-exiv2
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
107
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
108 lirc
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
109 www.lirc.org
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
110 for remote control support
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
111 enabled by default
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
112 disable with configure option: --disable-lirc
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
113
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
114 libchamplain-gtk 0.12
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
115 libchamplain 0.12
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
116 libclutter 1.0
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
117 wiki.gnome.org/Projects/libchamplain
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
118 for map display
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
119 enabled by default
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
120 disable with configure option: --disable-map
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
121
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
122 libclutter 1.0
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
123 www.clutter-project.org
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
124 for GPU acceleration (a check-box on Preferences/Image must also be ticked)
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
125 enabled by default
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
126 disable with configure option: --disable-gpu-accel
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
127 explicitly disabling will also disable the map feature
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
128
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
129 lua 5.1
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
130 www.lua.org
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
131 support for lua scripting
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
132 enabled by default
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
133 disable with configure option: --disable-lua
2668
e2f68d2ff2a0 Additional pixbuf loader documentation
Colin Clark <colin.clark@cclark.uk>
parents: 2667
diff changeset
134
e2f68d2ff2a0 Additional pixbuf loader documentation
Colin Clark <colin.clark@cclark.uk>
parents: 2667
diff changeset
135 librsvg2-common
e2f68d2ff2a0 Additional pixbuf loader documentation
Colin Clark <colin.clark@cclark.uk>
parents: 2667
diff changeset
136 for displaying .svg images
e2f68d2ff2a0 Additional pixbuf loader documentation
Colin Clark <colin.clark@cclark.uk>
parents: 2667
diff changeset
137
e2f68d2ff2a0 Additional pixbuf loader documentation
Colin Clark <colin.clark@cclark.uk>
parents: 2667
diff changeset
138 libwmf0.2-7-gtk
e2f68d2ff2a0 Additional pixbuf loader documentation
Colin Clark <colin.clark@cclark.uk>
parents: 2667
diff changeset
139 for displaying .wmf images
e2f68d2ff2a0 Additional pixbuf loader documentation
Colin Clark <colin.clark@cclark.uk>
parents: 2667
diff changeset
140
e2f68d2ff2a0 Additional pixbuf loader documentation
Colin Clark <colin.clark@cclark.uk>
parents: 2667
diff changeset
141 (see also "Additional pixbuf loaders" in the References section of the Help file)
e2f68d2ff2a0 Additional pixbuf loader documentation
Colin Clark <colin.clark@cclark.uk>
parents: 2667
diff changeset
142
2658
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
143 awk
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
144 when running Geeqie, to use the geo-decode function
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
145
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
146 markdown
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
147 when compiling Geeqie, to create this file in html format
2673
bef1f1a91df9 Fix #541: Showing existing, or maybe generating thumbnails for MP4 and WEBM
Tomasz Golinski <tomaszg@math.uwb.edu.pl>
parents: 2668
diff changeset
148
2747
99245ee344a9 Update ffmpegthumbnailer library version
Colin Clark <colin.clark@cclark.uk>
parents: 2673
diff changeset
149 libffmpegthumbnailer 2.1.0
2673
bef1f1a91df9 Fix #541: Showing existing, or maybe generating thumbnails for MP4 and WEBM
Tomasz Golinski <tomaszg@math.uwb.edu.pl>
parents: 2668
diff changeset
150 for thumbnailing camera video clips
bef1f1a91df9 Fix #541: Showing existing, or maybe generating thumbnails for MP4 and WEBM
Tomasz Golinski <tomaszg@math.uwb.edu.pl>
parents: 2668
diff changeset
151 enabled by default
bef1f1a91df9 Fix #541: Showing existing, or maybe generating thumbnails for MP4 and WEBM
Tomasz Golinski <tomaszg@math.uwb.edu.pl>
parents: 2668
diff changeset
152 disable with configure option: --disable-libffmpegthumbnailer
2658
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
153 </code>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
154 </pre>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
155 </div>
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 2579
diff changeset
156 </body>
2673
bef1f1a91df9 Fix #541: Showing existing, or maybe generating thumbnails for MP4 and WEBM
Tomasz Golinski <tomaszg@math.uwb.edu.pl>
parents: 2668
diff changeset
157 </html>