Changeset 2758 for trunk/libffado

Show
Ignore:
Timestamp:
02/09/18 02:54:33 (6 years ago)
Author:
jwoithe
Message:

ffado-mixer.appdata.xml: add a screenshot.

According to the appdata specification at least one screenshot must be
supplied. This patch adds a URL to such a screenshot. A single screenshot
will do for now: since the appearance varies significantly depending on the
audio interface in use there isn't a lot of point in providing too many
detailed screenshots.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/support/xdg/ffado-mixer.appdata.xml

    r2757 r2758  
    1010  <description> 
    1111    <p> 
    12       ffado-mixer presents a graphical application allowing a FFADO device to be controlled. 
     12      ffado-mixer presents a graphical application allowing a firewire audio interface to be controlled. 
    1313      The extent of the control is determined by the level of support for the 
    1414      device in FFADO and in ffado-dbus-server. 
     
    1717    </p> 
    1818  </description> 
     19  <screenshots> 
     20    <screenshot type="default"> 
     21      <image>http://ffado.org/ffado-mixer-screenshot.png</image> 
     22      <caption>Main ffado-mixer window. Controls vary depending on the audio interface in use."</caption> 
     23    </screenshot> 
     24  </screenshots> 
     25 
    1926  <url type="homepage">http://ffado.org/</url> 
    2027  <update_contact>ffado-devel@lists.sourceforge.net</update_contact>