add opengl api for mpv

This commit is contained in:
peijiankang 2024-02-04 17:22:32 +08:00
parent 9ba718a0ca
commit 22a5bb522b
2 changed files with 1051 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,11 @@
Name: mpv
Version: 0.35.1
Release: 1
Release: 2
Summary: Movie player playing most video formats and DVDs
License: GPL-2.0-or-later AND LGPL-2.1-or-later
URL: http://mpv.io/
Source0: https://github.com/mpv-player/mpv/archive/v%{version}/%{name}-%{version}.tar.gz
Patch01: 0001-add-opengl-api-for-mpv-0.35.patch
BuildRequires: pkgconfig(alsa)
BuildRequires: desktop-file-utils
@ -160,6 +161,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir}
%{_libdir}/pkgconfig/mpv.pc
%changelog
* Wed Apr 10 2024 peijiankang <peijiankang@kylinos.cn> - 0.35.1-2
- add 0001-add-opengl-api-for-mpv.patch
* Mon Feb 27 2023 jchzhou <zhoujiacheng@iscas.ac.cn> - 0.35.1-1
- Update to 0.35.1
- Enabled VA-API support