From 9ecca1ffd83438d9afa111a2676b10fa7425159f Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Tue, 6 Sep 2022 18:50:31 +0200 Subject: [PATCH] Updated package description. --- mpv.metainfo.xml | 6 +++--- mpv.spec | 18 +++++++++++++++++- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/mpv.metainfo.xml b/mpv.metainfo.xml index e76540f..95f7b0f 100644 --- a/mpv.metainfo.xml +++ b/mpv.metainfo.xml @@ -4,10 +4,10 @@ mpv A free, open source, and cross-platform media player -

mpv is a free (as in freedom) media player for the command line. It supports a wide variety of media file formats, audio and video codecs, and subtitle types.

-

mpv has an OpenGL, Vulkan, and D3D11 based video output that is capable of many features loved by videophiles, such as video scaling with popular high quality algorithms, color management, frame timing, interpolation, HDR, and more.

+

Mpv is a free (as in freedom) media player for the command line. It supports a wide variety of media file formats, audio and video codecs, and subtitle types.

+

Mpv has an OpenGL, Vulkan, and D3D11 based video output that is capable of many features loved by videophiles, such as video scaling with popular high quality algorithms, color management, frame timing, interpolation, HDR, and more.

While mpv strives for minimalism and provides no real GUI, it has a small controller on top of the video for basic control.

-

mpv can leverage most hardware decoding APIs on all platforms. Hardware decoding can be enabled at runtime on demand.

+

Mpv can leverage most hardware decoding APIs on all platforms. Hardware decoding can be enabled at runtime on demand.

Powerful scripting capabilities can make the player do almost anything. There is a large selection of user scripts on the wiki.

A straightforward C API was designed from the ground up to make mpv usable as a library and facilitate easy integration into other applications.

diff --git a/mpv.spec b/mpv.spec index 6716edd..a079a32 100644 --- a/mpv.spec +++ b/mpv.spec @@ -78,6 +78,22 @@ input URL types are available to read input from a variety of sources other than disk files. Depending on platform, a variety of different video and audio output methods are supported. +Mpv has an OpenGL, Vulkan, and D3D11 based video output that is capable of many +features loved by videophiles, such as video scaling with popular high quality +algorithms, color management, frame timing, interpolation, HDR, and more. + +While mpv strives for minimalism and provides no real GUI, it has a small +controller on top of the video for basic control. + +Mpv can leverage most hardware decoding APIs on all platforms. Hardware +decoding can be enabled at runtime on demand. + +Powerful scripting capabilities can make the player do almost anything. There +is a large selection of user scripts on the wiki. + +A straightforward C API was designed from the ground up to make mpv usable as +a library and facilitate easy integration into other applications. + %package libs Summary: Dynamic library for Mpv frontends @@ -91,7 +107,7 @@ Obsoletes: %{name}-libs-devel < %{?epoch:%{epoch}:}%{version}-%{release} Requires: %{name}-libs%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %description devel -Libmpv development header files and libraries. +This package contains development header files and libraries for Mpv. %prep %autosetup -p1