/[svn]/qsampler/trunk/src/appdata/qsampler.appdata.xml
ViewVC logotype

Diff of /qsampler/trunk/src/appdata/qsampler.appdata.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3428 by capela, Sat Jul 21 22:22:35 2018 UTC revision 3429 by capela, Fri Aug 17 18:39:36 2018 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="UTF-8"?>  <?xml version="1.0" encoding="UTF-8"?>
2  <!-- Copyright 2004-2015 Rui Nuno Capela <rncbc@rncbc.org> -->  <!-- Copyright 2004-2018 Rui Nuno Capela <rncbc@rncbc.org> -->
3  <component type="desktop">  <component type="desktop">
4   <id>qsampler.desktop</id>   <id>org.rncbc.qsampler</id>
5   <metadata_license>FSFAP</metadata_license>   <metadata_license>FSFAP</metadata_license>
6   <project_license>GPL-2.0+</project_license>   <project_license>GPL-2.0+</project_license>
7   <name>Qsampler</name>   <name>Qsampler</name>
# Line 9  Line 9 
9   <description>   <description>
10    <p>QSampler is a LinuxSampler GUI front-end application written in C++ around    <p>QSampler is a LinuxSampler GUI front-end application written in C++ around
11    the Qt framework using Qt Designer. For the moment it just wraps the client    the Qt framework using Qt Designer. For the moment it just wraps the client
12    interface of LinuxSampler Control Protocol (LSCP) (http://www.linuxsampler.org).</p>    interface of LinuxSampler Control Protocol (LSCP) (http\://www.linuxsampler.org).</p>
13   </description>   </description>
14   <screenshots>   <screenshots>
15    <screenshot type="default">    <screenshot type="default">
# Line 17  Line 17 
17     <caption>The main window showing the application in action</caption>     <caption>The main window showing the application in action</caption>
18    </screenshot>    </screenshot>
19   </screenshots>   </screenshots>
20     <launchable type="desktop-id">qsampler.desktop</launchable>
21     <provides>
22    ​  <binary>qsampler</binary>
23    ​ </provides>
24   <keywords>   <keywords>
25    <keyword>Audio</keyword>    <keyword>Audio</keyword>
26    <keyword>MIDI</keyword>    <keyword>MIDI</keyword>
# Line 33  Line 37 
37    <keyword>Qt</keyword>    <keyword>Qt</keyword>
38   </keywords>   </keywords>
39   <url type="homepage">https://qsampler.sourceforge.io</url>   <url type="homepage">https://qsampler.sourceforge.io</url>
  <updatecontact>rncbc@rncbc.org</updatecontact>  
40   <project_group>linuxsampler.org</project_group>   <project_group>linuxsampler.org</project_group>
41   <kudos>   <developer_name>rncbc aka. Rui Nuno Capela</developer_name>
42    <kudo>AppMenu</kudo>   <update_contact>rncbc@rncbc.org</update_contact>
   <kudo>HiDpiIcon</kudo>  
   <kudo>ModernToolkit</kudo>  
  </kudos>  
43  </component>  </component>

Legend:
Removed from v.3428  
changed lines
  Added in v.3429

  ViewVC Help
Powered by ViewVC