Update to 0.37.0

epel9
Neal Gompa 1 year ago committed by Carl George
parent cefbb821c0
commit d8491cdbb6

@ -1,6 +1,6 @@
Name: mpv Name: mpv
Version: 0.36.0 Version: 0.37.0
Release: 3%{?dist} Release: 1%{?dist}
License: GPL-2.0-or-later AND LGPL-2.1-or-later License: GPL-2.0-or-later AND LGPL-2.1-or-later
Summary: Movie player playing most video formats and DVDs Summary: Movie player playing most video formats and DVDs
@ -100,7 +100,7 @@ A straightforward C API was designed from the ground up to make mpv usable as
a library and facilitate easy integration into other applications. a library and facilitate easy integration into other applications.
%package libs %package libs
Summary: Dynamic library for Mpv frontends Summary: Dynamic library for Mpv frontends
%description libs %description libs
This package contains the dynamic library libmpv, which provides access to Mpv. This package contains the dynamic library libmpv, which provides access to Mpv.
@ -149,8 +149,6 @@ sed -e "s|/usr/local/etc|%{_sysconfdir}/%{name}|" -i etc/%{name}.conf
-Dlibavdevice=enabled \ -Dlibavdevice=enabled \
-Dlibbluray=enabled \ -Dlibbluray=enabled \
-Dlibmpv=true \ -Dlibmpv=true \
-Dlibplacebo-next=enabled \
-Dlibplacebo=enabled \
-Dlua=enabled \ -Dlua=enabled \
-Dmanpage-build=enabled \ -Dmanpage-build=enabled \
-Dopenal=enabled \ -Dopenal=enabled \
@ -167,11 +165,9 @@ sed -e "s|/usr/local/etc|%{_sysconfdir}/%{name}|" -i etc/%{name}.conf
-Dshaderc=enabled \ -Dshaderc=enabled \
-Dsndio=disabled \ -Dsndio=disabled \
-Dspirv-cross=disabled \ -Dspirv-cross=disabled \
-Dstdatomic=enabled \
-Duchardet=enabled \ -Duchardet=enabled \
-Dvaapi-drm=enabled \ -Dvaapi-drm=enabled \
-Dvaapi-wayland=enabled \ -Dvaapi-wayland=enabled \
-Dvaapi-x-egl=enabled \
-Dvaapi-x11=enabled \ -Dvaapi-x11=enabled \
-Dvaapi=enabled \ -Dvaapi=enabled \
-Dvapoursynth=enabled \ -Dvapoursynth=enabled \
@ -215,7 +211,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%files libs %files libs
%license LICENSE.GPL LICENSE.LGPL Copyright %license LICENSE.GPL LICENSE.LGPL Copyright
%{_libdir}/lib%{name}.so.2* %{_libdir}/lib%{name}.so.2{,.*}
%files devel %files devel
%{_includedir}/%{name}/ %{_includedir}/%{name}/
@ -223,6 +219,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%{_libdir}/pkgconfig/%{name}.pc %{_libdir}/pkgconfig/%{name}.pc
%changelog %changelog
* Wed May 01 2024 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 * 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) - Remove unused build requires (https://github.com/rpmfusion/mpv/pull/19)

@ -1 +1 @@
SHA512 (mpv-0.36.0.tar.gz) = 51f455a425ea5aac47acb3582d0f958a34248a2290a8d6887d22bcb9385fe8d1ab5d7f09d5408cfecfb73c1ec85d1b8ec8958e45a4941d3f711a2e580187472f SHA512 (mpv-0.37.0.tar.gz) = a2f7fb3837312ec59c50427af7be3b2b1b6175a53ccc7463e81503284fc4047dff32cb105d665d80be77ee1ae775d4512b71584f324d6d202c9a7fc1fab53257

Loading…
Cancel
Save