This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/xawtv3.git tree:
Subject: Add desktop and appdata files for xawtv, motv and mtt Author: Hans de Goede <[email protected]> Date: Mon Feb 15 18:24:16 2016 +0100 Signed-off-by: Hans de Goede <[email protected]> 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(+) --- http://git.linuxtv.org/cgit.cgi/xawtv3.git/commit/?id=b9f78802002fdca9e61cd67e257ad7ad9ef3ee28 diff --git a/contrib/motv.desktop b/contrib/motv.desktop new file mode 100644 index 000000000000..37093d4dcbdc --- /dev/null +++ b/contrib/motv.desktop @@ -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; diff --git a/contrib/motv.metainfo.xml b/contrib/motv.metainfo.xml new file mode 100644 index 000000000000..7d3bc31c0489 --- /dev/null +++ b/contrib/motv.metainfo.xml @@ -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> diff --git a/contrib/mtt.desktop b/contrib/mtt.desktop new file mode 100644 index 000000000000..f04c29a5ce41 --- /dev/null +++ b/contrib/mtt.desktop @@ -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; diff --git a/contrib/mtt.metainfo.xml b/contrib/mtt.metainfo.xml new file mode 100644 index 000000000000..28f5c845fb24 --- /dev/null +++ b/contrib/mtt.metainfo.xml @@ -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> diff --git a/contrib/xawtv.appdata.xml b/contrib/xawtv.appdata.xml new file mode 100644 index 000000000000..92959d2c9da7 --- /dev/null +++ b/contrib/xawtv.appdata.xml @@ -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> diff --git a/contrib/xawtv.desktop b/contrib/xawtv.desktop new file mode 100644 index 000000000000..349394d02490 --- /dev/null +++ b/contrib/xawtv.desktop @@ -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; _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
