root/trunk/libffado/support/xdg/ffado-mixer.appdata.xml

Revision 2769, 1.2 kB (checked in by jwoithe, 6 years ago)

appdata: adjust screenshot URL.

The URL of the appdata screenshot has been adjusted to improve clarity on
the web server and provide more flexibility in the future if it's needed.

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Copyright (C) 2006-2018 FFADO development team -->
3 <component type="desktop">
4   <id>ffado.org-ffadomixer.desktop</id>
5   <metadata_license>CC0-1.0</metadata_license>
6   <project_license>GPL-2.0 OR GPL-3.0</project_license>
7   <name>ffado-mixer</name>
8   <summary>A graphical front-end for the FFADO mixer DBus controls exposed by ffado-dbus-server</summary>
9   <translation/>
10   <description>
11     <p>
12       ffado-mixer presents a graphical application allowing a firewire audio interface to be controlled.
13       The extent of the control is determined by the level of support for the
14       device in FFADO and in ffado-dbus-server.
15       Typical controls offered by ffado-mixer include faders for the on-board mixer,
16       phantom power control, mode switches and so on.
17     </p>
18   </description>
19   <screenshots>
20     <screenshot type="default">
21       <image>http://ffado.org/appdata/ffado-mixer-screenshot.png</image>
22       <caption>Example of main ffado-mixer window.</caption>
23     </screenshot>
24   </screenshots>
25
26   <url type="homepage">http://ffado.org/</url>
27   <update_contact>ffado-devel@lists.sourceforge.net</update_contact>
28 </component>
Note: See TracBrowser for help on using the browser.