public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/mpv] epel9-next: Update to 0.37.0
@ 2026-07-20 19:36 Neal Gompa
  0 siblings, 0 replies; 2+ messages in thread
From: Neal Gompa @ 2026-07-20 19:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/mpv
Branch : epel9-next
Commit : 628c52537e084f3a3cff6107edac9c7e2e7cccf4
Author : Neal Gompa <ngompa@fedoraproject.org>
Date   : 2023-11-24T11:04:11-05:00
Stats  : +8/-9 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/mpv/c/628c52537e084f3a3cff6107edac9c7e2e7cccf4?branch=epel9-next

Log:
Update to 0.37.0

---
diff --git a/mpv.spec b/mpv.spec
index 16bf218..cf088ca 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,6 +1,6 @@
 Name:           mpv
-Version:        0.36.0
-Release:        5%{?dist}
+Version:        0.37.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
@@ -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.
 
 %package libs
-Summary: Dynamic library for Mpv frontends 
+Summary: Dynamic library for Mpv frontends
 
 %description libs
 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 \
     -Dlibbluray=enabled \
     -Dlibmpv=true \
-    -Dlibplacebo-next=enabled \
-    -Dlibplacebo=enabled \
     -Dlua=enabled \
     -Dmanpage-build=enabled \
     -Dopenal=enabled \
@@ -167,11 +165,9 @@ sed -e "s|/usr/local/etc|%{_sysconfdir}/%{name}|" -i etc/%{name}.conf
     -Dshaderc=enabled \
     -Dsndio=disabled \
     -Dspirv-cross=disabled \
-    -Dstdatomic=enabled \
     -Duchardet=enabled \
     -Dvaapi-drm=enabled \
     -Dvaapi-wayland=enabled \
-    -Dvaapi-x-egl=enabled \
     -Dvaapi-x11=enabled \
     -Dvaapi=enabled \
     -Dvapoursynth=enabled \
@@ -215,7 +211,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
 
 %files libs
 %license LICENSE.GPL LICENSE.LGPL Copyright
-%{_libdir}/lib%{name}.so.2*
+%{_libdir}/lib%{name}.so.2{,.*}
 
 %files devel
 %{_includedir}/%{name}/
@@ -223,6 +219,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Fri Nov 24 2023 Neal Gompa <ngompa@fedoraproject.org> - 0.37.0-1
+- Update to 0.37.0
+
 * 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)
 

diff --git a/sources b/sources
index 6c9cf7c..eba95a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mpv-0.36.0.tar.gz) = 51f455a425ea5aac47acb3582d0f958a34248a2290a8d6887d22bcb9385fe8d1ab5d7f09d5408cfecfb73c1ec85d1b8ec8958e45a4941d3f711a2e580187472f
+SHA512 (mpv-0.37.0.tar.gz) = a2f7fb3837312ec59c50427af7be3b2b1b6175a53ccc7463e81503284fc4047dff32cb105d665d80be77ee1ae775d4512b71584f324d6d202c9a7fc1fab53257

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [rpms/mpv] epel9-next: Update to 0.37.0
@ 2026-07-20 19:36 Neal Gompa
  0 siblings, 0 replies; 2+ messages in thread
From: Neal Gompa @ 2026-07-20 19:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/mpv
Branch : epel9-next
Commit : d8491cdbb6d8c0556a726328acc4508d46152ae6
Author : Neal Gompa <ngompa@fedoraproject.org>
Date   : 2024-04-30T21:26:08-05:00
Stats  : +8/-9 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/mpv/c/d8491cdbb6d8c0556a726328acc4508d46152ae6?branch=epel9-next

Log:
Update to 0.37.0

---
diff --git a/mpv.spec b/mpv.spec
index 9d7b6a4..89a1620 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -1,6 +1,6 @@
 Name:           mpv
-Version:        0.36.0
-Release:        3%{?dist}
+Version:        0.37.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
@@ -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.
 
 %package libs
-Summary: Dynamic library for Mpv frontends 
+Summary: Dynamic library for Mpv frontends
 
 %description libs
 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 \
     -Dlibbluray=enabled \
     -Dlibmpv=true \
-    -Dlibplacebo-next=enabled \
-    -Dlibplacebo=enabled \
     -Dlua=enabled \
     -Dmanpage-build=enabled \
     -Dopenal=enabled \
@@ -167,11 +165,9 @@ sed -e "s|/usr/local/etc|%{_sysconfdir}/%{name}|" -i etc/%{name}.conf
     -Dshaderc=enabled \
     -Dsndio=disabled \
     -Dspirv-cross=disabled \
-    -Dstdatomic=enabled \
     -Duchardet=enabled \
     -Dvaapi-drm=enabled \
     -Dvaapi-wayland=enabled \
-    -Dvaapi-x-egl=enabled \
     -Dvaapi-x11=enabled \
     -Dvaapi=enabled \
     -Dvapoursynth=enabled \
@@ -215,7 +211,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
 
 %files libs
 %license LICENSE.GPL LICENSE.LGPL Copyright
-%{_libdir}/lib%{name}.so.2*
+%{_libdir}/lib%{name}.so.2{,.*}
 
 %files devel
 %{_includedir}/%{name}/
@@ -223,6 +219,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
 %{_libdir}/pkgconfig/%{name}.pc
 
 %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
 - Remove unused build requires (https://github.com/rpmfusion/mpv/pull/19)
 

diff --git a/sources b/sources
index 6c9cf7c..eba95a0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mpv-0.36.0.tar.gz) = 51f455a425ea5aac47acb3582d0f958a34248a2290a8d6887d22bcb9385fe8d1ab5d7f09d5408cfecfb73c1ec85d1b8ec8958e45a4941d3f711a2e580187472f
+SHA512 (mpv-0.37.0.tar.gz) = a2f7fb3837312ec59c50427af7be3b2b1b6175a53ccc7463e81503284fc4047dff32cb105d665d80be77ee1ae775d4512b71584f324d6d202c9a7fc1fab53257

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-07-20 19:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 19:36 [rpms/mpv] epel9-next: Update to 0.37.0 Neal Gompa
2026-07-20 19:36 Neal Gompa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox