This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/tvtime.git tree:
Subject: Add an appdata file Author: Hans de Goede <[email protected]> Date: Sat Feb 13 16:47:38 2016 -0200 Add an appdata file for use with new appstream using software-installers in various Linux distros. Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> docs/tvtime.appdata.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) --- http://git.linuxtv.org/cgit.cgi/tvtime.git/commit/?id=68e62d402c5234eae58a1d2d8255928d460ef87c diff --git a/docs/tvtime.appdata.xml b/docs/tvtime.appdata.xml new file mode 100644 index 000000000000..0c216ab38eaf --- /dev/null +++ b/docs/tvtime.appdata.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<component type="desktop"> + <id>tvtime.desktop</id> + <metadata_license>CC0-1.0</metadata_license> + <project_license>GPL-2.0+</project_license> + <name>TVtime Television Viewer</name> + <summary>High quality video deinterlacer</summary> + <description> + <p> + TVtime is a high quality television application for use with analog + video capture cards on Linux systems. TVtime processes the input from a + capture card and displays it on a computer monitor or projector. + </p> + <p>Features:</p> + <ul> + <li>Smooth motion: Experience the full framerate of the video signal. Every field is deinterlaced to a unique frame for television quality and beyond.</li> + <li>Quality picture: Highest quality picture of any Linux TV viewer. Uses the best deinterlacers from DScaler for the ultimate experience.</li> + <li>Slick On-Screen-Display: Gorgeously rendered text composited in realtime on the live video signal.</li> + </ul> + </description> + <url type="homepage">http://tvtime.sourceforge.net/</url> + <screenshots> + <screenshot type="default">http://tvtime.sourceforge.net/screenshot-small.jpg</screenshot> + <screenshot>http://tvtime.sourceforge.net/screenshots/15-sep-03-shot3.jpg</screenshot> + </screenshots> + <updatecontact>jwrdegoede_at_fedoraproject.org</updatecontact> +</component> _______________________________________________ linuxtv-commits mailing list [email protected] http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits
