[ffmpegthumbs] Update ffmpegthumbs to 22.04.3
by Leigh Scott
commit 82305b413bc555e643187775e25698a3067f6441
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Aug 4 16:11:02 2022 +0100
Update ffmpegthumbs to 22.04.3
.gitignore | 1 +
ffmpegthumbs.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7fd3a03..21be4b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ ffmpegthumbs-4.13.97.tar.xz
/ffmpegthumbs-21.04.2.tar.xz
/ffmpegthumbs-21.12.2.tar.xz
/ffmpegthumbs-22.04.0.tar.xz
+/ffmpegthumbs-22.04.3.tar.xz
diff --git a/ffmpegthumbs.spec b/ffmpegthumbs.spec
index e722d6a..d8c7361 100644
--- a/ffmpegthumbs.spec
+++ b/ffmpegthumbs.spec
@@ -1,5 +1,5 @@
Name: ffmpegthumbs
-Version: 22.04.0
+Version: 22.04.3
Release: 1%{?dist}
Summary: KDE ffmpegthumbnailer service
@@ -53,6 +53,9 @@ KDE ffmpegthumbnailer service
%changelog
+* Thu Aug 04 2022 Leigh Scott <leigh123linux(a)gmail.com> - 22.04.3-1
+- Update ffmpegthumbs to 22.04.3
+
* Tue Apr 26 2022 Leigh Scott <leigh123linux(a)gmail.com> - 22.04.0-1
- Update ffmpegthumbs to 22.04.0
diff --git a/sources b/sources
index fc73f8e..ccf4d11 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (ffmpegthumbs-22.04.0.tar.xz) = 5b96ea620bfdc66109a03534d7e3d07f61f726041219b8d0f1660b8a22e34eefd0ccf1613aca572c2f84a6f37307e160aea426bf454dedf972277570f88897db
+SHA512 (ffmpegthumbs-22.04.3.tar.xz) = fbb7583adf96e46b2b8f60953b5a0af538e00efec14a78161906f87cb46868788d348d8a3cb5d8e2f7260949147c4ff400d3d1918fc8a087c8085d4ea33cf83a
2 years, 3 months
[vdr-mpv/f35] (4 commits) ...Update to 1.3.4
by Martin Gansser
Summary of changes:
2ae2068... Rebuilt for new VDR API version (*)
0c0f56f... Rebuilt for new VDR API version (*)
2911357... Rebuilt for VDR 2.6.x (*)
21efe31... Update to 1.3.4 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 3 months
[vdr-mpv/f36] Update to 1.3.4
by Martin Gansser
Summary of changes:
21efe31... Update to 1.3.4 (*)
(*) This commit already existed in another branch; no separate mail sent
2 years, 3 months
[vdr-mpv] Update to 1.3.4
by Martin Gansser
commit 21efe31c9e684704bde822b56f4c24846426a215
Author: Martin Gansser <mgansser(a)online.de>
Date: Thu Aug 4 16:58:22 2022 +0200
Update to 1.3.4
.gitignore | 1 +
sources | 2 +-
vdr-mpv.spec | 13 +++++++++++--
3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 62d6613..eeb2556 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
/vdr-mpv-1.1.1.tar.gz
/vdr-mpv-1.2.0.tar.gz
/vdr-mpv-1.2.3.tar.gz
+/vdr-mpv-1.3.4.tar.gz
diff --git a/sources b/sources
index e28d7eb..fbcae03 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-mpv-1.2.3.tar.gz) = a3c8526e2271d56be74a2ee905bb0b42d4869876468e7070c37cbb3612bb0890fbb2a7ec10da9ed10183854063c2862021226bca2266e75a738abf3a4cea0f20
+SHA512 (vdr-mpv-1.3.4.tar.gz) = 6b4fdd5615cf6fc7055b7939aa1887530689f70559e7a97c28c46852479dae97718c96f5af6459c1d2f748024c9782c1da3208ab1c7fbc80da040cf7900e78a7
diff --git a/vdr-mpv.spec b/vdr-mpv.spec
index 79cdb5c..2e8ef43 100644
--- a/vdr-mpv.spec
+++ b/vdr-mpv.spec
@@ -1,10 +1,16 @@
%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
+%endif
Name: vdr-%{pname}
-Version: 1.2.3
-Release: 5%{?dist}
+Version: 1.3.4
+Release: 1%{?dist}
Summary: A mpv player plugin for VDR
License: AGPLv3+
URL: https://github.com/ua0lnj/vdr-plugin-mpv
@@ -45,6 +51,9 @@ DRM_CFLAGS="$(pkg-config --cflags libdrm)"
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Thu Aug 04 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 1.3.4-1
+- Update to 1.3.4
+
* Mon Apr 11 2022 Sérgio Basto <sergio(a)serjux.com> - 1.2.3-5
- Rebuilt for VDR 2.6.x
2 years, 3 months
[vdr-skindesigner] Update to new github address
by Martin Gansser
commit 30ebd4c101bc460c6f8aa8149e1bc26e21c6bd0c
Author: Martin Gansser <mgansser(a)online.de>
Date: Thu Aug 4 16:45:41 2022 +0200
Update to new github address
.gitignore | 1 +
sources | 2 +-
vdr-skindesigner.spec | 23 ++++++++++++++++-------
3 files changed, 18 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ab3564d..44dae24 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@ vdr-plugin-skindesigner-0.9.5.tar.bz2
/vdr-plugin-skindesigner-1.2.16.tar.bz2
/vdr-plugin-skindesigner-1.2.17.tar.bz2
/vdr-plugin-skindesigner-1.2.18.tar.bz2
+/skindesigner-1.2.18.tar.bz2
diff --git a/sources b/sources
index 239a490..7264c9b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-plugin-skindesigner-1.2.18.tar.bz2) = 685365b3e4c57f240c156ccfd942719734a722bf68a96f8bdad3c4b7190cd851f562315723d73937e38804a01217051e883b2389942093bfa20ab45216c82a36
+SHA512 (skindesigner-1.2.18.tar.bz2) = e88f3c5cdc7db8ba726c5ee68e4c3fdbf3a6ed7eaddbd1d4e1e9d030b191828fcd52834b7262c4b2f7efd7e48a71f10400e7e66626b52fc1b7120495ed3d1ac6
diff --git a/vdr-skindesigner.spec b/vdr-skindesigner.spec
index 9a28bc8..9a2c544 100644
--- a/vdr-skindesigner.spec
+++ b/vdr-skindesigner.spec
@@ -1,14 +1,20 @@
%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
+%endif
Name: vdr-skindesigner
Version: 1.2.18
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A VDR skinning engine that displays XML based Skins
License: GPLv2+
-URL: http://projects.vdr-developer.org/projects/plg-skindesigner
-Source0: http://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git/snapsho...
+URL: https://gitlab.com/kamel5/skindesigner
+Source0: %url/-/archive/%{version}/%{sname}-%{version}.tar.bz2
# Configuration files for plugin parameters. These are Fedora specific and not in upstream.
Source1: %{name}.conf
@@ -59,7 +65,7 @@ Requires: vdr-devel >= 2.0.0
Development files for libskindesignerapi.
%prep
-%autosetup -p 1 -n vdr-plugin-skindesigner-%{version}
+%autosetup -p 1 -n skindesigner-%{version}
sed -i -e 's|PREFIX ?= /usr/local|PREFIX ?= /usr|g' libskindesignerapi/Makefile
sed -i -e 's|LIBDIR ?= $(PREFIX)/lib|LIBDIR ?= %{_libdir}/|g' libskindesignerapi/Makefile
@@ -113,9 +119,9 @@ ln -s %{vdr_resdir}/plugins/skindesigner/dtd %{buildroot}/%{vdr_configdir}/plugi
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{sname}.conf
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%dir %{vdr_resdir}/plugins/%{sname}/dtd
-%{vdr_resdir}/plugins/%{sname}/dtd
+%{vdr_resdir}/plugins/%{sname}/dtd/*
%dir %{vdr_resdir}/plugins/%{sname}/scripts
-%{vdr_resdir}/plugins/%{sname}/scripts
+%{vdr_resdir}/plugins/%{sname}/scripts/*
%{vdr_configdir}/plugins/skindesigner/dtd
# to be able to install skin repos without the data package
%dir %{vdr_resdir}/plugins/%{sname}/
@@ -123,7 +129,7 @@ ln -s %{vdr_resdir}/plugins/skindesigner/dtd %{buildroot}/%{vdr_configdir}/plugi
%files data
%dir %{vdr_resdir}/plugins/%{sname}/skins
-%{vdr_resdir}/plugins/%{sname}/skins
+%{vdr_resdir}/plugins/%{sname}/skins/*
%{vdr_vardir}/themes/*.theme
%files -n libskindesignerapi
@@ -138,6 +144,9 @@ ln -s %{vdr_resdir}/plugins/skindesigner/dtd %{buildroot}/%{vdr_configdir}/plugi
%{_includedir}/libskindesignerapi/*
%changelog
+* Thu Aug 04 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 1.2.18-3
+- Update to new github address
+
* Mon Apr 11 2022 Sérgio Basto <sergio(a)serjux.com> - 1.2.18-2
- Rebuilt for VDR 2.6.1
2 years, 3 months
[nvidia-xconfig] Update to 515.65.01
by Leigh Scott
commit 408db8aa602a4b3d872451b383543c7e0f8b0ade
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Thu Aug 4 15:38:50 2022 +0100
Update to 515.65.01
.gitignore | 1 +
nvidia-xconfig.spec | 5 ++++-
sources | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ea32bc1..fca199a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ nvidia-xconfig-*.tar.bz2
/nvidia-xconfig-515.43.04.tar.gz
/nvidia-xconfig-515.48.07.tar.gz
/nvidia-xconfig-515.57.tar.gz
+/nvidia-xconfig-515.65.01.tar.gz
diff --git a/nvidia-xconfig.spec b/nvidia-xconfig.spec
index f7d7e02..adbd2db 100644
--- a/nvidia-xconfig.spec
+++ b/nvidia-xconfig.spec
@@ -1,6 +1,6 @@
Name: nvidia-xconfig
Epoch: 3
-Version: 515.57
+Version: 515.65.01
Release: 1%{?dist}
Summary: NVIDIA X configuration file editor
@@ -52,6 +52,9 @@ mkdir -p %{buildroot}%{_sbindir}
%changelog
+* Thu Aug 04 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3:515.65.01-1
+- Update to 515.65.01
+
* Tue Jun 28 2022 Leigh Scott <leigh123linux(a)gmail.com> - 3:515.57-1
- Update to 515.57
diff --git a/sources b/sources
index ea8a000..7ca0e64 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (nvidia-xconfig-515.57.tar.gz) = 380cffbb63a926f9fc23c5924faef9cd026adc162fc6c645854da2a5525ef68fad6a7cdef82f504d413c042e9020e970f37aa9c59d9baf3feddfeddcd4e5761b
+SHA512 (nvidia-xconfig-515.65.01.tar.gz) = dce1eaccb92d53059e46965068cf9f7d7a22354932bffce39e7319c301c802c7f63e45482159352c69b6c32c1983ba670a85908d95d376fa0b7e3509dd76d8cc
2 years, 3 months