Updated to version 0.35.0.

f38
Vitaly Zaitsev 2 years ago
parent cb10cd6045
commit ab9c05a894
No known key found for this signature in database
GPG Key ID: BF99FC6DD45AB90A

1
.gitignore vendored

@ -1 +1,2 @@
/mpv-0.34.1.tar.gz /mpv-0.34.1.tar.gz
/mpv-0.35.0.tar.gz

@ -1,30 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>io.mpv.Mpv</id>
<name>mpv</name>
<summary>A free, open source, and cross-platform media player</summary>
<description>
<p>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.</p>
<p>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.</p>
<p>While mpv strives for minimalism and provides no real GUI, it has a small controller on top of the video for basic control.</p>
<p>Mpv can leverage most hardware decoding APIs on all platforms. Hardware decoding can be enabled at runtime on demand.</p>
<p>Powerful scripting capabilities can make the player do almost anything. There is a large selection of user scripts on the wiki.</p>
<p>A straightforward C API was designed from the ground up to make mpv usable as a library and facilitate easy integration into other applications.</p>
</description>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0+ AND LGPL-2.0-or-later</project_license>
<developer_name>mpv.io</developer_name>
<launchable type="desktop-id">mpv.desktop</launchable>
<translation type="gettext">mpv</translation>
<content_rating type="oars-1.1" />
<screenshots>
<screenshot type="default">
<image>https://mpv.io/images/mpv-screenshot-34cd36ae.jpg</image>
<caption>Main window</caption>
</screenshot>
</screenshots>
<url type="homepage">https://mpv.io/</url>
<url type="bugtracker">https://github.com/mpv-player/mpv/issues</url>
<url type="faq">https://github.com/mpv-player/mpv/wiki/FAQ</url>
<url type="help">https://mpv.io/manual/stable</url>
</component>

@ -1,12 +1,11 @@
Name: mpv Name: mpv
Version: 0.34.1 Version: 0.35.0
Release: 11%{?dist} Release: 1%{?dist}
License: GPLv2+ and LGPLv2+ License: GPLv2+ and LGPLv2+
Summary: Movie player playing most video formats and DVDs Summary: Movie player playing most video formats and DVDs
URL: https://%{name}.io/ URL: https://%{name}.io/
Source0: https://github.com/%{name}-player/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/%{name}-player/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: %{name}.metainfo.xml
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: gcc BuildRequires: gcc
@ -171,6 +170,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%changelog %changelog
* Sat Nov 12 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 0.35.0-1
- Updated to version 0.35.0.
* Mon Sep 05 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 0.34.1-11 * Mon Sep 05 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 0.34.1-11
- Moved to Fedora. - Moved to Fedora.
- Added XDG metainfo manifest. - Added XDG metainfo manifest.

@ -1 +1 @@
SHA512 (mpv-0.34.1.tar.gz) = 77ea349d6999f8cce9b5cce4cebd3506a224fc18ab08d22dd16bd34c34d012bb170879b268ddd62db40d116b4cc0b2d9d651b8097f387ed9115c426834cac77e SHA512 (mpv-0.35.0.tar.gz) = d5c1f734057f6b6c27e7f59de43cf7c0e7f813d842b8c7fd2ae1073dbe649c8187b7686df4efe928db2952e9f1efc171245e6f8780c1d9f174f4d7abff1e073a

Loading…
Cancel
Save