diff options
author | John Stebbins <[email protected]> | 2018-06-07 14:49:45 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2018-06-07 15:01:33 -0700 |
commit | 7f59018bc89b09b78980c6404954bb1f1b8dd883 (patch) | |
tree | 9dabf553f2f863cb2e89c16069c1e474a90c6d87 /test/fr.handbrake.HandBrakeCLI.appdata.xml.template | |
parent | f95aa7aaaf7283aedee86422533bd1968b6c9a44 (diff) |
flatpak: automatically add <release> tag to cli appdata
Diffstat (limited to 'test/fr.handbrake.HandBrakeCLI.appdata.xml.template')
-rw-r--r-- | test/fr.handbrake.HandBrakeCLI.appdata.xml.template | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/test/fr.handbrake.HandBrakeCLI.appdata.xml.template b/test/fr.handbrake.HandBrakeCLI.appdata.xml.template new file mode 100644 index 000000000..c19756e86 --- /dev/null +++ b/test/fr.handbrake.HandBrakeCLI.appdata.xml.template @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- Copyright 2018 John Stebbins <[email protected]> --> +<component type="console-application"> + <id>fr.handbrake.HandBrakeCLI</id> + <metadata_license>CC0</metadata_license> + <project_license>GPL-2.0+</project_license> + <name>HandBrakeCLI</name> + <summary>Video Transcoder</summary> + + <description> + <p> + HandBrake is a tool for converting video from nearly any format to a + selection of modern, widely supported codecs. + </p> + <p>Reasons you'll love Handbrake:</p> + <ul> + <li>Convert video from nearly any format</li> + <li>Free and Open Source</li> + <li>Multi-Platform (Windows, Mac and Linux)</li> + </ul> + </description> + + <url type="homepage">https://handbrake.fr/</url> + <url type="help">https://handbrake.fr/docs/</url> + <url type="bugtracker">https://github.com/HandBrake/HandBrake/issues</url> + <mimetypes> + <mimetype>application/ogg</mimetype> + <mimetype>application/x-extension-mp4</mimetype> + <mimetype>application/x-flac</mimetype> + <mimetype>application/x-matroska</mimetype> + <mimetype>application/x-ogg</mimetype> + <mimetype>audio/ac3</mimetype> + <mimetype>audio/mp4</mimetype> + <mimetype>audio/mpeg</mimetype> + <mimetype>audio/ogg</mimetype> + <mimetype>audio/x-flac</mimetype> + <mimetype>audio/x-matroska</mimetype> + <mimetype>audio/x-mp3</mimetype> + <mimetype>audio/x-mpeg</mimetype> + <mimetype>audio/x-vorbis</mimetype> + <mimetype>video/mp4</mimetype> + <mimetype>video/mp4v-es</mimetype> + <mimetype>video/mpeg</mimetype> + <mimetype>video/msvideo</mimetype> + <mimetype>video/quicktime</mimetype> + <mimetype>video/vnd.divx</mimetype> + <mimetype>video/x-avi</mimetype> + <mimetype>video/x-m4v</mimetype> + <mimetype>video/x-matroska</mimetype> + <mimetype>video/x-mpeg</mimetype> + <mimetype>video/ogg</mimetype> + <mimetype>video/x-ogm+ogg</mimetype> + <mimetype>video/x-theora+ogg</mimetype> + <mimetype>x-content/video-dvd</mimetype> + <mimetype>x-content/video-vcd</mimetype> + <mimetype>x-content/video-svcd</mimetype> + </mimetypes> + + <provides> + <binary>HandBrakeCLI</binary> + </provides> + + <releases> + RELEASE_TAG + </releases> + +</component> + |