[vdr-softhddevice] Update to 2.0.8
by Martin Gansser
commit 6c29163978f50d48d2a4c98a68348fe3eaf230ae
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue Jan 2 11:32:02 2024 +0100
Update to 2.0.8
.gitignore | 1 +
sources | 2 +-
vdr-softhddevice.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 857b9e6..f0cd1c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -38,3 +38,4 @@
/vdr-softhddevice-2.0.5.tar.gz
/vdr-softhddevice-2.0.6.tar.gz
/vdr-softhddevice-2.0.7.tar.gz
+/vdr-softhddevice-2.0.8.tar.gz
diff --git a/sources b/sources
index 8636020..d3a7f71 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (vdr-softhddevice-2.0.7.tar.gz) = 90374d330d9d54ea46430c09b6a3587a4165038fc1051a6bf2d682a06da5a946f8f2b88cbf76f58d8e2725906a4048eb287f24d9640f00f2f144ce392f1bf5f5
+SHA512 (vdr-softhddevice-2.0.8.tar.gz) = 81b21b14ecc7e0598da22691af0ee11add64b81f129fdcbd5901cb51692b92064702f91814d261db18189c13aa00fa2ee355c36b3bd5629c26b1ce43509a6dae
diff --git a/vdr-softhddevice.spec b/vdr-softhddevice.spec
index 3ad0269..5ac81e6 100644
--- a/vdr-softhddevice.spec
+++ b/vdr-softhddevice.spec
@@ -5,7 +5,7 @@
%endif
Name: vdr-softhddevice
-Version: 2.0.7
+Version: 2.0.8
Release: 1%{?dist}
Summary: A software and GPU emulated HD output device plugin for VDR
@@ -86,6 +86,9 @@ install -Dpm 644 %{SOURCE1} \
%license AGPL-3.0.txt
%changelog
+* Tue Jan 02 2024 Martin Gansser <martinkg(a)fedoraproject.org> - 2.0.8-1
+- Update to 2.0.8
+
* Sat Dec 02 2023 Martin Gansser <martinkg(a)fedoraproject.org> - 2.0.7-1
- Update to 2.0.7
10 months, 3 weeks
[mpc-qt] Update mpc-qt to 23.12
by Leigh Scott
commit fa3a43b8c0c5841042b165efa72d6f7f5f7f0171
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Jan 1 01:19:03 2024 +0000
Update mpc-qt to 23.12
.gitignore | 1 +
mpc-qt.spec | 36 +++++++++++++++++++-----------------
sources | 2 +-
3 files changed, 21 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3cb223b..4de2b5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/mpc-qt-20.10.tar.gz
/mpc-qt-22.02.tar.gz
/mpc-qt-23.02.tar.gz
+/mpc-qt-23.12.tar.gz
diff --git a/mpc-qt.spec b/mpc-qt.spec
index ddc4f7e..62e95fa 100644
--- a/mpc-qt.spec
+++ b/mpc-qt.spec
@@ -1,23 +1,25 @@
Name: mpc-qt
-Version: 23.02
-Release: 2%{?dist}
+Version: 23.12
+Release: 1%{?dist}
Summary: A clone of Media Player Classic reimplemented in Qt
License: GPLv2+
URL: https://github.com/mpc-qt/mpc-qt
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: desktop-file-utils
-BuildRequires: libappstream-glib
BuildRequires: gcc-c++
BuildRequires: mpv-libs-devel
-BuildRequires: pkgconfig(Qt5Core)
-BuildRequires: pkgconfig(Qt5DBus)
-BuildRequires: pkgconfig(Qt5Gui)
-BuildRequires: pkgconfig(Qt5Network)
-BuildRequires: pkgconfig(Qt5Widgets)
-BuildRequires: pkgconfig(Qt5X11Extras)
-BuildRequires: qt5-qtbase-private-devel
-BuildRequires: qt5-linguist
+BuildRequires: pkgconfig(Qt6DBus)
+BuildRequires: pkgconfig(Qt6Linguist)
+BuildRequires: pkgconfig(Qt6Core)
+BuildRequires: pkgconfig(Qt6Gui)
+BuildRequires: pkgconfig(Qt6OpenGLWidgets)
+BuildRequires: pkgconfig(Qt6Svg)
+BuildRequires: pkgconfig(Qt6Help)
+BuildRequires: pkgconfig(Qt6Network)
+BuildRequires: pkgconfig(Qt6Widgets)
+BuildRequires: qt6-qtbase-private-devel
+BuildRequires: qt6-linguist
%description
Media Player Classic Home Cinema (mpc-hc) is considered by many to be the
@@ -30,7 +32,7 @@ interface and functionality of mpc-h.
rm -rf mpv-dev
%build
-%{qmake_qt5} PREFIX=%{_prefix}
+%{qmake_qt6} PREFIX=%{_prefix}
%{make_build}
%install
@@ -38,21 +40,21 @@ rm -rf mpv-dev
rm %{buildroot}%{_datadir}/doc/mpc-qt/ipc.md
%check
-desktop-file-validate %{buildroot}%{_datadir}/applications/io.github.mpc_qt.Mpc-Qt.desktop
-appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/io.github.mpc_qt.Mpc-Qt.appdata.xml
+desktop-file-validate %{buildroot}%{_datadir}/applications/mpc-qt.desktop
%files
%doc README.md DOCS/ipc.md
%license LICENSE
%{_bindir}/mpc-qt
-%{_datadir}/applications/io.github.mpc_qt.Mpc-Qt.desktop
-%{_datadir}/mpc-qt/
+%{_datadir}/applications/mpc-qt.desktop
%{_datadir}/icons/hicolor/scalable/apps/%name.svg
-%{_metainfodir}/io.github.mpc_qt.Mpc-Qt.appdata.xml
%changelog
+* Mon Jan 01 2024 Leigh Scott <leigh123linux(a)gmail.com> - 23.12-1
+- Update mpc-qt to 23.12
+
* Wed Aug 02 2023 RPM Fusion Release Engineering <sergiomb(a)rpmfusion.org> - 23.02-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
diff --git a/sources b/sources
index 95064bf..0e03ff5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (mpc-qt-23.02.tar.gz) = 1c1316a17467f36e6ac01587980333ad9f0dde71122cd6f315a0e3772fbdc5905ae4247f37990fb85d17c3ee4c26947940ada39e49f14566e3d7338875d017ab
+SHA512 (mpc-qt-23.12.tar.gz) = 45a3a59fe67007ec6afc3cd88b81fd99c714fc0cd8aed979dc380c249070da54410a1f8eafd237f0b2516d484c2a2b052c334613e0742b97ff44c8d9291b90a7
10 months, 3 weeks
[ffmpeg] fix
by Leigh Scott
commit b3fa9d0a42a413937f728f332d60f886d33d054c
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Jan 1 01:15:53 2024 +0000
fix
ffmpeg.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 5735628..b885893 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -32,7 +32,6 @@
%global _with_placebo 1
%endif
%global _with_rav1e 1
-%global _with_rubberband 1
%global _with_smb 1
%global _with_snappy 1
%global _with_svtav1 1
@@ -42,6 +41,7 @@
%global _with_webp 1
%global _with_zmq 1
%else
+%global _without_rubberband 1
%global _without_vulkan 1
%endif
%ifarch x86_64
@@ -209,7 +209,7 @@ BuildRequires: openjpeg2-devel
%{!?_without_pulse:BuildRequires: pulseaudio-libs-devel}
BuildRequires: perl(Pod::Man)
%{?_with_rav1e:BuildRequires: pkgconfig(rav1e)}
-%{?_with_rubberband:BuildRequires: rubberband-devel}
+%{!?_without_rubberband:BuildRequires: rubberband-devel}
%{!?_without_tools:BuildRequires: SDL2-devel}
%{?_with_snappy:BuildRequires: snappy-devel}
BuildRequires: soxr-devel
10 months, 3 weeks
[ffmpeg] Update to 6.1.1 release
by Leigh Scott
commit d812801c5c30f526c13c2ea351b7e685e6b425f8
Author: Leigh Scott <leigh123linux(a)gmail.com>
Date: Mon Jan 1 00:21:15 2024 +0000
Update to 6.1.1 release
ffmpeg.spec | 7 +++++--
sources | 4 ++--
2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/ffmpeg.spec b/ffmpeg.spec
index 87542ab..5735628 100644
--- a/ffmpeg.spec
+++ b/ffmpeg.spec
@@ -112,8 +112,8 @@ ExclusiveArch: armv7hnl
Summary: Digital VCR and streaming server
Name: ffmpeg%{?flavor}
-Version: 6.1
-Release: 3%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
+Version: 6.1.1
+Release: 1%{?date:.%{?date}%{?date:git}%{?rel}}%{?dist}
License: %{ffmpeg_license}
URL: https://ffmpeg.org/
%if 0%{?date}
@@ -535,6 +535,9 @@ strip %{buildroot}%{_libdir}/%{name}/libavcodec.so.*
%changelog
+* Mon Jan 01 2024 Leigh Scott <leigh123linux(a)gmail.com> - 6.1.1-1
+- Update to 6.1.1 release
+
* Wed Nov 15 2023 Nicolas Chauvet <kwizart(a)gmail.com> - 6.1-3
- Bump
diff --git a/sources b/sources
index 190b948..49d5a3a 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (ffmpeg-6.1.tar.xz) = 72f47924806b9b128672bd268aa2c8fc2c9b8491899a772b6f82421daa2b67de45a4bdd71f6071825814e599a73adb1e42682e202a12fc055e9a224c7d5baa4a
-SHA512 (ffmpeg-6.1.tar.xz.asc) = e4885270869cc6a1681bc3f76f344f77c4858c490a517e45a758d15214ce67c3c2113a1caa8ca65eb6447b68d822fa1dd730081345bcc0928faaf82bb76037ba
+SHA512 (ffmpeg-6.1.1.tar.xz) = fca3f8635f29182e3ae0fe843a8a53614e4b47e22c11508df3ff7cdbafbb4b5ee0d82d9b3332871f7c1032033b1cad2f67557d7c5f7f7d85e2adadca122965d5
+SHA512 (ffmpeg-6.1.1.tar.xz.asc) = 0e10c1f560bab0812d759d286656593dea5940f02bb52d88d9ba7f10b12b9cc3d7aa2a41c5f7a45b319069e04dce22dc1286b3c1ba685b35cd6d04cd81c5a0f5
10 months, 3 weeks