new file mode 100644
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Comment=Analog TV viewing application
+Icon=xawtv
+Exec=motv
+Name=MoTV Television Viewer
+Terminal=false
+StartupNotify=false
+Type=Application
+Categories=AudioVideo;Video;
+Keywords=video;tv;viewer;v4l;v4l2;video4linux;
new file mode 100644
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<component type="addon">
+ <id>motv.desktop</id>
+ <extends>xawtv.desktop</extends>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0+</project_license>
+ <name>MoTV Television Viewer</name>
+ <summary>Motif UI version of xawtv</summary>
+ <url type="homepage">http://linuxtv.org/wiki/index.php/Xawtv</url>
+ <updatecontact>jwrdegoede_at_fedoraproject.org</updatecontact>
+</component>
new file mode 100644
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Comment=Analog TV Teletext viewing application
+Icon=xawtv
+Exec=mtt
+Name=MTT Teletext Viewer
+Terminal=false
+StartupNotify=false
+Type=Application
+Categories=AudioVideo;Video;
+Keywords=video;tv;viewer;v4l;v4l2;video4linux;teletext;
new file mode 100644
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<component type="addon">
+ <id>mtt.desktop</id>
+ <extends>xawtv.desktop</extends>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0+</project_license>
+ <name>MTT Teletext Viewer</name>
+ <summary>Easy to use Teletext GUI</summary>
+ <url type="homepage">http://linuxtv.org/wiki/index.php/Xawtv</url>
+ <updatecontact>jwrdegoede_at_fedoraproject.org</updatecontact>
+</component>
new file mode 100644
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<component type="desktop">
+ <id>xawtv.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0+</project_license>
+ <name>xawtv</name>
+ <summary>Analog TV viewing application</summary>
+ <description>
+ <p>
+ xawtv was originally just an analog TV viewing application for Bttv
+ devices (bt848, bt878) using the Athena widgets, but evolved into a
+ small suite of X11 applications for V4L devices.
+ </p>
+ <p>
+ The xawtv package includes a number of useful console commandline
+ utilities:
+ </p>
+ <ul>
+ <li>alevtd - a http deamon for use with analogue TV teletext</li>
+ <li>radio -- a console radio listening app </li>
+ <li>scantv -- an analogue TV frequency scanner</li>
+ <li>v4l-conf -- current video mode (size and color depth)</li>
+ <li>v4lctl -- used to control a v4l device and set varying image parameters</li>
+ <li>webcam -- capture images from a webcam </li>
+ </ul>
+ </description>
+ <url type="homepage">http://linuxtv.org/wiki/index.php/Xawtv</url>
+ <screenshots>
+ <screenshot type="default">http://www.easylinux.de/Artikel/ausgabe/2004/01/036-xawtv/tv_8.png</screenshot>
+ <screenshot>http://www.easylinux.de/Artikel/ausgabe/2004/01/036-xawtv/xawtv1.png</screenshot>
+ </screenshots>
+ <updatecontact>jwrdegoede_at_fedoraproject.org</updatecontact>
+</component>
new file mode 100644
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Comment=Analog TV viewing application
+Icon=xawtv
+Exec=xawtv
+Name=XawTV Television Viewer
+Terminal=false
+StartupNotify=false
+Type=Application
+Categories=AudioVideo;Video;
+Keywords=video;tv;viewer;v4l;v4l2;video4linux;
Signed-off-by: Hans de Goede <hdegoede@redhat.com> --- contrib/motv.desktop | 10 ++++++++++ contrib/motv.metainfo.xml | 11 +++++++++++ contrib/mtt.desktop | 10 ++++++++++ contrib/mtt.metainfo.xml | 11 +++++++++++ contrib/xawtv.appdata.xml | 33 +++++++++++++++++++++++++++++++++ contrib/xawtv.desktop | 10 ++++++++++ 6 files changed, 85 insertions(+) create mode 100644 contrib/motv.desktop create mode 100644 contrib/motv.metainfo.xml create mode 100644 contrib/mtt.desktop create mode 100644 contrib/mtt.metainfo.xml create mode 100644 contrib/xawtv.appdata.xml create mode 100644 contrib/xawtv.desktop