|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: mpv
|
|
|
|
|
Version: 0.36.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
|
|
|
|
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
|
|
|
|
Summary: Movie player playing most video formats and DVDs
|
|
|
|
@ -21,7 +21,6 @@ BuildRequires: pkgconfig(alsa)
|
|
|
|
|
BuildRequires: pkgconfig(caca)
|
|
|
|
|
BuildRequires: pkgconfig(dvdnav)
|
|
|
|
|
BuildRequires: pkgconfig(egl)
|
|
|
|
|
BuildRequires: pkgconfig(enca)
|
|
|
|
|
BuildRequires: pkgconfig(ffnvcodec)
|
|
|
|
|
BuildRequires: pkgconfig(gbm)
|
|
|
|
|
BuildRequires: pkgconfig(gl)
|
|
|
|
@ -38,7 +37,6 @@ BuildRequires: pkgconfig(libbluray)
|
|
|
|
|
BuildRequires: pkgconfig(libcdio)
|
|
|
|
|
BuildRequires: pkgconfig(libcdio_paranoia)
|
|
|
|
|
BuildRequires: pkgconfig(libdrm)
|
|
|
|
|
BuildRequires: pkgconfig(libguess)
|
|
|
|
|
BuildRequires: pkgconfig(libjpeg)
|
|
|
|
|
BuildRequires: pkgconfig(libpipewire-0.3) >= 0.3.19
|
|
|
|
|
BuildRequires: pkgconfig(libplacebo) >= 5.264.1
|
|
|
|
@ -225,6 +223,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed May 01 2024 Sérgio Basto <sergio@serjux.com> - 0.36.0-3
|
|
|
|
|
- Remove unused build requires (https://github.com/rpmfusion/mpv/pull/19)
|
|
|
|
|
|
|
|
|
|
* Wed May 01 2024 Vitaly Zaitsev <vitaly@easycoding.org> - 0.36.0-2
|
|
|
|
|
- Switched to meson by upstream request.
|
|
|
|
|
|
|
|
|
|