-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcom.github.reduz.ChibiTracker.metainfo.xml
111 lines (99 loc) · 4.43 KB
/
com.github.reduz.ChibiTracker.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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2018-2024 Mateus Rodrigues Costa -->
<component type="desktop-application">
<id>com.github.reduz.ChibiTracker</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
<name>ChibiTracker</name>
<summary>Portable Impulse Tracker clone</summary>
<description>
<p>
ChibiTracker is a portable IT (Impulse Tracker) clone. It is not a 100% clone though, as it adds more features, such as chorus and reverb, stereo samples, an advanced sample editor and more. The user interface also presents some changes, as it can be custom themed and resized.
</p>
<p>
ChibiTracker is Open Source Software under the GNU Public License, and it can be run under Windows, Mac-OS, Linux, FreeBSD, BeOS, and more to come.
</p>
<p>
For those who haven't used trackers before, ChibiTracker is a small, compact music composing application that is easy to learn and powerful enough to sound good.
</p>
</description>
<launchable type="desktop-id">com.github.reduz.ChibiTracker.desktop</launchable>
<screenshots>
<screenshot type="default">
<image type="source">https://content.pouet.net/files/screenshots/00027/00027385.jpg</image>
</screenshot>
</screenshots>
<releases>
<release version="1.4.2" date="2010-03-26">
<url>https://github.com/reduz/chibitracker/blob/master/ChangeLog</url>
</release>
<release version="1.4.1" date="2010-03-26">
<url>https://github.com/reduz/chibitracker/blob/master/ChangeLog</url>
</release>
<release version="1.4" date="2010-03-26">
<url>https://github.com/reduz/chibitracker/blob/master/ChangeLog</url>
</release>
<release version="1.2" date="2008-03-08">
<description>
<p>Released ChibiTracker 1.2. Several bugfixes (loading samples works on windows now), little new features and improved FX (Chorus/Reverb) quality. </p>
</description>
</release>
<release version="1.1" date="2007-10-28">
<description>
<p>Released ChibiTracker 1.1. This version has many bugfixes, solid XM Import/Export, many small features and a new theme called "FastBlue".</p>
</description>
</release>
<release version="1.0" date="2007-07-08">
<description>
<p>Released ChibiTracker 1.0. This should be the first stable version. It includes .mod loading, fixed a bug in SMP systems (and many other bugfixes), and incremental search on most file dialogs. Probably many other little features..</p>
</description>
</release>
<release version="1.0~rc1" type="development" date="2006-12-11">
<description>
<p>Released ChibiTracker 1.0rc1, which means, if no relevant bugs found, this could be the 1.0 release. Many changes happened, including better dialog management, playback fixes and loading samples from inside songs (like in IT).</p>
</description>
</release>
<release version="0.9a" type="development" date="2006-11-24">
<description>
<p>Initial ChibiTracker Release. As it is, it finally seems stable and run well, but more testing is always needed.</p>
</description>
</release>
</releases>
<content_rating type="oars-1.1" />
<provides>
<binary>chibitracker</binary>
<mediatype>audio/x-mod</mediatype>
<mediatype>audio/x-s3m</mediatype>
<mediatype>audio/x-xm</mediatype>
<mediatype>audio/x-it</mediatype>
</provides>
<requires>
<internet>offline-only</internet>
</requires>
<recommends>
<control>pointing</control>
<control>keyboard</control>
</recommends>
<branding>
<color type="primary" scheme_preference="light">#5f9595</color>
<color type="primary" scheme_preference="dark">#a6b5b5</color>
</branding>
<developer id="com.github.reduz">
<name>Juan Linietsky (reduz)</name>
</developer>
<keywords>
<keyword translate="no">Impulse Tracker</keyword>
<keyword translate="no">mod</keyword>
<keyword translate="no">s3m</keyword>
<keyword translate="no">xm</keyword>
<keyword translate="no">it</keyword>
<keyword>sound</keyword>
<keyword>music</keyword>
<keyword>music tracker</keyword>
<keyword>music sequencer</keyword>
<keyword>clone</keyword>
</keywords>
<url type="bugtracker">https://github.com/reduz/chibitracker/issues</url>
<url type="homepage">https://github.com/reduz/chibitracker</url>
<url type="vcs-browser">https://github.com/reduz/chibitracker</url>
</component>