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

Revision 2802, 1.2 kB (checked in by jwoithe, 3 years ago)

Cosmetic: "Firewire" becomes "FireWire?".

Officially both the "F" and "W" were capitalised in the FireWire? name, so
reflect this throughout FFADO's source tree. This mostly affects comments.

This patch originated from pander on the ffado-devel mailing list. To
maintain consistency, the committed version has been expanded to include
files not originally included in the original patch.

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.