7 changed files with 129 additions and 35 deletions
@ -0,0 +1,63 @@
@@ -0,0 +1,63 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?> |
||||
<component type="desktop"> |
||||
<id>org.zrythm.Zrythm</id> |
||||
<!-- |
||||
The tag 'metadata_license' means the licence of |
||||
this file, not the whole product |
||||
--> |
||||
<metadata_license>CC0-1.0</metadata_license> |
||||
<project_license>AGPL-3.0-or-later</project_license> |
||||
<developer_name>The Zrythm contributors</developer_name> |
||||
<name>Zrythm DAW</name> |
||||
<summary>A highly automated and intuitive digital audio workstation</summary> |
||||
<description> |
||||
<p> |
||||
Zrythm is a digital audio workstation designed to |
||||
be featureful and easy to use. It allows |
||||
limitless automation through curves, LFOs and |
||||
envelopes, supports multiple plugin formats |
||||
including LV2, VST2 and VST3, works with |
||||
multiple backends including JACK, RtAudio/RtMidi |
||||
and SDL2, assists with chord progressions via a |
||||
special Chord Track and chord pads, and can be |
||||
used in multiple languages including English, |
||||
French, Portuguese, Japanese and German. |
||||
</p> |
||||
<p> |
||||
Zrythm can be extended using GNU Guile. |
||||
</p> |
||||
</description> |
||||
<url type="bugtracker">@BUG_REPORT_URL@</url> |
||||
<url type="donation">@DONATION_URL@</url> |
||||
<url type="help">@USER_MANUAL_URL@</url> |
||||
<url type="homepage">@HOMEPAGE_URL@</url> |
||||
<screenshots> |
||||
<screenshot type="default"> |
||||
<image>@PIANO_ROLL_SCREENSHOT_URL@</image> |
||||
<caption>Composing MIDI in Zrythm</caption> |
||||
</screenshot> |
||||
<screenshot type="default"> |
||||
<image>@MIXER_SCREENSHOT_URL@</image> |
||||
<caption>Mixer view</caption> |
||||
</screenshot> |
||||
</screenshots> |
||||
<update_contact>alex_at_zrythm.org</update_contact> |
||||
<keywords> |
||||
<keyword>Zrythm</keyword> |
||||
<keyword>DAW</keyword> |
||||
</keywords> |
||||
<kudos> |
||||
<kudo>HiDpiIcon</kudo> |
||||
<kudo>ModernToolkit</kudo> |
||||
</kudos> |
||||
<project_group>Zrythm</project_group> |
||||
<translation type="gettext">zrythm</translation> |
||||
|
||||
<launchable type="desktop-id">@APP_ID@.desktop</launchable> |
||||
<provides> |
||||
<binary>zrythm_launch</binary> |
||||
<id>@APP_ID@</id> |
||||
</provides> |
||||
|
||||
<content_rating type="oars-1.1" /> |
||||
</component> |
Loading…
Reference in new issue