diff --git a/gtk2_ardour/ardour.appdata.xml.in b/gtk2_ardour/ardour.appdata.xml.in new file mode 100644 index 0000000000..a7f4975cbb --- /dev/null +++ b/gtk2_ardour/ardour.appdata.xml.in @@ -0,0 +1,29 @@ + + + @ARDOUR_EXEC@.desktop + CC0-1.0 + GPL-2.0+ + Ardour + Digital Audio Workstation + +

+ Ardour is a multi-channel digital audio workstation, allowing you to + record, edit, mix and master audio and MIDI projects. +

+

+ It is targeted at audio engineers, musicians, soundtrack editors and + composers. +

+
+ http://ardour.org + + + http://community.ardour.org/files/images/ardour-editor-window-1600x900.png + The Editor window where you can arrange audio and MIDI data along a timeline + + + http://community.ardour.org/files/images/ardour-mixer-window-1600x900.png + The Mixer window which includes channel strips for each track and bus + + +
diff --git a/gtk2_ardour/wscript b/gtk2_ardour/wscript index 19c092fa3d..008fa1eae4 100644 --- a/gtk2_ardour/wscript +++ b/gtk2_ardour/wscript @@ -688,6 +688,13 @@ def build(bld): obj.target = 'ardour.xml' obj.chmod = Utils.O644 + obj = bld(features = 'subst') + obj.source = 'ardour.appdata.xml.in' + obj.target = str (bld.env['lwrcase_dirname']) + '.appdata.xml' + obj.chmod = Utils.O644 + obj.dict = freedesktop_subst_dict + set_subst_dict(obj, freedesktop_subst_dict) + # Keybindings # 'SAE-de-keypad', 'SAE-de-nokeypad', 'SAE-us-keypad',