diff --git a/shotcut.appdata.xml b/shotcut.appdata.xml new file mode 100644 index 0000000000..353a710a53 --- /dev/null +++ b/shotcut.appdata.xml @@ -0,0 +1,49 @@ + + + shotcut.desktop + CC0-1.0 + GPLv3 + Shotcut + A free, open source, cross-platform **video editor** + +

+ Shotcut is a free and open-source cross-platform video editing application for + Windows, macOS, and Linux. + + Shotcut supports many video, audio, and image formats via FFmpeg and screen, + webcam, and audio capture. It uses a time-line for non-linear video editing of + multiple tracks that may be composed of various file formats. Scrubbing and + transport control are assisted by OpenGL GPU-based processing and a number of + video and audio filters are available. +

+
+ + + https://www.shotcut.org/assets/img/pro-formats.png + Wide Format Support + + + https://www.shotcut.org/assets/img/waveforms.png + Audio Features + + + https://www.shotcut.org/assets/img/shotcut_mac_monitor.png + Video Effects + + + https://www.shotcut.org/assets/img/editing-group.jpg + Editing Features + + + https://www.shotcut.org/assets/img/external-monitoring.png + Display and Monitoring + + + Meltytech, LLC + dan_AT_dennedy.org + https://www.shotcut.org/ + https://github.com/mltframework/shotcut/issues/ + https://www.shotcut.org/FAQ/ + https://www.shotcut.org/tutorials/ + https://www.transifex.com/ddennedy/shotcut/ +
diff --git a/src/src.pro b/src/src.pro index 15431c990f..e140c54054 100644 --- a/src/src.pro +++ b/src/src.pro @@ -280,7 +280,8 @@ OTHER_FILES += \ ../icons/dark/index.theme \ ../icons/light/index.theme \ ../snap/snapcraft.yaml \ - ../snap/setup/gui/shotcut.desktop + ../snap/setup/gui/shotcut.desktop \ + ../shotcut.appdata.xml TRANSLATIONS += \ ../translations/shotcut_ca.ts \ @@ -381,3 +382,9 @@ INSTALLS += target qmlfiles.files = $$PWD/qml qmlfiles.path = $$PREFIX/share/shotcut INSTALLS += qmlfiles + +unix:!mac { + metainfo.files = $$PWD/../shotcut.appdata.xml + metainfo.path = $$PREFIX/share/metainfo + INSTALLS += qmlfiles +}