12544795e8
Or a timestamp, but that's deprecated. Create it from the last commit, store it in/retrieve it from revision.cc and substitute it in the template. https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-releases
33 lines
1.2 KiB
XML
33 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop">
|
|
<id>@ARDOUR_EXEC@.desktop</id>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>GPL-2.0+</project_license>
|
|
<name>Ardour</name>
|
|
<releases>
|
|
<release version="@VERSION@" date="@DATE@" />
|
|
</releases>
|
|
<summary>Digital Audio Workstation</summary>
|
|
<description>
|
|
<p>
|
|
Ardour is a multi-channel digital audio workstation, allowing you to
|
|
record, edit, mix and master audio and MIDI projects.
|
|
</p>
|
|
<p>
|
|
It is targeted at audio engineers, musicians, soundtrack editors and
|
|
composers.
|
|
</p>
|
|
</description>
|
|
<url type="homepage">http://ardour.org</url>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>http://community.ardour.org/files/images/ardour-editor-window-1600x900.png</image>
|
|
<caption>The Editor window where you can arrange audio and MIDI data along a timeline</caption>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image>http://community.ardour.org/files/images/ardour-mixer-window-1600x900.png</image>
|
|
<caption>The Mixer window which includes channel strips for each track and bus</caption>
|
|
</screenshot>
|
|
</screenshots>
|
|
</component>
|