[vdr-plex] Rebuilt for new VDR API version
by Martin Gansser
commit 84dd4f27478c2802706e2eca7975acf0d19115d5
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Dec 4 16:30:15 2022 +0100
Rebuilt for new VDR API version
vdr-plex.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/vdr-plex.spec b/vdr-plex.spec
index ea698cc..7cdc9eb 100644
--- a/vdr-plex.spec
+++ b/vdr-plex.spec
@@ -1,15 +1,12 @@
# version we want build against
-%global vdr_version 2.4.0
-%if 0%{?fedora} >= 36
%global vdr_version 2.6.1
-%endif
-%if 0%{?fedora} == 35
-%global vdr_version 2.4.7
+%if 0%{?fedora} >= 38
+%global vdr_version 2.6.2
%endif
Name: vdr-plex
Version: 0.4.0
-Release: 31%{?dist}
+Release: 32%{?dist}
Summary: A Plex Client for the VDR
License: GPLv2
URL: https://github.com/chriszero/vdr-plugin-plex
@@ -50,6 +47,9 @@ Cast Vimeo, Youtube, Apple-Trailers, and many other Plexchannels to your VDR.
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Sat Dec 03 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 0.4.0-32
+- Rebuilt for new VDR API version
+
* Wed Aug 24 2022 Leigh Scott <leigh123linux(a)gmail.com> - 0.4.0-31
- Rebuilt for new poco
1 year, 11 months
[vdr-xineliboutput] Rebuilt for new VDR API version
by Martin Gansser
commit 407718bc613bb54b65e770730197bc60ffa788cc
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Dec 4 16:26:14 2022 +0100
Rebuilt for new VDR API version
vdr-xineliboutput.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vdr-xineliboutput.spec b/vdr-xineliboutput.spec
index 090bc72..dea38d6 100644
--- a/vdr-xineliboutput.spec
+++ b/vdr-xineliboutput.spec
@@ -11,7 +11,7 @@
Name: vdr-%{pname}
Version: 2.2.0
-Release: 16.%{gitdate}git%{gitrev}%{?dist}
+Release: 17.%{gitdate}git%{gitrev}%{?dist}
Summary: Plugins for watching VDR over Xine
License: GPLv2+
URL: http://sourceforge.net/projects/xineliboutput
@@ -161,6 +161,9 @@ find %{buildroot}%{xineplugindir} -name '*.so' -exec chmod +x '{}' ';'
%endif
%changelog
+* Sat Dec 03 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 2.2.0-17.20220315git84b171c
+- Rebuilt for new VDR API version
+
* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 2.2.0-16.20220315git84b171c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
1 year, 11 months
[vdr-weatherforecast] Update URL address
by Martin Gansser
commit 774e32779b6fd9d6785bd90ba96d7cac997136d5
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Dec 4 16:23:21 2022 +0100
Update URL address
Rebuilt for new VDR API version
.gitignore | 1 +
sources | 2 +-
vdr-weatherforecast.spec | 14 ++++++++++----
3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4fed792..37787fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
/vdr-plugin-weatherforecast-0.2.0.tar.bz2
/vdr-weatherforecast.conf
+/vdr-weatherforecast-0.2.0.tar.gz
diff --git a/sources b/sources
index 5401053..eb59884 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-plugin-weatherforecast-0.2.0.tar.bz2) = 3e7e6f9dadbc9f4ca1f95966f88cfbddea64af02272403d181c1c8fdd13649599db430e51f39a2f11f1020fbb3b2a709900d1c51536e9b8c5961cff2fccab840
+SHA512 (vdr-weatherforecast-0.2.0.tar.gz) = fe8509513308d0dc99463b60f52317ce2e3dd136af42050b90e31d77ec291ec1bfe1a05059b8e19d3b1a2acde9308fdca718a9da6016478ffc3d232d222ea72f
diff --git a/vdr-weatherforecast.spec b/vdr-weatherforecast.spec
index a74f49e..d4b7923 100644
--- a/vdr-weatherforecast.spec
+++ b/vdr-weatherforecast.spec
@@ -1,15 +1,17 @@
%global pname weatherforecast
# version we want build against
%global vdr_version 2.6.1
-
+%if 0%{?fedora} >= 38
+%global vdr_version 2.6.2
+%endif
Name: vdr-weatherforecast
Version: 0.2.0
-Release: 23%{?dist}
+Release: 24%{?dist}
Summary: A VDR plugin which provides a weather forecast
License: GPLv2+ and BSD
-URL: http://projects.vdr-developer.org/projects/plg-weatherforecast
-Source0: http://projects.vdr-developer.org/git/vdr-plugin-%{pname}.git/snapshot/vd...
+URL: https://github.com/vdr-projects/vdr-plugin-weatherforecast
+Source0: https://github.com/vdr-projects/vdr-plugin-%{pname}/archive/refs/tags/%{v...
# Configuration files for plugin parameters. These are Fedora specific and not in upstream.
Source1: %{name}.conf
@@ -46,6 +48,10 @@ install -Dpm 644 %{SOURCE1} \
%changelog
+* Sat Dec 03 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 0.2.0-24
+- Update URL address
+- Rebuilt for new VDR API version
+
* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.2.0-23
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
1 year, 11 months
[vdr-tvguideng] Rebuilt for new VDR API version
by Martin Gansser
commit 224321360c0e449944dcc69e2dc5be28ebb997a5
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Dec 4 16:18:50 2022 +0100
Rebuilt for new VDR API version
vdr-tvguideng.spec | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/vdr-tvguideng.spec b/vdr-tvguideng.spec
index 9fd920a..de3c741 100644
--- a/vdr-tvguideng.spec
+++ b/vdr-tvguideng.spec
@@ -1,11 +1,13 @@
%global pname tvguideng
# version we want build against
%global vdr_version 2.6.1
-
+%if 0%{?fedora} >= 38
+%global vdr_version 2.6.2
+%endif
Name: vdr-%{pname}
Version: 0.3.3
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: TvGuideNG is a highly customizable 2D EPG viewer plugin
License: GPLv2+
URL: http://projects.vdr-developer.org/projects/plg-tvguideng
@@ -44,6 +46,9 @@ sed -i -e 's|std::auto_ptr|std::unique_ptr|g' services/epgsearch.h
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Sat Dec 03 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 0.3.3-7
+- Rebuilt for new VDR API version
+
* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.3.3-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
1 year, 11 months
[vdr-skindesigner] Rebuilt for new VDR API version
by Martin Gansser
commit 97edf5b9cc3903ff01d4b338396e8f67a5955f62
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Dec 4 16:05:05 2022 +0100
Rebuilt for new VDR API version
vdr-skindesigner.spec | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/vdr-skindesigner.spec b/vdr-skindesigner.spec
index f9c12b0..0df96cc 100644
--- a/vdr-skindesigner.spec
+++ b/vdr-skindesigner.spec
@@ -1,16 +1,13 @@
%global sname skindesigner
# version we want build against
-%global vdr_version 2.4.0
-%if 0%{?fedora} >= 36
%global vdr_version 2.6.1
-%endif
-%if 0%{?fedora} == 35
-%global vdr_version 2.4.7
+%if 0%{?fedora} >= 38
+%global vdr_version 2.6.2
%endif
Name: vdr-skindesigner
Version: 1.2.19
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
License: GPLv2+
URL: https://gitlab.com/kamel5/skindesigner
@@ -145,6 +142,9 @@ ln -s %{vdr_resdir}/plugins/skindesigner/dtd %{buildroot}/%{vdr_configdir}/plugi
%{_includedir}/libskindesignerapi/*
%changelog
+* Sat Dec 03 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.19-2
+- Rebuilt for new VDR API version
+
* Thu Nov 10 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.19-1
- Update to 1.2.19
- Add missing algorithm include for std::min_element
1 year, 11 months
[vdr-softhddevice] Rebuilt for new VDR API version
by Martin Gansser
commit 8aed23b2f574ebc0f0a3978aa799c503f56ed676
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Dec 4 15:59:09 2022 +0100
Rebuilt for new VDR API version
vdr-softhddevice.spec | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/vdr-softhddevice.spec b/vdr-softhddevice.spec
index e103b39..4d50551 100644
--- a/vdr-softhddevice.spec
+++ b/vdr-softhddevice.spec
@@ -1,16 +1,12 @@
# version we want build against
-%global vdr_version 2.4.0
-%if 0%{?fedora} >= 36
%global vdr_version 2.6.1
+%if 0%{?fedora} >= 38
+%global vdr_version 2.6.2
%endif
-%if 0%{?fedora} == 35
-%global vdr_version 2.4.7
-%endif
-
Name: vdr-softhddevice
Version: 1.8.2
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A software and GPU emulated HD output device plugin for VDR
License: AGPLv3
@@ -89,6 +85,9 @@ install -Dpm 644 %{SOURCE1} \
%license AGPL-3.0.txt
%changelog
+* Sat Dec 03 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 1.8.2-3
+- Rebuilt for new VDR API version
+
* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 1.8.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
1 year, 11 months
[vdr-mpv] Rebuilt for new VDR API version
by Martin Gansser
commit fd3e0a3d9616ec8e25b6a1decc508a52db89cdf7
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Dec 4 15:55:25 2022 +0100
Rebuilt for new VDR API version
Update to 1.4.1
.gitignore | 1 +
sources | 2 +-
vdr-mpv.spec | 15 ++++++++-------
3 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eeb2556..22a3ea2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
/vdr-mpv-1.2.0.tar.gz
/vdr-mpv-1.2.3.tar.gz
/vdr-mpv-1.3.4.tar.gz
+/vdr-mpv-1.4.1.tar.gz
diff --git a/sources b/sources
index fbcae03..7aa0cf3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-mpv-1.3.4.tar.gz) = 6b4fdd5615cf6fc7055b7939aa1887530689f70559e7a97c28c46852479dae97718c96f5af6459c1d2f748024c9782c1da3208ab1c7fbc80da040cf7900e78a7
+SHA512 (vdr-mpv-1.4.1.tar.gz) = ccdb266d5d35a21a7e0d8b6ed162a58fd3c6dcc3d76297c32cf4b676975a47f64e895c509a338d72c8ddb4a9a0f31014c4cc58f2591285828e12a0eb94c6e9e1
diff --git a/vdr-mpv.spec b/vdr-mpv.spec
index 6fe3f58..3ab6ca7 100644
--- a/vdr-mpv.spec
+++ b/vdr-mpv.spec
@@ -1,16 +1,13 @@
%global pname mpv
# version we want build against
-%global vdr_version 2.4.0
-%if 0%{?fedora} >= 36
%global vdr_version 2.6.1
-%endif
-%if 0%{?fedora} == 35
-%global vdr_version 2.4.7
+%if 0%{?fedora} >= 38
+%global vdr_version 2.6.2
%endif
Name: vdr-%{pname}
-Version: 1.3.4
-Release: 3%{?dist}
+Version: 1.4.1
+Release: 1%{?dist}
Summary: A mpv player plugin for VDR
License: AGPLv3+
URL: https://github.com/ua0lnj/vdr-plugin-mpv
@@ -51,6 +48,10 @@ DRM_CFLAGS="$(pkg-config --cflags libdrm)"
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Sat Dec 03 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 1.4.1-1
+- Rebuilt for new VDR API version
+- Update to 1.4.1
+
* Thu Nov 17 2022 Vitaly Zaitsev <vitaly(a)easycoding.org> - 1.3.4-3
- Rebuilt due to mpv update.
1 year, 11 months
[vdr-mp3] Rebuilt for new VDR API version
by Martin Gansser
commit 6ff3a1224c831a8e279c4a24dda26fef8c5ee62b
Author: Martin Gansser <mgansser(a)online.de>
Date: Sun Dec 4 15:49:46 2022 +0100
Rebuilt for new VDR API version
vdr-mp3.spec | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/vdr-mp3.spec b/vdr-mp3.spec
index 2030985..a718387 100644
--- a/vdr-mp3.spec
+++ b/vdr-mp3.spec
@@ -5,10 +5,13 @@
# version we want build against
%global vdr_version 2.6.1
+%if 0%{?fedora} >= 38
+%global vdr_version 2.6.2
+%endif
Name: vdr-mp3
Version: 0.10.4
-Release: 6%{?dist}
+Release: 7%{?dist}
Summary: Sound playback plugin for VDR
License: GPLv2+
URL: https://github.com/vdr-projects/vdr-plugin-mp3/
@@ -165,6 +168,9 @@ fi
%ghost %{vdr_vardir}/global.mplayer.resume
%changelog
+* Sat Dec 03 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 0.10.4-7
+- Rebuilt for new VDR API version
+
* Mon Aug 08 2022 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 0.10.4-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1
1 year, 11 months