[mpv] Remove comment
by Leigh Scott
commit 399f0b5a9aad04189128980d4b9442c80c52a58e
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 3 13:40:53 2021 +0100
Remove comment
mpv.spec | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/mpv.spec b/mpv.spec
index 96675e1..bb1a0af 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -138,10 +138,6 @@ sed -i -e "s|c_preproc.standard_includes.append('/usr/local/include')|c_preproc.
--docdir=%{_docdir}/%{name} \
--confdir=%{_sysconfdir}/%{name} \
--disable-build-date \
-%if 0%{?fedora} > 34
-# kernel-headers-5.14 has dropped /usr/include/linux/dvb/video.h
- --enable-dvbin \
-%endif
--enable-libmpv-shared \
--enable-sdl2 \
%if 0%{?fedora} > 30 || 0%{?rhel} > 8
@@ -151,8 +147,11 @@ sed -i -e "s|c_preproc.standard_includes.append('/usr/local/include')|c_preproc.
--enable-cdda \
--enable-html-build \
%{?_with_rpi:--enable-rpi --disable-vaapi} \
- --enable-gl-x11
-
+ --enable-gl-x11 \
+%if 0%{?fedora} < 35
+ --enable-dvbin
+%endif
+
%{_bindir}/waf -v build %{?_smp_mflags}
3 years, 3 months
[mpv] kernel-headers-5.14 has dropped /usr/include/linux/dvb/video.h
by Leigh Scott
commit 3a4f1a953af326e25e733c0833e33fe226442945
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 3 13:13:40 2021 +0100
kernel-headers-5.14 has dropped /usr/include/linux/dvb/video.h
mpv.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/mpv.spec b/mpv.spec
index f721ab1..96675e1 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -138,6 +138,10 @@ sed -i -e "s|c_preproc.standard_includes.append('/usr/local/include')|c_preproc.
--docdir=%{_docdir}/%{name} \
--confdir=%{_sysconfdir}/%{name} \
--disable-build-date \
+%if 0%{?fedora} > 34
+# kernel-headers-5.14 has dropped /usr/include/linux/dvb/video.h
+ --enable-dvbin \
+%endif
--enable-libmpv-shared \
--enable-sdl2 \
%if 0%{?fedora} > 30 || 0%{?rhel} > 8
@@ -147,8 +151,7 @@ sed -i -e "s|c_preproc.standard_includes.append('/usr/local/include')|c_preproc.
--enable-cdda \
--enable-html-build \
%{?_with_rpi:--enable-rpi --disable-vaapi} \
- --enable-gl-x11 \
- --enable-dvbin
+ --enable-gl-x11
%{_bindir}/waf -v build %{?_smp_mflags}
3 years, 3 months
[mythtv-status] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
by Leigh Scott
commit d75a8850e39bb2bfa1215e2252b2c234318d4dbb
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 3 12:54:31 2021 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
mythtv-status.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mythtv-status.spec b/mythtv-status.spec
index 9d7ca70..6933d8f 100644
--- a/mythtv-status.spec
+++ b/mythtv-status.spec
@@ -1,6 +1,6 @@
Name: mythtv-status
Version: 1.0.1
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Get the current status of your MythTV system at the command line
Summary(sv): Hämta ett MythTV-systems status på kommandoraden
License: GPLv3
@@ -77,6 +77,9 @@ chmod 755 %{buildroot}%{_sysconfdir}/cron.hourly/mythtv-update-motd.cron
%config %{_sysconfdir}/sysconfig/%{name}
%changelog
+* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.0.1-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
* Wed Feb 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 1.0.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
3 years, 3 months
[mythtv] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
by Leigh Scott
commit 2427adc37914e5c556ee2fe2e37b4871c6c6f3e0
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 3 12:52:47 2021 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
mythtv.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mythtv.spec b/mythtv.spec
index 4c9a962..a21ccbb 100644
--- a/mythtv.spec
+++ b/mythtv.spec
@@ -76,7 +76,7 @@
#
Name: mythtv
Version: 31.0
-Release: 20%{rel_string}%{?dist}
+Release: 21%{rel_string}%{?dist}
Summary: A digital video recorder (DVR) application
# The primary license is GPLv2+, but bits are borrowed from a number of
@@ -1398,6 +1398,9 @@ exit 0
%changelog
+* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 31.0-21.158.20210610git0680b37c68
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
* Sat Jul 10 2021 Sérgio Basto <sergio(a)serjux.com> - 31.0-20.158.20210710git0680b37c68
- Mass rebuild for x264-0.163
3 years, 3 months
[mpv] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
by Leigh Scott
commit 531959b933eac30e43ab877caf235e41c59f7555
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Tue Aug 3 12:49:55 2021 +0100
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Leigh Scott <leigh123linux(a)gmail.com>
mpv.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/mpv.spec b/mpv.spec
index 0692662..f721ab1 100644
--- a/mpv.spec
+++ b/mpv.spec
@@ -2,7 +2,7 @@
Name: mpv
Version: 0.33.1
-Release: 1%{?gitrelease}%{?dist}
+Release: 2%{?gitrelease}%{?dist}
Summary: Movie player playing most video formats and DVDs
License: GPLv2+ and LGPLv2+
URL: http://mpv.io/
@@ -184,6 +184,9 @@ install -Dpm 644 README.md etc/input.conf etc/mpv.conf -t %{buildroot}%{_docdir}
%{_libdir}/pkgconfig/mpv.pc
%changelog
+* Tue Aug 03 2021 RPM Fusion Release Engineering <leigh123linux(a)gmail.com> - 0.33.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
* Mon Apr 05 2021 Leigh Scott <leigh123linux(a)gmail.com> - 0.33.1-1
- Update to 0.33.1
3 years, 3 months