[kodi-pvr-hdhomerun] Update to 19.1.0
by Michael Cronenworth
commit b1cf003255beedca0399e40a13c98294544bb2f5
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Wed Mar 9 09:35:27 2022 -0600
Update to 19.1.0
.gitignore | 2 +-
kodi-pvr-hdhomerun.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 036f02d..37f0c15 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/pvr.hdhomerun-19.0.2-Matrix.tar.gz
+/pvr.hdhomerun-19.1.0-Matrix.tar.gz
diff --git a/kodi-pvr-hdhomerun.spec b/kodi-pvr-hdhomerun.spec
index ec9d81c..a3dd89b 100644
--- a/kodi-pvr-hdhomerun.spec
+++ b/kodi-pvr-hdhomerun.spec
@@ -3,7 +3,7 @@
%global kodi_codename Matrix
Name: kodi-%(tr "." "-" <<<%{kodi_addon})
-Version: 19.0.2
+Version: 19.1.0
Release: 1%{?dist}
Summary: HDHomeRun PVR for Kodi
@@ -45,6 +45,9 @@ ExcludeArch: %{power64} ppc64le
%changelog
+* Wed Mar 09 2022 Michael Cronenworth <mike(a)cchtml.com> - 19.1.0-1
+- Version update
+
* Wed Feb 09 2022 Michael Cronenworth <mike(a)cchtml.com> - 19.0.2-1
- Version update
diff --git a/sources b/sources
index 85a63bb..ce099f2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (pvr.hdhomerun-19.0.2-Matrix.tar.gz) = e85d5398ba7cfd9258495a66aa14a3e1cc9d16f44b9cf849a5f5921ee3ba3a37c468f75559d66d888407f0aa614e29f702c793c00a0323f02c683bf196b1d105
+SHA512 (pvr.hdhomerun-19.1.0-Matrix.tar.gz) = 03c426812af7d0f0bd4f5fb83a680119935fcd9024c95004e2f07d0b1f04f12e79a49991888f399fdcd5cdbed40bd3c57918dab784ba301a5e0c2d6219964d34
2 years, 8 months
[kodi-inputstream-adaptive] Update to 19.0.3
by Michael Cronenworth
commit ae8e078b7822bbfdab89592a45034706fca09304
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Wed Mar 9 09:24:51 2022 -0600
Update to 19.0.3
kodi-inputstream-adaptive.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/kodi-inputstream-adaptive.spec b/kodi-inputstream-adaptive.spec
index 4f13d0a..c70fa13 100644
--- a/kodi-inputstream-adaptive.spec
+++ b/kodi-inputstream-adaptive.spec
@@ -5,7 +5,7 @@
# %%undefine __cmake_in_source_build
Name: kodi-inputstream-adaptive
-Version: 19.0.2
+Version: 19.0.3
Release: 1%{?dist}
Summary: Adaptive file addon for Kodi's InputStream interface
@@ -63,6 +63,9 @@ chmod 0755 $RPM_BUILD_ROOT%{_libdir}/kodi/addons/%{aname}/*.so
%changelog
+* Wed Mar 09 2022 Michael Cronenworth <mike(a)cchtml.com> - 19.0.3-1
+- Update to 19.0.3
+
* Wed Feb 09 2022 Michael Cronenworth <mike(a)cchtml.com> - 19.0.2-1
- Update to 19.0.2
diff --git a/sources b/sources
index a4cfc5f..6d4f03c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (inputstream.adaptive-19.0.2-Matrix.tar.gz) = 0d2611b3bed6feabd6604f179f8fbfcde2b3ca48b2e80e1854c30f42d70cce1d9eb8b6a1c2dd2faf5d378a94d762c70c3f61454e377e1b1d6ad2b783b1121857
+SHA512 (inputstream.adaptive-19.0.3-Matrix.tar.gz) = 9467dba0e21a3fa7a418600cf5c9085c96d3ff89b8420c1545e9ac736a015aa41ac17fe2ebd32bccf3326cc514886e69afdc9912022d69d7b645fcdb99fa2757
2 years, 8 months
[mixxx/f36] Do not abort the build on warnings
by Uwe Klotz
commit 3d039ef39863df178939038ed5dcc3c560a0e618
Author: Uwe Klotz <uklotz(a)mixxx.org>
Date: Wed Mar 9 01:16:51 2022 +0100
Do not abort the build on warnings
mixxx.spec | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/mixxx.spec b/mixxx.spec
index 5267b61..093eaae 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -114,13 +114,15 @@ echo "#pragma once" > src/build.h
mkdir -p %{__cmake_builddir}/downloads
cp %{SOURCE1} %{__cmake_builddir}/downloads
+# TODO: Set -DWARNINGS_FATAL=ON
+# Disabled to fix compile errors in googletest caused by -Wrestrict (implied by -Wall)
%build
%cmake \
-GNinja \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DOPTIMIZE=portable \
-DINSTALL_USER_UDEV_RULES=ON \
- -DWARNINGS_FATAL=ON \
+ -DWARNINGS_FATAL=OFF \
-DBATTERY=ON \
-DBROADCAST=ON \
-DBULK=ON \
2 years, 8 months
[kodi/f35] Update to 19.4
by Michael Cronenworth
Summary of changes:
6ef13a5... Update to 19.4 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 8 months
[xine-ui/el9] Add support for EL9
by Xavier Bachelot
Summary of changes:
dd21281... Add support for EL9 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 8 months
[xine-ui] Add support for EL9
by Xavier Bachelot
commit dd2128131ed75e8f3da68f5f77f2c8e9efbf49b0
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Tue Mar 8 16:50:12 2022 +0100
Add support for EL9
xine-ui.spec | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
---
diff --git a/xine-ui.spec b/xine-ui.spec
index 9b3eb79..333fdc5 100644
--- a/xine-ui.spec
+++ b/xine-ui.spec
@@ -1,8 +1,11 @@
# TODO, sometime: nvtvsimple
-#if 0%{?el8}
-#global _without_lirc 1
-#endif
+%if 0%{?el9}
+# RHBZ 2031269
+%global _without_caca 1
+# RHBZ 2030927
+%global _without_lirc 1
+%endif
#global snapshot 1
#global date 20190824
@@ -10,7 +13,7 @@
Name: xine-ui
Version: 0.99.13
-Release: 3%{?snapshot:.%{date}hg%{commit}}%{?dist}
+Release: 4%{?snapshot:.%{date}hg%{commit}}%{?dist}
Summary: A skinned xlib-based gui for xine-lib
License: GPLv2+
URL: http://www.xine-project.org/
@@ -72,7 +75,7 @@ BuildRequires: curl-devel >= 7.10.2
BuildRequires: desktop-file-utils
BuildRequires: gcc
BuildRequires: gettext
-BuildRequires: libcaca-devel
+%{!?_without_caca:BuildRequires: libcaca-devel}
BuildRequires: libjpeg-turbo-devel
BuildRequires: libpng-devel >= 1.5
BuildRequires: libXft-devel
@@ -121,7 +124,7 @@ Requires: xine-lib-extras
%description aaxine
This package contains the ASCII art player for terminals like the vt100.
-It also contains the color ascii art and framebuffer versions.
+It also contains the %{!?_without_caca:color ascii art and} framebuffer version%{!?_without_caca:s}.
%prep
@@ -257,7 +260,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%files aaxine
%{_bindir}/aaxine
-%{_bindir}/cacaxine
+%{!?_without_caca:%{_bindir}/cacaxine}
%{_bindir}/fbxine
%{_mandir}/man1/aaxine*
%lang(de) %{_mandir}/de/man1/aaxine*
@@ -266,6 +269,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
%changelog
+* Tue Mar 08 2022 Xavier Bachelot <xavier(a)bachelot.org> - 0.99.13-4
+- Add support for EL9
+
* Wed Feb 09 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.99.13-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
2 years, 8 months
[kodi/f36] Update to 19.4
by Michael Cronenworth
Summary of changes:
6ef13a5... Update to 19.4 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 8 months
[xine-lib] Add Changelog entry and bump Release
by Xavier Bachelot
commit 7fe47e0d239c8c161aeaf6b1e1908409f8b144bd
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Tue Mar 8 15:35:34 2022 +0100
Add Changelog entry and bump Release
xine-lib.spec | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/xine-lib.spec b/xine-lib.spec
index a960361..6e94fa1 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -39,7 +39,7 @@
Summary: A multimedia engine
Name: xine-lib
Version: 1.2.11
-Release: 13%{?snapshot:.%{date}hg%{revision}}%{?dist}
+Release: 14%{?snapshot:.%{date}hg%{revision}}%{?dist}
License: GPLv2+
URL: https://www.xine-project.org/
%if ! 0%{?snapshot}
@@ -348,6 +348,11 @@ mkdir -p %{buildroot}%{codecdir}
%changelog
+* Tue Mar 08 2022 Xavier Bachelot <xavier(a)bachelot.org> 1.2.11-14.20220307hg15076
+- Specfile clean up
+- Update xine-lib snapshot
+- Add support for EL9
+
* Sat Feb 05 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.2.11-13.20220131hg15030
- Update to xine-lib snapshot.
2 years, 8 months
[xine-lib] Add support for EL9
by Xavier Bachelot
commit ca239d82febe1ad0d9819babef2fa3a7140e3760
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Tue Mar 8 15:30:04 2022 +0100
Add support for EL9
xine-lib.spec | 33 +++++++++++++++++++++++++--------
1 file changed, 25 insertions(+), 8 deletions(-)
---
diff --git a/xine-lib.spec b/xine-lib.spec
index 9e27516..a960361 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -7,6 +7,21 @@
%global _without_png 1
%endif
+%if 0%{?el9}
+ # RHBZ 2031269
+ %global _without_caca 1
+ # RHBZ 2031269 / 2031744
+ %global _without_dvdnav 1
+ # RHBZ 2030919
+ %global _without_jack 1
+ # RHBZ 2031270
+ %global _without_nfs 1
+ # RHBZ 2058802 / 2059006
+%ifarch aarch64 ppc64le s390x
+ %global _without_va 1
+%endif
+%endif
+
%if 0%{?fedora} >= 31 || 0%{?rhel} >= 8
%global _without_xvmc 1
%endif
@@ -60,7 +75,7 @@ BuildRequires: gtk2-devel
BuildRequires: libcdio-devel
%{!?_without_dav1d:BuildRequires: libdav1d-devel >= 0.3.1}
BuildRequires: libdca-devel
-BuildRequires: libdvdnav-devel
+%{!?_without_dvdnav:BuildRequires: libdvdnav-devel}
BuildRequires: libdvdread-devel
%{!?_without_fame:BuildRequires: libfame-devel}
BuildRequires: libgcrypt-devel
@@ -76,7 +91,7 @@ BuildRequires: libsmbclient-devel
BuildRequires: libtheora-devel
BuildRequires: libtool
BuildRequires: libv4l-devel
-BuildRequires: libva-devel
+%{!?_without_va:BuildRequires: libva-devel}
BuildRequires: libvdpau-devel
BuildRequires: libvorbis-devel
BuildRequires: libvpx-devel
@@ -93,7 +108,7 @@ BuildRequires: pkgconfig(libpulse)
%{?_with_rpi:BuildRequires: raspberrypi-vc-devel}
BuildRequires: SDL-devel
BuildRequires: speex-devel
-BuildRequires: vcdimager-devel
+%{!?_without_vcd:BuildRequires: vcdimager-devel}
BuildRequires: wavpack-devel
BuildRequires: wayland-devel
@@ -148,7 +163,7 @@ autoreconf -ivf
--with-freetype \
--with-fontconfig \
%{!?_without_caca: --with-caca} \
- --with-external-dvdnav \
+%{!?_without_dvdnav: --with-external-dvdnav} \
--with-xv-path=%{_libdir} \
--with-libflac \
--without-esound \
@@ -262,7 +277,7 @@ mkdir -p %{buildroot}%{codecdir}
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dmx_video.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_dxr3.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_flac.so
-%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_hw_frame_vaapi.so
+%{!?_without_va:%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_hw_frame_vaapi.so}
%{!?_without_bluray:%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_bluray.so}
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_cdda.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_crypto.so
@@ -275,16 +290,18 @@ mkdir -p %{buildroot}%{codecdir}
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_rtp.so
%{!?_without_libssh2:%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_ssh.so}
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_v4l2.so
-%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_vcd.so
-%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_vcdo.so
+%{!?_without_vcd:%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_vcd.so}
+%{!?_without_vcd:%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_vcdo.so}
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_nsf.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_sputext.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_tls_gnutls.so
%{!?_without_openssl:%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_tls_openssl.so}
+%if ! 0%{?_without_va}
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_va_display_drm.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_va_display_glx.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_va_display_wl.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_va_display_x11.so
+%endif
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vdr.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_fb.so
%{?_with_rpi:%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_mmal.so}
@@ -294,7 +311,7 @@ mkdir -p %{buildroot}%{codecdir}
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_opengl.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_opengl2.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_raw.so
-%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_vaapi.so
+%{!?_without_va:%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_vaapi.so}
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_vdpau.so
%if %{have_vidix}
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_vo_out_vidix.so
2 years, 8 months
[xine-lib] Update xine-lib snapshot
by Xavier Bachelot
commit 8796b82165cc518f39b5024cd601a176ce55773a
Author: Xavier Bachelot <xavier(a)bachelot.org>
Date: Tue Mar 8 15:29:28 2022 +0100
Update xine-lib snapshot
.gitignore | 1 +
sources | 2 +-
xine-lib.spec | 6 ++++--
3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 20936d6..2abf637 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ xine-lib-1.2.6.tar.xz
/xine-lib-1.2.10.tar.xz
/xine-lib-1.2.11.tar.xz
/xine-lib-1.2.11-20220131hg15030.tar.xz
+/xine-lib-1.2.11-20220307hg15076.tar.xz
diff --git a/sources b/sources
index 8b712e3..2e730c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (xine-lib-1.2.11-20220131hg15030.tar.xz) = c729f832449d8b8839756bb7b227c3a7109be6d3850d07d92634f96458cf50050e58f845bfe5d138dd0a4a9cc0e34e63e15badafe8d360d3334b336929625faf
+SHA512 (xine-lib-1.2.11-20220307hg15076.tar.xz) = db562b2fbf489d958b906a5fa776d49e543ef3dd0c2f886b06407daba30af48b2d162be08beccf875d4b26fff2dcb66286ff77a69449f80cf03e89ac17747050
diff --git a/xine-lib.spec b/xine-lib.spec
index df83112..9e27516 100644
--- a/xine-lib.spec
+++ b/xine-lib.spec
@@ -18,8 +18,8 @@
%endif # ix86
%global snapshot 1
-%global date 20220131
-%global revision 15030
+%global date 20220307
+%global revision 15076
Summary: A multimedia engine
Name: xine-lib
@@ -63,6 +63,7 @@ BuildRequires: libdca-devel
BuildRequires: libdvdnav-devel
BuildRequires: libdvdread-devel
%{!?_without_fame:BuildRequires: libfame-devel}
+BuildRequires: libgcrypt-devel
BuildRequires: libGLU-devel
BuildRequires: libmad-devel
BuildRequires: libmng-devel
@@ -264,6 +265,7 @@ mkdir -p %{buildroot}%{codecdir}
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_hw_frame_vaapi.so
%{!?_without_bluray:%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_bluray.so}
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_cdda.so
+%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_crypto.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_dvb.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_dvd.so
%{_libdir}/xine/plugins/%{plugin_abi}/xineplug_inp_mms.so
2 years, 8 months