From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx1.redhat.com ([209.132.183.28]:33022 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751595AbcBOVUM (ORCPT ); Mon, 15 Feb 2016 16:20:12 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id 262C58DFEB for ; Mon, 15 Feb 2016 21:20:12 +0000 (UTC) From: Hans de Goede To: Linux Media Mailing List Cc: Hans de Goede Subject: [PATCH xawtv3 3/3] Add desktop and appdata files for xawtv, motv and mtt Date: Mon, 15 Feb 2016 22:20:02 +0100 Message-Id: <1455571202-5189-3-git-send-email-hdegoede@redhat.com> In-Reply-To: <1455571202-5189-1-git-send-email-hdegoede@redhat.com> References: <1455571202-5189-1-git-send-email-hdegoede@redhat.com> Sender: linux-media-owner@vger.kernel.org List-ID: Signed-off-by: Hans de Goede --- 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 diff --git a/contrib/motv.desktop b/contrib/motv.desktop new file mode 100644 index 0000000..37093d4 --- /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 0000000..7d3bc31 --- /dev/null +++ b/contrib/motv.metainfo.xml @@ -0,0 +1,11 @@ + + + motv.desktop + xawtv.desktop + CC0-1.0 + GPL-2.0+ + MoTV Television Viewer + Motif UI version of xawtv + http://linuxtv.org/wiki/index.php/Xawtv + jwrdegoede_at_fedoraproject.org + diff --git a/contrib/mtt.desktop b/contrib/mtt.desktop new file mode 100644 index 0000000..f04c29a --- /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 0000000..28f5c84 --- /dev/null +++ b/contrib/mtt.metainfo.xml @@ -0,0 +1,11 @@ + + + mtt.desktop + xawtv.desktop + CC0-1.0 + GPL-2.0+ + MTT Teletext Viewer + Easy to use Teletext GUI + http://linuxtv.org/wiki/index.php/Xawtv + jwrdegoede_at_fedoraproject.org + diff --git a/contrib/xawtv.appdata.xml b/contrib/xawtv.appdata.xml new file mode 100644 index 0000000..92959d2 --- /dev/null +++ b/contrib/xawtv.appdata.xml @@ -0,0 +1,33 @@ + + + xawtv.desktop + CC0-1.0 + GPL-2.0+ + xawtv + Analog TV viewing application + +

+ 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. +

+

+ The xawtv package includes a number of useful console commandline + utilities: +

+
    +
  • alevtd - a http deamon for use with analogue TV teletext
  • +
  • radio -- a console radio listening app
  • +
  • scantv -- an analogue TV frequency scanner
  • +
  • v4l-conf -- current video mode (size and color depth)
  • +
  • v4lctl -- used to control a v4l device and set varying image parameters
  • +
  • webcam -- capture images from a webcam
  • +
+
+ http://linuxtv.org/wiki/index.php/Xawtv + + http://www.easylinux.de/Artikel/ausgabe/2004/01/036-xawtv/tv_8.png + http://www.easylinux.de/Artikel/ausgabe/2004/01/036-xawtv/xawtv1.png + + jwrdegoede_at_fedoraproject.org +
diff --git a/contrib/xawtv.desktop b/contrib/xawtv.desktop new file mode 100644 index 0000000..349394d --- /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; -- 2.7.1