source: gnome/applications/snapshot.xml@ e1e58be

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since e1e58be was e1e58be, checked in by Pierre Labastie <pierre.labastie@…>, 9 months ago

Remove all ftp urls

neither firefox nor epiphany can download them, and they are not
well maintained, because rarely tested.
This is WIP because the "(HTTP)" part of "Download (HTTP)" will
need to be removed too.
But let's see what users think first...

  • Property mode set to 100644
File size: 4.7 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 snapshot-download-http "&gnome-download-http;/snapshot/&gnome-45;/snapshot-&snapshot-version;.tar.xz">
8 <!ENTITY snapshot-download-ftp " ">
9 <!ENTITY snapshot-md5sum "78fa5172e9939aa224d1c0e31fb71414">
10 <!ENTITY snapshot-size "33 MB">
11 <!ENTITY snapshot-buildsize "1.7 GB (5.4 MB installed)">
12 <!ENTITY snapshot-time "4.5 SBU">
13]>
14
15<sect1 id="snapshot" xreflabel="Snapshot-&snapshot-version;">
16 <?dbhtml filename="snapshot.html"?>
17
18 <title>Snapshot-&snapshot-version;</title>
19
20 <indexterm zone="snapshot">
21 <primary sortas="a-snapshot">Snapshot</primary>
22 </indexterm>
23
24 <sect2 role="package">
25 <title>Introduction to Snapshot</title>
26
27 <para>
28 The <application>Snapshot</application> package contains a program that
29 takes pictures and videos from a Webcam.
30 </para>
31
32 &lfs120_checked;
33
34 <bridgehead renderas="sect3">Package Information</bridgehead>
35 <itemizedlist spacing="compact">
36 <listitem>
37 <para>
38 Download (HTTP): <ulink url="&snapshot-download-http;"/>
39 </para>
40 </listitem>
41 <listitem>
42 <para>
43 Download (FTP): <ulink url="&snapshot-download-ftp;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download MD5 sum: &snapshot-md5sum;
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download size: &snapshot-size;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Estimated disk space required: &snapshot-buildsize;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated build time: &snapshot-time;
64 </para>
65 </listitem>
66 </itemizedlist>
67
68 <bridgehead renderas="sect3">Snapshot Dependencies</bridgehead>
69
70 <bridgehead renderas="sect4">Required</bridgehead>
71 <para role="required">
72 <xref linkend="libadwaita1"/>,
73 <xref linkend="gst10-plugins-bad"/>, and
74 <xref linkend="rust"/>
75 </para>
76
77 <bridgehead renderas="sect4">Required at runtime</bridgehead>
78 <para role="required">
79 <xref role="runtime" linkend="pipewire"/>
80 </para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of Snapshot</title>
86
87 <note>
88 <para>
89 This package takes a long time to build because LTO is enabled, and the
90 LTO pass is not parallelized.
91 </para>
92 </note>
93
94 <para>
95 First, remove a check against the system <application>Pango</application>
96 version that is too strict:
97 </para>
98
99<screen><userinput remap="pre">sed '/pango.v1_52/,+1d' -i vendor/pango-sys/Cargo.toml &amp;&amp;
100
101cat &gt;&gt; Cargo.toml &lt;&lt; EOF
102<literal>[patch.crates-io.pango-sys]
103path = "vendor/pango-sys"</literal>
104EOF</userinput></screen>
105
106 <para>
107 Install <application>Snapshot</application> by running the following
108 commands:
109 </para>
110
111<screen><userinput>mkdir build &amp;&amp;
112cd build &amp;&amp;
113
114meson setup --prefix=/usr --buildtype=release .. &amp;&amp;
115ninja</userinput></screen>
116
117 <para>
118 To test the results, issue: <command>ninja test</command>.
119 </para>
120
121 <para>
122 Now, as the <systemitem class="username">root</systemitem> user:
123 </para>
124
125<screen role="root"><userinput>ninja install</userinput></screen>
126
127 </sect2>
128
129 <sect2 role="commands">
130 <title>Command Explanations</title>
131
132 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
133 href="../../xincludes/meson-buildtype-release.xml"/>
134
135 </sect2>
136
137 <sect2 role="content">
138 <title>Contents</title>
139
140 <segmentedlist>
141 <segtitle>Installed Programs</segtitle>
142 <segtitle>Installed Libraries</segtitle>
143 <segtitle>Installed Directories</segtitle>
144
145 <seglistitem>
146 <seg>
147 snapshot
148 </seg>
149 <seg>
150 None
151 </seg>
152 <seg>
153 /usr/share/snapshot
154 </seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="snapshot-prog">
164 <term><command>snapshot</command></term>
165 <listitem>
166 <para>
167 is a program used to take pictures and videos from a Webcam
168 </para>
169 <indexterm zone="snapshot snapshot-prog">
170 <primary sortas="b-snapshot">snapshot</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174 </variablelist>
175 </sect2>
176</sect1>
Note: See TracBrowser for help on using the repository browser.