-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathca.littlesvr.asunder.metainfo.xml
113 lines (105 loc) · 3.97 KB
/
ca.littlesvr.asunder.metainfo.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2019 Kevin Degeling -->
<component type="desktop-application">
<id>ca.littlesvr.asunder</id>
<name>Asunder</name>
<summary>Asunder is a graphical Audio CD ripper and encoder</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0-only</project_license>
<developer_name>Andrew Smith et al.</developer_name>
<url type="homepage">http://littlesvr.ca/asunder/index.php</url>
<url type="donation">http://littlesvr.ca/asunder/donate.php</url>
<url type="translate">http://littlesvr.ca/asunder/translations.php</url>
<url type="contact">http://littlesvr.ca/contact.php?source=Asunder</url>
<url type="bugtracker">https://littlesvr.ca/bugs/</url>
<launchable type="desktop-id">ca.littlesvr.asunder.desktop</launchable>
<description>
<p>Asunder is a graphical Audio CD ripper and encoder for Linux. You can use it to save tracks from an Audio CD
as
any of WAV, MP3, OGG, FLAC, Opus, WavPack, Musepack, AAC, and Monkey's Audio files.
</p>
<ul>
<li>Can save audio tracks as WAV, MP3, Ogg Vorbis, FLAC, Opus, Wavpack, Musepack, AAC, and Monkey's audio
files
</li>
<li>Uses CDDB to name and tag each track.</li>
<li>Creates M3U playlists</li>
<li>Can encode to multiple formats in one session</li>
<li>Simultaneous rip and encode</li>
<li>Does not require a specific desktop environment</li>
</ul>
<p>
Caveat Emptor: The ARM builds only had limited testing because ARM devices with CD players are rare.
</p>
</description>
<screenshots>
<screenshot type="default">
<image>http://littlesvr.ca/asunder/images/asunder-ripping.png</image>
<caption>Main view</caption>
</screenshot>
<screenshot>
<image>http://littlesvr.ca/asunder/images/asunder-main.png</image>
<caption>Main view</caption>
</screenshot>
</screenshots>
<releases>
<release version="3.0.1" date="2023-07-26">
<description>
<p>
Asunder 3.0.1 has been released, changelog:
</p>
<ul>
<li>CDDB upload wasn't working in 3.0 because I forgot to change it from test mode. Fixed now.</li>
</ul>
</description>
</release>
<release version="3.0.0" date="2023-07-21">
<description>
<p>
Asunder 3.0 has been released, changelog:
</p>
<ul>
<li>Can now upload data to CDDB (thanks Andreas Hünnebeck). I haven't tested it myself.</li>
<li>Updated de, el, fr, it, nl, tr translations.</li>
<li>Added ie translation.</li>
<li>Some minor fixes to desktop file.</li>
<li>No GTK3, I just decided to bump the major version up because it's been 3 years since the last
release :)
</li>
</ul>
</description>
</release>
<release version="2.9.7" date="2020-10-12">
<description>
<p>
Minor release featuring tow bug fixes:
</p>
<ul>
<li>Updated italian and french translations.</li>
<li>Fixed the CDDB tooltip to say gnudb instead.</li>
</ul>
</description>
</release>
<release version="2.9.6" date="2020-05-28">
<description>
<p>
Minor release featuring tow bug fixes:
</p>
<ul>
<li>Changed the default CDDB server to gnudb.gnudb.org</li>
<li>Asunder can now be more easily Flatpak-ed. Thanks to Kevin "Eonfge" Degeling for the help.</li>
<li>Updated eo, it, pt, pt_BR, sq, and zh_CN translations.</li>
<li>Updated config.guess and config.sub with the current latest to support (among other things)
aarch64.</li>
</ul>
</description>
</release>
<release version="2.9.5" date="2019-10-21">
<description>
<p>First release of Asunder on Flathub.</p>
</description>
</release>
</releases>
<content_rating type="oars-1.1">
</content_rating>
</component>