|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: mpv
|
|
|
|
|
Version: 0.37.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 0.39.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
|
|
|
|
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
|
|
|
|
Summary: Movie player playing most video formats and DVDs
|
|
|
|
@ -39,8 +39,7 @@ BuildRequires: pkgconfig(libcdio_paranoia)
|
|
|
|
|
BuildRequires: pkgconfig(libdrm)
|
|
|
|
|
BuildRequires: pkgconfig(libjpeg)
|
|
|
|
|
BuildRequires: pkgconfig(libpipewire-0.3) >= 0.3.19
|
|
|
|
|
# Explictily build against libplacebo6 rhbz#2264138
|
|
|
|
|
BuildRequires: (pkgconfig(libplacebo) >= 6 with pkgconfig(libplacebo) < 7)
|
|
|
|
|
BuildRequires: pkgconfig(libplacebo) >= 5.264.1
|
|
|
|
|
BuildRequires: pkgconfig(libpulse)
|
|
|
|
|
BuildRequires: pkgconfig(libswresample) >= 3.9.100
|
|
|
|
|
BuildRequires: pkgconfig(libswscale) >= 5.9.100
|
|
|
|
@ -50,7 +49,6 @@ BuildRequires: pkgconfig(mujs)
|
|
|
|
|
BuildRequires: pkgconfig(openal)
|
|
|
|
|
BuildRequires: pkgconfig(rubberband)
|
|
|
|
|
BuildRequires: pkgconfig(sdl2)
|
|
|
|
|
BuildRequires: pkgconfig(shaderc)
|
|
|
|
|
BuildRequires: pkgconfig(uchardet) >= 0.0.5
|
|
|
|
|
BuildRequires: pkgconfig(vapoursynth)
|
|
|
|
|
BuildRequires: pkgconfig(vdpau)
|
|
|
|
@ -163,7 +161,7 @@ sed -e "s|/usr/local/etc|%{_sysconfdir}/%{name}|" -i etc/%{name}.conf
|
|
|
|
|
-Dsdl2-gamepad=enabled \
|
|
|
|
|
-Dsdl2-video=enabled \
|
|
|
|
|
-Dsdl2=enabled \
|
|
|
|
|
-Dshaderc=enabled \
|
|
|
|
|
-Dshaderc=disabled \
|
|
|
|
|
-Dsndio=disabled \
|
|
|
|
|
-Dspirv-cross=disabled \
|
|
|
|
|
-Duchardet=enabled \
|
|
|
|
@ -175,7 +173,6 @@ sed -e "s|/usr/local/etc|%{_sysconfdir}/%{name}|" -i etc/%{name}.conf
|
|
|
|
|
-Dvdpau-gl-x11=enabled \
|
|
|
|
|
-Dvdpau=enabled \
|
|
|
|
|
-Dvector=enabled \
|
|
|
|
|
-Dvulkan-interop=disabled \
|
|
|
|
|
-Dvulkan=enabled \
|
|
|
|
|
-Dwayland=enabled \
|
|
|
|
|
-Dwerror=false \
|
|
|
|
@ -220,23 +217,67 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
|
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed May 01 2024 Carl George <carlwgeorge@fedoraproject.org> - 0.37.0-2
|
|
|
|
|
- Build against libplacebo6
|
|
|
|
|
* Sat Dec 28 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.39.0-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Wed May 01 2024 Neal Gompa <ngompa@fedoraproject.org> - 0.37.0-1
|
|
|
|
|
* Tue Sep 24 2024 Sérgio Basto <sergio@serjux.com> - 0.39.0-1
|
|
|
|
|
- Update mpv to 0.39.0
|
|
|
|
|
|
|
|
|
|
* Mon Sep 23 2024 Fabio Valentini <decathorpe@gmail.com> - 0.38.0-4
|
|
|
|
|
- Rebuild for ffmpeg 7
|
|
|
|
|
|
|
|
|
|
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.38.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 16 2024 Nicolas Chauvet <kwizart@gmail.com> - 0.38.0-2
|
|
|
|
|
- Rebuilt for libplacebo/vmaf
|
|
|
|
|
|
|
|
|
|
* Sun Jun 02 2024 Robert-André Mauchin <zebob.m@gmail.com> - 0.38.0-1
|
|
|
|
|
- Update to 0.38.0
|
|
|
|
|
- Disable shaderc as per https://github.com/mpv-player/mpv/issues/13940
|
|
|
|
|
- Close: rhbz#2275979
|
|
|
|
|
|
|
|
|
|
* Wed May 22 2024 Simone Caronni <negativo17@gmail.com> - 0.37.0-5
|
|
|
|
|
- Rebuild for updated VapourSynth.
|
|
|
|
|
|
|
|
|
|
* Sun Feb 04 2024 Fabio Valentini <decathorpe@gmail.com> - 0.37.0-4
|
|
|
|
|
- Rebuild against fixed mujs to address dynamic linking issues.
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.37.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.37.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Nov 24 2023 Neal Gompa <ngompa@fedoraproject.org> - 0.37.0-1
|
|
|
|
|
- Update to 0.37.0
|
|
|
|
|
|
|
|
|
|
* Wed May 01 2024 Sérgio Basto <sergio@serjux.com> - 0.36.0-3
|
|
|
|
|
* Sun Nov 12 2023 Sérgio Basto <sergio@serjux.com> - 0.36.0-5
|
|
|
|
|
- Remove unused build requires (https://github.com/rpmfusion/mpv/pull/19)
|
|
|
|
|
|
|
|
|
|
* Wed May 01 2024 Vitaly Zaitsev <vitaly@easycoding.org> - 0.36.0-2
|
|
|
|
|
* Fri Sep 29 2023 Nicolas Chauvet <nchauvet@linagora.com> - 0.36.0-4
|
|
|
|
|
- Rebuilt for libplacebo
|
|
|
|
|
|
|
|
|
|
* Fri Jul 28 2023 Nicolas Chauvet <kwizart@gmail.com> - 0.36.0-3
|
|
|
|
|
- Rebuilt for libplacebo-6
|
|
|
|
|
|
|
|
|
|
* Mon Jul 24 2023 Vitaly Zaitsev <vitaly@easycoding.org> - 0.36.0-2
|
|
|
|
|
- Switched to meson by upstream request.
|
|
|
|
|
|
|
|
|
|
* Wed May 01 2024 Vitaly Zaitsev <vitaly@easycoding.org> - 0.36.0-1
|
|
|
|
|
* Sun Jul 23 2023 Vitaly Zaitsev <vitaly@easycoding.org> - 0.36.0-1
|
|
|
|
|
- Updated to version 0.36.0.
|
|
|
|
|
|
|
|
|
|
* Fri Feb 16 2024 Carl George <carlwgeorge@fedoraproject.org> - 0.35.1-3
|
|
|
|
|
- Rebuild against libplacebo5 rhbz#2264138
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.35.1-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Jul 1 2023 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.35.1-5
|
|
|
|
|
- Rebuild against new vapoursynth
|
|
|
|
|
|
|
|
|
|
* Wed Mar 22 2023 Nicolas Chauvet <kwizart@gmail.com> - 0.35.1-4
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Sun Mar 12 2023 Neal Gompa <ngompa@fedoraproject.org> - 0.35.1-3
|
|
|
|
|
- Rebuild for ffmpeg 6.0
|
|
|
|
|
|
|
|
|
|
* Tue Mar 07 2023 Maxwell G <maxwell@gtmx.me> - 0.35.1-2
|
|
|
|
|
- Backport upstream patch to fix yt-dlp hook
|