[transmageddon] first stab at adding an appdata file
- From: Christian Fredrik Kalager Schaller <uraeus src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [transmageddon] first stab at adding an appdata file
- Date: Fri, 29 Nov 2013 13:35:59 +0000 (UTC)
commit 83faf273d0c0b5053bd4858b388299a855ab787f
Author: Christian Fredrik Kalager Schaller <uraeus linuxrising org>
Date: Fri Nov 29 14:35:38 2013 +0100
first stab at adding an appdata file
appdata/Makefile.am | 5 +++++
appdata/transmageddon.xml.in | 32 ++++++++++++++++++++++++++++++++
configure.ac | 1 +
3 files changed, 38 insertions(+), 0 deletions(-)
---
diff --git a/appdata/Makefile.am b/appdata/Makefile.am
new file mode 100755
index 0000000..3f2e7f2
--- /dev/null
+++ b/appdata/Makefile.am
@@ -0,0 +1,5 @@
+
+appdatadir = $(datadir)/transmageddon/appdata
+appdata_DATA = transmageddon.xml
+
+EXTRA_DIST = transmageddon.xml
diff --git a/appdata/transmageddon.xml.in b/appdata/transmageddon.xml.in
new file mode 100644
index 0000000..646a88e
--- /dev/null
+++ b/appdata/transmageddon.xml.in
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2013 Christian F.K. Schaller <uraeus linuxrising org> -->
+<application>
+ <id type="desktop">transmageddon.desktop</id>
+ <licence>CC-BY</licence>
+ <name>Transmageddon Media Transcoder</name>
+ <summary>Easy to use audio and video transcoding application</summary>
+ <description>
+ <p>
+Transmageddon is an application for converting audio and video files between different formats. It allows
you to either manually choose the formats you want to convert between or alternatively you can choose a
predefined target and the selections will be made for you. Transmageddon supports a very wide range for
formats and can also optionally function as a DVD ripping tool.
+ </p>
+ <p>Feature list:</p>
+ <ul>
+ <li>Wide range of media codecs</li>
+ <li>Allows extracting audio or video streams separately</li>
+ <li>Alows ripping of DVD if needed software libraries are available</li>
+ <li>Supports named device presets</li>
+ <li>Lets you add language metadata if missing</li>
+ <li>Can change orientation of video if necesarry</li>
+ <li>Supports files with multiple audio streams</li>
+ </ul>
+ <p>
+You might want to install this application if your need to convert media files between different formats due
to for example having hardware that only supports a limited range of formats.
+ </p>
+ </description>
+ <screenshots>
+ <screenshot type="default" width="800"
height="575">http://www.linuxrising.org/screenshots/en_US/transmageddon-appdata.png</screenshot>
+ </screenshots>
+ <url type="homepage">http://www.linuxrising.org/</url>
+ <updatecontact>uraeus linuxrising org</updatecontact>
+ <project_group>GStreamer</project_group>
+</application>
diff --git a/configure.ac b/configure.ac
index 5c284e6..32f3e15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,6 +62,7 @@ AC_CONFIG_FILES([bin/transmageddon], [chmod +x bin/transmageddon])
dnl output stuff
AC_CONFIG_FILES([
Makefile
+appdata/transmageddon.xml
bin/Makefile
common/Makefile
common/m4/Makefile
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]