commit 1ce8138975383e82c17977f1185ebbf43b1cb39c
Author: FeRD (Frank Dana) <ferdnyc(a)gmail.com>
Date: Mon Sep 3 22:41:03 2018 -0400
Update appdata file per upstream
OpenShot will be shipping an appdata file with their next release, so I
reconciled ours with theirs. I'll propose the diffs back to upstream too,
so hopefully the dist version will be usable with minimal changes.
openshot-qt.appdata.xml | 50 +++++++++++++++++++++++++++++++++++++++++--------
1 file changed, 42 insertions(+), 8 deletions(-)
---
diff --git a/openshot-qt.appdata.xml b/openshot-qt.appdata.xml
index 1043e4d..3f5b56f 100644
--- a/openshot-qt.appdata.xml
+++ b/openshot-qt.appdata.xml
@@ -1,8 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
-<component type="desktop">
- <id>openshot-qt.desktop</id>
+<component type="desktop-application">
+ <id>openshot-qt</id>
<pkgname>openshot</pkgname>
+ <update_contact>openshot-owner(a)rpmfusion.org</update_contact>
+ <launchable type="desktop-id">openshot-qt.desktop</launchable>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-3.0-or-later</project_license>
<name>OpenShot Video Editor</name>
+ <developer_name>OpenShot Studios, LLC</developer_name>
<summary>Create and edit amazing videos and movies</summary>
<description>
<p>
@@ -23,18 +28,47 @@ Features include:
* Titles with integrated editor and templates
* 3D animation (titles and effects)
</p>
-</description>
- <metadata_license>CC0-1.0</metadata_license>
- <project_license>GPL-3.0-or-later</project_license>
- <url
type="bugtracker">https://bugs.launchpad.net/openshot</ur...
+ </description>
+ <provides>
+ <binary>openshot-qt</binary>
+ </provides>
<url
type="donation">https://www.openshot.org/donate</url>
<url
type="help">https://www.openshot.org/user-guide</url>
<url type="homepage">https://www.openshot.org</url>
+ <url
type="bugtracker">https://github.com/OpenShot/openshot-qt/is...
<project_group>none</project_group>
<screenshots>
<screenshot type="default">
- <image height="637"
width="975">https://www.openshot.org/static/files/user-guide...
+ <image height="637"
width="975">https://www.openshot.org/static/img/gallery/ui-e...
+ </screenshot>
+ <screenshot>
+ <image height="555"
width="780">https://www.openshot.org/static/img/gallery/titl...
</screenshot>
</screenshots>
- <update_contact>openshot-owner(a)rpmfusion.org</update_contact>
+ <content_rating type="oars-1.0">
+ <content_attribute
id="violence-cartoon">none</content_attribute>
+ <content_attribute
id="violence-fantasy">none</content_attribute>
+ <content_attribute
id="violence-realistic">none</content_attribute>
+ <content_attribute
id="violence-bloodshed">none</content_attribute>
+ <content_attribute
id="violence-sexual">none</content_attribute>
+ <content_attribute id="drugs-alcohol">none</content_attribute>
+ <content_attribute
id="drugs-narcotics">none</content_attribute>
+ <content_attribute id="drugs-tobacco">none</content_attribute>
+ <content_attribute id="sex-nudity">none</content_attribute>
+ <content_attribute id="sex-themes">none</content_attribute>
+ <content_attribute
id="language-profanity">none</content_attribute>
+ <content_attribute
id="language-humor">none</content_attribute>
+ <content_attribute
id="language-discrimination">none</content_attribute>
+ <content_attribute id="social-chat">none</content_attribute>
+ <content_attribute id="social-info">none</content_attribute>
+ <content_attribute id="social-audio">none</content_attribute>
+ <content_attribute
id="social-location">none</content_attribute>
+ <content_attribute
id="social-contacts">none</content_attribute>
+ <content_attribute
id="money-purchasing">none</content_attribute>
+ <content_attribute
id="money-gambling">none</content_attribute>
+ </content_rating>
+ <releases>
+ <release version="2.4.2" date="2018-06-30"/>
+ <release version="2.4.1" date="2017-11-12"/>
+ </releases>
</component>