[kodi-inputstream-adaptive/f40] Update to 21.4.3
by Michael Cronenworth
commit d5d277c66457f881e463767664521903ff3aaddc
Author: Michael Cronenworth <mike(a)cchtml.com>
Date: Tue Mar 12 23:32:15 2024 -0500
Update to 21.4.3
.gitignore | 2 +-
kodi-inputstream-adaptive-20.3.13-gcc13.patch | 17 -----------------
kodi-inputstream-adaptive.spec | 17 ++++++++---------
sources | 4 ++--
4 files changed, 11 insertions(+), 29 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d32eba9..2c4f989 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
/inputstream.adaptive-*.tar.gz
-/Bento4-1.6.0-639-7-Omega.tar.gz
+/Bento4-1.6.0-639-8-Omega.tar.gz
diff --git a/kodi-inputstream-adaptive.spec b/kodi-inputstream-adaptive.spec
index b2e03bb..9cacb16 100644
--- a/kodi-inputstream-adaptive.spec
+++ b/kodi-inputstream-adaptive.spec
@@ -1,14 +1,14 @@
%global kodi_addon inputstream.adaptive
-%global kodi_version 20
-%global kodi_codename Nexus
+%global kodi_version 21
+%global kodi_codename Omega
# Internal bento4 version (forked and maintained by Kodi developers, and
# required by this addon, see depends/common/bento4/bento4.txt)
%global internal_bento4_version 1.6.0-639
-%global internal_bento4_tag %{internal_bento4_version}-7-Omega
+%global internal_bento4_tag %{internal_bento4_version}-8-Omega
Name: kodi-inputstream-adaptive
-Version: 20.3.18
+Version: 21.4.3
Release: 1%{?dist}
Summary: Adaptive file addon for Kodi's InputStream interface
@@ -20,8 +20,6 @@ URL: https://github.com/xbmc/%{kodi_addon}/
Source0: %{url}/archive/%{version}-%{kodi_codename}/%{kodi_addon}-%{version}-%{kodi_codename}.tar.gz
Source1: https://github.com/xbmc/Bento4/archive/%{internal_bento4_tag}/Bento4-%{in...
Source2: %{name}.metainfo.xml
-# Fix build with GCC 13
-Patch0: %{name}-20.3.13-gcc13.patch
BuildRequires: cmake
BuildRequires: gcc-c++
@@ -29,6 +27,7 @@ BuildRequires: kodi-devel >= %{kodi_version}
BuildRequires: libappstream-glib
BuildRequires: pkgconfig(expat)
BuildRequires: pkgconfig(gtest)
+BuildRequires: pkgconfig(pugixml)
Requires: kodi%{?_isa} >= %{kodi_version}
Provides: bundled(bento4) = %{internal_bento4_version}
Provides: bundled(libwebm)
@@ -55,9 +54,6 @@ ExcludeArch: %{power64}
# Install AppData file
install -Dpm 0644 %{SOURCE2} $RPM_BUILD_ROOT%{_metainfodir}/%{name}.metainfo.xml
-# Fix permissions
-chmod 0755 $RPM_BUILD_ROOT%{_libdir}/kodi/addons/%{kodi_addon}/libssd_wv.so
-
%check
%ctest
@@ -73,6 +69,9 @@ appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_metainfodir}/%{name}.met
%changelog
+* Mon Mar 11 2024 Michael Cronenworth <mike(a)cchtml.com> - 21.4.3-1
+- Update to 21.4.3
+
* Sun Mar 10 2024 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 20.3.18-1
- Update to 20.3.18
diff --git a/sources b/sources
index 6c97d5a..7fcb875 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (Bento4-1.6.0-639-7-Omega.tar.gz) = bf257e5831eec44db944d1313858262c1ba32b6e67564bb8f809a1aa0fc8a55faaaac2357d80f1ce2e794914f6bec5263548e77802db2b9e52998af2b6276809
-SHA512 (inputstream.adaptive-20.3.18-Nexus.tar.gz) = 87435271bedc1e0371356d953a170233c3a259c773f0caec7bf314c23432925215e138c5cac83da1b016fcfd0c9c1a6cbd18c87911a7ef990bc7199ffe2a67de
+SHA512 (Bento4-1.6.0-639-8-Omega.tar.gz) = 852537f6e6ed598f6c1eae2051833007291aa323a145b832074ca8bb76927a59883ba079c606b28ad0c75a3d3da111e61f10af2fca24f8da0d5dd64f1f83e14c
+SHA512 (inputstream.adaptive-21.4.3-Omega.tar.gz) = 4f3fd25a7a104684b88b71d039e85fbd4d9ea502b805e38d7cccf5964b0cb931c3ac7873cd2dcf45650218c0584864d2f35bb37aaaee305ba092698c4b904138
8 months, 1 week
[gpac] fix build --without jack
by Dominik Mierzejewski
commit 03240c6b6abc62dbe35925cee795704e5a7bd1cf
Author: Dominik 'Rathann' Mierzejewski <dominik(a)greysector.net>
Date: Mon Mar 18 19:59:44 2024 +0100
fix build --without jack
gpac.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gpac.spec b/gpac.spec
index d5f5438..069ae4e 100644
--- a/gpac.spec
+++ b/gpac.spec
@@ -186,7 +186,7 @@ rm %{buildroot}%{_includedir}/gpac/00_doxy.h
%{_libdir}/libgpac.so.12{,.*}
%dir %{_libdir}/gpac
%{_libdir}/gpac/gm_ft_font.so
-%{_libdir}/gpac/gm_jack.so
+%{!?_without_jack:%{_libdir}/gpac/gm_jack.so}
%{_libdir}/gpac/gm_pulseaudio.so
%{_libdir}/gpac/gm_sdl_out.so
%{_libdir}/gpac/gm_validator.so
8 months, 1 week
[gstreamer1-plugins-icamerasrc/f38] Update to the latest upstream commit 528a6f1
by smallorange
commit 3a705e3ddf27ff73f81a2bf45617dda9ea557ffe
Author: Kate Hsuan <hpa(a)redhat.com>
Date: Mon Mar 18 14:43:07 2024 +0800
Update to the latest upstream commit 528a6f1
Update to the commit 528a6f177732def4d5ebc17927220d8823bc8fdc
.gitignore | 1 +
gstreamer1-plugins-icamerasrc.spec | 8 ++++++--
sources | 2 +-
3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a467763..b0833dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/icamerasrc-3b7cdb9.tar.gz
+/icamerasrc-528a6f1.tar.gz
diff --git a/gstreamer1-plugins-icamerasrc.spec b/gstreamer1-plugins-icamerasrc.spec
index 6d14010..d87a088 100644
--- a/gstreamer1-plugins-icamerasrc.spec
+++ b/gstreamer1-plugins-icamerasrc.spec
@@ -1,5 +1,5 @@
-%global commit 3b7cdb93071360aacebb4e808ee71bb47cf90b30
-%global commitdate 20220926
+%global commit 528a6f177732def4d5ebc17927220d8823bc8fdc
+%global commitdate 20231023
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: gstreamer1-plugins-icamerasrc
@@ -43,6 +43,7 @@ autoreconf --verbose --force --install --make
%build
export CHROME_SLIM_CAMHAL=ON
export STRIP_VIRTUAL_CHANNEL_CAMHAL=ON
+export PKG_CONFIG_PATH="/usr/lib64/pkgconfig"
%configure
%make_build
@@ -61,6 +62,9 @@ export STRIP_VIRTUAL_CHANNEL_CAMHAL=ON
%{_libdir}/pkgconfig/*
%changelog
+* Fri Mar 15 2024 Kate Hsuan <hpa(a)redhat.com> - 0.0-6.20231023git528a6f1
+- Update to the latest upstream commit
+
* Fri Feb 17 2023 Kate Hsuan <hpa(a)redhat.com> - 0.0-5.20220926git3b7cdb9
- A few minor revisions includes
- Removed unnecessary %dir
diff --git a/sources b/sources
index 4bb383b..6c9353f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (icamerasrc-3b7cdb9.tar.gz) = a4a3eecdbe92b6677d0263c7d43c15c0b6b67e45274e28f57fe52161ee9400d41e1733047e287ad02846efe51097cb45d236e53a8d7da4b6269cf88ad95e7162
+SHA512 (icamerasrc-528a6f1.tar.gz) = f0b8f8762efe6dd97c7eba8a31dbc7edaa8c26c64e8519905fb226f23a5cec8a2b294fea5ab977f447fdd19d5182808e5b3ff431da8820a31c1904410bc2ef27
8 months, 1 week
[discord/f38] Update to 0.0.45
by Nicolas Chauvet
Summary of changes:
1b93b73... Update to 0.0.45 (*)
(*) This commit already existed in another branch; no separate mail sent
8 months, 1 week
[discord/f39] Update to 0.0.45
by Nicolas Chauvet
Summary of changes:
1b93b73... Update to 0.0.45 (*)
(*) This commit already existed in another branch; no separate mail sent
8 months, 1 week
[discord/f40] Update to 0.0.45
by Nicolas Chauvet
Summary of changes:
1b93b73... Update to 0.0.45 (*)
(*) This commit already existed in another branch; no separate mail sent
8 months, 1 week
[discord] Update to 0.0.45
by Nicolas Chauvet
commit 1b93b739579fc9d7db84a805fce6cfd60c8e10c2
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Mon Mar 18 10:00:59 2024 +0100
Update to 0.0.45
discord.spec | 5 ++++-
sources | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/discord.spec b/discord.spec
index 9cc061b..17770ea 100644
--- a/discord.spec
+++ b/discord.spec
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_libdir}/discord/.*\\.s
Name: discord
-Version: 0.0.44
+Version: 0.0.45
Release: 1%{?dist}
Summary: All-in-one voice and text chat
@@ -81,6 +81,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.metain
%changelog
+* Mon Mar 18 2024 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.45-1
+- Update to 0.0.45
+
* Fri Mar 08 2024 Nicolas Chauvet <kwizart(a)gmail.com> - 0.0.44-1
- Update to 0.0.44
diff --git a/sources b/sources
index 2f7e769..b4deaef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (discord-0.0.44.tar.gz) = fece1f1ab30c089f569eb31a8990da813382ce15ec13dbe0394539921a76f3c6ac22cde98264da429e81a817f1e89861fb4185e8cc5f2875b1d103b4b245652c
+SHA512 (discord-0.0.45.tar.gz) = e2a64eed20267e40b1bc068166a8bfcb76211da12381ff43dfddcb250050901f0a4dd1db2f4c9ed4fc5618fcddef02a13d3cefc452801d7c8f674cf029dd7422
8 months, 1 week
[gstreamer1-plugins-icamerasrc/f39] Update to the latest upstream commit 528a6f1
by smallorange
commit c29eddde817cb802ba730b40bd36bc60e9036c98
Author: Kate Hsuan <hpa(a)redhat.com>
Date: Mon Mar 18 14:43:07 2024 +0800
Update to the latest upstream commit 528a6f1
Update to the commit 528a6f177732def4d5ebc17927220d8823bc8fdc
.gitignore | 1 +
gstreamer1-plugins-icamerasrc.spec | 10 +++++++---
sources | 2 +-
3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a467763..b0833dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
/icamerasrc-3b7cdb9.tar.gz
+/icamerasrc-528a6f1.tar.gz
diff --git a/gstreamer1-plugins-icamerasrc.spec b/gstreamer1-plugins-icamerasrc.spec
index 3f2af85..33d4977 100644
--- a/gstreamer1-plugins-icamerasrc.spec
+++ b/gstreamer1-plugins-icamerasrc.spec
@@ -1,11 +1,11 @@
-%global commit 3b7cdb93071360aacebb4e808ee71bb47cf90b30
-%global commitdate 20220926
+%global commit 528a6f177732def4d5ebc17927220d8823bc8fdc
+%global commitdate 20231023
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: gstreamer1-plugins-icamerasrc
Summary: GStreamer 1.0 Intel IPU6 camera plug-in
Version: 0.0
-Release: 7.%{commitdate}git%{shortcommit}%{?dist}
+Release: 8.%{commitdate}git%{shortcommit}%{?dist}
License: LGPLv2
Source0: https://github.com/intel/icamerasrc/archive/%{commit}/icamerasrc-%{shortc...
@@ -43,6 +43,7 @@ autoreconf --verbose --force --install --make
%build
export CHROME_SLIM_CAMHAL=ON
export STRIP_VIRTUAL_CHANNEL_CAMHAL=ON
+export PKG_CONFIG_PATH="/usr/lib64/pkgconfig"
%configure
%make_build
@@ -61,6 +62,9 @@ export STRIP_VIRTUAL_CHANNEL_CAMHAL=ON
%{_libdir}/pkgconfig/*
%changelog
+* Fri Mar 15 2024 Kate Hsuan <hpa(a)redhat.com> - 0.0-8.20231023git528a6f1
+- Update to the latest upstream commit
+
* Thu Aug 03 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.0-7.20220926git3b7cdb9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
diff --git a/sources b/sources
index 4bb383b..6c9353f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (icamerasrc-3b7cdb9.tar.gz) = a4a3eecdbe92b6677d0263c7d43c15c0b6b67e45274e28f57fe52161ee9400d41e1733047e287ad02846efe51097cb45d236e53a8d7da4b6269cf88ad95e7162
+SHA512 (icamerasrc-528a6f1.tar.gz) = f0b8f8762efe6dd97c7eba8a31dbc7edaa8c26c64e8519905fb226f23a5cec8a2b294fea5ab977f447fdd19d5182808e5b3ff431da8820a31c1904410bc2ef27
8 months, 1 week