mirror of
https://github.com/Rafostar/clapper.git
synced 2025-08-31 08:21:59 +02:00
metainfo: Mark as mobile friendly and fix few typos
This commit is contained in:
@@ -9,18 +9,18 @@
|
|||||||
<launchable type="desktop-id">com.github.rafostar.Clapper.desktop</launchable>
|
<launchable type="desktop-id">com.github.rafostar.Clapper.desktop</launchable>
|
||||||
<description>
|
<description>
|
||||||
<p>
|
<p>
|
||||||
Clapper is a GNOME media player build using GJS with GTK4 toolkit.
|
Clapper is a GNOME media player built using GJS with GTK4 toolkit.
|
||||||
The media player is using GStreamer as a media backend and renders
|
The media player is using GStreamer as a media backend and renders
|
||||||
everything via OpenGL. Player works natively on both Xorg and Wayland.
|
everything via OpenGL. Player works natively on both Xorg and Wayland.
|
||||||
It also supports hardware acceleration through VA-API on AMD/Intel GPUs,
|
It also supports hardware acceleration through VA-API on AMD/Intel GPUs,
|
||||||
NVDEC for Nvidia and V4L2 for mobile devices.
|
NVDEC on Nvidia and V4L2 on mobile devices.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
The media player has an adaptive GUI. When viewing videos in "Windowed Mode",
|
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.
|
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
|
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
|
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.
|
displays only video on top of all other windows for a PiP-like viewing experience.
|
||||||
Mobile friendly transitions are also supported.
|
Mobile friendly transitions are also supported.
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
@@ -118,6 +118,14 @@
|
|||||||
</release>
|
</release>
|
||||||
</releases>
|
</releases>
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
|
<recommends>
|
||||||
|
<control>keyboard</control>
|
||||||
|
<control>pointing</control>
|
||||||
|
<control>touch</control>
|
||||||
|
</recommends>
|
||||||
|
<requires>
|
||||||
|
<display_length compare="ge">small</display_length>
|
||||||
|
</requires>
|
||||||
<custom>
|
<custom>
|
||||||
<value key="Purism::form_factor">workstation</value>
|
<value key="Purism::form_factor">workstation</value>
|
||||||
<value key="Purism::form_factor">mobile</value>
|
<value key="Purism::form_factor">mobile</value>
|
||||||
|
Reference in New Issue
Block a user