-
Notifications
You must be signed in to change notification settings - Fork 1
/
org.innir.gtranscribe.appdata.xml
51 lines (51 loc) · 2.03 KB
/
org.innir.gtranscribe.appdata.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>org.innir.gtranscribe.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0+</project_license>
<developer_name>Philip Rinn</developer_name>
<name>gTranscribe</name>
<summary>A simple GTK+ tool focused on easy transcription of spoken words</summary>
<description>
<p>
gTranscribe is a simple GTK+ tool to transcribe audio files and other
sources. The playback speed can be adjusted without changing the pitch
of the voice. It supports spell checking and resuming at the last
transcribed position.
</p>
</description>
<screenshots>
<screenshot type="default">
<image width="507" height="587">https://screenshots.debian.net/screenshots/000/014/853/large.png</image>
<caption>The main window of gTranscribe</caption>
</screenshot>
</screenshots>
<keywords>
<keyword>transcription</keyword>
<keyword>audio</keyword>
</keywords>
<provides>
<binary>gtranscribe</binary>
</provides>
<releases>
<release version="0.11" date="2023-01-05" />
<release version="0.10.1" date="2021-01-20" />
<release version="0.10" date="2020-12-06" />
<release version="0.9" date="2020-08-26" />
<release version="0.8" date="2018-09-16" />
<release version="0.7.1" date="2016-12-30" />
<release version="0.7" date="2016-12-28" />
<release version="0.6" date="2016-12-04" />
<release version="0.5.2" date="2016-07-06" />
<release version="0.5.1" date="2016-07-03" />
<release version="0.5" date="2016-02-28" />
<release version="0.4" date="2016-02-27" />
<release version="0.3" date="2016-02-24" />
<release version="0.2" date="2013-07-14" />
<release version="0.1" date="2013-04-08" />
</releases>
<url type="homepage">https://github.com/innir/gtranscribe</url>
<url type="bugtracker">https://github.com/innir/gtranscribe/issues</url>
<translation type="gettext">gTranscribe</translation>
<update_contact>rinni@inventati.org</update_contact>
</component>