mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-30 07:42:23 +02:00
Player window is considered mobile friendly with its transitions and touch/swipes gestures implemented. The only missing part now is preferences window that needs moving to libadwaita. Due to video playback being mobile friendly, mark this app as Purism Mobile compatible which will allow the app to appear on mobile app store and show the app icon in app launcher.
67 lines
2.9 KiB
XML
67 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>com.github.rafostar.Clapper</id>
|
|
<metadata_license>CC0-1.0</metadata_license>
|
|
<project_license>GPL-3.0-or-later</project_license>
|
|
<name>Clapper</name>
|
|
<summary>Simple and modern GNOME media player</summary>
|
|
<translation type="gettext">com.github.rafostar.Clapper</translation>
|
|
<launchable type="desktop-id">com.github.rafostar.Clapper.desktop</launchable>
|
|
<description>
|
|
<p>
|
|
Clapper is a GNOME media player build using GJS with GTK4 toolkit.
|
|
The media player is using GStreamer as a media backend and renders
|
|
everything via OpenGL. Player works natively on both Xorg and Wayland.
|
|
It also supports VA-API on AMD/Intel GPUs.
|
|
</p>
|
|
<p>
|
|
The media player has an adaptive GUI. When viewing videos in "Windowed Mode",
|
|
Clapper will use mostly unmodified GTK widgets to match your OS look nicely.
|
|
When player enters "Fullscreen Mode" all GUI elements will become darker, bigger
|
|
and semi-transparent for your viewing comfort. It also has a "Floating Mode" which
|
|
displays video only on top of all other windows for a PiP-like viewing experience.
|
|
Mobile friendly transitions are also supported.
|
|
</p>
|
|
<p>
|
|
For best stability Wayland session is recommended. Wayland users with AMD/Intel GPUs
|
|
can try enabling HIGHLY EXPERIMENTAL "vah264dec" plugin inside player preferences
|
|
for reduced CPU and GPU usage on standard (8-bit) H.264 videos.
|
|
</p>
|
|
</description>
|
|
<developer_name>Rafał Dzięgiel</developer_name>
|
|
<url type="homepage">https://rafostar.github.io/clapper</url>
|
|
<url type="bugtracker">https://github.com/Rafostar/clapper/issues</url>
|
|
<url type="donation">https://liberapay.com/Clapper</url>
|
|
<url type="help">https://github.com/Rafostar/clapper/wiki</url>
|
|
<categories>
|
|
<category>AudioVideo</category>
|
|
<category>Video</category>
|
|
</categories>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image type="source">https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-windowed.png</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image type="source">https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-fullscreen.png</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image type="source">https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-floating.png</image>
|
|
</screenshot>
|
|
<screenshot>
|
|
<image type="source">https://raw.githubusercontent.com/wiki/Rafostar/clapper/media/screenshot-mobile.png</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
<releases>
|
|
<release version="0.0.0" date="2020-10-31">
|
|
<description>
|
|
<p>GitHub version</p>
|
|
</description>
|
|
</release>
|
|
</releases>
|
|
<content_rating type="oars-1.1" />
|
|
<custom>
|
|
<value key="Purism::form_factor">workstation</value>
|
|
<value key="Purism::form_factor">mobile</value>
|
|
</custom>
|
|
</component>
|