[kodi-inputstream-rtmp] Initial RPM release (based on RPM Fusion package)
by Sérgio M. Basto
commit f918d725a70e8ccbb869b5636551db9db2cd5b68
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Feb 25 20:04:13 2023 +0000
Initial RPM release (based on RPM Fusion package)
.gitignore | 1 +
kodi-inputstream-rtmp.metainfo.xml | 11 +++++++
kodi-inputstream-rtmp.spec | 59 ++++++++++++++++++++++++++++++++++++++
sources | 1 +
4 files changed, 72 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..f9ca864 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/inputstream.rtmp-20.3.0.tar.gz
diff --git a/kodi-inputstream-rtmp.metainfo.xml b/kodi-inputstream-rtmp.metainfo.xml
new file mode 100644
index 0000000..062b972
--- /dev/null
+++ b/kodi-inputstream-rtmp.metainfo.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="addon">
+ <id>kodi-inputstream-rtmp</id>
+ <extends>kodi.desktop</extends>
+ <name>InputStream RTMP</name>
+ <summary>Client for RTMP streams</summary>
+ <url type="homepage">https://github.com/peak3d/inputstream.adaptive/</url>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0-or-later</project_license>
+ <update_contact>melmorabity(a)fedoraproject.org</update_contact>
+</component>
diff --git a/kodi-inputstream-rtmp.spec b/kodi-inputstream-rtmp.spec
new file mode 100644
index 0000000..1617aee
--- /dev/null
+++ b/kodi-inputstream-rtmp.spec
@@ -0,0 +1,59 @@
+%global kodi_addon inputstream.rtmp
+%global kodi_version 20
+%global kodi_codename Nexus
+
+Name: kodi-%(tr "." "-" <<<%{kodi_addon})
+Version: 20.3.0
+Release: 1%{?dist}
+Summary: RTMP inputstream addon for Kodi
+
+License: GPL-2.0-or-later
+URL: https://github.com/xbmc/%{kodi_addon}/
+Source0: %{url}/archive/%{version}-%{kodi_codename}/%{kodi_addon}-%{version}.tar.gz
+Source1: %{name}.metainfo.xml
+
+BuildRequires: cmake
+BuildRequires: gcc-c++
+BuildRequires: kodi-devel >= %{kodi_version}
+BuildRequires: libappstream-glib
+BuildRequires: pkgconfig(librtmp)
+BuildRequires: pkgconfig(openssl)
+BuildRequires: zlib-devel
+Requires: kodi%{?_isa} >= %{kodi_version}
+ExcludeArch: %{power64}
+
+%description
+This is the RTMP inputstream addon for Kodi.
+
+
+%prep
+%autosetup -n %{kodi_addon}-%{version}-%{kodi_codename}
+
+
+%build
+%cmake
+%cmake_build
+
+
+%install
+%cmake_install
+
+# Install AppData file
+install -Dpm 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_metainfodir}/%{name}.metainfo.xml
+
+
+%check
+appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_metainfodir}/%{name}.metainfo.xml
+
+
+%files
+%doc README.md
+%license LICENSE.md
+%{_libdir}/kodi/addons/%{kodi_addon}/
+%{_datadir}/kodi/addons/%{kodi_addon}/
+%{_metainfodir}/%{name}.metainfo.xml
+
+
+%changelog
+* Sun Jan 29 2023 Mohamed El Morabity <melmorabity(a)fedoraproject.org> - 20.3.0-1
+- Initial RPM release (based on RPM Fusion package)
diff --git a/sources b/sources
index e69de29..75209dc 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (inputstream.rtmp-20.3.0.tar.gz) = 4c70d3df184eae19e359460560257012fece6cbd571d9a27c01f0dbdff84f1ce12b88527a1797cdc3c2a12e39edb92a7a82dd1cfd5721b553290a295733df9f6
1 year, 9 months
[qmmp-plugins-freeworld] Update qmmp-plugins-freeworld to 2.1.2
by Sérgio M. Basto
commit 5032267cc41834f841ba72d6943f78d483021d13
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Feb 25 19:30:24 2023 +0000
Update qmmp-plugins-freeworld to 2.1.2
.gitignore | 1 +
qmmp-plugins-freeworld.spec | 11 +++++++----
sources | 2 +-
3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b476a15..8119156 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@ qmmp-0.9.6.tar.bz2
/qmmp-2.0.4.tar.bz2
/qmmp-2.1.0.tar.bz2
/qmmp-2.1.1.tar.bz2
+/qmmp-2.1.2.tar.bz2
diff --git a/qmmp-plugins-freeworld.spec b/qmmp-plugins-freeworld.spec
index 46c5b03..8c7c9ca 100644
--- a/qmmp-plugins-freeworld.spec
+++ b/qmmp-plugins-freeworld.spec
@@ -1,12 +1,12 @@
Name: qmmp-plugins-freeworld
-Version: 2.1.1
-Release: 2%{?dist}
+Version: 2.1.2
+Release: 1%{?dist}
Summary: Plugins for qmmp (Qt-based multimedia player)
Group: Applications/Multimedia
License: GPLv2+
-URL: http://qmmp.ylsoftware.com/
-Source: http://qmmp.ylsoftware.com/files/qmmp-%{version}.tar.bz2
+URL: https://qmmp.ylsoftware.com/
+Source: https://qmmp.ylsoftware.com/files/qmmp/2.1/qmmp-%{version}.tar.bz2
BuildRequires: cmake
BuildRequires: desktop-file-utils
@@ -168,6 +168,9 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}-ffmpeg-enque
%changelog
+* Sat Feb 25 2023 Sérgio Basto <sergio(a)serjux.com> - 2.1.2-1
+- Update qmmp-plugins-freeworld to 2.1.2
+
* Sun Aug 07 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 2.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
diff --git a/sources b/sources
index 39e1605..a13f58f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (qmmp-2.1.1.tar.bz2) = 606a12cc663b38714b1a3d0489d8dce3d88e5331bf9b4873dbe8e03f3306c70ba2937351d4b144160a4f71a5c67cba0bdacc89356ecf0cab86d5b5595c1b9ff5
+SHA512 (qmmp-2.1.2.tar.bz2) = 054b586450e7d231a70abeca7b143de1ec20a47466881183ae7c8d3cd34d845774fe6a585e6c506c889869f1020a96ca3389a1f35756ce81e210547b6acca27d
1 year, 9 months
[qmplay2/f36] Update to 23.02.05
by Martin Gansser
Summary of changes:
cbe8522... Update to 23.02.05 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 9 months
[qmplay2/f37] Update to 23.02.05
by Martin Gansser
Summary of changes:
cbe8522... Update to 23.02.05 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 9 months
[qmplay2/f38] Update to 23.02.05
by Martin Gansser
Summary of changes:
cbe8522... Update to 23.02.05 (*)
(*) This commit already existed in another branch; no separate mail sent
1 year, 9 months
[qmplay2] Update to 23.02.05
by Martin Gansser
commit cbe8522503bfc6920ede33b14ac58a847613e0aa
Author: Martin Gansser <mgansser(a)online.de>
Date: Sat Feb 25 12:47:11 2023 +0100
Update to 23.02.05
.gitignore | 1 +
qmplay2-numeric_limit_fix.patch | 10 ----------
qmplay2-shared_ptr.patch | 20 --------------------
qmplay2.spec | 7 ++++---
sources | 2 +-
5 files changed, 6 insertions(+), 34 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cc16c5f..d3fd950 100644
--- a/.gitignore
+++ b/.gitignore
@@ -39,3 +39,4 @@
/QMPlay2-22.06.16.tar.gz
/QMPlay2-22.08.21.tar.gz
/QMPlay2-22.10.23.tar.gz
+/QMPlay2-23.02.05.tar.gz
diff --git a/qmplay2.spec b/qmplay2.spec
index aa52d6c..ae8e4b1 100644
--- a/qmplay2.spec
+++ b/qmplay2.spec
@@ -2,14 +2,12 @@
%global pname QMPlay2
Name: qmplay2
-Version: 22.10.23
+Version: 23.02.05
Release: 1%{?dist}
Summary: A Qt based media player, streamer and downloader
License: LGPLv3+
URL: http://zaps166.sourceforge.net/?app=QMPlay2
Source: https://github.com/zaps166/QMPlay2/archive/%{version}/%{pname}-%{version}...
-Patch0: %{name}-numeric_limit_fix.patch
-Patch1: %{name}-shared_ptr.patch
BuildRequires: cmake
BuildRequires: ninja-build
@@ -125,6 +123,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
%{_includedir}/%{pname}/
%changelog
+* Sat Feb 25 2023 Martin Gansser <martinkg(a)fedoraproject.org> - 23.02.05-1
+- Update to 23.02.05
+
* Mon Oct 24 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 22.10.23-1
- Update to 22.10.23
- Add qmplay2-shared_ptr.patch
diff --git a/sources b/sources
index 99b28ae..f7bb33b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (QMPlay2-22.10.23.tar.gz) = 5ed74fe49a178e2d426e4d4dd9d149b9b7c7f73e38aff5a20c230a168b2a3baacd61d59c0d67972da0d944a42a137d6caa8631561ac12f64c1f1019cfb69b6e4
+SHA512 (QMPlay2-23.02.05.tar.gz) = b79fec9d034179381a756f66b13a766c270bc7cf0bd0dae7f430701ee7cd1918e22271daacba18550c19fbd9ead6a0fe7e86831fe741ac2918275f57299d5490
1 year, 9 months